Class CustomDomainCreateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a request to create a new custom domain.
public class CustomDomainCreateRequest
- Inheritance
-
CustomDomainCreateRequest
- Inherited Members
Properties
Domain
The custom domain.
[JsonProperty("domain")]
public string Domain { get; set; }
Property Value
Type
The custom domain provisioning type.
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public CustomDomainCertificateProvisioning Type { get; set; }
Property Value
VerificationMethod
The custom domain verification method.
[JsonProperty("verification_method")]
public string VerificationMethod { get; set; }