TrustStoreSummary

The summary of the trust store.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
trustStoreArn object
View JSON Schema on GitHub

JSON Schema

workspaces-web-trust-store-summary-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "trustStoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the trust store."
        }
      ]
    }
  },
  "description": "The summary of the trust store.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TrustStoreSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-trust-store-summary-schema.json"
}