Amazon WorkSpaces · JSON Structure

Workspaces Describe Client Branding Result Structure

DescribeClientBrandingResult schema from Amazon WorkSpaces API

Type: object Properties: 6
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

DescribeClientBrandingResult is a JSON Structure definition published by Amazon WorkSpaces, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DeviceTypeWindows DeviceTypeOsx DeviceTypeAndroid DeviceTypeIos DeviceTypeLinux DeviceTypeWeb

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DeviceTypeWindows": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information for Windows devices."
        }
      ]
    },
    "DeviceTypeOsx": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information for macOS devices."
        }
      ]
    },
    "DeviceTypeAndroid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information for Android devices."
        }
      ]
    },
    "DeviceTypeIos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IosClientBrandingAttributes"
        },
        {
          "description": "The branding information for iOS devices."
        }
      ]
    },
    "DeviceTypeLinux": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information for Linux devices."
        }
      ]
    },
    "DeviceTypeWeb": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information for Web access."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "DescribeClientBrandingResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-client-branding-result-structure.json",
  "description": "DescribeClientBrandingResult schema from Amazon WorkSpaces API"
}