Class CustomDomainCreateRequest
- Namespace
- Auth0.Management
Api .Models
- Assembly
- Auth0.ManagementApi.dll
Represents a request to create a new custom domain.
- Inheritance
-
Custom
Domain Create Request
- Inherited Members
Properties
Domain
The custom domain.
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.