Okta · Schema

GroupRulePeopleCondition

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

Properties

Name Type Description
groups object
users object
View JSON Schema on GitHub

JSON Schema

okta-grouprulepeoplecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupRulePeopleCondition",
  "title": "GroupRulePeopleCondition",
  "type": "object",
  "properties": {
    "groups": {
      "$ref": "#/components/schemas/GroupRuleGroupCondition"
    },
    "users": {
      "$ref": "#/components/schemas/GroupRuleUserCondition"
    }
  },
  "x-okta-tags": [
    "GroupRule"
  ]
}