CloudKmsKeyAndCert

Cloud KMS key and the certificate associated with the key.

JSON representation
{
  "cloudKmsKey": {
    object (CloudKmsKey)
  },
  "pemCertificate": string
}
Fields
cloudKmsKey

object (CloudKmsKey)

Required. Cloud KMS key.

pemCertificate

string (bytes format)

Required. Certificate associated with the key. The bytes must contain the certificate in PEM format.

A base64-encoded string.