Okta · Schema

PossessionConstraint

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

Properties

Name Type Description
deviceBound string
hardwareProtection string
phishingResistant string
userPresence string
View JSON Schema on GitHub

JSON Schema

okta-possessionconstraint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PossessionConstraint",
  "title": "PossessionConstraint",
  "type": "object",
  "properties": {
    "deviceBound": {
      "type": "string"
    },
    "hardwareProtection": {
      "type": "string"
    },
    "phishingResistant": {
      "type": "string"
    },
    "userPresence": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/AccessPolicyConstraint",
  "x-okta-tags": [
    "Policy"
  ]
}