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

    Interface UserAttributeProfileUserAttributeAdditionalProperties

    interface UserAttributeProfileUserAttributeAdditionalProperties {
        description: string;
        label: string;
        profile_required: boolean;
        auth0_mapping: string;
        oidc_mapping?: UserAttributeProfileOidcMapping;
        saml_mapping?: UserAttributeProfileSamlMapping;
        scim_mapping?: string;
        strategy_overrides?: UserAttributeProfileStrategyOverrides;
    }
    Index

    Properties

    description: string

    Description of this attribute

    label: string

    Display label for this attribute

    profile_required: boolean

    Whether this attribute is required in the profile

    auth0_mapping: string

    Auth0 mapping for this attribute

    scim_mapping?: string

    SCIM mapping for this attribute