Uses of Interface
com.okta.sdk.resource.group.rule.GroupRule
-
Packages that use GroupRule Package Description com.okta.sdk.client com.okta.sdk.resource.group.rule -
-
Uses of GroupRule in com.okta.sdk.client
Methods in com.okta.sdk.client that return GroupRule Modifier and Type Method Description GroupRuleClient. createGroupRule(GroupRule groupRule)Create Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupRuleClient. getGroupRule(java.lang.String ruleId)Get Group Rule Fetches a specific group rule by id from your organizationGroupRuleClient. getGroupRule(java.lang.String ruleId, java.lang.String expand)Get Group Rule Fetches a specific group rule by id from your organizationMethods in com.okta.sdk.client with parameters of type GroupRule Modifier and Type Method Description GroupRuleClient. createGroupRule(GroupRule groupRule)Create Group Rule Creates a group rule to dynamically add users to the specified group if they match the condition -
Uses of GroupRule in com.okta.sdk.resource.group.rule
Methods in com.okta.sdk.resource.group.rule that return GroupRule Modifier and Type Method Description GroupRuleGroupRuleBuilder. buildAndCreate(Client client)GroupRuleGroupRule. setActions(GroupRuleAction actions)GroupRuleGroupRule. setConditions(GroupRuleConditions conditions)GroupRuleGroupRule. setName(java.lang.String name)GroupRuleGroupRule. setType(java.lang.String type)GroupRuleGroupRule. update()Updates a group rule.
-