共用方式為


Identity interface

搜尋服務身分識別的詳細數據。 Null 值表示搜尋服務未指派任何身分識別。

屬性

principalId

搜尋服務系統指派身分識別的主體標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId

搜尋服務系統指派身分識別的租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

用於資源的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含系統所建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從服務中移除所有身分識別。

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 用戶識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

屬性詳細資料

principalId

搜尋服務系統指派身分識別的主體標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

搜尋服務系統指派身分識別的租用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

用於資源的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含系統所建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從服務中移除所有身分識別。

type: string

屬性值

string

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 用戶識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}

屬性值

{[propertyName: string]: UserAssignedIdentity}