JobAgentIdentity interface
Konfigurace identity Azure Active Directory pro prostředek
Vlastnosti
| tenant |
ID tenanta identity agenta úloh |
| type | Typ identity agenta úloh |
| user |
ID prostředků identit přiřazených uživatelem, které se mají použít |
Podrobnosti vlastnosti
tenantId
ID tenanta identity agenta úloh
tenantId?: string
Hodnota vlastnosti
string
type
Typ identity agenta úloh
type: string
Hodnota vlastnosti
string
userAssignedIdentities
ID prostředků identit přiřazených uživatelem, které se mají použít
userAssignedIdentities?: Record<string, JobAgentUserAssignedIdentity>
Hodnota vlastnosti
Record<string, JobAgentUserAssignedIdentity>