Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.group |
Modifier and Type | Method and Description |
---|---|
Group |
Client.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Group |
Client.getGroup(java.lang.String groupId)
List Group Rules
Lists all group rules for your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
Client.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupBuilder.buildAndCreate(Client client) |
Group |
Group.setProfile(GroupProfile profile) |
Group |
Group.update()
Update Group
Updates the profile for a group with `OKTA_GROUP` type from your organization.
|
Copyright © 2017-2021 Okta. All Rights Reserved.