JobAgentIdentity interface
資源的 Azure Active Directory 身分識別設定。
屬性
| tenant |
作業代理程式身分識別租用戶標識碼 |
| type | 作業代理程式身分識別類型 |
| user |
要使用的使用者指派身分識別的資源標識碼 |
屬性詳細資料
tenantId
作業代理程式身分識別租用戶標識碼
tenantId?: string
屬性值
string
type
作業代理程式身分識別類型
type: string
屬性值
string
userAssignedIdentities
要使用的使用者指派身分識別的資源標識碼
userAssignedIdentities?: Record<string, JobAgentUserAssignedIdentity>
屬性值
Record<string, JobAgentUserAssignedIdentity>