D
DatadogApi
Arcade Native

ActivateAzureScanOptions

DatadogApi.ActivateAzureScanOptions

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

Description

Activate Agentless scan options for Azure subscriptions.

Use this tool to activate Agentless scan options for a specified Azure subscription. This is useful for enabling security scans without deploying agents.

Input Parameters

{
  "parameters": [
    {
      "name": "azure_subscription_id",
      "required": false,
      "inferrable": true,
      "description": "The Azure subscription ID for which to activate the scan options.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "enable_container_vulnerability_scan",
      "required": false,
      "inferrable": true,
      "description": "Set to true to activate scanning for vulnerabilities in containers.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "enable_vulnerability_scan_hosts",
      "required": false,
      "inferrable": true,
      "description": "Indicate if scanning for vulnerabilities in Azure hosts is enabled. Set to true to activate.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "resource_type",
      "required": false,
      "inferrable": true,
      "description": "Specifies the resource type. Always use 'azure_scan_options'.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

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