Amazon WorkSpaces · Schema

DescribeClientBrandingResult

DescribeClientBrandingResult schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
DeviceTypeWindows object
DeviceTypeOsx object
DeviceTypeAndroid object
DeviceTypeIos object
DeviceTypeLinux object
DeviceTypeWeb object
View JSON Schema on GitHub

JSON Schema

workspaces-describe-client-branding-result-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "DescribeClientBrandingResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-client-branding-result-schema.json",
  "description": "DescribeClientBrandingResult schema from Amazon WorkSpaces API"
}