Okta · Schema

PolicyPeopleCondition

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-policypeoplecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicyPeopleCondition",
  "title": "PolicyPeopleCondition",
  "type": "object",
  "properties": {
    "groups": {
      "$ref": "#/components/schemas/GroupCondition"
    },
    "users": {
      "$ref": "#/components/schemas/UserCondition"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}