FactoryIdentityArgs

data class FactoryIdentityArgs(val type: Output<Either<String, FactoryIdentityType>>, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<FactoryIdentityArgs>

Identity properties of the factory resource.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, FactoryIdentityType>>, userAssignedIdentities: Output<Map<String, Any>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, FactoryIdentityType>>

The identity type.

Link copied to clipboard
val userAssignedIdentities: Output<Map<String, Any>>? = null

List of user assigned identities for the factory.

Functions

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