Amazon Cognito · JSON Structure

User Pools Describe Resource Server Request Structure

DescribeResourceServerRequest schema from Amazon Cognito API

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

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

Properties

UserPoolId Identifier

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-describe-resource-server-request-structure.json",
  "name": "DescribeResourceServerRequest",
  "description": "DescribeResourceServerRequest schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "UserPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolIdType"
        },
        {
          "description": "The user pool ID for the user pool that hosts the resource server."
        }
      ]
    },
    "Identifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceServerIdentifierType"
        },
        {
          "description": "The identifier for the resource server"
        }
      ]
    }
  },
  "required": [
    "UserPoolId",
    "Identifier"
  ]
}