Get Certificate Authority Result
data class GetCertificateAuthorityResult(val accessUrls: AccessUrlsResponse, val caCertificateDescriptions: List<CertificateDescriptionResponse>, val config: CertificateConfigResponse, val createTime: String, val deleteTime: String, val expireTime: String, val gcsBucket: String, val keySpec: KeyVersionSpecResponse, val labels: Map<String, String>, val lifetime: String, val name: String, val pemCaCertificates: List<String>, val state: String, val subordinateConfig: SubordinateConfigResponse, val tier: String, val type: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetCertificateAuthorityResult(accessUrls: AccessUrlsResponse, caCertificateDescriptions: List<CertificateDescriptionResponse>, config: CertificateConfigResponse, createTime: String, deleteTime: String, expireTime: String, gcsBucket: String, keySpec: KeyVersionSpecResponse, labels: Map<String, String>, lifetime: String, name: String, pemCaCertificates: List<String>, state: String, subordinateConfig: SubordinateConfigResponse, tier: String, type: String, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Immutable. The name of a Cloud Storage bucket where this CertificateAuthority will publish content, such as the CA certificate and CRLs. This must be a bucket name, without any prefixes (such as gs://
) or suffixes (such as .googleapis.com
). For example, to use a bucket named my-bucket
, you would simply specify my-bucket
. If not specified, a managed bucket will be created.
Link copied to clipboard