Encryption Class
The CMK encryption settings on the Device Update account.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelEncryption
Constructor
Encryption(*, key_vault_key_uri: str | None = None, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_vault_key_uri
|
The URI of the key vault. |
user_assigned_identity
|
The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account. |
Variables
Name | Description |
---|---|
key_vault_key_uri
|
The URI of the key vault. |
user_assigned_identity
|
The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python