Apache Guacamole · JSON Structure

Guacamole Rest User Group Structure

Guacamole user group for shared permissions

Type: object Properties: 2
ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

UserGroup is a JSON Structure definition published by Apache Guacamole, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

identifier attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-guacamole/refs/heads/main/json-structure/guacamole-rest-user-group-structure.json",
  "name": "UserGroup",
  "description": "Guacamole user group for shared permissions",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Unique group identifier"
    },
    "attributes": {
      "type": "object",
      "description": "Group attributes"
    }
  }
}