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

BulkCreateInsightsAccountsResponse

    Response from a bulk Insights account creation operation. Contains both successfully created accounts and details about any failures.

    Properties

    • accounts array[InsightsAccount] required
      The list of accounts that were successfully created.
    • id string required
      ID of the account.
    • name string required
      The name of the account.
    • ownedBy UserInfo required
      The user with ownership of this Insights account
    • provider string required
      The cloud provider for the account (e.g., aws, gcp, azure-native).
    • providerVersion string optional
      The version of the Pulumi provider package used for discovery.
    • providerEnvRef string optional
      Reference to an ESC environment containing provider credentials, in the format ‘project/environment’ with an optional @version suffix.
    • scheduledScanEnabled boolean required
      If true, the account is scheduled for recurring discovery.
    • agentPoolID string optional
      The ID of the agent pool to run account discovery workflows. If not specified, discovery will use the default agent pool.
    • providerConfig object optional
      Provider-specific configuration for the account.
    • scanStatus ScanStatus optional
      Status of the last discovery scan for this account.
    • failures array[BulkCreateInsightsAccountFailure] required
      The list of accounts that failed to be created, with error details.
    • name string required
      The name of the account that failed to be created.
    • error string required
      A human-readable error message describing why the account creation failed.