Table of Contents

Class DomainCertificate

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

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

[Serializable]
public record DomainCertificate : IJsonOnDeserialized, IEquatable<DomainCertificate>
Inheritance
DomainCertificate
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CertificateAuthority

[JsonPropertyName("certificate_authority")]
public DomainCertificateAuthorityEnum? CertificateAuthority { get; set; }

Property Value

DomainCertificateAuthorityEnum?

ErrorMsg

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

[JsonPropertyName("error_msg")]
public string? ErrorMsg { get; set; }

Property Value

string

RenewsBefore

The certificate will be renewed prior to this date.

[JsonPropertyName("renews_before")]
public string? RenewsBefore { get; set; }

Property Value

string

Status

[JsonPropertyName("status")]
public DomainCertificateStatusEnum? Status { get; set; }

Property Value

DomainCertificateStatusEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.