FactoryIdentity interface
處理站資源的識別屬性。
屬性
principal |
身分識別的主體標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tenant |
身分識別的用戶端租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 識別類型。 |
user |
處理站的使用者指派身分識別清單。 |
屬性詳細資料
principalId
身分識別的主體標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
principalId?: string
屬性值
string
tenantId
身分識別的用戶端租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
識別類型。
type: string
屬性值
string
userAssignedIdentities
處理站的使用者指派身分識別清單。
userAssignedIdentities?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}