Uses of Class
com.okta.sdk.resource.model.BulkDeleteRequestBody
-
Uses of BulkDeleteRequestBody in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionvoid
IdentitySourceApi.uploadIdentitySourceDataForDelete
(String identitySourceId, String sessionId, BulkDeleteRequestBody bulkDeleteRequestBody) Upload the data to be deleted in Okta Uploads external IDs of 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 external IDs of entities that need to be deleted in Okta from the Identity Source for the given session -
Uses of BulkDeleteRequestBody in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionBulkDeleteRequestBody.addprofilesItem
(IdentitySourceUserProfileForDelete profilesItem) BulkDeleteRequestBody.entityType
(BulkDeleteRequestBody.EntityTypeEnum entityType) BulkDeleteRequestBody.profiles
(List<IdentitySourceUserProfileForDelete> profiles)