Amazon WorkSpaces · JSON Structure

Workspaces Modify Selfservice Permissions Request Structure

ModifySelfservicePermissionsRequest schema from Amazon WorkSpaces API

Type: object Properties: 2 Required: 2
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ModifySelfservicePermissionsRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceId SelfservicePermissions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ResourceId",
    "SelfservicePermissions"
  ],
  "name": "ModifySelfservicePermissionsRequest",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The identifier of the directory."
        }
      ]
    },
    "SelfservicePermissions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SelfservicePermissions"
        },
        {
          "description": "The permissions to enable or disable self-service capabilities."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-modify-selfservice-permissions-request-structure.json",
  "description": "ModifySelfservicePermissionsRequest schema from Amazon WorkSpaces API"
}