Interface FullGlobalExportInterface

interface FullGlobalExportInterface {
    agent: Record<string, AmConfigEntityInterface>;
    applicationTypes: AmConfigEntityInterface;
    authentication: AuthenticationSettingsSkeleton;
    authenticationChains: AmConfigEntityInterface;
    authenticationModules: AmConfigEntityInterface;
    authenticationTreesConfiguration: AmConfigEntityInterface;
    conditionTypes: AmConfigEntityInterface;
    decisionCombiners: AmConfigEntityInterface;
    emailTemplate: Record<string, EmailTemplateSkeleton>;
    idm: Record<string, IdObjectSkeletonInterface>;
    internalRole: Record<string, InternalRoleSkeleton>;
    mapping: Record<string, MappingSkeleton>;
    nodeTypes: Record<string, CustomNodeSkeleton>;
    realm: Record<string, RealmSkeleton>;
    scripttype: Record<string, ScriptTypeExportSkeleton>;
    secret: Record<string, SecretSkeleton>;
    secrets: AmConfigEntityInterface;
    secretstore: Record<string, SecretStoreExportSkeleton>;
    server: ServerExportInterface;
    serverInformation: AmConfigEntityInterface;
    serverVersion: AmConfigEntityInterface;
    service: Record<string, AmServiceSkeleton>;
    site: Record<string, SiteSkeleton>;
    subjectAttributes: AmConfigEntityInterface;
    subjectTypes: AmConfigEntityInterface;
    sync: SyncSkeleton;
    variable: Record<string, VariableSkeleton>;
    webhookService: AmConfigEntityInterface;
    wsEntity: AmConfigEntityInterface;
}

Hierarchy (View Summary)

Properties

agent: Record<string, AmConfigEntityInterface>
applicationTypes: AmConfigEntityInterface
authenticationChains: AmConfigEntityInterface
authenticationModules: AmConfigEntityInterface
authenticationTreesConfiguration: AmConfigEntityInterface
conditionTypes: AmConfigEntityInterface
decisionCombiners: AmConfigEntityInterface
emailTemplate: Record<string, EmailTemplateSkeleton>
idm: Record<string, IdObjectSkeletonInterface>
internalRole: Record<string, InternalRoleSkeleton>
mapping: Record<string, MappingSkeleton>
nodeTypes: Record<string, CustomNodeSkeleton>
realm: Record<string, RealmSkeleton>
scripttype: Record<string, ScriptTypeExportSkeleton>
secret: Record<string, SecretSkeleton>
secretstore: Record<string, SecretStoreExportSkeleton>
serverInformation: AmConfigEntityInterface
service: Record<string, AmServiceSkeleton>
site: Record<string, SiteSkeleton>
subjectAttributes: AmConfigEntityInterface
variable: Record<string, VariableSkeleton>
webhookService: AmConfigEntityInterface