Okta · Schema

ProvisioningSuspendedCondition

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

Properties

Name Type Description
action string
View JSON Schema on GitHub

JSON Schema

okta-provisioningsuspendedcondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvisioningSuspendedCondition",
  "title": "ProvisioningSuspendedCondition",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "NONE",
        "UNSUSPEND"
      ]
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}