DppIdentityDetails interface
身分識別詳細數據
屬性
| principal |
用來授與 Azure 資源角色型存取權之受控識別之服務主體物件的物件標識碼。 |
| tenant |
全域唯一標識碼 (GUID),代表資源現在是成員的 Azure AD 租使用者。 |
| type | identityType,可以是 SystemAssigned、UserAssigned、'SystemAssigned、UserAssigned' 或 None |
| user |
取得或設定使用者指派的身分識別。 |
屬性詳細資料
principalId
用來授與 Azure 資源角色型存取權之受控識別之服務主體物件的物件標識碼。
principalId?: string
屬性值
string
tenantId
全域唯一標識碼 (GUID),代表資源現在是成員的 Azure AD 租使用者。
tenantId?: string
屬性值
string
type
identityType,可以是 SystemAssigned、UserAssigned、'SystemAssigned、UserAssigned' 或 None
type?: string
屬性值
string
userAssignedIdentities
取得或設定使用者指派的身分識別。
userAssignedIdentities?: Record<string, UserAssignedIdentity>
屬性值
Record<string, UserAssignedIdentity>