Device Posture

Enforces a device posture rule has run successfully

APIs.ioEngineeringPlatform

Properties

Name Type Description
device_posture object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-device-posture-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_device_posture_rule",
  "title": "Device Posture",
  "description": "Enforces a device posture rule has run successfully",
  "properties": {
    "device_posture": {
      "properties": {
        "integration_uid": {
          "description": "The ID of a device posture integration.",
          "example": "aa0a4aab-672b-4bdb-bc33-a59f1130a11f",
          "type": "string"
        }
      },
      "required": [
        "integration_uid"
      ],
      "type": "object"
    }
  },
  "required": [
    "device_posture"
  ],
  "type": "object"
}