docs/interfaces/management.Management.UpdateDirectoryProvisioningResponseContent.html
interface UpdateDirectoryProvisioningResponseContent {
connection_id: string;
connection_name: string;
strategy: string;
mapping: DirectoryProvisioningMappingItem[];
synchronize_automatically: boolean;
synchronize_groups?: Management.SynchronizeGroupsEnum;
created_at: string;
updated_at: string;
last_synchronization_at?: string;
last_synchronization_status?: string;
last_synchronization_error?: string;
}
connection_idconnection_namestrategymappingsynchronize_automaticallysynchronize_groups?created_atupdated_atlast_synchronization_at?last_synchronization_status?last_synchronization_error?
connection_id: string
The connection's identifier
connection_name: string
The connection's name
strategy: string
The connection's strategy
mapping: DirectoryProvisioningMappingItem[]
The mapping between Auth0 and IDP user attributes
synchronize_automatically: boolean
Whether periodic automatic synchronization is enabled
Optionalsynchronize_groupssynchronize_groups?: Management.SynchronizeGroupsEnum
created_at: string
The timestamp at which the directory provisioning configuration was created
updated_at: string
The timestamp at which the directory provisioning configuration was last updated
Optionallast_synchronization_atlast_synchronization_at?: string
The timestamp at which the connection was last synchronized
Optionallast_synchronization_statuslast_synchronization_status?: string
The status of the last synchronization
Optionallast_synchronization_errorlast_synchronization_error?: string
The error message of the last synchronization, if any
Member Visibility
ThemeOSLightDark
Properties connection_idconnection_namestrategymappingsynchronize_automaticallysynchronize_groupscreated_atupdated_atlast_synchronization_atlast_synchronization_statuslast_synchronization_error