Okta · Schema

ProfileEnrollmentPolicyRule

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

Properties

Name Type Description
actions object
name string
View JSON Schema on GitHub

JSON Schema

okta-profileenrollmentpolicyrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileEnrollmentPolicyRule",
  "title": "ProfileEnrollmentPolicyRule",
  "type": "object",
  "properties": {
    "actions": {
      "$ref": "#/components/schemas/ProfileEnrollmentPolicyRuleActions"
    },
    "name": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/PolicyRule",
  "x-okta-tags": [
    "Policy"
  ]
}