Interface PostCustomDomainsRequest

Hierarchy

  • PostCustomDomainsRequest

Properties

HTTP header to fetch client IP header. Ex: CF-Connecting-IP, X-Forwarded-For or True-Client-IP.

domain: string

Domain name.

domain_metadata?: {
    [key: string]: any;
}

Domain metadata associated with the custom domain, in the form of an object with string values (max 255 chars). Maximum of 10 domain metadata properties allowed.

Type declaration

  • [key: string]: any
tls_policy?: "recommended"

Custom domain TLS policy. Must be recommended, includes TLS 1.2.

Custom domain provisioning type. Must be auth0_managed_certs or self_managed_certs.

verification_method?: "txt"

Custom domain verification method. Must be txt.