KeyEncryptionKeyResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Managed identity properties used for key encryption.

Link copied to clipboard

Type of encryption key used for key encryption.

Link copied to clipboard
val kekUrl: String? = null

Key encryption key. It is required in case of Customer managed KekType.

Link copied to clipboard

Kek vault resource id. It is required in case of Customer managed KekType.