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