Uses of Class
com.okta.sdk.resource.model.GroupRule
-
Uses of GroupRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionGroupRuleApi.createGroupRule
(CreateGroupRuleRequest groupRule) Create a Group rule Creates a Group rule to dynamically add Users to the specified Group if they match the condition > **Note:** Group rules are created with the status set to `'INACTIVE'`.GroupRuleApi.createGroupRule
(CreateGroupRuleRequest 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 > **Note:** Group rules are created with the status set to `'INACTIVE'`.GroupRuleApi.getGroupRule
(String groupRuleId, String expand) Retrieve a Group rule Retrieves a specific Group rule by ID from your orgRetrieve a Group rule Retrieves a specific Group rule by ID from your orgGroupRuleApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group rule Replaces a Group rule > **Notes:** You only can update rules with a Group whose status is set to `'INACTIVE'`.GroupRuleApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group rule Replaces a Group rule > **Notes:** You only can update rules with a Group whose status is set to `'INACTIVE'`.Modifier and TypeMethodDescriptionGroupRuleApi.listGroupRules
(Integer limit, String after, String search, String expand) List all Group rules Lists all Group rules for your orgGroupRuleApi.listGroupRules
(Integer limit, String after, String search, String expand, Map<String, String> additionalHeaders) List all Group rules Lists all Group rules for your orgModifier and TypeMethodDescriptionGroupRuleApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group rule Replaces a Group rule > **Notes:** You only can update rules with a Group whose status is set to `'INACTIVE'`.GroupRuleApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group rule Replaces a Group rule > **Notes:** You only can update rules with a Group whose status is set to `'INACTIVE'`. -
Uses of GroupRule in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionGroupRule.actions
(GroupRuleAction actions) GroupRule.conditions
(GroupRuleConditions conditions) GroupRule.status
(GroupRuleStatus status)