Enforces a device posture rule has run successfully
{ "$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" }