Job Agent Identity Args
data class JobAgentIdentityArgs(val tenantId: Output<String>? = null, val type: Output<Either<String, JobAgentIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<JobAgentIdentityArgs>
Azure Active Directory identity configuration for a resource.
Constructors
Link copied to clipboard
constructor(tenantId: Output<String>? = null, type: Output<Either<String, JobAgentIdentityType>>, userAssignedIdentities: Output<List<String>>? = null)