Interface FullGlobalExportInterface

interface FullGlobalExportInterface {
    emailTemplate: Record<string, EmailTemplateSkeleton>;
    idm: Record<string, IdObjectSkeletonInterface>;
    mapping: Record<string, MappingSkeleton>;
    secrets: Record<string, SecretSkeleton>;
    service: Record<string, AmServiceSkeleton>;
    sync: SyncSkeleton;
    variables: Record<string, VariableSkeleton>;
}

Properties

emailTemplate: Record<string, EmailTemplateSkeleton>
idm: Record<string, IdObjectSkeletonInterface>
mapping: Record<string, MappingSkeleton>
secrets: Record<string, SecretSkeleton>
service: Record<string, AmServiceSkeleton>
variables: Record<string, VariableSkeleton>