| Package | Description | 
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model | 
| Modifier and Type | Method and Description | 
|---|---|
GroupRule | 
GroupApi.createGroupRule(GroupRule groupRule)
Create a Group Rule
 Creates a group rule to dynamically add users to the specified group if they match the condition 
 | 
GroupRule | 
GroupApi.createGroupRule(GroupRule groupRule,
               Map<String,String> additionalHeaders)
Create a Group Rule
 Creates a group rule to dynamically add users to the specified group if they match the condition 
 | 
GroupRule | 
GroupApi.getGroupRule(String groupRuleId,
            String expand)
Retrieve a Group Rule
 Retrieves a specific group rule by `groupRuleId` 
 | 
GroupRule | 
GroupApi.getGroupRule(String groupRuleId,
            String expand,
            Map<String,String> additionalHeaders)
Retrieve a Group Rule
 Retrieves a specific group rule by `groupRuleId` 
 | 
GroupRule | 
GroupApi.replaceGroupRule(String groupRuleId,
                GroupRule groupRule)
Replace a Group Rule
 Replaces a group rule. 
 | 
GroupRule | 
GroupApi.replaceGroupRule(String groupRuleId,
                GroupRule groupRule,
                Map<String,String> additionalHeaders)
Replace a Group Rule
 Replaces a group rule. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<GroupRule> | 
GroupApi.listGroupRules(Integer limit,
              String after,
              String search,
              String expand)
List all Group Rules
 Lists all group rules 
 | 
List<GroupRule> | 
GroupApi.listGroupRules(Integer limit,
              String after,
              String search,
              String expand,
              Map<String,String> additionalHeaders)
List all Group Rules
 Lists all group rules 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroupRule | 
GroupApi.createGroupRule(GroupRule groupRule)
Create a Group Rule
 Creates a group rule to dynamically add users to the specified group if they match the condition 
 | 
GroupRule | 
GroupApi.createGroupRule(GroupRule groupRule,
               Map<String,String> additionalHeaders)
Create a Group Rule
 Creates a group rule to dynamically add users to the specified group if they match the condition 
 | 
GroupRule | 
GroupApi.replaceGroupRule(String groupRuleId,
                GroupRule groupRule)
Replace a Group Rule
 Replaces a group rule. 
 | 
GroupRule | 
GroupApi.replaceGroupRule(String groupRuleId,
                GroupRule groupRule,
                Map<String,String> additionalHeaders)
Replace a Group Rule
 Replaces a group rule. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroupRule | 
GroupRule.actions(GroupRuleAction actions)  | 
GroupRule | 
GroupRule.conditions(GroupRuleConditions conditions)  | 
GroupRule | 
GroupRule.name(String name)  | 
GroupRule | 
GroupRule.status(GroupRuleStatus status)  | 
GroupRule | 
GroupRule.type(String type)  | 
Copyright © 2017–2023 Okta. All rights reserved.