Amazon WorkSpaces · JSON Structure

Workspaces Import Client Branding Result Structure

ImportClientBrandingResult schema from Amazon WorkSpaces API

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

ImportClientBrandingResult 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 configured for Windows devices."
        }
      ]
    },
    "DeviceTypeOsx": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information configured for macOS devices."
        }
      ]
    },
    "DeviceTypeAndroid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information configured for Android devices."
        }
      ]
    },
    "DeviceTypeIos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IosClientBrandingAttributes"
        },
        {
          "description": "The branding information configured for iOS devices."
        }
      ]
    },
    "DeviceTypeLinux": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information configured for Linux devices."
        }
      ]
    },
    "DeviceTypeWeb": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultClientBrandingAttributes"
        },
        {
          "description": "The branding information configured for web access."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ImportClientBrandingResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-import-client-branding-result-structure.json",
  "description": "ImportClientBrandingResult schema from Amazon WorkSpaces API"
}