ListTrustStoreCertificatesResponse

ListTrustStoreCertificatesResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
certificateList object
nextToken object
trustStoreArn object
View JSON Schema on GitHub

JSON Schema

workspaces-web-list-trust-store-certificates-response-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "ListTrustStoreCertificatesResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-list-trust-store-certificates-response-schema.json",
  "description": "ListTrustStoreCertificatesResponse schema from Amazon WorkSpaces Web API"
}