Encryption interface
The object that contains details of encryption used on the workspace.
Properties
key |
The name of KeyVault key. |
key |
The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault |
key |
The Uri of KeyVault. |
key |
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