EncryptionScopeKeyVaultProperties Class
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEncryptionScopeKeyVaultProperties
Constructor
EncryptionScopeKeyVaultProperties(*, key_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_uri
|
The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. |
Variables
Name | Description |
---|---|
key_uri
|
The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python