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.getGroupRule(java.lang.String ruleId,
java.lang.String expand)
Retrieve a Group Rule
Retrieves a specific group rule by `ruleId`
|
GroupRule |
GroupApi.replaceGroupRule(java.lang.String ruleId,
GroupRule groupRule)
Replace a Group Rule
Replaces a group rule.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GroupRule> |
GroupApi.listGroupRules(java.lang.Integer limit,
java.lang.String after,
java.lang.String search,
java.lang.String expand)
List all Group Rules
Lists all group rules
|
Modifier and Type | Method and Description |
---|---|
<T> T |
GroupApi.createGroupRule(java.lang.Class<?> T,
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)
Create a Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
PagedList |
GroupApi.createGroupRuleWithPaginationInfo(GroupRule groupRule)
Create a Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
<T> T |
GroupApi.replaceGroupRule(java.lang.Class<?> T,
java.lang.String ruleId,
GroupRule groupRule)
Replace a Group Rule
Replaces a group rule.
|
GroupRule |
GroupApi.replaceGroupRule(java.lang.String ruleId,
GroupRule groupRule)
Replace a Group Rule
Replaces a group rule.
|
PagedList |
GroupApi.replaceGroupRuleWithPaginationInfo(java.lang.String ruleId,
GroupRule groupRule)
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(java.lang.String name) |
GroupRule |
GroupRule.status(GroupRuleStatus status) |
GroupRule |
GroupRule.type(java.lang.String type) |
Copyright © 2017-2022 Okta. All Rights Reserved.