sailpoint-api-client 1.8.13 → 1.8.14

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.
package/dist/v2026/api.js CHANGED
@@ -51966,7 +51966,7 @@ var MachineAccountClassifyV2026ApiAxiosParamCreator = function (configuration) {
51966
51966
  return {
51967
51967
  /**
51968
51968
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51969
- * @summary Classify a Single Machine Account
51969
+ * @summary Classify single machine account
51970
51970
  * @param {string} id Account ID.
51971
51971
  * @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
51972
51972
  * @param {*} [axiosOptions] Override http request option.
@@ -52043,7 +52043,7 @@ var MachineAccountClassifyV2026ApiFp = function (configuration) {
52043
52043
  return {
52044
52044
  /**
52045
52045
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52046
- * @summary Classify a Single Machine Account
52046
+ * @summary Classify single machine account
52047
52047
  * @param {string} id Account ID.
52048
52048
  * @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
52049
52049
  * @param {*} [axiosOptions] Override http request option.
@@ -52077,7 +52077,7 @@ var MachineAccountClassifyV2026ApiFactory = function (configuration, basePath, a
52077
52077
  return {
52078
52078
  /**
52079
52079
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52080
- * @summary Classify a Single Machine Account
52080
+ * @summary Classify single machine account
52081
52081
  * @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
52082
52082
  * @param {*} [axiosOptions] Override http request option.
52083
52083
  * @throws {RequiredError}
@@ -52101,7 +52101,7 @@ var MachineAccountClassifyV2026Api = /** @class */ (function (_super) {
52101
52101
  }
52102
52102
  /**
52103
52103
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52104
- * @summary Classify a Single Machine Account
52104
+ * @summary Classify single machine account
52105
52105
  * @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
52106
52106
  * @param {*} [axiosOptions] Override http request option.
52107
52107
  * @throws {RequiredError}
@@ -52334,7 +52334,7 @@ var MachineAccountMappingsV2026ApiAxiosParamCreator = function (configuration) {
52334
52334
  },
52335
52335
  /**
52336
52336
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52337
- * @summary Update Source\'s Machine Account Mappings
52337
+ * @summary Update source\'s machine account mappings
52338
52338
  * @param {string} id Source ID.
52339
52339
  * @param {AttributeMappingsV2026} attributeMappingsV2026
52340
52340
  * @param {*} [axiosOptions] Override http request option.
@@ -52484,7 +52484,7 @@ var MachineAccountMappingsV2026ApiFp = function (configuration) {
52484
52484
  },
52485
52485
  /**
52486
52486
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52487
- * @summary Update Source\'s Machine Account Mappings
52487
+ * @summary Update source\'s machine account mappings
52488
52488
  * @param {string} id Source ID.
52489
52489
  * @param {AttributeMappingsV2026} attributeMappingsV2026
52490
52490
  * @param {*} [axiosOptions] Override http request option.
@@ -52548,7 +52548,7 @@ var MachineAccountMappingsV2026ApiFactory = function (configuration, basePath, a
52548
52548
  },
52549
52549
  /**
52550
52550
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52551
- * @summary Update Source\'s Machine Account Mappings
52551
+ * @summary Update source\'s machine account mappings
52552
52552
  * @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
52553
52553
  * @param {*} [axiosOptions] Override http request option.
52554
52554
  * @throws {RequiredError}
@@ -52608,7 +52608,7 @@ var MachineAccountMappingsV2026Api = /** @class */ (function (_super) {
52608
52608
  };
52609
52609
  /**
52610
52610
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52611
- * @summary Update Source\'s Machine Account Mappings
52611
+ * @summary Update source\'s machine account mappings
52612
52612
  * @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
52613
52613
  * @param {*} [axiosOptions] Override http request option.
52614
52614
  * @throws {RequiredError}
@@ -52779,7 +52779,7 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
52779
52779
  },
52780
52780
  /**
52781
52781
  * Use this API to return the details for a single machine account by its ID.
52782
- * @summary Machine account details
52782
+ * @summary Get machine account details
52783
52783
  * @param {string} id Machine Account ID.
52784
52784
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
52785
52785
  * @param {*} [axiosOptions] Override http request option.
@@ -52840,17 +52840,23 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
52840
52840
  /**
52841
52841
  * This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
52842
52842
  * @summary Machine Subtype Approval Config
52843
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
52843
52844
  * @param {string} subtypeId machine subtype id.
52844
52845
  * @param {*} [axiosOptions] Override http request option.
52845
52846
  * @throws {RequiredError}
52846
52847
  */
52847
- getMachineAccountDeletionSubTypeApprovalConfig: function (subtypeId, axiosOptions) {
52848
+ getMachineAccountDeletionSubTypeApprovalConfig: function (xSailPointExperimental, subtypeId, axiosOptions) {
52848
52849
  if (axiosOptions === void 0) { axiosOptions = {}; }
52849
52850
  return __awaiter(_this, void 0, void 0, function () {
52850
52851
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
52851
52852
  return __generator(this, function (_a) {
52852
52853
  switch (_a.label) {
52853
52854
  case 0:
52855
+ if (xSailPointExperimental === undefined) {
52856
+ xSailPointExperimental = 'true';
52857
+ }
52858
+ // verify required parameter 'xSailPointExperimental' is not null or undefined
52859
+ (0, common_1.assertParamExists)('getMachineAccountDeletionSubTypeApprovalConfig', 'xSailPointExperimental', xSailPointExperimental);
52854
52860
  // verify required parameter 'subtypeId' is not null or undefined
52855
52861
  (0, common_1.assertParamExists)('getMachineAccountDeletionSubTypeApprovalConfig', 'subtypeId', subtypeId);
52856
52862
  localVarPath = "/source-subtypes/{subtypeId}/machine-config"
@@ -52879,6 +52885,9 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
52879
52885
  // authentication userAuth required
52880
52886
  // oauth required
52881
52887
  _a.sent();
52888
+ if (xSailPointExperimental != null) {
52889
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
52890
+ }
52882
52891
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
52883
52892
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
52884
52893
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
@@ -53126,7 +53135,7 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
53126
53135
  },
53127
53136
  /**
53128
53137
  * This returns a list of machine accounts.
53129
- * @summary Machine accounts list
53138
+ * @summary List machine accounts
53130
53139
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
53131
53140
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
53132
53141
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
@@ -53281,7 +53290,7 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
53281
53290
  },
53282
53291
  /**
53283
53292
  * Use this API to update machine accounts details.
53284
- * @summary Update a machine account
53293
+ * @summary Update machine account details
53285
53294
  * @param {string} id Machine Account ID.
53286
53295
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
53287
53296
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -53357,18 +53366,24 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
53357
53366
  /**
53358
53367
  * Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
53359
53368
  * @summary Machine Subtype Approval Config
53369
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53360
53370
  * @param {string} subtypeId machine account subtype ID.
53361
53371
  * @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
53362
53372
  * @param {*} [axiosOptions] Override http request option.
53363
53373
  * @throws {RequiredError}
53364
53374
  */
53365
- updateMachineAccountDeletionBySubTypeApprovalConfig: function (subtypeId, jsonPatchOperationV2026, axiosOptions) {
53375
+ updateMachineAccountDeletionBySubTypeApprovalConfig: function (xSailPointExperimental, subtypeId, jsonPatchOperationV2026, axiosOptions) {
53366
53376
  if (axiosOptions === void 0) { axiosOptions = {}; }
53367
53377
  return __awaiter(_this, void 0, void 0, function () {
53368
53378
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
53369
53379
  return __generator(this, function (_a) {
53370
53380
  switch (_a.label) {
53371
53381
  case 0:
53382
+ if (xSailPointExperimental === undefined) {
53383
+ xSailPointExperimental = 'true';
53384
+ }
53385
+ // verify required parameter 'xSailPointExperimental' is not null or undefined
53386
+ (0, common_1.assertParamExists)('updateMachineAccountDeletionBySubTypeApprovalConfig', 'xSailPointExperimental', xSailPointExperimental);
53372
53387
  // verify required parameter 'subtypeId' is not null or undefined
53373
53388
  (0, common_1.assertParamExists)('updateMachineAccountDeletionBySubTypeApprovalConfig', 'subtypeId', subtypeId);
53374
53389
  // verify required parameter 'jsonPatchOperationV2026' is not null or undefined
@@ -53400,6 +53415,9 @@ var MachineAccountsV2026ApiAxiosParamCreator = function (configuration) {
53400
53415
  // oauth required
53401
53416
  _a.sent();
53402
53417
  localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
53418
+ if (xSailPointExperimental != null) {
53419
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
53420
+ }
53403
53421
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
53404
53422
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
53405
53423
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
@@ -53474,7 +53492,7 @@ var MachineAccountsV2026ApiFp = function (configuration) {
53474
53492
  },
53475
53493
  /**
53476
53494
  * Use this API to return the details for a single machine account by its ID.
53477
- * @summary Machine account details
53495
+ * @summary Get machine account details
53478
53496
  * @param {string} id Machine Account ID.
53479
53497
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53480
53498
  * @param {*} [axiosOptions] Override http request option.
@@ -53499,17 +53517,18 @@ var MachineAccountsV2026ApiFp = function (configuration) {
53499
53517
  /**
53500
53518
  * This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
53501
53519
  * @summary Machine Subtype Approval Config
53520
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53502
53521
  * @param {string} subtypeId machine subtype id.
53503
53522
  * @param {*} [axiosOptions] Override http request option.
53504
53523
  * @throws {RequiredError}
53505
53524
  */
53506
- getMachineAccountDeletionSubTypeApprovalConfig: function (subtypeId, axiosOptions) {
53525
+ getMachineAccountDeletionSubTypeApprovalConfig: function (xSailPointExperimental, subtypeId, axiosOptions) {
53507
53526
  var _a, _b, _c;
53508
53527
  return __awaiter(this, void 0, void 0, function () {
53509
53528
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
53510
53529
  return __generator(this, function (_d) {
53511
53530
  switch (_d.label) {
53512
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getMachineAccountDeletionSubTypeApprovalConfig(subtypeId, axiosOptions)];
53531
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getMachineAccountDeletionSubTypeApprovalConfig(xSailPointExperimental, subtypeId, axiosOptions)];
53513
53532
  case 1:
53514
53533
  localVarAxiosArgs = _d.sent();
53515
53534
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -53599,7 +53618,7 @@ var MachineAccountsV2026ApiFp = function (configuration) {
53599
53618
  },
53600
53619
  /**
53601
53620
  * This returns a list of machine accounts.
53602
- * @summary Machine accounts list
53621
+ * @summary List machine accounts
53603
53622
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
53604
53623
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
53605
53624
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
@@ -53653,7 +53672,7 @@ var MachineAccountsV2026ApiFp = function (configuration) {
53653
53672
  },
53654
53673
  /**
53655
53674
  * Use this API to update machine accounts details.
53656
- * @summary Update a machine account
53675
+ * @summary Update machine account details
53657
53676
  * @param {string} id Machine Account ID.
53658
53677
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
53659
53678
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -53679,18 +53698,19 @@ var MachineAccountsV2026ApiFp = function (configuration) {
53679
53698
  /**
53680
53699
  * Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
53681
53700
  * @summary Machine Subtype Approval Config
53701
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53682
53702
  * @param {string} subtypeId machine account subtype ID.
53683
53703
  * @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
53684
53704
  * @param {*} [axiosOptions] Override http request option.
53685
53705
  * @throws {RequiredError}
53686
53706
  */
53687
- updateMachineAccountDeletionBySubTypeApprovalConfig: function (subtypeId, jsonPatchOperationV2026, axiosOptions) {
53707
+ updateMachineAccountDeletionBySubTypeApprovalConfig: function (xSailPointExperimental, subtypeId, jsonPatchOperationV2026, axiosOptions) {
53688
53708
  var _a, _b, _c;
53689
53709
  return __awaiter(this, void 0, void 0, function () {
53690
53710
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
53691
53711
  return __generator(this, function (_d) {
53692
53712
  switch (_d.label) {
53693
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccountDeletionBySubTypeApprovalConfig(subtypeId, jsonPatchOperationV2026, axiosOptions)];
53713
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccountDeletionBySubTypeApprovalConfig(xSailPointExperimental, subtypeId, jsonPatchOperationV2026, axiosOptions)];
53694
53714
  case 1:
53695
53715
  localVarAxiosArgs = _d.sent();
53696
53716
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -53732,7 +53752,7 @@ var MachineAccountsV2026ApiFactory = function (configuration, basePath, axios) {
53732
53752
  },
53733
53753
  /**
53734
53754
  * Use this API to return the details for a single machine account by its ID.
53735
- * @summary Machine account details
53755
+ * @summary Get machine account details
53736
53756
  * @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
53737
53757
  * @param {*} [axiosOptions] Override http request option.
53738
53758
  * @throws {RequiredError}
@@ -53748,7 +53768,7 @@ var MachineAccountsV2026ApiFactory = function (configuration, basePath, axios) {
53748
53768
  * @throws {RequiredError}
53749
53769
  */
53750
53770
  getMachineAccountDeletionSubTypeApprovalConfig: function (requestParameters, axiosOptions) {
53751
- return localVarFp.getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.subtypeId, axiosOptions).then(function (request) { return request(axios, basePath); });
53771
+ return localVarFp.getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, axiosOptions).then(function (request) { return request(axios, basePath); });
53752
53772
  },
53753
53773
  /**
53754
53774
  * Get a machine account subtype by its unique ID.
@@ -53782,7 +53802,7 @@ var MachineAccountsV2026ApiFactory = function (configuration, basePath, axios) {
53782
53802
  },
53783
53803
  /**
53784
53804
  * This returns a list of machine accounts.
53785
- * @summary Machine accounts list
53805
+ * @summary List machine accounts
53786
53806
  * @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
53787
53807
  * @param {*} [axiosOptions] Override http request option.
53788
53808
  * @throws {RequiredError}
@@ -53803,7 +53823,7 @@ var MachineAccountsV2026ApiFactory = function (configuration, basePath, axios) {
53803
53823
  },
53804
53824
  /**
53805
53825
  * Use this API to update machine accounts details.
53806
- * @summary Update a machine account
53826
+ * @summary Update machine account details
53807
53827
  * @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
53808
53828
  * @param {*} [axiosOptions] Override http request option.
53809
53829
  * @throws {RequiredError}
@@ -53819,7 +53839,7 @@ var MachineAccountsV2026ApiFactory = function (configuration, basePath, axios) {
53819
53839
  * @throws {RequiredError}
53820
53840
  */
53821
53841
  updateMachineAccountDeletionBySubTypeApprovalConfig: function (requestParameters, axiosOptions) {
53822
- return localVarFp.updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then(function (request) { return request(axios, basePath); });
53842
+ return localVarFp.updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then(function (request) { return request(axios, basePath); });
53823
53843
  },
53824
53844
  };
53825
53845
  };
@@ -53861,7 +53881,7 @@ var MachineAccountsV2026Api = /** @class */ (function (_super) {
53861
53881
  };
53862
53882
  /**
53863
53883
  * Use this API to return the details for a single machine account by its ID.
53864
- * @summary Machine account details
53884
+ * @summary Get machine account details
53865
53885
  * @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
53866
53886
  * @param {*} [axiosOptions] Override http request option.
53867
53887
  * @throws {RequiredError}
@@ -53881,7 +53901,7 @@ var MachineAccountsV2026Api = /** @class */ (function (_super) {
53881
53901
  */
53882
53902
  MachineAccountsV2026Api.prototype.getMachineAccountDeletionSubTypeApprovalConfig = function (requestParameters, axiosOptions) {
53883
53903
  var _this = this;
53884
- return (0, exports.MachineAccountsV2026ApiFp)(this.configuration).getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.subtypeId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53904
+ return (0, exports.MachineAccountsV2026ApiFp)(this.configuration).getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53885
53905
  };
53886
53906
  /**
53887
53907
  * Get a machine account subtype by its unique ID.
@@ -53921,7 +53941,7 @@ var MachineAccountsV2026Api = /** @class */ (function (_super) {
53921
53941
  };
53922
53942
  /**
53923
53943
  * This returns a list of machine accounts.
53924
- * @summary Machine accounts list
53944
+ * @summary List machine accounts
53925
53945
  * @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
53926
53946
  * @param {*} [axiosOptions] Override http request option.
53927
53947
  * @throws {RequiredError}
@@ -53946,7 +53966,7 @@ var MachineAccountsV2026Api = /** @class */ (function (_super) {
53946
53966
  };
53947
53967
  /**
53948
53968
  * Use this API to update machine accounts details.
53949
- * @summary Update a machine account
53969
+ * @summary Update machine account details
53950
53970
  * @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
53951
53971
  * @param {*} [axiosOptions] Override http request option.
53952
53972
  * @throws {RequiredError}
@@ -53966,7 +53986,7 @@ var MachineAccountsV2026Api = /** @class */ (function (_super) {
53966
53986
  */
53967
53987
  MachineAccountsV2026Api.prototype.updateMachineAccountDeletionBySubTypeApprovalConfig = function (requestParameters, axiosOptions) {
53968
53988
  var _this = this;
53969
- return (0, exports.MachineAccountsV2026ApiFp)(this.configuration).updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53989
+ return (0, exports.MachineAccountsV2026ApiFp)(this.configuration).updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53970
53990
  };
53971
53991
  return MachineAccountsV2026Api;
53972
53992
  }(base_1.BaseAPI));
@@ -54354,7 +54374,7 @@ var MachineIdentitiesV2026ApiAxiosParamCreator = function (configuration) {
54354
54374
  return {
54355
54375
  /**
54356
54376
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
54357
- * @summary Create machine identities
54377
+ * @summary Create machine identity
54358
54378
  * @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
54359
54379
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54360
54380
  * @param {*} [axiosOptions] Override http request option.
@@ -54495,7 +54515,7 @@ var MachineIdentitiesV2026ApiAxiosParamCreator = function (configuration) {
54495
54515
  },
54496
54516
  /**
54497
54517
  * This API returns a single machine identity using the Machine Identity ID.
54498
- * @summary Machine identity details
54518
+ * @summary Get machine identity details
54499
54519
  * @param {string} id Machine Identity ID
54500
54520
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54501
54521
  * @param {*} [axiosOptions] Override http request option.
@@ -54706,8 +54726,8 @@ var MachineIdentitiesV2026ApiAxiosParamCreator = function (configuration) {
54706
54726
  });
54707
54727
  },
54708
54728
  /**
54709
- * Use this API to aggregate machine identities (AI Agents).
54710
- * @summary Start Machine Identity (AI Agent) Aggregation
54729
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
54730
+ * @summary Start machine identity aggregation
54711
54731
  * @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
54712
54732
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54713
54733
  * @param {*} [axiosOptions] Override http request option.
@@ -54768,7 +54788,7 @@ var MachineIdentitiesV2026ApiAxiosParamCreator = function (configuration) {
54768
54788
  },
54769
54789
  /**
54770
54790
  * Use this API to update machine identity details.
54771
- * @summary Update a machine identity
54791
+ * @summary Update machine identity details
54772
54792
  * @param {string} id Machine Identity ID.
54773
54793
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
54774
54794
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -54853,7 +54873,7 @@ var MachineIdentitiesV2026ApiFp = function (configuration) {
54853
54873
  return {
54854
54874
  /**
54855
54875
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
54856
- * @summary Create machine identities
54876
+ * @summary Create machine identity
54857
54877
  * @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
54858
54878
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54859
54879
  * @param {*} [axiosOptions] Override http request option.
@@ -54901,7 +54921,7 @@ var MachineIdentitiesV2026ApiFp = function (configuration) {
54901
54921
  },
54902
54922
  /**
54903
54923
  * This API returns a single machine identity using the Machine Identity ID.
54904
- * @summary Machine identity details
54924
+ * @summary Get machine identity details
54905
54925
  * @param {string} id Machine Identity ID
54906
54926
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54907
54927
  * @param {*} [axiosOptions] Override http request option.
@@ -54980,8 +55000,8 @@ var MachineIdentitiesV2026ApiFp = function (configuration) {
54980
55000
  });
54981
55001
  },
54982
55002
  /**
54983
- * Use this API to aggregate machine identities (AI Agents).
54984
- * @summary Start Machine Identity (AI Agent) Aggregation
55003
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
55004
+ * @summary Start machine identity aggregation
54985
55005
  * @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
54986
55006
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54987
55007
  * @param {*} [axiosOptions] Override http request option.
@@ -55005,7 +55025,7 @@ var MachineIdentitiesV2026ApiFp = function (configuration) {
55005
55025
  },
55006
55026
  /**
55007
55027
  * Use this API to update machine identity details.
55008
- * @summary Update a machine identity
55028
+ * @summary Update machine identity details
55009
55029
  * @param {string} id Machine Identity ID.
55010
55030
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
55011
55031
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -55040,7 +55060,7 @@ var MachineIdentitiesV2026ApiFactory = function (configuration, basePath, axios)
55040
55060
  return {
55041
55061
  /**
55042
55062
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
55043
- * @summary Create machine identities
55063
+ * @summary Create machine identity
55044
55064
  * @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
55045
55065
  * @param {*} [axiosOptions] Override http request option.
55046
55066
  * @throws {RequiredError}
@@ -55060,7 +55080,7 @@ var MachineIdentitiesV2026ApiFactory = function (configuration, basePath, axios)
55060
55080
  },
55061
55081
  /**
55062
55082
  * This API returns a single machine identity using the Machine Identity ID.
55063
- * @summary Machine identity details
55083
+ * @summary Get machine identity details
55064
55084
  * @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
55065
55085
  * @param {*} [axiosOptions] Override http request option.
55066
55086
  * @throws {RequiredError}
@@ -55091,8 +55111,8 @@ var MachineIdentitiesV2026ApiFactory = function (configuration, basePath, axios)
55091
55111
  return localVarFp.listMachineIdentityUserEntitlements(requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
55092
55112
  },
55093
55113
  /**
55094
- * Use this API to aggregate machine identities (AI Agents).
55095
- * @summary Start Machine Identity (AI Agent) Aggregation
55114
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
55115
+ * @summary Start machine identity aggregation
55096
55116
  * @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
55097
55117
  * @param {*} [axiosOptions] Override http request option.
55098
55118
  * @throws {RequiredError}
@@ -55102,7 +55122,7 @@ var MachineIdentitiesV2026ApiFactory = function (configuration, basePath, axios)
55102
55122
  },
55103
55123
  /**
55104
55124
  * Use this API to update machine identity details.
55105
- * @summary Update a machine identity
55125
+ * @summary Update machine identity details
55106
55126
  * @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
55107
55127
  * @param {*} [axiosOptions] Override http request option.
55108
55128
  * @throws {RequiredError}
@@ -55126,7 +55146,7 @@ var MachineIdentitiesV2026Api = /** @class */ (function (_super) {
55126
55146
  }
55127
55147
  /**
55128
55148
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
55129
- * @summary Create machine identities
55149
+ * @summary Create machine identity
55130
55150
  * @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
55131
55151
  * @param {*} [axiosOptions] Override http request option.
55132
55152
  * @throws {RequiredError}
@@ -55150,7 +55170,7 @@ var MachineIdentitiesV2026Api = /** @class */ (function (_super) {
55150
55170
  };
55151
55171
  /**
55152
55172
  * This API returns a single machine identity using the Machine Identity ID.
55153
- * @summary Machine identity details
55173
+ * @summary Get machine identity details
55154
55174
  * @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
55155
55175
  * @param {*} [axiosOptions] Override http request option.
55156
55176
  * @throws {RequiredError}
@@ -55187,8 +55207,8 @@ var MachineIdentitiesV2026Api = /** @class */ (function (_super) {
55187
55207
  return (0, exports.MachineIdentitiesV2026ApiFp)(this.configuration).listMachineIdentityUserEntitlements(requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
55188
55208
  };
55189
55209
  /**
55190
- * Use this API to aggregate machine identities (AI Agents).
55191
- * @summary Start Machine Identity (AI Agent) Aggregation
55210
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
55211
+ * @summary Start machine identity aggregation
55192
55212
  * @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
55193
55213
  * @param {*} [axiosOptions] Override http request option.
55194
55214
  * @throws {RequiredError}
@@ -55200,7 +55220,7 @@ var MachineIdentitiesV2026Api = /** @class */ (function (_super) {
55200
55220
  };
55201
55221
  /**
55202
55222
  * Use this API to update machine identity details.
55203
- * @summary Update a machine identity
55223
+ * @summary Update machine identity details
55204
55224
  * @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
55205
55225
  * @param {*} [axiosOptions] Override http request option.
55206
55226
  * @throws {RequiredError}