Rapid7 · Schema

RRN

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
partition string
service string
regionCode string
organizationId string
resourceTypes array
resource string
View JSON Schema on GitHub

JSON Schema

rapid7-rrn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RRN",
  "title": "RRN",
  "type": "object",
  "properties": {
    "partition": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    },
    "resourceTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "resource": {
      "type": "string"
    }
  }
}