Okta · Schema

ProfileEnrollmentPolicyRuleActivationRequirement

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

Properties

Name Type Description
emailVerification boolean
View JSON Schema on GitHub

JSON Schema

okta-profileenrollmentpolicyruleactivationrequirement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileEnrollmentPolicyRuleActivationRequirement",
  "title": "ProfileEnrollmentPolicyRuleActivationRequirement",
  "type": "object",
  "properties": {
    "emailVerification": {
      "type": "boolean"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}