Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
GroupOwner |
GroupApi.assignGroupOwner(String groupId,
AssignGroupOwnerRequestBody assignGroupOwnerRequestBody)
Assign a Group Owner
Assigns a group owner
|
GroupOwner |
GroupApi.assignGroupOwner(String groupId,
AssignGroupOwnerRequestBody assignGroupOwnerRequestBody,
Map<String,String> additionalHeaders)
Assign a Group Owner
Assigns a group owner
|
Modifier and Type | Method and Description |
---|---|
List<GroupOwner> |
GroupApi.listGroupOwners(String groupId,
String filter,
String after,
Integer limit)
List all Group Owners
Lists all owners for a specific group
|
List<GroupOwner> |
GroupApi.listGroupOwners(String groupId,
String filter,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Group Owners
Lists all owners for a specific group
|
Modifier and Type | Method and Description |
---|---|
GroupOwner |
GroupOwner.id(String id) |
GroupOwner |
GroupOwner.originId(String originId) |
GroupOwner |
GroupOwner.originType(GroupOwnerOriginType originType) |
GroupOwner |
GroupOwner.resolved(Boolean resolved) |
GroupOwner |
GroupOwner.type(GroupOwnerType type) |
Copyright © 2017–2023 Okta. All rights reserved.