Merge · Schema

PublicCombinedSecurityRule

Standard entity rule with effective configuration for a tool pack.

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
entity_type string
region string
description string
detection_method string
is_active boolean
outbound_action string
defined_at string
org_is_active boolean
org_outbound_action string
View JSON Schema on GitHub

JSON Schema

merge-publiccombinedsecurityrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PublicCombinedSecurityRule",
  "title": "PublicCombinedSecurityRule",
  "type": "object",
  "properties": {
    "entity_type": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "detection_method": {
      "type": "string"
    },
    "is_active": {
      "type": "boolean"
    },
    "outbound_action": {
      "type": "string"
    },
    "defined_at": {
      "type": "string"
    },
    "org_is_active": {
      "type": "boolean"
    },
    "org_outbound_action": {
      "type": "string"
    }
  },
  "required": [
    "entity_type",
    "description",
    "detection_method",
    "is_active",
    "outbound_action",
    "defined_at"
  ],
  "description": "Standard entity rule with effective configuration for a tool pack."
}