EncryptionIdentity Class
Encryption identity for the storage account.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEncryptionIdentity
Constructor
EncryptionIdentity(*, encryption_user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
encryption_user_assigned_identity
|
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. |
Variables
Name | Description |
---|---|
encryption_user_assigned_identity
|
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage 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