JobAgentIdentityArgs

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)

Properties

Link copied to clipboard
val tenantId: Output<String>? = null

The job agent identity tenant id

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

The job agent identity type

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The resource ids of the user assigned identities to use

Functions

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