Okta · Schema

UserLifecycleAttributePolicyRuleCondition

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

Properties

Name Type Description
attributeName string
matchingValue string
View JSON Schema on GitHub

JSON Schema

okta-userlifecycleattributepolicyrulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserLifecycleAttributePolicyRuleCondition",
  "title": "UserLifecycleAttributePolicyRuleCondition",
  "type": "object",
  "properties": {
    "attributeName": {
      "type": "string"
    },
    "matchingValue": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}