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>;
}

Properties

Properties

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

Type declaration

script: Record<string, ScriptSkeleton>