GetTrustStoreResponse

GetTrustStoreResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
trustStore object
View JSON Schema on GitHub

JSON Schema

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