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

    Interface CirclesOfTrustExportInterface

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

    Properties

    Properties

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