EncryptionIdentityArgs

data class EncryptionIdentityArgs(val encryptionFederatedIdentityClientId: Output<String>? = null, val encryptionUserAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EncryptionIdentityArgs>

Encryption identity for the storage account.

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): EncryptionIdentityArgs