Censys · JSON Structure

Platform Opcua Endpoint Structure

OpcUa_Endpoint schema from Censys Platform API

Type: object Properties: 8
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

OpcUa_Endpoint is a JSON Structure definition published by Censys, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

endpoint_url security_level security_mode security_policy_uri serve_cert server transport_profile_uri user_identity_token

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-opcua-endpoint-structure.json",
  "name": "OpcUa_Endpoint",
  "description": "OpcUa_Endpoint schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "endpoint_url": {
      "type": "string"
    },
    "security_level": {
      "type": "int32",
      "minimum": 0
    },
    "security_mode": {
      "type": "int32",
      "minimum": 0
    },
    "security_policy_uri": {
      "type": "string"
    },
    "serve_cert": {
      "type": "string"
    },
    "server": {
      "$ref": "#/components/schemas/OpcUa_Description"
    },
    "transport_profile_uri": {
      "type": "string"
    },
    "user_identity_token": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/OpcUa_UserTokenPolicy"
      }
    }
  }
}