Table of Contents

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

string

Type

The custom domain provisioning type.

[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public CustomDomainCertificateProvisioning Type { get; set; }

Property Value

CustomDomainCertificateProvisioning

VerificationMethod

The custom domain verification method.

[JsonProperty("verification_method")]
public string VerificationMethod { get; set; }

Property Value

string