Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateCustomDomainResponseContent

    interface CreateCustomDomainResponseContent {
        custom_domain_id: string;
        domain: string;
        primary: boolean;
        status: Management.CustomDomainStatusFilterEnum;
        type: Management.CustomDomainTypeEnum;
        verification: DomainVerification;
        custom_client_ip_header?: string;
        tls_policy?: string;
    }
    Index

    Properties

    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).

    verification: DomainVerification
    custom_client_ip_header?: string

    The HTTP header to fetch the client's IP address

    tls_policy?: string

    The TLS version policy