Auth0 · Schema

ListNetworkAclsOffsetPaginatedResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
network_acls array
start number
limit number
total number
View JSON Schema on GitHub

JSON Schema

auth0-listnetworkaclsoffsetpaginatedresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListNetworkAclsOffsetPaginatedResponseContent",
  "title": "ListNetworkAclsOffsetPaginatedResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "network_acls": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/NetworkAclsResponseContent"
      }
    },
    "start": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "total": {
      "type": "number"
    }
  }
}