Censys · Schema

TacacsPlus

TacacsPlus schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
data_length integer
flags integer
obfuscated string
seq_num integer
session_id integer
type integer
version integer
View JSON Schema on GitHub

JSON Schema

platform-tacacsplus-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/platform-tacacsplus-schema.json",
  "title": "TacacsPlus",
  "description": "TacacsPlus schema from Censys Platform API",
  "type": "object",
  "properties": {
    "data_length": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "flags": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "obfuscated": {
      "format": "base64",
      "type": "string"
    },
    "seq_num": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "session_id": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "type": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "version": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}