Encryption interface

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

Properties

keyName

The name of KeyVault key.

keySource

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

keyVaultUri

The Uri of KeyVault.

keyVersion

The version of KeyVault key.

Property Details

keyName

The name of KeyVault key.

keyName?: string

Property Value

string

keySource

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

keySource?: string

Property Value

string

keyVaultUri

The Uri of KeyVault.

keyVaultUri?: string

Property Value

string

keyVersion

The version of KeyVault key.

keyVersion?: string

Property Value

string