Okta · Schema

Duration

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

Properties

Name Type Description
number integer
unit string
View JSON Schema on GitHub

JSON Schema

okta-duration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Duration",
  "title": "Duration",
  "type": "object",
  "properties": {
    "number": {
      "type": "integer"
    },
    "unit": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}