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

    Interface CreateSelfServiceProfileResponseContent

    interface CreateSelfServiceProfileResponseContent {
        id?: string;
        name?: string;
        description?: string;
        user_attributes?: SelfServiceProfileUserAttribute[];
        created_at?: string;
        updated_at?: string;
        branding?: SelfServiceProfileBrandingProperties;
        allowed_strategies?: Management.SelfServiceProfileAllowedStrategyEnum[];
    }
    Index

    Properties

    id?: string

    The unique ID of the self-service Profile.

    name?: string

    The name of the self-service Profile.

    description?: string

    The description of the self-service Profile.

    List of attributes to be mapped that will be shown to the user during the SS-SSO flow.

    created_at?: string

    The time when this self-service Profile was created.

    updated_at?: string

    The time when this self-service Profile was updated.

    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]