EncryptionKeyDetailsResponse

data class EncryptionKeyDetailsResponse(val kekType: String? = null, val kekUrl: String? = null, val kekVaultResourceID: String? = null)

Specifies the encryption key properties

Constructors

Link copied to clipboard
constructor(kekType: String? = null, kekUrl: String? = null, kekVaultResourceID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kekType: String? = null

The type of kek encryption key

Link copied to clipboard
val kekUrl: String? = null

Specifies the url for kek encryption key.

Link copied to clipboard

Specifies the keyvault resource id for kek encryption key.