Php Workload Resource Identity Args
data class PhpWorkloadResourceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<PhpWorkloadResourceIdentityArgs>
Identity for the resource. Currently not supported
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, ManagedServiceIdentityType>>, userAssignedIdentities: Output<Map<String, Any>>? = null)