Class SelfServiceProfileSsoTicketDomainAliasesConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for the setup of the connection’s domain_aliases in the Self-Service Enterprise Configuration 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
PendingDomains
List of domains that will be submitted for verification during the Self-Service Enterprise Configuration flow.
[JsonPropertyName("pending_domains")]
public IEnumerable<string>? PendingDomains { 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.