Uses of Class
com.okta.sdk.resource.model.AddGroupRequest
Packages that use AddGroupRequest
-
Uses of AddGroupRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type AddGroupRequestModifier 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.GroupApi.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. -
Uses of AddGroupRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AddGroupRequest