Okta · Schema

ProfileEnrollmentPolicyRuleAction

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

Properties

Name Type Description
access string
activationRequirements object
preRegistrationInlineHooks array
profileAttributes array
targetGroupIds array
uiSchemaId string
unknownUserAction string
View JSON Schema on GitHub

JSON Schema

okta-profileenrollmentpolicyruleaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileEnrollmentPolicyRuleAction",
  "title": "ProfileEnrollmentPolicyRuleAction",
  "type": "object",
  "properties": {
    "access": {
      "type": "string"
    },
    "activationRequirements": {
      "$ref": "#/components/schemas/ProfileEnrollmentPolicyRuleActivationRequirement"
    },
    "preRegistrationInlineHooks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PreRegistrationInlineHook"
      }
    },
    "profileAttributes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProfileEnrollmentPolicyRuleProfileAttribute"
      }
    },
    "targetGroupIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "uiSchemaId": {
      "type": "string"
    },
    "unknownUserAction": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}