1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DiscoveredProject

DiscoveredProject

    A discovered project containing cloud infrastructure stacks

    Properties

    • orgName string required
      The organization name.
    • name string required
      The discovered project name.
    • stacks array[DiscoveredStack] required
      The discovered stacks belonging to this project.
    • id string required
      The Discovered Stack ID.
    • name string required
      The stack name.
    • resourceCount integer required
      Number of cloud resources discovered in this stack.
    • provider string required
      The cloud provider package (e.g. ‘aws-cloudformation’, ‘azure-arm’).
    • tags map[string]string optional
      User-defined tags associated with the discovered stack.
    • lastScanTime integer optional
      Unix epoch timestamp (seconds) of the last scan. Omitted if never scanned.