Censys · JSON Structure

Asset Graph Pptp Structure

Pptp schema from Asset Graph API

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

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

Properties

bearer_message error_message firmware framing_message hostname maximum_channels protocol result_message vendor

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/asset-graph-pptp-structure.json",
  "name": "Pptp",
  "description": "Pptp schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "bearer_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "error_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "firmware": {
      "$ref": "#/components/schemas/Pptp_Version"
    },
    "framing_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "hostname": {
      "type": "string"
    },
    "maximum_channels": {
      "type": "int32",
      "minimum": 0
    },
    "protocol": {
      "$ref": "#/components/schemas/Pptp_Version"
    },
    "result_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "vendor": {
      "type": "string"
    }
  }
}