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. |
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