Censys · JSON Structure

Platform Organizationpreferences Structure

OrganizationPreferences schema from Censys Platform API

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

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

Properties

ai_opt_in ai_training mfa_required

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-organizationpreferences-structure.json",
  "name": "OrganizationPreferences",
  "description": "OrganizationPreferences schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ai_opt_in": {
      "type": "boolean",
      "description": "Whether the organization has opted into AI features."
    },
    "ai_training": {
      "type": "boolean",
      "description": "Whether the organization has opted into AI training."
    },
    "mfa_required": {
      "type": "boolean",
      "description": "Whether the organization has opted into multi-factor authentication."
    }
  }
}