Uses of Class
com.okta.sdk.resource.model.GroupRule
-
Uses of GroupRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionGroupApi.createGroupRule
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.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 conditionGroupApi.getGroupRule
(String groupRuleId, String expand) Retrieve a Group Rule Retrieves a specific group rule by `groupRuleId`Retrieve a Group Rule Retrieves a specific group rule by `groupRuleId`GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group Rule Replaces a group rule.Modifier and TypeMethodDescriptionGroupApi.listGroupRules
(Integer limit, String after, String search, String expand) List all Group Rules Lists all group rulesGroupApi.listGroupRules
(Integer limit, String after, String search, String expand, Map<String, String> additionalHeaders) List all Group Rules Lists all group rulesModifier and TypeMethodDescriptionGroupApi.createGroupRule
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.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 conditionGroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group Rule Replaces a group rule. -
Uses of GroupRule in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionGroupRule.actions
(GroupRuleAction actions) GroupRule.conditions
(GroupRuleConditions conditions) GroupRule.status
(GroupRuleStatus status)