Amazon WorkSpaces · JSON Structure

Workspaces Import Client Branding Request Structure

ImportClientBrandingRequest schema from Amazon WorkSpaces API

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

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

Properties

ResourceId DeviceTypeWindows DeviceTypeOsx DeviceTypeAndroid DeviceTypeIos DeviceTypeLinux DeviceTypeWeb

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ResourceId"
  ],
  "name": "ImportClientBrandingRequest",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The directory identifier of the WorkSpace for which you want to import client branding."
        }
      ]
    },
    "DeviceTypeWindows": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for Windows devices."
        }
      ]
    },
    "DeviceTypeOsx": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for macOS devices."
        }
      ]
    },
    "DeviceTypeAndroid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for Android devices."
        }
      ]
    },
    "DeviceTypeIos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IosImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for iOS devices."
        }
      ]
    },
    "DeviceTypeLinux": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for Linux devices."
        }
      ]
    },
    "DeviceTypeWeb": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultImportClientBrandingAttributes"
        },
        {
          "description": "The branding information to import for web access."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-import-client-branding-request-structure.json",
  "description": "ImportClientBrandingRequest schema from Amazon WorkSpaces API"
}