Factory Identity Args
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)