docs/interfaces/management.Management.GetCustomDomainResponseContent.html
interface GetCustomDomainResponseContent {
custom_domain_id: string;
domain: string;
primary: boolean;
is_default?: boolean;
status: Management.CustomDomainStatusFilterEnum;
type: Management.CustomDomainTypeEnum;
origin_domain_name?: string;
verification?: DomainVerification;
custom_client_ip_header?: string | null;
tls_policy?: string;
domain_metadata?: DomainMetadata;
certificate?: DomainCertificate;
relying_party_identifier?: string;
}
custom_domain_iddomainprimaryis_default?statustypeorigin_domain_name?verification?custom_client_ip_header?tls_policy?domain_metadata?certificate?relying_party_identifier?
custom_domain_id: string
ID of the custom domain.
domain: string
Domain name.
primary: boolean
Whether this is a primary domain (true) or not (false).
Optionalis_defaultis_default?: boolean
Whether this is the default custom domain (true) or not (false).
status: Management.CustomDomainStatusFilterEnum
type: Management.CustomDomainTypeEnum
Optionalorigin_domain_nameorigin_domain_name?: string
Intermediate address.
Optionalverificationverification?: DomainVerification
Optionalcustom_client_ip_headercustom_client_ip_header?: string | null
The HTTP header to fetch the client's IP address
Optionaltls_policytls_policy?: string
The TLS version policy
Optionaldomain_metadatadomain_metadata?: DomainMetadata
Optionalcertificatecertificate?: DomainCertificate
Optionalrelying_party_identifierrelying_party_identifier?: string
Relying Party ID (rpId) to be used for Passkeys on this custom domain. If not present, the full domain will be used.
Member Visibility
ThemeOSLightDark
Properties custom_domain_iddomainprimaryis_defaultstatustypeorigin_domain_nameverificationcustom_client_ip_headertls_policydomain_metadatacertificaterelying_party_identifier