Back to Node Auth0

Interface UpdateSelfServiceProfileRequestContent

docs/interfaces/management.Management.UpdateSelfServiceProfileRequestContent.html

5.9.12.6 KB
Original Source

Interface UpdateSelfServiceProfileRequestContent

Example

{}Copy

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

Index

Properties

name?description?branding?allowed_strategies?user_attributes?user_attribute_profile_id?

Properties

Optionalname

name?: string

The name of the self-service Profile.

Optionaldescription

description?: SelfServiceProfileDescription

Optionalbranding

branding?: SelfServiceProfileBranding

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?: SelfServiceProfileUserAttributes

Optionaluser_attribute_profile_id

user_attribute_profile_id?: string | null

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