Get Certificate Result
data class GetCertificateResult(val certificateDescription: CertificateDescriptionResponse, val certificateTemplate: String, val config: CertificateConfigResponse, val createTime: String, val issuerCertificateAuthority: String, val labels: Map<String, String>, val lifetime: String, val name: String, val pemCertificate: String, val pemCertificateChain: List<String>, val pemCsr: String, val revocationDetails: RevocationDetailsResponse, val subjectMode: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetCertificateResult(certificateDescription: CertificateDescriptionResponse, certificateTemplate: String, config: CertificateConfigResponse, createTime: String, issuerCertificateAuthority: String, labels: Map<String, String>, lifetime: String, name: String, pemCertificate: String, pemCertificateChain: List<String>, pemCsr: String, revocationDetails: RevocationDetailsResponse, subjectMode: String, updateTime: String)
Types
Properties
Link copied to clipboard
Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*
. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard