Amazon WorkSpaces Web · JSON Structure

Workspaces Web Get Trust Store Certificate Response Structure

GetTrustStoreCertificateResponse schema from Amazon WorkSpaces Web API

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

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

Properties

certificate trustStoreArn

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

JSON Structure

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