Class SelfServiceProfileSsoTicketDomainAliasesConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for the setup of the connection’s domain_aliases in the self-service SSO flow.
[Serializable]
public record SelfServiceProfileSsoTicketDomainAliasesConfig : IJsonOnDeserialized, IEquatable<SelfServiceProfileSsoTicketDomainAliasesConfig>
- Inheritance
-
SelfServiceProfileSsoTicketDomainAliasesConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DomainVerification
[JsonPropertyName("domain_verification")]
public required SelfServiceProfileSsoTicketDomainVerificationEnum DomainVerification { 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.