DataPoolEncryptionResponse

data class DataPoolEncryptionResponse(val keyName: String, val keyVaultUri: String, val keyVersion: String? = null, val userAssignedIdentity: String)

Encryption properties of a Data Pool

Constructors

Link copied to clipboard
constructor(keyName: String, keyVaultUri: String, keyVersion: String? = null, userAssignedIdentity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of Key Vault key

Link copied to clipboard

The URI of a soft delete-enabled Key Vault that is in the same location as the Data Pool location

Link copied to clipboard
val keyVersion: String? = null

The version of Key Vault key

Link copied to clipboard

The resource ID of a user-assigned Managed Identity used to access the encryption key in the Key Vault. Requires access to the key operations get, wrap, unwrap, and recover