ForgeRock · Schema

AccessRequestList

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
result array
resultCount integer
totalPagedResults integer
View JSON Schema on GitHub

JSON Schema

forgerock-accessrequestlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessRequestList",
  "title": "AccessRequestList",
  "type": "object",
  "properties": {
    "result": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AccessRequest"
      }
    },
    "resultCount": {
      "type": "integer"
    },
    "totalPagedResults": {
      "type": "integer"
    }
  }
}