Get Certificate Result
data class GetCertificateResult(val createTime: String, val description: String, val expireTime: String, val labels: Map<String, String>, val managed: ManagedCertificateResponse, val name: String, val pemCertificate: String, val sanDnsnames: List<String>, val scope: String, val selfManaged: SelfManagedCertificateResponse, val updateTime: String)
Properties
Link copied to clipboard
The creation timestamp of a Certificate.
Link copied to clipboard
One or more paragraphs of text description of a certificate.
Link copied to clipboard
The expiry timestamp of a Certificate.
Link copied to clipboard
If set, contains configuration and state of a managed certificate.
Link copied to clipboard
The PEM-encoded certificate chain.
Link copied to clipboard
The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.
Link copied to clipboard
If set, defines data of a self-managed certificate.
Link copied to clipboard
The last update timestamp of a Certificate. //*/