Encryption Identity Args
data class EncryptionIdentityArgs(val encryptionFederatedIdentityClientId: Output<String>? = null, val encryptionUserAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EncryptionIdentityArgs>
Encryption identity for the storage account.
Properties
Link copied to clipboard
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.
Link copied to clipboard
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.