Censys · JSON Structure

Asset Graph Rdp Protocolflags Structure

Rdp_ProtocolFlags schema from Asset Graph API

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

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

Properties

dynvc_graphics_pipeline extended_client_data_supported neg_resp_reserved restricted_admin_mode restricted_auth_mode

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/asset-graph-rdp-protocolflags-structure.json",
  "name": "Rdp_ProtocolFlags",
  "description": "Rdp_ProtocolFlags schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "dynvc_graphics_pipeline": {
      "type": "boolean"
    },
    "extended_client_data_supported": {
      "type": "boolean"
    },
    "neg_resp_reserved": {
      "type": "boolean"
    },
    "restricted_admin_mode": {
      "type": "boolean"
    },
    "restricted_auth_mode": {
      "type": "boolean"
    }
  }
}