Back to Node Auth0

Interface CreateDirectoryProvisioningResponseContent

docs/interfaces/management.Management.CreateDirectoryProvisioningResponseContent.html

5.9.13.3 KB
Original Source

Interface CreateDirectoryProvisioningResponseContent

interface CreateDirectoryProvisioningResponseContent {
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;
}

Index

Properties

connection_idconnection_namestrategymappingsynchronize_automaticallysynchronize_groups?created_atupdated_atlast_synchronization_at?last_synchronization_status?last_synchronization_error?

Properties

connection_id

connection_id: string

The connection's identifier

connection_name

connection_name: string

The connection's name

strategy

strategy: string

The connection's strategy

mapping

mapping: DirectoryProvisioningMappingItem[]

The mapping between Auth0 and IDP user attributes

synchronize_automatically

synchronize_automatically: boolean

Whether periodic automatic synchronization is enabled

Optionalsynchronize_groups

synchronize_groups?: Management.SynchronizeGroupsEnum

created_at

created_at: string

The timestamp at which the directory provisioning configuration was created

updated_at

updated_at: string

The timestamp at which the directory provisioning configuration was last updated

Optionallast_synchronization_at

last_synchronization_at?: string

The timestamp at which the connection was last synchronized

Optionallast_synchronization_status

last_synchronization_status?: string

The status of the last synchronization

Optionallast_synchronization_error

last_synchronization_error?: string

The error message of the last synchronization, if any

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_idconnection_namestrategymappingsynchronize_automaticallysynchronize_groupscreated_atupdated_atlast_synchronization_atlast_synchronization_statuslast_synchronization_error