UserAssignedIdentity interface
描述與此應用程式相關聯之身分識別的資訊。
屬性
tenant |
伺服器的租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 與此資源相關聯的身分識別類型;目前限制為 「無」和「UserAssigned」 |
user |
代表使用者指派的身分識別對應。 |
屬性詳細資料
tenantId
伺服器的租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
與此資源相關聯的身分識別類型;目前限制為 「無」和「UserAssigned」
type: string
屬性值
string
userAssignedIdentities
代表使用者指派的身分識別對應。
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
屬性值
{[propertyName: string]: UserIdentity}