access_schemas-device_posture_rule

APIs.ioEngineeringPlatform

Properties

Name Type Description
check object
data object
description string
error string
id string
rule_name string
success boolean
timestamp string
type string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-schemas-device-posture-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_schemas-device_posture_rule",
  "title": "access_schemas-device_posture_rule",
  "properties": {
    "check": {
      "$ref": "#/components/schemas/access_device_posture_check"
    },
    "data": {
      "type": "object"
    },
    "description": {
      "type": "string"
    },
    "error": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "rule_name": {
      "type": "string"
    },
    "success": {
      "type": "boolean"
    },
    "timestamp": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "type": "object"
}