PhpWorkloadResourceIdentityArgs

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)

Properties

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

Type of manage identity

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

User assigned identities dictionary

Functions

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