Amazon Private CA · JSON Structure

Amazon Private Ca List Certificate Authorities Request Structure

ListCertificateAuthoritiesRequest schema from Amazon Private CA API

Type: object Properties: 3
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

NextToken MaxResults ResourceOwner

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-structure/amazon-private-ca-list-certificate-authorities-request-structure.json",
  "name": "ListCertificateAuthoritiesRequest",
  "description": "ListCertificateAuthoritiesRequest schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the <code>NextToken</code> parameter from the response you just received."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the <code>NextToken</code> element is sent in the response. Use this <code>NextToken</code> value in a subsequent request to retrieve additional items."
        }
      ]
    },
    "ResourceOwner": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceOwner"
        },
        {
          "description": "Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF."
        }
      ]
    }
  }
}