Uses of Class
com.okta.sdk.resource.model.GroupOwner
Packages that use GroupOwner
-
Uses of GroupOwner in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return GroupOwnerModifier and TypeMethodDescriptionGroupApi.assignGroupOwner
(String groupId, AssignGroupOwnerRequestBody assignGroupOwnerRequestBody) Assign a Group Owner Assigns a group ownerGroupApi.assignGroupOwner
(String groupId, AssignGroupOwnerRequestBody assignGroupOwnerRequestBody, Map<String, String> additionalHeaders) Assign a Group Owner Assigns a group ownerMethods in com.okta.sdk.resource.api that return types with arguments of type GroupOwnerModifier and TypeMethodDescriptionGroupApi.listGroupOwners
(String groupId, String filter, String after, Integer limit) List all Group Owners Lists all owners for a specific groupGroupApi.listGroupOwners
(String groupId, String filter, String after, Integer limit, Map<String, String> additionalHeaders) List all Group Owners Lists all owners for a specific group -
Uses of GroupOwner in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupOwnerModifier and TypeMethodDescriptionGroupOwner.originType
(GroupOwnerOriginType originType) GroupOwner.type
(GroupOwnerType type)