QuantumWorkspaceIdentityArgs

data class QuantumWorkspaceIdentityArgs(val type: Output<Either<String, ResourceIdentityType>>? = null) : ConvertibleToJava<QuantumWorkspaceIdentityArgs>

Managed Identity information.

Constructors

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

Properties

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

The identity type.

Functions

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