DiskEncryptionConfigurationKeyVaultConfiguration interface
The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
Properties
| auth | Configuration properties for the authentication to the Key Vault |
| key |
Key URL pointing to a key in KeyVault. Version segment of the Url is required. |
Property Details
auth
Configuration properties for the authentication to the Key Vault
auth?: DiskEncryptionConfigurationKeyVaultConfigurationAuth
Property Value
keyUrl
Key URL pointing to a key in KeyVault. Version segment of the Url is required.
keyUrl?: string
Property Value
string