docs/interfaces/management.Management.UpdateSelfServiceProfileRequestContent.html
{}Copy
interface UpdateSelfServiceProfileRequestContent {
name?: string;
description?: SelfServiceProfileDescription;
branding?: SelfServiceProfileBranding;
allowed_strategies?: Management.SelfServiceProfileAllowedStrategyEnum[];
user_attributes?: SelfServiceProfileUserAttributes;
user_attribute_profile_id?: string | null;
}
name?description?branding?allowed_strategies?user_attributes?user_attribute_profile_id?
Optionalnamename?: string
The name of the self-service Profile.
Optionaldescriptiondescription?: SelfServiceProfileDescription
Optionalbrandingbranding?: SelfServiceProfileBranding
Optionalallowed_strategiesallowed_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_attributesuser_attributes?: SelfServiceProfileUserAttributes
Optionaluser_attribute_profile_iduser_attribute_profile_id?: string | null
ID of the user-attribute-profile to associate with this self-service profile.
Member Visibility
ThemeOSLightDark
Properties namedescriptionbrandingallowed_strategiesuser_attributesuser_attribute_profile_id