Auth0 · Schema

ListConnectionsCheckpointPaginatedResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
next string Opaque identifier for use with the from query parameter for the next page of results.
connections array
View JSON Schema on GitHub

JSON Schema

auth0-listconnectionscheckpointpaginatedresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListConnectionsCheckpointPaginatedResponseContent",
  "title": "ListConnectionsCheckpointPaginatedResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "next": {
      "type": "string",
      "description": "Opaque identifier for use with the <i>from</i> query parameter for the next page of results."
    },
    "connections": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConnectionForList"
      }
    }
  }
}