Okta · Schema

LogIpAddress

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

Properties

Name Type Description
geographicalContext object
ip string
source string
version string
View JSON Schema on GitHub

JSON Schema

okta-logipaddress-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogIpAddress",
  "title": "LogIpAddress",
  "type": "object",
  "properties": {
    "geographicalContext": {
      "$ref": "#/components/schemas/LogGeographicalContext"
    },
    "ip": {
      "type": "string",
      "readOnly": true
    },
    "source": {
      "type": "string",
      "readOnly": true
    },
    "version": {
      "type": "string",
      "readOnly": true
    }
  },
  "x-okta-tags": [
    "Log"
  ]
}