Rapid7 · Schema

ReadOnlyIdResource

The ID of the module

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

rapid7-readonlyidresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReadOnlyIdResource",
  "title": "ReadOnlyIdResource",
  "description": "The ID of the module",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    }
  },
  "readOnly": true
}