sailpoint-api-client 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/access_profiles/api.ts +4 -4
  2. package/access_profiles/docs/Methods/AccessProfilesApi.md +1 -1
  3. package/access_requests/api.ts +8 -8
  4. package/access_requests/docs/Methods/AccessRequestsApi.md +5 -5
  5. package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
  6. package/accounts/api.ts +4 -4
  7. package/accounts/docs/Methods/AccountsApi.md +1 -1
  8. package/approvals/docs/Methods/ApprovalsApi.md +1 -1
  9. package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +2 -2
  10. package/dimensions/api.ts +4 -4
  11. package/dimensions/docs/Methods/DimensionsApi.md +1 -1
  12. package/dist/access_profiles/api.d.ts +4 -4
  13. package/dist/access_profiles/api.js +4 -4
  14. package/dist/access_requests/api.d.ts +8 -8
  15. package/dist/access_requests/api.js +8 -8
  16. package/dist/accounts/api.d.ts +4 -4
  17. package/dist/accounts/api.js +4 -4
  18. package/dist/dimensions/api.d.ts +4 -4
  19. package/dist/dimensions/api.js +4 -4
  20. package/dist/entitlements/api.d.ts +8 -8
  21. package/dist/entitlements/api.js +8 -8
  22. package/dist/identities/api.d.ts +8 -8
  23. package/dist/identities/api.js +8 -8
  24. package/dist/jit_activations/api.d.ts +491 -0
  25. package/dist/jit_activations/api.js +210 -0
  26. package/dist/jit_activations/api.js.map +1 -1
  27. package/dist/lifecycle_states/api.d.ts +1 -1
  28. package/dist/nerm/common.js +2 -2
  29. package/dist/nermv2025/common.js +2 -2
  30. package/dist/notifications/api.d.ts +4 -4
  31. package/dist/notifications/api.js +4 -4
  32. package/dist/password_management/api.d.ts +4 -4
  33. package/dist/password_management/api.js +4 -4
  34. package/dist/requestable_objects/api.d.ts +4 -4
  35. package/dist/requestable_objects/api.js +4 -4
  36. package/dist/roles/api.d.ts +5 -5
  37. package/dist/roles/api.js +4 -4
  38. package/dist/sources/api.d.ts +4 -4
  39. package/dist/sources/api.js +4 -4
  40. package/dist/triggers/api.d.ts +1 -1
  41. package/dist/workflows/api.d.ts +4 -4
  42. package/dist/workflows/api.js +4 -4
  43. package/entitlements/api.ts +8 -8
  44. package/entitlements/docs/Methods/EntitlementsApi.md +2 -2
  45. package/identities/api.ts +8 -8
  46. package/identities/docs/Methods/IdentitiesApi.md +2 -2
  47. package/jit_activations/.openapi-generator/FILES +7 -0
  48. package/jit_activations/api.ts +611 -0
  49. package/jit_activations/docs/Examples/typescript_code_examples_overlay.yaml +38 -0
  50. package/jit_activations/docs/Methods/JITActivationsApi.md +113 -1
  51. package/jit_activations/docs/Models/Jitactivationhistorydocument.md +45 -0
  52. package/jit_activations/docs/Models/JitactivationhistorydocumentFrictionsInner.md +22 -0
  53. package/jit_activations/docs/Models/JitactivationhistorydocumentSummary.md +22 -0
  54. package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryJustification.md +20 -0
  55. package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryPolicyMatchesInner.md +20 -0
  56. package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryReauthentication.md +20 -0
  57. package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryServiceNowTicket.md +21 -0
  58. package/lifecycle_states/api.ts +1 -1
  59. package/lifecycle_states/docs/Models/SetLifecycleStateV1200Response.md +1 -1
  60. package/nerm/README.md +2 -2
  61. package/nerm/common.ts +2 -2
  62. package/nerm/package.json +1 -1
  63. package/nermv2025/README.md +2 -2
  64. package/nermv2025/common.ts +2 -2
  65. package/nermv2025/package.json +1 -1
  66. package/notifications/api.ts +4 -4
  67. package/notifications/docs/Methods/NotificationsApi.md +1 -1
  68. package/package.json +1 -1
  69. package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +1 -1
  70. package/password_management/api.ts +4 -4
  71. package/password_management/docs/Methods/PasswordManagementApi.md +2 -2
  72. package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
  73. package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +1 -1
  74. package/requestable_objects/api.ts +4 -4
  75. package/requestable_objects/docs/Methods/RequestableObjectsApi.md +3 -3
  76. package/roles/api.ts +5 -5
  77. package/roles/docs/Methods/RolesApi.md +1 -1
  78. package/saved_search/docs/Methods/SavedSearchApi.md +1 -1
  79. package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +1 -1
  80. package/sources/api.ts +4 -4
  81. package/sources/docs/Methods/SourcesApi.md +1 -1
  82. package/triggers/api.ts +1 -1
  83. package/triggers/docs/Models/AccessRequestDynamicApprover.md +1 -1
  84. package/workflows/api.ts +4 -4
  85. package/workflows/docs/Methods/WorkflowsApi.md +1 -1
