Table of Contents

Class UpdateSelfServiceProfileRequestContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateSelfServiceProfileRequestContent : IEquatable<UpdateSelfServiceProfileRequestContent>
Inheritance
UpdateSelfServiceProfileRequestContent
Implements
Inherited Members
Extension Methods

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, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]

[JsonPropertyName("allowed_strategies")]
public IEnumerable<SelfServiceProfileAllowedStrategyEnum>? AllowedStrategies { get; set; }

Property Value

IEnumerable<SelfServiceProfileAllowedStrategyEnum>

Branding

[JsonPropertyName("branding")]
public Optional<SelfServiceProfileBrandingProperties?> Branding { get; set; }

Property Value

Optional<SelfServiceProfileBrandingProperties>

Description

[JsonPropertyName("description")]
public Optional<string?> Description { get; set; }

Property Value

Optional<string>

Name

The name of the self-service Profile.

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

Property Value

string

UserAttributeProfileId

ID of the user-attribute-profile to associate with this self-service profile.

[JsonPropertyName("user_attribute_profile_id")]
public Optional<string?> UserAttributeProfileId { get; set; }

Property Value

Optional<string>

UserAttributes

[JsonPropertyName("user_attributes")]
public Optional<IEnumerable<SelfServiceProfileUserAttribute>?> UserAttributes { get; set; }

Property Value

Optional<IEnumerable<SelfServiceProfileUserAttribute>>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.