Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
IdentitySourceApi.uploadIdentitySourceDataForUpsert(String identitySourceId,
String sessionId,
BulkUpsertRequestBody bulkUpsertRequestBody)
Upload the data to be upserted in Okta
Uploads entities that need to be upserted in Okta from the identity source for the given session
|
void |
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 upserted in Okta from the identity source for the given session
|
Modifier and Type | Method and Description |
---|---|
BulkUpsertRequestBody |
BulkUpsertRequestBody.addProfilesItem(IdentitySourceUserProfileForUpsert profilesItem) |
BulkUpsertRequestBody |
BulkUpsertRequestBody.entityType(BulkUpsertRequestBody.EntityTypeEnum entityType) |
BulkUpsertRequestBody |
BulkUpsertRequestBody.profiles(List<IdentitySourceUserProfileForUpsert> profiles) |
Copyright © 2017–2023 Okta. All rights reserved.