Uses of Class
com.okta.sdk.resource.model.GroupRule
Packages that use GroupRule
-
Uses of GroupRule in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return GroupRuleModifier 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.Methods in com.okta.sdk.resource.api that return types with arguments of type GroupRuleModifier 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 rulesMethods in com.okta.sdk.resource.api with parameters of type GroupRuleModifier 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
Methods in com.okta.sdk.resource.model that return GroupRuleModifier and TypeMethodDescriptionGroupRule.actions
(GroupRuleAction actions) GroupRule.conditions
(GroupRuleConditions conditions) GroupRule.status
(GroupRuleStatus status)