Table of Contents

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

ReadOnlyAdditionalProperties

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

string

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

string

Methods

Domain verification methods.

[JsonPropertyName("methods")]
public IEnumerable<DomainVerificationMethod>? Methods { get; set; }

Property Value

IEnumerable<DomainVerificationMethod>

Status

[JsonPropertyName("status")]
public DomainVerificationStatusEnum? Status { get; set; }

Property Value

DomainVerificationStatusEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.