ResourceIdentity interface
資源的 Msi 身分識別詳細數據
屬性
principal |
服務主體標識碼,可備份 Msi 附註:此屬性將不會串行化。 它只能由伺服器填入。 |
tenant |
首頁租用戶標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 識別類型 |
user |
使用者指派的身分識別 |
屬性詳細資料
principalId
服務主體標識碼,可備份 Msi 附註:此屬性將不會串行化。 它只能由伺服器填入。
principalId?: string
屬性值
string
tenantId
首頁租用戶標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
識別類型
type?: string
屬性值
string
userAssignedIdentities
使用者指派的身分識別
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
屬性值
{[propertyName: string]: UserAssignedIdentity}