Table of Contents

Class DomainVerificationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record DomainVerificationMethod : IJsonOnDeserialized, IEquatable<DomainVerificationMethod>
Inheritance
DomainVerificationMethod
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Domain

The name of the txt record for verification

[JsonPropertyName("domain")]
public string? Domain { get; set; }

Property Value

string

Name

[JsonPropertyName("name")]
public required DomainVerificationMethodNameEnum Name { get; set; }

Property Value

DomainVerificationMethodNameEnum

Record

Value used to verify the domain.

[JsonPropertyName("record")]
public required string Record { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.