Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GraphQueryScope

GraphQueryScope

    Bounds anchor selection to a subset of the organization. Scope restricts only where anchors are selected, never where traversal may reach.

    Properties

    • accounts array[string] optional
      Insights account names to select anchors from. Naming an account also selects every account beneath it in the ‘/’-separated hierarchy. Omitted means all accounts visible to the caller.
    • stacks array[string] optional
      Stack selectors in ‘project/stack’ form. The stack segment may be the literal ‘*’ to select every stack in the project. Never org-qualified: a query already runs inside one organization, so the ‘org/project/stack’ form used elsewhere in the API — and reported as a stack node’s id — is rejected here with a 400. Omitted means all stacks visible to the caller.
    • includeDiscovered boolean optional
      Whether discovered (non-IaC) resources are included in anchor selection. Defaults to true.

      The infrastructure as code platform for any cloud.