Uses of Class
org.openapitools.client.model.BulkDeleteRequestBody
Packages that use BulkDeleteRequestBody
-
Uses of BulkDeleteRequestBody in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type BulkDeleteRequestBodyModifier and TypeMethodDescriptionvoid
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 sessionvoid
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 -
Uses of BulkDeleteRequestBody in org.openapitools.client.model
Methods in org.openapitools.client.model that return BulkDeleteRequestBodyModifier and TypeMethodDescriptionBulkDeleteRequestBody.addProfilesItem
(IdentitySourceUserProfileForDelete profilesItem) BulkDeleteRequestBody.entityType
(BulkDeleteRequestBody.EntityTypeEnum entityType) BulkDeleteRequestBody.profiles
(List<IdentitySourceUserProfileForDelete> profiles)