EncryptionIdentity Class

Encryption identity for the storage account.

Inheritance
azure.mgmt.storage._serialization.Model
EncryptionIdentity

Constructor

EncryptionIdentity(*, encryption_user_assigned_identity: str | None = None, encryption_federated_identity_client_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
encryption_user_assigned_identity
str

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.

encryption_federated_identity_client_id
str

ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.

Variables

Name Description
encryption_user_assigned_identity
str

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.

encryption_federated_identity_client_id
str

ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.