Interface CustomDomain

Hierarchy

  • CustomDomain

Properties

certificate?: Certificate
custom_client_ip_header?: null | string

The HTTP header to fetch the client's IP address

custom_domain_id: string

ID of the custom domain.

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
origin_domain_name?: string

Intermediate address.

primary: boolean

Whether this is a primary domain (true) or not (false).

Custom domain configuration status. Can be disabled, pending, pending_verification, or ready.

tls_policy?: string

The TLS version policy

Custom domain provisioning type. Can be auth0_managed_certs or self_managed_certs.