Okta · Schema

PushUserFactor

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

Properties

Name Type Description
expiresAt string
factorResult object
profile object
View JSON Schema on GitHub

JSON Schema

okta-pushuserfactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PushUserFactor",
  "title": "PushUserFactor",
  "type": "object",
  "properties": {
    "expiresAt": {
      "type": "string",
      "format": "date-time"
    },
    "factorResult": {
      "$ref": "#/components/schemas/FactorResultType"
    },
    "profile": {
      "$ref": "#/components/schemas/PushUserFactorProfile"
    }
  },
  "x-okta-parent": "#/definitions/UserFactor",
  "x-okta-tags": [
    "UserFactor"
  ]
}