Okta · Schema

PasswordPolicyRecoveryQuestion

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

Properties

Name Type Description
properties object
status string
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicyrecoveryquestion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyRecoveryQuestion",
  "title": "PasswordPolicyRecoveryQuestion",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/components/schemas/PasswordPolicyRecoveryQuestionProperties"
    },
    "status": {
      "type": "string",
      "readOnly": true,
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}