Table of Contents

Class CustomDomainVerificationMethod

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

The custom domain verification method.

public class CustomDomainVerificationMethod
Inheritance
CustomDomainVerificationMethod
Inherited Members

Properties

Domain

The name of the txt record for verification.

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

Property Value

string

Name

Domain verification method. ("cname" or "txt")

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Record

Value used to verify the domain.

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

Property Value

string