Get KMSCrypto Key Version Result
data class GetKMSCryptoKeyVersionResult(val algorithm: String, val cryptoKey: String, val id: String, val name: String, val protectionLevel: String, val publicKeys: List<GetKMSCryptoKeyVersionPublicKey>, val state: String, val version: Int? = null)
A collection of values returned by getKMSCryptoKeyVersion.
Properties
Link copied to clipboard
The ProtectionLevel describing how crypto operations are performed with this CryptoKeyVersion. See the protection_level reference for possible outputs.
Link copied to clipboard
If the enclosing CryptoKey has purpose ASYMMETRIC_SIGN
or ASYMMETRIC_DECRYPT
, this block contains details about the public key associated to this CryptoKeyVersion. Structure is documented below.
Link copied to clipboard
The current state of the CryptoKeyVersion. See the state reference for possible outputs.