JobAgentIdentity interface

Azure Active Directory identity configuration for a resource.

Properties

tenantId

The job agent identity tenant id

type

The job agent identity type

userAssignedIdentities

The resource ids of the user assigned identities to use

Property Details

tenantId

The job agent identity tenant id

tenantId?: string

Property Value

string

type

The job agent identity type

type: string

Property Value

string

userAssignedIdentities

The resource ids of the user assigned identities to use

userAssignedIdentities?: Record<string, JobAgentUserAssignedIdentity>

Property Value