Okta · Schema

NetworkZoneLocation

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

Properties

Name Type Description
country string
region string
View JSON Schema on GitHub

JSON Schema

okta-networkzonelocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkZoneLocation",
  "title": "NetworkZoneLocation",
  "type": "object",
  "properties": {
    "country": {
      "type": "string"
    },
    "region": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "NetworkZone"
  ]
}