Class CustomDomainBase
- Namespace
- Auth0.Management
Api .Models
- Assembly
- Auth0.ManagementApi.dll
Base class for custom domain responses.
- Inheritance
-
Custom
Domain Base
- Derived
- Inherited Members
Properties
CustomDomainId
The id of the custom domain.
Property Value
Domain
The custom domain.
Property Value
OriginDomainName
The intermediate address.
Property Value
Primary
true if the domain was marked as "primary", false otherwise.
Property Value
Status
The custom domain configuration status.
[JsonProperty("status")]
[JsonConverter(typeof(StringEnumConverter))]
public CustomDomainStatus Status { get; set; }
Property Value
Type
The custom domain provisioning type.
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public CustomDomainCertificateProvisioning Type { get; set; }
Property Value
Verification
The custom domain verification methods.