access_update_status

The status of the policy test.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-update-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_update_status",
  "title": "access_update_status",
  "description": "The status of the policy test.",
  "enum": [
    "blocked",
    "processing",
    "complete"
  ],
  "example": "complete",
  "type": "string"
}