Amazon WorkSpaces Web · JSON Structure

Workspaces Web List Trust Store Certificates Response Structure

ListTrustStoreCertificatesResponse schema from Amazon WorkSpaces Web API

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

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

Properties

certificateList nextToken trustStoreArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "certificateList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateSummaryList"
        },
        {
          "description": "The certificate list."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The pagination token used to retrieve the next page of results for this operation.>"
        }
      ]
    },
    "trustStoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the trust store."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListTrustStoreCertificatesResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-list-trust-store-certificates-response-structure.json",
  "description": "ListTrustStoreCertificatesResponse schema from Amazon WorkSpaces Web API"
}