Back to Node Auth0

Interface CreateSelfServiceProfileRequestContent

docs/interfaces/management.Management.CreateSelfServiceProfileRequestContent.html

5.9.12.6 KB
Original Source

Interface CreateSelfServiceProfileRequestContent

Example

{ * name: "name" * }Copy

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

Index

Properties

namedescription?branding?allowed_strategies?user_attributes?user_attribute_profile_id?

Properties

name

name: string

The name of the self-service Profile.

Optionaldescription

description?: string

The description of the self-service Profile.

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_attributes

user_attributes?: SelfServiceProfileUserAttribute[]

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

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 namedescriptionbrandingallowed_strategiesuser_attributesuser_attribute_profile_id