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

    Interface UpdateSelfServiceProfileRequestContent

    {}
    
    interface UpdateSelfServiceProfileRequestContent {
        name?: string;
        description?: SelfServiceProfileDescription;
        branding?: SelfServiceProfileBranding;
        allowed_strategies?: Management.SelfServiceProfileAllowedStrategyEnum[];
        user_attributes?: SelfServiceProfileUserAttributes;
        user_attribute_profile_id?: string | null;
    }
    Index

    Properties

    name?: string

    The name of the self-service Profile.

    List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]

    user_attribute_profile_id?: string | null

    ID of the user-attribute-profile to associate with this self-service profile.