Censys · Schema

Ike_V2

Ike_V2 schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
accepted_proposal boolean
notify_message_types arraynull
vendor_ids arraynull
View JSON Schema on GitHub

JSON Schema

asset-graph-ike-v2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-ike-v2-schema.json",
  "title": "Ike_V2",
  "description": "Ike_V2 schema from Asset Graph API",
  "type": "object",
  "properties": {
    "accepted_proposal": {
      "type": "boolean"
    },
    "notify_message_types": {
      "items": {
        "format": "int32",
        "minimum": 0,
        "type": "integer"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "vendor_ids": {
      "format": "utf8",
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}