WorkbookResourceIdentity interface
用於 BYOS 的身分識別
- Extends
繼承的屬性
principal |
系統指派身分識別的服務主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tenant |
系統指派身分識別的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 |
user |
與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 |
繼承的屬性詳細資料
principalId
系統指派身分識別的服務主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。
principalId?: string
屬性值
string
tenantId
系統指派身分識別的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。
type: string
屬性值
string
userAssignedIdentities
與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
屬性值
{[propertyName: string]: UserAssignedIdentity}