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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python