Docs API schemas

neoserver 0.1.2

AuthWorkspace

AuthWorkspace schema for the neoserver management API.

← All schemas

object
console_access boolean required
id string required
name string required
role string required
OpenAPI schema definition
{
  "properties": {
    "console_access": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "role": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "name",
    "role",
    "console_access"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.