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
Name
Domain verification method. ("cname" or "txt")
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Record
Value used to verify the domain.
[JsonProperty("record")]
public string Record { get; set; }