Censys · JSON Structure

Platform Ipmi Sessionheader Authtype Structure

Ipmi_SessionHeader_AuthType schema from Censys Platform API

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

Ipmi_SessionHeader_AuthType 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

name raw type

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-ipmi-sessionheader-authtype-structure.json",
  "name": "Ipmi_SessionHeader_AuthType",
  "description": "Ipmi_SessionHeader_AuthType schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The raw value of the auth_type"
    },
    "raw": {
      "type": "int32",
      "description": "The raw value of the auth_type"
    },
    "type": {
      "type": "int32",
      "description": "Just the auth type (reserved bits omitted)"
    }
  }
}