Censys · JSON Structure

Platform Nameconstraints Structure

NameConstraints schema from Censys Platform API

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

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

Properties

critical excluded_directory_names excluded_edi_party_names excluded_email_addresses excluded_ip_addresses excluded_names excluded_registered_ids excluded_uris permitted_directory_names permitted_edi_party_names permitted_email_addresses permitted_ip_addresses permitted_names permitted_registered_ids permitted_uris

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-nameconstraints-structure.json",
  "name": "NameConstraints",
  "description": "NameConstraints schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "critical": {
      "type": "boolean"
    },
    "excluded_directory_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing excluded names of the type directoryName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/DistinguishedName"
      }
    },
    "excluded_edi_party_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing excluded names of the type ediPartyName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/EdiPartyName"
      }
    },
    "excluded_email_addresses": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of excluded names of the type rfc822Name in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "excluded_ip_addresses": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of excluded names of the type iPAddress in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/GeneralSubtreeIp"
      }
    },
    "excluded_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of excluded names of the type dNSName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "excluded_registered_ids": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing excluded names of the type registeredID in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "excluded_uris": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of excluded uniform resource identifiers in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "permitted_directory_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing permitted names of the type directoryName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/DistinguishedName"
      }
    },
    "permitted_edi_party_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing permitted names of the type ediPartyName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/EdiPartyName"
      }
    },
    "permitted_email_addresses": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of permitted names of the type rfc822Name in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "permitted_ip_addresses": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of permitted names of the type iPAddress in leaf certificates whose trust path includes this certificate.",
      "items": {
        "$ref": "#/components/schemas/GeneralSubtreeIp"
      }
    },
    "permitted_names": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of permitted names of the type dNSName in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "permitted_registered_ids": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing permitted names of the type registeredID in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    },
    "permitted_uris": {
      "type": [
        "array",
        "null"
      ],
      "description": "A record providing a range of permitted uniform resource identifiers in leaf certificates whose trust path includes this certificate.",
      "items": {
        "type": "string"
      }
    }
  }
}