KeyVersionSpecResponse

data class KeyVersionSpecResponse(val algorithm: String, val cloudKmsKeyVersion: String)

A Cloud KMS key configuration that a CertificateAuthority will use.

Constructors

Link copied to clipboard
fun KeyVersionSpecResponse(algorithm: String, cloudKmsKeyVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience. All managed keys will be have their ProtectionLevel as HSM.

Link copied to clipboard

The resource name for an existing Cloud KMS CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*. This option enables full flexibility in the key's capabilities and properties. ////*/