Auth0 Node.js SDK - v5.2.0
    Preparing search index...

    Interface GetDirectoryProvisioningResponseContent

    interface GetDirectoryProvisioningResponseContent {
        connection_id: string;
        connection_name: string;
        strategy: string;
        mapping: DirectoryProvisioningMappingItem[];
        synchronize_automatically: boolean;
        created_at: string;
        updated_at: string;
        last_synchronization_at?: string;
        last_synchronization_status?: string;
        last_synchronization_error?: string;
    }
    Index

    Properties

    connection_id: string

    The connection's identifier

    connection_name: string

    The connection's name

    strategy: string

    The connection's strategy

    The mapping between Auth0 and IDP user attributes

    synchronize_automatically: boolean

    Whether periodic automatic synchronization is enabled

    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

    last_synchronization_at?: string

    The timestamp at which the connection was last synchronized

    last_synchronization_status?: string

    The status of the last synchronization

    last_synchronization_error?: string

    The error message of the last synchronization, if any