Censys · JSON Structure

Platform Mssql Preloginoptions Structure

Mssql_PreloginOptions schema from Censys Platform API

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

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

Properties

encrypt_mode fed_auth_required instance mars nonce server_version thread_id trace_id unknown

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-mssql-preloginoptions-structure.json",
  "name": "Mssql_PreloginOptions",
  "description": "Mssql_PreloginOptions schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "encrypt_mode": {
      "type": "string"
    },
    "fed_auth_required": {
      "type": "boolean"
    },
    "instance": {
      "type": "string"
    },
    "mars": {
      "type": "boolean"
    },
    "nonce": {
      "type": "string"
    },
    "server_version": {
      "$ref": "#/components/schemas/Mssql_PreloginOptions_ServerVersion"
    },
    "thread_id": {
      "type": "int32",
      "minimum": 0
    },
    "trace_id": {
      "type": "string"
    },
    "unknown": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}