Interface FullRealmExportInterface

interface FullRealmExportInterface {
    agent: Record<string, AmConfigEntityInterface>;
    agentGroup: Record<string, AmConfigEntityInterface>;
    application: Record<string, OAuth2ClientSkeleton>;
    applicationTypes: AmConfigEntityInterface;
    authentication: AuthenticationSettingsSkeleton;
    authenticationChains: AmConfigEntityInterface;
    authenticationModules: AmConfigEntityInterface;
    authenticationTreesConfiguration: AmConfigEntityInterface;
    conditionTypes: AmConfigEntityInterface;
    decisionCombiners: AmConfigEntityInterface;
    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>;
    secrets: AmConfigEntityInterface;
    secretstore: Record<string, SecretStoreExportSkeleton>;
    serverInformation: AmConfigEntityInterface;
    serverVersion: AmConfigEntityInterface;
    service: Record<string, AmServiceSkeleton>;
    subjectAttributes: AmConfigEntityInterface;
    subjectTypes: AmConfigEntityInterface;
    theme: Record<string, ThemeSkeleton>;
    trees: Record<string, SingleTreeExportInterface>;
    trustedJwtIssuer: Record<string, OAuth2TrustedJwtIssuerSkeleton>;
    webhookService: AmConfigEntityInterface;
    wsEntity: AmConfigEntityInterface;
}

Hierarchy (view full)

Properties

agent: Record<string, AmConfigEntityInterface>
agentGroup: Record<string, AmConfigEntityInterface>
application: Record<string, OAuth2ClientSkeleton>
applicationTypes: AmConfigEntityInterface
authenticationChains: AmConfigEntityInterface
authenticationModules: AmConfigEntityInterface
authenticationTreesConfiguration: AmConfigEntityInterface
conditionTypes: AmConfigEntityInterface
decisionCombiners: AmConfigEntityInterface
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>
secretstore: Record<string, SecretStoreExportSkeleton>
serverInformation: AmConfigEntityInterface
service: Record<string, AmServiceSkeleton>
subjectAttributes: AmConfigEntityInterface
theme: Record<string, ThemeSkeleton>
trees: Record<string, SingleTreeExportInterface>
trustedJwtIssuer: Record<string, OAuth2TrustedJwtIssuerSkeleton>
webhookService: AmConfigEntityInterface