Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.group.rule |
Modifier and Type | Method and 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 condition
|
GroupRule |
Client.getGroupRule(java.lang.String ruleId)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupRule |
Client.getGroupRule(java.lang.String ruleId,
java.lang.String expand)
Get Group Rule
Fetches a specific group rule by id from your organization
|
Modifier and Type | Method and 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 condition
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
GroupRuleBuilder.buildAndCreate(Client client) |
GroupRule |
GroupRule.setActions(GroupRuleAction actions) |
GroupRule |
GroupRule.setConditions(GroupRuleConditions conditions) |
GroupRule |
GroupRule.setName(java.lang.String name) |
GroupRule |
GroupRule.setType(java.lang.String type) |
GroupRule |
GroupRule.update()
Updates a group rule.
|
Copyright © 2017-2021 Okta. All Rights Reserved.