Okta · Schema

LogRequest

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
ipChain array
View JSON Schema on GitHub

JSON Schema

okta-logrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogRequest",
  "title": "LogRequest",
  "type": "object",
  "properties": {
    "ipChain": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/LogIpAddress"
      }
    }
  },
  "x-okta-tags": [
    "Log"
  ]
}