Cluster Properties Key Encryption Key Identity Args
data class ClusterPropertiesKeyEncryptionKeyIdentityArgs(val identityType: Output<Either<String, CmkIdentityType>>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<ClusterPropertiesKeyEncryptionKeyIdentityArgs>
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
Constructors
Link copied to clipboard
fun ClusterPropertiesKeyEncryptionKeyIdentityArgs(identityType: Output<Either<String, CmkIdentityType>>? = null, userAssignedIdentityResourceId: Output<String>? = null)