Back to Node Auth0

Interface SelfServiceProfile

docs/interfaces/management.Management.SelfServiceProfile.html

5.9.13.0 KB
Original Source

Interface SelfServiceProfile

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

Index

Properties

id?name?description?user_attributes?created_at?updated_at?branding?allowed_strategies?user_attribute_profile_id?

Properties

Optionalid

id?: string

The unique ID of the self-service Profile.

Optionalname

name?: string

The name of the self-service Profile.

Optionaldescription

description?: string

The description of the self-service Profile.

Optionaluser_attributes

user_attributes?: SelfServiceProfileUserAttribute[]

List of attributes to be mapped that will be shown to the user during the Self-Service Enterprise Configuration flow.

Optionalcreated_at

created_at?: string

The time when this self-service Profile was created.

Optionalupdated_at

updated_at?: string

The time when this self-service Profile was updated.

Optionalbranding

branding?: SelfServiceProfileBrandingProperties

Optionalallowed_strategies

allowed_strategies?: Management.SelfServiceProfileAllowedStrategyEnum[]

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

Optionaluser_attribute_profile_id

user_attribute_profile_id?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamedescriptionuser_attributescreated_atupdated_atbrandingallowed_strategiesuser_attribute_profile_id