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

    Interface DomainCertificate

    Certificate information. This object is relevant only for Custom Domains with Auth0-Managed Certificates.

    interface DomainCertificate {
        status?: Management.DomainCertificateStatusEnum;
        error_msg?: string;
        certificate_authority?: Management.DomainCertificateAuthorityEnum;
        renews_before?: string;
    }
    Index

    Properties

    error_msg?: string

    A user-friendly error message will be presented if the certificate status is provisioning_failed or renewing_failed.

    renews_before?: string

    The certificate will be renewed prior to this date.