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.
Constructors
Link copied to clipboard
fun GetKMSCryptoKeyVersionResult(algorithm: String, cryptoKey: String, id: String, name: String, protectionLevel: String, publicKeys: List<GetKMSCryptoKeyVersionPublicKey>, state: String, version: Int? = null)
Types
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
The current state of the CryptoKeyVersion. See the state reference for possible outputs.