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

    Interface UpdateScimConfigurationResponseContent

    interface UpdateScimConfigurationResponseContent {
        connection_id?: string;
        connection_name?: string;
        strategy?: string;
        tenant_name?: string;
        user_id_attribute?: string;
        mapping?: ScimMappingItem[];
        created_at?: string;
        updated_on?: string;
    }
    Index

    Properties

    connection_id?: string

    The connection's identifier

    connection_name?: string

    The connection's identifier

    strategy?: string

    The connection's strategy

    tenant_name?: string

    The tenant's name

    user_id_attribute?: string

    User ID attribute for generating unique user ids

    mapping?: ScimMappingItem[]

    The mapping between auth0 and SCIM

    created_at?: string

    The Date Time Scim Configuration was created

    updated_on?: string

    The Date Time Scim Configuration was last updated