Censys · JSON Structure

Platform Securitycapabilities Structure

SecurityCapabilities schema from Censys Platform API

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

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

Properties

access_policy_config default_access_policy dot1x http_digest kerberos_token max_password_length max_username_length max_users onboard_key_generation rel_token remote_user_handling saml_token supported_eap_methods tls_1_0 tls_1_1 tls_1_2 username_token x509_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-securitycapabilities-structure.json",
  "name": "SecurityCapabilities",
  "description": "SecurityCapabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "access_policy_config": {
      "type": "boolean"
    },
    "default_access_policy": {
      "type": "boolean"
    },
    "dot1x": {
      "type": "boolean"
    },
    "http_digest": {
      "type": "boolean"
    },
    "kerberos_token": {
      "type": "boolean"
    },
    "max_password_length": {
      "type": "int32",
      "minimum": 0
    },
    "max_username_length": {
      "type": "int32",
      "minimum": 0
    },
    "max_users": {
      "type": "int32",
      "minimum": 0
    },
    "onboard_key_generation": {
      "type": "boolean"
    },
    "rel_token": {
      "type": "boolean"
    },
    "remote_user_handling": {
      "type": "boolean"
    },
    "saml_token": {
      "type": "boolean"
    },
    "supported_eap_methods": {
      "type": "int32",
      "minimum": 0
    },
    "tls_1_0": {
      "type": "boolean"
    },
    "tls_1_1": {
      "type": "boolean"
    },
    "tls_1_2": {
      "type": "boolean"
    },
    "username_token": {
      "type": "boolean"
    },
    "x509_token": {
      "type": "boolean"
    }
  }
}