Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
IdentitySourceApi.uploadIdentitySourceDataForDelete(String identitySourceId,
String sessionId,
BulkDeleteRequestBody bulkDeleteRequestBody)
Upload the data to be deleted in Okta
Uploads entities that need to be deleted in Okta from the identity source for the given session
|
void |
IdentitySourceApi.uploadIdentitySourceDataForDelete(String identitySourceId,
String sessionId,
BulkDeleteRequestBody bulkDeleteRequestBody,
Map<String,String> additionalHeaders)
Upload the data to be deleted in Okta
Uploads entities that need to be deleted in Okta from the identity source for the given session
|
Modifier and Type | Method and Description |
---|---|
BulkDeleteRequestBody |
BulkDeleteRequestBody.addProfilesItem(IdentitySourceUserProfileForDelete profilesItem) |
BulkDeleteRequestBody |
BulkDeleteRequestBody.entityType(BulkDeleteRequestBody.EntityTypeEnum entityType) |
BulkDeleteRequestBody |
BulkDeleteRequestBody.profiles(List<IdentitySourceUserProfileForDelete> profiles) |
Copyright © 2017–2023 Okta. All rights reserved.