GetCryptoKeyVersionsVersion

data class GetCryptoKeyVersionsVersion(val algorithm: String, val cryptoKey: String, val id: String, val name: String, val protectionLevel: String, val publicKeys: List<GetCryptoKeyVersionsVersionPublicKey>, val state: String, val version: Int)

Constructors

Link copied to clipboard
constructor(algorithm: String, cryptoKey: String, id: String, name: String, protectionLevel: String, publicKeys: List<GetCryptoKeyVersionsVersionPublicKey>, state: String, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.

Link copied to clipboard

The id of the Google Cloud Platform CryptoKey to which the key version belongs. This is also the id field of the gcp.kms.CryptoKey resource/datasource.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard