Okta · Schema

Provisioning

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

Properties

Name Type Description
action string
conditions object
groups object
profileMaster boolean
View JSON Schema on GitHub

JSON Schema

okta-provisioning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Provisioning",
  "title": "Provisioning",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "AUTO",
        "CALLOUT",
        "DISABLED"
      ]
    },
    "conditions": {
      "$ref": "#/components/schemas/ProvisioningConditions"
    },
    "groups": {
      "$ref": "#/components/schemas/ProvisioningGroups"
    },
    "profileMaster": {
      "type": "boolean"
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}