EncryptionResponse

data class EncryptionResponse(val keyName: String? = null, val keySource: String? = null, val keyVaultUri: String? = null, val keyVersion: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of KeyVault key.

Link copied to clipboard
val keySource: String? = null

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

Link copied to clipboard
val keyVaultUri: String? = null

The Uri of KeyVault.

Link copied to clipboard
val keyVersion: String? = null

The version of KeyVault key.