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

BulkCreateInsightsAccountItem

    Definition of a single Insights account to create as part of a bulk operation.

    Properties

    • name string required
      The name of the account to create. Must be unique within the organization.
    • provider enum required
      The cloud provider for the account (e.g., aws, gcp, azure-native).
      Values:
      aws — Aws
      Amazon Web Services provider.
      gcp — Gcp
      Google Cloud Platform provider.
      azure-native — AzureNative
      Azure Native provider.
      oci — Oci
      Oracle Cloud Infrastructure provider.
      kubernetes — Kubernetes
      Kubernetes provider.
    • environment string required
      Reference to an ESC environment containing provider credentials, in the format ‘project/environment’ with an optional @version suffix.
    • scanSchedule enum optional
      Schedule for automated discovery scans (e.g., ’none’, ‘daily’).
      Values:
      none — None
      No automated scanning is configured.
      12h — TwelveHours
      Scans run automatically every 12 hours.
      daily — Daily
      Scans run automatically on a daily schedule.
    • 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.

      The infrastructure as code platform for any cloud.