Censys · JSON Structure

Asset Graph Rdp Domainparameters Structure

Rdp_DomainParameters schema from Asset Graph API

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

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

Properties

domain_protocol_version max_channel_ids max_mcspdu_size max_provider_height max_token_ids max_user_id_channels min_throughput num_priorities

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-domainparameters-structure.json",
  "name": "Rdp_DomainParameters",
  "description": "Rdp_DomainParameters schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "domain_protocol_version": {
      "type": "int64"
    },
    "max_channel_ids": {
      "type": "int64"
    },
    "max_mcspdu_size": {
      "type": "int64"
    },
    "max_provider_height": {
      "type": "int64"
    },
    "max_token_ids": {
      "type": "int64"
    },
    "max_user_id_channels": {
      "type": "int64"
    },
    "min_throughput": {
      "type": "int64"
    },
    "num_priorities": {
      "type": "int64"
    }
  }
}