Uses of Class
com.okta.sdk.resource.model.Group
Package
Description
-
Uses of Group in com.okta.sdk.impl.resource
-
Uses of Group in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionGroupApi.addGroup
(AddGroupRequest group) Add a Group Adds a new Group with the `OKTA_GROUP` type to your org > **Note:** App import operations are responsible for syncing Groups with `APP_GROUP` type such as Active Directory Groups.GroupApi.addGroup
(AddGroupRequest group, Map<String, String> additionalHeaders) Add a Group Adds a new Group with the `OKTA_GROUP` type to your org > **Note:** App import operations are responsible for syncing Groups with `APP_GROUP` type such as Active Directory Groups.Retrieve a Group Retrieves a specific Group by `id` from your orgRetrieve a Group Retrieves a specific Group by `id` from your orgGroupApi.replaceGroup
(String groupId, AddGroupRequest group) Replace a Group Replaces the profile for a Group of `OKTA_GROUP` type from your org > **Note :** You only can modify profiles for groups of the `OKTA_GROUP` type.GroupApi.replaceGroup
(String groupId, AddGroupRequest group, Map<String, String> additionalHeaders) Replace a Group Replaces the profile for a Group of `OKTA_GROUP` type from your org > **Note :** You only can modify profiles for groups of the `OKTA_GROUP` type.Modifier and TypeMethodDescriptionGroupApi.listGroups
(String q, String filter, String after, Integer limit, String expand, String search, String sortBy, String sortOrder) List all Groups Lists all Groups with pagination support.GroupApi.listGroups
(String q, String filter, String after, Integer limit, String expand, String search, String sortBy, String sortOrder, Map<String, String> additionalHeaders) List all Groups Lists all Groups with pagination support.RoleBTargetClientApi.listGroupTargetRoleForClient
(String clientId, String roleAssignmentId, String after, Integer limit) List all Client Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a client.RoleBTargetClientApi.listGroupTargetRoleForClient
(String clientId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Client Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a client.RoleBTargetBGroupApi.listGroupTargetsForGroupRole
(String groupId, String roleAssignmentId, String after, Integer limit) List all Group Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a Group.RoleBTargetBGroupApi.listGroupTargetsForGroupRole
(String groupId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Group Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a Group.RoleBTargetAdminApi.listGroupTargetsForRole
(String userId, String roleAssignmentId, String after, Integer limit) List all Admin Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to an admin User.RoleBTargetAdminApi.listGroupTargetsForRole
(String userId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Admin Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to an admin User.UserResourcesApi.listUserGroups
(String userId) List all Groups Lists all Groups of which the User is a memberUserResourcesApi.listUserGroups
(String userId, Map<String, String> additionalHeaders) List all Groups Lists all Groups of which the User is a member -
Uses of Group in com.okta.sdk.resource.group
-
Uses of Group in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionGroup.links
(GroupLinks links) Group.profile
(GroupProfile profile)