Class DomainVerification
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Domain verification settings.
[Serializable]
public record DomainVerification : IJsonOnDeserialized, IEquatable<DomainVerification>
- Inheritance
-
DomainVerification
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ErrorMsg
The user0-friendly error message in case of failed verification. This field is relevant only for Custom Domains with Auth0-Managed Certificates.
[JsonPropertyName("error_msg")]
public string? ErrorMsg { get; set; }
Property Value
LastVerifiedAt
The date and time when the custom domain was last verified. This field is relevant only for Custom Domains with Auth0-Managed Certificates.
[JsonPropertyName("last_verified_at")]
public string? LastVerifiedAt { get; set; }
Property Value
Methods
Domain verification methods.
[JsonPropertyName("methods")]
public IEnumerable<DomainVerificationMethod>? Methods { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public DomainVerificationStatusEnum? Status { 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.