Encryption Identity Response
data class EncryptionIdentityResponse(val encryptionFederatedIdentityClientId: String? = null, val encryptionUserAssignedIdentity: String? = null)
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.