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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python