access_approval_required

Requires the user to request access from an administrator at the start of each session.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-approval-required-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_approval_required",
  "title": "access_approval_required",
  "default": false,
  "description": "Requires the user to request access from an administrator at the start of each session.",
  "example": true,
  "type": "boolean"
}