Class UpdateSelfServiceProfileResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateSelfServiceProfileResponseContent : IJsonOnDeserialized, IEquatable<UpdateSelfServiceProfileResponseContent>
- Inheritance
-
UpdateSelfServiceProfileResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
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
Branding
[JsonPropertyName("branding")]
public SelfServiceProfileBrandingProperties? Branding { get; set; }
Property Value
CreatedAt
The time when this self-service Profile was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Description
The description of the self-service Profile.
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Id
The unique ID of the self-service Profile.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
The name of the self-service Profile.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
UpdatedAt
The time when this self-service Profile was updated.
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
UserAttributeProfileId
ID of the user-attribute-profile to associate with this self-service profile.
[JsonPropertyName("user_attribute_profile_id")]
public string? UserAttributeProfileId { get; set; }
Property Value
UserAttributes
List of attributes to be mapped that will be shown to the user during the SS-SSO flow.
[JsonPropertyName("user_attributes")]
public IEnumerable<SelfServiceProfileUserAttribute>? UserAttributes { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.