Okta · Schema

PushUserFactorProfile

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

Properties

Name Type Description
credentialId string
deviceToken string
deviceType string
name string
platform string
version string
View JSON Schema on GitHub

JSON Schema

okta-pushuserfactorprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PushUserFactorProfile",
  "title": "PushUserFactorProfile",
  "type": "object",
  "properties": {
    "credentialId": {
      "type": "string"
    },
    "deviceToken": {
      "type": "string"
    },
    "deviceType": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "UserFactor"
  ]
}