Package version:

Interface EncryptionIdentity

Encryption identity for the storage account.

interface EncryptionIdentity {
    encryptionFederatedIdentityClientId?: string;
    encryptionUserAssignedIdentity?: string;
}

Properties

encryptionFederatedIdentityClientId?: string

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.

encryptionUserAssignedIdentity?: string

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