{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ipmi-capabilities-authstatus-structure.json", "name": "Ipmi_Capabilities_AuthStatus", "description": "Ipmi_Capabilities_AuthStatus schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "anonymous_login_enabled": { "type": "boolean", "description": "If true, the server allows anonymous login." }, "auth_each_message": { "type": "boolean", "description": "If true, each message must be authenticated." }, "has_anonymous_users": { "type": "boolean", "description": "If true, the server has anonymous users." }, "has_named_users": { "type": "boolean", "description": "If true, the server supports named users." }, "two_key_login_required": { "type": "boolean", "description": "The KG field." }, "user_auth_disabled": { "type": "boolean", "description": "If true, user authentication is disabled." } } }