Key Encryption Key Response
data class KeyEncryptionKeyResponse(val identityProperties: IdentityPropertiesResponse? = null, val kekType: String, val kekUrl: String? = null, val kekVaultResourceID: String? = null)
Encryption key containing details about key to encrypt different keys.
Constructors
Link copied to clipboard
constructor(identityProperties: IdentityPropertiesResponse? = null, kekType: String, kekUrl: String? = null, kekVaultResourceID: String? = null)