KeyVaultAndSecretReference Class
Key Vault Secret Url and vault id of the encryption key.
Constructor
KeyVaultAndSecretReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_vault
|
Resource id of the KeyVault containing the key or secret. Required. |
|
secret_url
|
Url pointing to a key or secret in KeyVault. Required. |
Attributes
secret_url
Url pointing to a key or secret in KeyVault. Required.
secret_url: str
source_vault
Resource id of the KeyVault containing the key or secret. Required.
source_vault: _models.SourceVault