Uses of Class
com.okta.sdk.resource.model.BulkUpsertRequestBody
-
Uses of BulkUpsertRequestBody in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionvoid
IdentitySourceApi.uploadIdentitySourceDataForUpsert
(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody) Upload the data to be upserted in Okta Uploads entities that need to be inserted or updated in Okta from the Identity Source for the given sessionvoid
IdentitySourceApi.uploadIdentitySourceDataForUpsert
(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody, Map<String, String> additionalHeaders) Upload the data to be upserted in Okta Uploads entities that need to be inserted or updated in Okta from the Identity Source for the given session -
Uses of BulkUpsertRequestBody in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionBulkUpsertRequestBody.addprofilesItem
(BulkUpsertRequestBodyProfilesInner profilesItem) BulkUpsertRequestBody.entityType
(BulkUpsertRequestBody.EntityTypeEnum entityType) BulkUpsertRequestBody.profiles
(List<BulkUpsertRequestBodyProfilesInner> profiles)