Censys · JSON Structure

Platform Ldap Attribute Structure

Ldap_Attribute schema from Censys Platform API

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

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

Properties

name values

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-ldap-attribute-structure.json",
  "name": "Ldap_Attribute",
  "description": "Ldap_Attribute schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the LDAP attribute in the root DN"
    },
    "values": {
      "type": [
        "array",
        "null"
      ],
      "description": "Values for the respective LDAP attribute",
      "items": {
        "type": "string"
      }
    }
  }
}