JobAgentIdentity interface
Azure Active Directory identity configuration for a resource.
Properties
| tenant |
The job agent identity tenant id |
| type | The job agent identity type |
| user |
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
Record<string, JobAgentUserAssignedIdentity>