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

ListScanStatusResponse

    Response containing a paginated list of scan statuses.

    Properties

    • scanStatuses array[ScanStatus] required
      The list of scan statuses
    • accountName string optional
      The name of the insights account associated with this scan.
    • id string required
      The unique identifier of the workflow run.
    • orgId string required
      The organization ID.
    • resourceCount integer optional
      The number of resources discovered by this scan.
    • userId string required
      The user ID who initiated the workflow run.
    • status enum required
      The current status of the workflow run.
      Values: running, failed, succeeded
    • startedAt string required
      The time the workflow run started.
    • finishedAt string required
      The time the workflow run finished, if completed.
    • lastUpdatedAt string required
      The time the workflow run was last updated.
    • jobTimeout string required
      The timeout for jobs in the workflow run.
    • jobs array[JobRun] optional
      The list of job runs within the workflow.
    • continuationToken string optional
      ContinuationToken is an opaque value the client can send to fetch additional scans. Will be nil once all scans have been returned.

      The infrastructure as code platform for any cloud.