Censys · JSON Structure

Platform Rdp Certificateinfo Structure

Rdp_CertificateInfo schema from Censys Platform API

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

Rdp_CertificateInfo 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

internal_x509_chain_fps proprietary_rsa_key

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-rdp-certificateinfo-structure.json",
  "name": "Rdp_CertificateInfo",
  "description": "Rdp_CertificateInfo schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "internal_x509_chain_fps": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "proprietary_rsa_key": {
      "$ref": "#/components/schemas/Rdp_EmbeddedRSACert"
    }
  }
}