Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts.
inventorySourceId
string
Required. The ID of the inventory source entity being targeted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[[["An AssignedInventorySource resource represents the connection between a targetable inventory source and an inventory source group."],["It includes fields like name, assignedInventorySourceId, and inventorySourceId which provide identifying and relational information."],["Key methods allow for bulk editing, creating, deleting, and listing assignments between inventory sources and inventory source groups, offering flexibility in managing these relationships."]]],["The content details the `AssignedInventorySource`, which links a targetable inventory source to an inventory source group. It includes a JSON representation with fields: `name` (resource name), `assignedInventorySourceId` (unique ID), and `inventorySourceId` (targeted inventory source ID). Four methods are available: `bulkEdit` (multiple assignments), `create` (new assignment), `delete` (remove assignment), and `list` (view assigned sources). The core actions involve managing assignments between inventory sources and groups.\n"]]