EncryptionV2Response

data class EncryptionV2Response(val keySource: String, val keyVaultProperties: EncryptionV2ResponseKeyVaultProperties? = null)

The object that contains details of encryption used on the workspace.

Constructors

Link copied to clipboard
constructor(keySource: String, keyVaultProperties: EncryptionV2ResponseKeyVaultProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

Link copied to clipboard

Key Vault input properties for encryption.