EncryptionPropertiesIdentityArgs

data class EncryptionPropertiesIdentityArgs(val resourceId: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<EncryptionPropertiesIdentityArgs>

All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null, type: Output<Either<String, Type>>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.

Link copied to clipboard
val type: Output<Either<String, Type>>? = null

Managed identity type to use for accessing encryption key Url.

Functions

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