Back to Node Auth0

Interface DomainCertificate

docs/interfaces/management.Management.DomainCertificate.html

5.9.11.8 KB
Original Source

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

status?error_msg?certificate_authority?renews_before?

Properties

Optionalstatus

status?: Management.DomainCertificateStatusEnum

Optionalerror_msg

error_msg?: string

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

Optionalcertificate_authority

certificate_authority?: Management.DomainCertificateAuthorityEnum

Optionalrenews_before

renews_before?: string

The certificate will be renewed prior to this date.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties statuserror_msgcertificate_authorityrenews_before