JobAgentIdentityResponse

data class JobAgentIdentityResponse(val tenantId: String? = null, val type: String, val userAssignedIdentities: Map<String, JobAgentUserAssignedIdentityResponse>? = null)

Azure Active Directory identity configuration for a resource.

Constructors

Link copied to clipboard
constructor(tenantId: String? = null, type: String, userAssignedIdentities: Map<String, JobAgentUserAssignedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tenantId: String? = null

The job agent identity tenant id

Link copied to clipboard

The job agent identity type

Link copied to clipboard

The resource ids of the user assigned identities to use