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

    Interface ScimConfiguration

    interface ScimConfiguration {
        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 name

    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 ISO 8601 date and time the SCIM configuration was created at

    updated_on: string

    The ISO 8601 date and time the SCIM configuration was last updated on