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

ScanInsightsAccountRequest

    Configuration options for controlling scan behavior.

    Properties

    • agentPoolID string optional
      The ID of the agent pool to use for scanning. If not specified, the default agent pool will be used.
    • listConcurrency integer optional
      The concurrency level for list operations during the scan.
    • readConcurrency integer optional
      The concurrency level for read operations during the scan.
    • batchSize integer optional
      The batch size for processing resources during the scan.
    • readTimeout string optional
      The timeout duration for read operations, as a Go duration string (e.g., ’30s’, ‘5m’).