Frodo Library - v4.0.0-10
    Preparing search index...

    Interface Saml2ExportInterface

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

    Properties

    Properties

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