access_status

The status of the policy test request.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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