Table of Contents

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

Branding

Description

Description of the self-service profile.

[JsonProperty("description")]
public string Description { get; set; }

Property Value

string

Name

Name of the self-service profile.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

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; }

Property Value

IList<UserAttribute>