Auth0 · Schema

SessionIp

First IP address associated with this session

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-sessionip-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionIp",
  "title": "SessionIp",
  "type": [
    "string",
    "null"
  ],
  "description": "First IP address associated with this session"
}