@@ -1048,7 +1048,7 @@ export declare const EntitlementsApiAxiosParamCreator: (configuration?: Configur
1048
1048
  */
1049
1049
  getEntitlementV1: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1050
1050
  /**
1051
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1051
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1052
1052
  * @summary Aggregate entitlements
1053
1053
  * @param {string} id Source Id
1054
1054
  * @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
@@ -1133,7 +1133,7 @@ export declare const EntitlementsApiAxiosParamCreator: (configuration?: Configur
1133
1133
  */
1134
1134
  putEntitlementRequestConfigV1: (id: string, entitlementRequestConfig: EntitlementRequestConfig, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1135
1135
  /**
1136
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1136
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1137
1137
  * @summary Reset source entitlements
1138
1138
  * @param {string} id ID of source for the entitlement reset
1139
1139
  * @param {*} [axiosOptions] Override http request option.
@@ -1191,7 +1191,7 @@ export declare const EntitlementsApiFp: (configuration?: Configuration) => {
1191
1191
  */
1192
1192
  getEntitlementV1(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementV2>>;
1193
1193
  /**
1194
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1194
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1195
1195
  * @summary Aggregate entitlements
1196
1196
  * @param {string} id Source Id
1197
1197
  * @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
@@ -1276,7 +1276,7 @@ export declare const EntitlementsApiFp: (configuration?: Configuration) => {
1276
1276
  */
1277
1277
  putEntitlementRequestConfigV1(id: string, entitlementRequestConfig: EntitlementRequestConfig, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementRequestConfig>>;
1278
1278
  /**
1279
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1279
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1280
1280
  * @summary Reset source entitlements
1281
1281
  * @param {string} id ID of source for the entitlement reset
1282
1282
  * @param {*} [axiosOptions] Override http request option.
@@ -1330,7 +1330,7 @@ export declare const EntitlementsApiFactory: (configuration?: Configuration, bas
1330
1330
  */
1331
1331
  getEntitlementV1(requestParameters: EntitlementsApiGetEntitlementV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<EntitlementV2>;
1332
1332
  /**
1333
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1333
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1334
1334
  * @summary Aggregate entitlements
1335
1335
  * @param {EntitlementsApiImportEntitlementsBySourceV1Request} requestParameters Request parameters.
1336
1336
  * @param {*} [axiosOptions] Override http request option.
@@ -1387,7 +1387,7 @@ export declare const EntitlementsApiFactory: (configuration?: Configuration, bas
1387
1387
  */
1388
1388
  putEntitlementRequestConfigV1(requestParameters: EntitlementsApiPutEntitlementRequestConfigV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<EntitlementRequestConfig>;
1389
1389
  /**
1390
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1390
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1391
1391
  * @summary Reset source entitlements
1392
1392
  * @param {EntitlementsApiResetSourceEntitlementsV1Request} requestParameters Request parameters.
1393
1393
  * @param {*} [axiosOptions] Override http request option.
@@ -1808,7 +1808,7 @@ export declare class EntitlementsApi extends BaseAPI {
1808
1808
  */
1809
1809
  getEntitlementV1(requestParameters: EntitlementsApiGetEntitlementV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementV2, any>>;
1810
1810
  /**
1811
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1811
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1812
1812
  * @summary Aggregate entitlements
1813
1813
  * @param {EntitlementsApiImportEntitlementsBySourceV1Request} requestParameters Request parameters.
1814
1814
  * @param {*} [axiosOptions] Override http request option.
@@ -1872,7 +1872,7 @@ export declare class EntitlementsApi extends BaseAPI {
1872
1872
  */
1873
1873
  putEntitlementRequestConfigV1(requestParameters: EntitlementsApiPutEntitlementRequestConfigV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementRequestConfig, any>>;
1874
1874
  /**
1875
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1875
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1876
1876
  * @summary Reset source entitlements
1877
1877
  * @param {EntitlementsApiResetSourceEntitlementsV1Request} requestParameters Request parameters.
1878
1878
  * @param {*} [axiosOptions] Override http request option.
@@ -326,7 +326,7 @@ var EntitlementsApiAxiosParamCreator = function (configuration) {
326
326
  });
327
327
  },
328
328
  /**
329
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
329
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
330
330
  * @summary Aggregate entitlements
331
331
  * @param {string} id Source Id
332
332
  * @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
@@ -673,7 +673,7 @@ var EntitlementsApiAxiosParamCreator = function (configuration) {
673
673
  });
674
674
  },
675
675
  /**
676
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
676
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
677
677
  * @summary Reset source entitlements
678
678
  * @param {string} id ID of source for the entitlement reset
679
679
  * @param {*} [axiosOptions] Override http request option.
@@ -846,7 +846,7 @@ var EntitlementsApiFp = function (configuration) {
846
846
  });
847
847
  },
848
848
  /**
849
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
849
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
850
850
  * @summary Aggregate entitlements
851
851
  * @param {string} id Source Id
852
852
  * @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
@@ -1036,7 +1036,7 @@ var EntitlementsApiFp = function (configuration) {
1036
1036
  });
1037
1037
  },
1038
1038
  /**
1039
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1039
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1040
1040
  * @summary Reset source entitlements
1041
1041
  * @param {string} id ID of source for the entitlement reset
1042
1042
  * @param {*} [axiosOptions] Override http request option.
@@ -1132,7 +1132,7 @@ var EntitlementsApiFactory = function (configuration, basePath, axios) {
1132
1132
  return localVarFp.getEntitlementV1(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
1133
1133
  },
1134
1134
  /**
1135
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1135
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1136
1136
  * @summary Aggregate entitlements
1137
1137
  * @param {EntitlementsApiImportEntitlementsBySourceV1Request} requestParameters Request parameters.
1138
1138
  * @param {*} [axiosOptions] Override http request option.
@@ -1204,7 +1204,7 @@ var EntitlementsApiFactory = function (configuration, basePath, axios) {
1204
1204
  return localVarFp.putEntitlementRequestConfigV1(requestParameters.id, requestParameters.entitlementRequestConfig, axiosOptions).then(function (request) { return request(axios, basePath); });
1205
1205
  },
1206
1206
  /**
1207
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1207
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1208
1208
  * @summary Reset source entitlements
1209
1209
  * @param {EntitlementsApiResetSourceEntitlementsV1Request} requestParameters Request parameters.
1210
1210
  * @param {*} [axiosOptions] Override http request option.
@@ -1286,7 +1286,7 @@ var EntitlementsApi = /** @class */ (function (_super) {
1286
1286
  return (0, exports.EntitlementsApiFp)(this.configuration).getEntitlementV1(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1287
1287
  };
1288
1288
  /**
1289
- * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1289
+ * Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/import-entitlements-v-1). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
1290
1290
  * @summary Aggregate entitlements
1291
1291
  * @param {EntitlementsApiImportEntitlementsBySourceV1Request} requestParameters Request parameters.
1292
1292
  * @param {*} [axiosOptions] Override http request option.
@@ -1372,7 +1372,7 @@ var EntitlementsApi = /** @class */ (function (_super) {
1372
1372
  return (0, exports.EntitlementsApiFp)(this.configuration).putEntitlementRequestConfigV1(requestParameters.id, requestParameters.entitlementRequestConfig, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1373
1373
  };
1374
1374
  /**
1375
- * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
1375
+ * Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/import-accounts-v-1) with `disableOptimization` = `true`.
1376
1376
  * @summary Reset source entitlements
1377
1377
  * @param {EntitlementsApiResetSourceEntitlementsV1Request} requestParameters Request parameters.
1378
1378
  * @param {*} [axiosOptions] Override http request option.
@@ -1313,7 +1313,7 @@ export declare const IdentitiesApiAxiosParamCreator: (configuration?: Configurat
1313
1313
  */
1314
1314
  deleteIdentityV1: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1315
1315
  /**
1316
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1316
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1317
1317
  * @summary Get ownership details
1318
1318
  * @param {string} identityId Identity ID.
1319
1319
  * @param {*} [axiosOptions] Override http request option.
@@ -1390,7 +1390,7 @@ export declare const IdentitiesApiAxiosParamCreator: (configuration?: Configurat
1390
1390
  */
1391
1391
  sendIdentityVerificationAccountTokenV1: (id: string, sendAccountVerificationRequest: SendAccountVerificationRequest, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1392
1392
  /**
1393
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1393
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1394
1394
  * @summary Invite identities to register
1395
1395
  * @param {InviteIdentitiesRequest} inviteIdentitiesRequest
1396
1396
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -1432,7 +1432,7 @@ export declare const IdentitiesApiFp: (configuration?: Configuration) => {
1432
1432
  */
1433
1433
  deleteIdentityV1(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1434
1434
  /**
1435
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1435
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1436
1436
  * @summary Get ownership details
1437
1437
  * @param {string} identityId Identity ID.
1438
1438
  * @param {*} [axiosOptions] Override http request option.
@@ -1509,7 +1509,7 @@ export declare const IdentitiesApiFp: (configuration?: Configuration) => {
1509
1509
  */
1510
1510
  sendIdentityVerificationAccountTokenV1(id: string, sendAccountVerificationRequest: SendAccountVerificationRequest, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1511
1511
  /**
1512
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1512
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1513
1513
  * @summary Invite identities to register
1514
1514
  * @param {InviteIdentitiesRequest} inviteIdentitiesRequest
1515
1515
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -1550,7 +1550,7 @@ export declare const IdentitiesApiFactory: (configuration?: Configuration, baseP
1550
1550
  */
1551
1551
  deleteIdentityV1(requestParameters: IdentitiesApiDeleteIdentityV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
1552
1552
  /**
1553
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1553
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1554
1554
  * @summary Get ownership details
1555
1555
  * @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
1556
1556
  * @param {*} [axiosOptions] Override http request option.
@@ -1614,7 +1614,7 @@ export declare const IdentitiesApiFactory: (configuration?: Configuration, baseP
1614
1614
  */
1615
1615
  sendIdentityVerificationAccountTokenV1(requestParameters: IdentitiesApiSendIdentityVerificationAccountTokenV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
1616
1616
  /**
1617
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1617
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1618
1618
  * @summary Invite identities to register
1619
1619
  * @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
1620
1620
  * @param {*} [axiosOptions] Override http request option.
@@ -1913,7 +1913,7 @@ export declare class IdentitiesApi extends BaseAPI {
1913
1913
  */
1914
1914
  deleteIdentityV1(requestParameters: IdentitiesApiDeleteIdentityV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1915
1915
  /**
1916
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1916
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1917
1917
  * @summary Get ownership details
1918
1918
  * @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
1919
1919
  * @param {*} [axiosOptions] Override http request option.
@@ -1985,7 +1985,7 @@ export declare class IdentitiesApi extends BaseAPI {
1985
1985
  */
1986
1986
  sendIdentityVerificationAccountTokenV1(requestParameters: IdentitiesApiSendIdentityVerificationAccountTokenV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1987
1987
  /**
1988
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1988
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1989
1989
  * @summary Invite identities to register
1990
1990
  * @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
1991
1991
  * @param {*} [axiosOptions] Override http request option.
@@ -244,7 +244,7 @@ var IdentitiesApiAxiosParamCreator = function (configuration) {
244
244
  });
245
245
  },
246
246
  /**
247
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
247
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
248
248
  * @summary Get ownership details
249
249
  * @param {string} identityId Identity ID.
250
250
  * @param {*} [axiosOptions] Override http request option.
@@ -564,7 +564,7 @@ var IdentitiesApiAxiosParamCreator = function (configuration) {
564
564
  });
565
565
  },
566
566
  /**
567
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
567
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
568
568
  * @summary Invite identities to register
569
569
  * @param {InviteIdentitiesRequest} inviteIdentitiesRequest
570
570
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -720,7 +720,7 @@ var IdentitiesApiFp = function (configuration) {
720
720
  });
721
721
  },
722
722
  /**
723
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
723
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
724
724
  * @summary Get ownership details
725
725
  * @param {string} identityId Identity ID.
726
726
  * @param {*} [axiosOptions] Override http request option.
@@ -917,7 +917,7 @@ var IdentitiesApiFp = function (configuration) {
917
917
  });
918
918
  },
919
919
  /**
920
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
920
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
921
921
  * @summary Invite identities to register
922
922
  * @param {InviteIdentitiesRequest} inviteIdentitiesRequest
923
923
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -1009,7 +1009,7 @@ var IdentitiesApiFactory = function (configuration, basePath, axios) {
1009
1009
  return localVarFp.deleteIdentityV1(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
1010
1010
  },
1011
1011
  /**
1012
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1012
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1013
1013
  * @summary Get ownership details
1014
1014
  * @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
1015
1015
  * @param {*} [axiosOptions] Override http request option.
@@ -1090,7 +1090,7 @@ var IdentitiesApiFactory = function (configuration, basePath, axios) {
1090
1090
  return localVarFp.sendIdentityVerificationAccountTokenV1(requestParameters.id, requestParameters.sendAccountVerificationRequest, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
1091
1091
  },
1092
1092
  /**
1093
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1093
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1094
1094
  * @summary Invite identities to register
1095
1095
  * @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
1096
1096
  * @param {*} [axiosOptions] Override http request option.
@@ -1146,7 +1146,7 @@ var IdentitiesApi = /** @class */ (function (_super) {
1146
1146
  return (0, exports.IdentitiesApiFp)(this.configuration).deleteIdentityV1(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1147
1147
  };
1148
1148
  /**
1149
- * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1149
+ * Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
1150
1150
  * @summary Get ownership details
1151
1151
  * @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
1152
1152
  * @param {*} [axiosOptions] Override http request option.
@@ -1243,7 +1243,7 @@ var IdentitiesApi = /** @class */ (function (_super) {
1243
1243
  return (0, exports.IdentitiesApiFp)(this.configuration).sendIdentityVerificationAccountTokenV1(requestParameters.id, requestParameters.sendAccountVerificationRequest, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1244
1244
  };
1245
1245
  /**
1246
- * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
1246
+ * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
1247
1247
  * @summary Invite identities to register
1248
1248
  * @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
1249
1249
  * @param {*} [axiosOptions] Override http request option.