Amazon WorkSpaces Web · JSON Structure

Workspaces Web Get Trust Store Response Structure

GetTrustStoreResponse schema from Amazon WorkSpaces Web API

Type: object Properties: 1
End User ComputingSecure BrowserVirtual DesktopZero Trust

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

Properties

trustStore

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "trustStore": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TrustStore"
        },
        {
          "description": "The trust store."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetTrustStoreResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-get-trust-store-response-structure.json",
  "description": "GetTrustStoreResponse schema from Amazon WorkSpaces Web API"
}