Interface Saml2ExportInterface

interface Saml2ExportInterface {
    meta?: ExportMetaData;
    saml: {
        hosted: Record<string, Saml2ProviderSkeleton>;
        metadata: Record<string, string[]>;
        remote: Record<string, Saml2ProviderSkeleton>;
    };
    script: Record<string, ScriptSkeleton>;
}

Properties

Properties

saml: {
    hosted: Record<string, Saml2ProviderSkeleton>;
    metadata: Record<string, string[]>;
    remote: Record<string, Saml2ProviderSkeleton>;
}

Type declaration

script: Record<string, ScriptSkeleton>