EncryptionIdentityResponse

data class EncryptionIdentityResponse(val encryptionFederatedIdentityClientId: String? = null, val encryptionUserAssignedIdentity: String? = null)

Encryption identity for the storage account.

Constructors

Link copied to clipboard
constructor(encryptionFederatedIdentityClientId: String? = null, encryptionUserAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

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.