docs/interfaces/management.Management.CreateSelfServiceProfileResponseContent.html
interface CreateSelfServiceProfileResponseContent {
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;
}
id?name?description?user_attributes?created_at?updated_at?branding?allowed_strategies?user_attribute_profile_id?
Optionalidid?: string
The unique ID of the self-service Profile.
Optionalnamename?: string
The name of the self-service Profile.
Optionaldescriptiondescription?: string
The description of the self-service Profile.
Optionaluser_attributesuser_attributes?: SelfServiceProfileUserAttribute[]
List of attributes to be mapped that will be shown to the user during the Self-Service Enterprise Configuration flow.
Optionalcreated_atcreated_at?: string
The time when this self-service Profile was created.
Optionalupdated_atupdated_at?: string
The time when this self-service Profile was updated.
Optionalbrandingbranding?: SelfServiceProfileBrandingProperties
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_attribute_profile_iduser_attribute_profile_id?: string
ID of the user-attribute-profile to associate with this self-service profile.
Member Visibility
ThemeOSLightDark
Properties idnamedescriptionuser_attributescreated_atupdated_atbrandingallowed_strategiesuser_attribute_profile_id