Okta · Schema

PasswordSettingObject

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

Properties

Name Type Description
change object
seed object
status object
View JSON Schema on GitHub

JSON Schema

okta-passwordsettingobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordSettingObject",
  "title": "PasswordSettingObject",
  "type": "object",
  "properties": {
    "change": {
      "$ref": "#/components/schemas/ChangeEnum"
    },
    "seed": {
      "$ref": "#/components/schemas/SeedEnum"
    },
    "status": {
      "$ref": "#/components/schemas/EnabledStatus"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}