Back to Node Auth0

Interface CreateCustomDomainRequestContent

docs/interfaces/management.Management.CreateCustomDomainRequestContent.html

5.9.12.4 KB
Original Source

Interface CreateCustomDomainRequestContent

Example

{ * domain: "domain", * type: "auth0_managed_certs" * }Copy

interface CreateCustomDomainRequestContent {
domain: string;
type: Management.CustomDomainProvisioningTypeEnum;
verification_method?: "txt";
tls_policy?: "recommended";
custom_client_ip_header?: CustomDomainCustomClientIpHeader;
domain_metadata?: DomainMetadata;
relying_party_identifier?: string;
}

Index

Properties

domaintypeverification_method?tls_policy?custom_client_ip_header?domain_metadata?relying_party_identifier?

Properties

domain

domain: string

Domain name.

type

type: Management.CustomDomainProvisioningTypeEnum

Optionalverification_method

verification_method?: "txt"

Optionaltls_policy

tls_policy?: "recommended"

Optionalcustom_client_ip_header

custom_client_ip_header?: CustomDomainCustomClientIpHeader

Optionaldomain_metadata

domain_metadata?: DomainMetadata

Optionalrelying_party_identifier

relying_party_identifier?: string

Relying Party ID (rpId) to be used for Passkeys on this custom domain. If not provided, the full domain will be used.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties domaintypeverification_methodtls_policycustom_client_ip_headerdomain_metadatarelying_party_identifier