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