Interface FullRealmExportInterface

interface FullRealmExportInterface {
    agents: Record<string, AmConfigEntityInterface>;
    application: Record<string, OAuth2ClientSkeleton>;
    authentication: AuthenticationSettingsSkeleton;
    idp: Record<string, SocialIdpSkeleton>;
    managedApplication: Record<string, ApplicationSkeleton>;
    policy: Record<string, PolicySkeleton>;
    policyset: Record<string, PolicySetSkeleton>;
    resourcetype: Record<string, ResourceTypeSkeleton>;
    saml: {
        cot: Record<string, CircleOfTrustSkeleton>;
        hosted: Record<string, Saml2ProviderSkeleton>;
        metadata: Record<string, string[]>;
        remote: Record<string, Saml2ProviderSkeleton>;
    };
    script: Record<string, ScriptSkeleton>;
    service: Record<string, AmServiceSkeleton>;
    theme: Record<string, ThemeSkeleton>;
    trees: Record<string, SingleTreeExportInterface>;
}

Properties

agents: Record<string, AmConfigEntityInterface>
application: Record<string, OAuth2ClientSkeleton>
idp: Record<string, SocialIdpSkeleton>
managedApplication: Record<string, ApplicationSkeleton>
policy: Record<string, PolicySkeleton>
policyset: Record<string, PolicySetSkeleton>
resourcetype: Record<string, ResourceTypeSkeleton>
saml: {
    cot: Record<string, CircleOfTrustSkeleton>;
    hosted: Record<string, Saml2ProviderSkeleton>;
    metadata: Record<string, string[]>;
    remote: Record<string, Saml2ProviderSkeleton>;
}

Type declaration

script: Record<string, ScriptSkeleton>
service: Record<string, AmServiceSkeleton>
theme: Record<string, ThemeSkeleton>
trees: Record<string, SingleTreeExportInterface>