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
CertificateAuthority
[JsonPropertyName("certificate_authority")]
public DomainCertificateAuthorityEnum? CertificateAuthority { get; set; }
Property Value
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
RenewsBefore
The certificate will be renewed prior to this date.
[JsonPropertyName("renews_before")]
public string? RenewsBefore { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public DomainCertificateStatusEnum? Status { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.