Class SelfServiceProfileBase
- Namespace
- Auth0.ManagementApi.Models.SelfServiceProfiles
- Assembly
- Auth0.ManagementApi.dll
Represents the Self Service Profile.
public class SelfServiceProfileBase
- Inheritance
-
SelfServiceProfileBase
- Derived
- Inherited Members
Properties
AllowedStrategies
List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
[JsonProperty("allowed_strategies")]
public string[] AllowedStrategies { get; set; }
Property Value
- string[]
Branding
[JsonProperty("branding")]
public Branding Branding { get; set; }
Property Value
Description
Description of the self-service profile.
[JsonProperty("description")]
public string Description { get; set; }
Property Value
Name
Name of the self-service profile.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
UserAttributes
Attribute to be mapped that will be shown to the user during the SS-SSO workflow.
[JsonProperty("user_attributes")]
public IList<UserAttribute> UserAttributes { get; set; }