Amazon Cognito · JSON Structure

User Pools List Resource Servers Response Structure

ListResourceServersResponse schema from Amazon Cognito API

Type: object Properties: 2 Required: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

ListResourceServersResponse is a JSON Structure definition published by Amazon Cognito, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceServers NextToken

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-cognito/refs/heads/main/json-structure/user-pools-list-resource-servers-response-structure.json",
  "name": "ListResourceServersResponse",
  "description": "ListResourceServersResponse schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "ResourceServers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceServersListType"
        },
        {
          "description": "The resource servers."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationKeyType"
        },
        {
          "description": "A pagination token."
        }
      ]
    }
  },
  "required": [
    "ResourceServers"
  ]
}