D
DatadogApi
Arcade Native

ActivateGcpScanOptions

DatadogApi.ActivateGcpScanOptions

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Activate Agentless scan options for a GCP project.

Use this tool to enable Agentless scanning for a Google Cloud Platform project. This is useful for setting up security scans without deploying agents.

Input Parameters

{
  "parameters": [
    {
      "name": "enable_container_vulnerability_scanning",
      "required": false,
      "inferrable": true,
      "description": "Set to true to enable scanning for vulnerabilities in containers.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "enable_vulnerability_host_scanning",
      "required": false,
      "inferrable": true,
      "description": "Set to true to enable scanning for vulnerabilities in hosts in the GCP project.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "gcp_project_id",
      "required": false,
      "inferrable": true,
      "description": "The Google Cloud Platform project ID for which to activate the scan options.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "gcp_scan_resource_type",
      "required": false,
      "inferrable": true,
      "description": "The type of GCP scan options resource. This is typically 'gcp_scan_options'.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'CreateGcpScanOptions'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}