sailpoint-api-client 1.8.53 → 1.8.55

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 (49) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +51 -10
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +49 -8
  6. package/dist/beta/api.js +13 -2
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +2 -2
  9. package/dist/nerm/common.js +2 -2
  10. package/dist/nermv2025/common.js +2 -2
  11. package/dist/v2024/api.d.ts +50 -9
  12. package/dist/v2024/api.js +13 -2
  13. package/dist/v2024/api.js.map +1 -1
  14. package/dist/v2024/common.js +2 -2
  15. package/dist/v2025/api.d.ts +49 -8
  16. package/dist/v2025/api.js +13 -2
  17. package/dist/v2025/api.js.map +1 -1
  18. package/dist/v2025/common.js +2 -2
  19. package/dist/v2026/api.d.ts +245 -9
  20. package/dist/v2026/api.js +239 -2
  21. package/dist/v2026/api.js.map +1 -1
  22. package/dist/v2026/common.js +2 -2
  23. package/dist/v3/api.d.ts +31 -8
  24. package/dist/v3/api.js +13 -2
  25. package/dist/v3/api.js.map +1 -1
  26. package/dist/v3/common.js +2 -2
  27. package/nerm/README.md +2 -2
  28. package/nerm/common.ts +2 -2
  29. package/nerm/package.json +1 -1
  30. package/nermv2025/README.md +2 -2
  31. package/nermv2025/common.ts +2 -2
  32. package/nermv2025/package.json +1 -1
  33. package/package.json +1 -1
  34. package/v2024/README.md +2 -2
  35. package/v2024/api.ts +52 -11
  36. package/v2024/common.ts +2 -2
  37. package/v2024/package.json +1 -1
  38. package/v2025/README.md +2 -2
  39. package/v2025/api.ts +51 -10
  40. package/v2025/common.ts +2 -2
  41. package/v2025/package.json +1 -1
  42. package/v2026/README.md +2 -2
  43. package/v2026/api.ts +355 -11
  44. package/v2026/common.ts +2 -2
  45. package/v2026/package.json +1 -1
  46. package/v3/README.md +2 -2
  47. package/v3/api.ts +33 -10
  48. package/v3/common.ts +2 -2
  49. package/v3/package.json +1 -1
package/dist/v2026/api.js CHANGED
@@ -186,7 +186,10 @@ exports.AccessProfileApprovalSchemeV2026ApproverTypeV2026 = {
186
186
  SourceOwner: 'SOURCE_OWNER',
187
187
  Manager: 'MANAGER',
188
188
  GovernanceGroup: 'GOVERNANCE_GROUP',
189
- Workflow: 'WORKFLOW'
189
+ Workflow: 'WORKFLOW',
190
+ AllOwners: 'ALL_OWNERS',
191
+ AdditionalOwner: 'ADDITIONAL_OWNER',
192
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
190
193
  };
191
194
  exports.AccessProfileRefV2026TypeV2026 = {
192
195
  AccessProfile: 'ACCESS_PROFILE'
@@ -751,7 +754,10 @@ exports.ApprovalSchemeForRoleV2026ApproverTypeV2026 = {
751
754
  Owner: 'OWNER',
752
755
  Manager: 'MANAGER',
753
756
  GovernanceGroup: 'GOVERNANCE_GROUP',
754
- Workflow: 'WORKFLOW'
757
+ Workflow: 'WORKFLOW',
758
+ AllOwners: 'ALL_OWNERS',
759
+ AdditionalOwner: 'ADDITIONAL_OWNER',
760
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
755
761
  };
756
762
  /**
757
763
  * Describes the individual or group that is responsible for an approval step.
@@ -3277,8 +3283,13 @@ exports.RoleCriteriaOperationV2026 = {
3277
3283
  Equals: 'EQUALS',
3278
3284
  NotEquals: 'NOT_EQUALS',
3279
3285
  Contains: 'CONTAINS',
3286
+ DoesNotContain: 'DOES_NOT_CONTAIN',
3280
3287
  StartsWith: 'STARTS_WITH',
3281
3288
  EndsWith: 'ENDS_WITH',
3289
+ GreaterThan: 'GREATER_THAN',
3290
+ LessThan: 'LESS_THAN',
3291
+ GreaterThanEquals: 'GREATER_THAN_EQUALS',
3292
+ LessThanEquals: 'LESS_THAN_EQUALS',
3282
3293
  And: 'AND',
3283
3294
  Or: 'OR'
3284
3295
  };
@@ -50323,6 +50334,140 @@ var IntelligencePackageV2026ApiAxiosParamCreator = function (configuration) {
50323
50334
  });
50324
50335
  });
50325
50336
  },
50337
+ /**
50338
+ * Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
50339
+ * @summary Identity risk snapshot
50340
+ * @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
50341
+ * @param {*} [axiosOptions] Override http request option.
50342
+ * @throws {RequiredError}
50343
+ */
50344
+ getIntelIdentityRisk: function (identityID, axiosOptions) {
50345
+ if (axiosOptions === void 0) { axiosOptions = {}; }
50346
+ return __awaiter(_this, void 0, void 0, function () {
50347
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
50348
+ return __generator(this, function (_a) {
50349
+ switch (_a.label) {
50350
+ case 0:
50351
+ // verify required parameter 'identityID' is not null or undefined
50352
+ (0, common_1.assertParamExists)('getIntelIdentityRisk', 'identityID', identityID);
50353
+ localVarPath = "/intelligence/identities/{identityID}/risk"
50354
+ .replace("{".concat("identityID", "}"), encodeURIComponent(String(identityID)));
50355
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
50356
+ if (configuration) {
50357
+ baseOptions = configuration.baseOptions;
50358
+ }
50359
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
50360
+ localVarHeaderParameter = {};
50361
+ localVarQueryParameter = {};
50362
+ // authentication userAuth required
50363
+ // oauth required
50364
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
50365
+ // authentication userAuth required
50366
+ // oauth required
50367
+ ];
50368
+ case 1:
50369
+ // authentication userAuth required
50370
+ // oauth required
50371
+ _a.sent();
50372
+ // authentication userAuth required
50373
+ // oauth required
50374
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
50375
+ // authentication applicationAuth required
50376
+ // oauth required
50377
+ ];
50378
+ case 2:
50379
+ // authentication userAuth required
50380
+ // oauth required
50381
+ _a.sent();
50382
+ // authentication applicationAuth required
50383
+ // oauth required
50384
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
50385
+ case 3:
50386
+ // authentication applicationAuth required
50387
+ // oauth required
50388
+ _a.sent();
50389
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
50390
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
50391
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
50392
+ return [2 /*return*/, {
50393
+ url: (0, common_1.toPathString)(localVarUrlObj),
50394
+ axiosOptions: localVarRequestOptions,
50395
+ }];
50396
+ }
50397
+ });
50398
+ });
50399
+ },
50400
+ /**
50401
+ * Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
50402
+ * @summary Risk outliers continuation paging
50403
+ * @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
50404
+ * @param {number} [limit] Maximum number of outlier rows to return for this page.
50405
+ * @param {number} [offset] Zero-based row index for the first returned outlier item.
50406
+ * @param {*} [axiosOptions] Override http request option.
50407
+ * @throws {RequiredError}
50408
+ */
50409
+ getIntelIdentityRiskOutliers: function (identityID, limit, offset, axiosOptions) {
50410
+ if (axiosOptions === void 0) { axiosOptions = {}; }
50411
+ return __awaiter(_this, void 0, void 0, function () {
50412
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
50413
+ return __generator(this, function (_a) {
50414
+ switch (_a.label) {
50415
+ case 0:
50416
+ // verify required parameter 'identityID' is not null or undefined
50417
+ (0, common_1.assertParamExists)('getIntelIdentityRiskOutliers', 'identityID', identityID);
50418
+ localVarPath = "/intelligence/identities/{identityID}/risk/outliers"
50419
+ .replace("{".concat("identityID", "}"), encodeURIComponent(String(identityID)));
50420
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
50421
+ if (configuration) {
50422
+ baseOptions = configuration.baseOptions;
50423
+ }
50424
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
50425
+ localVarHeaderParameter = {};
50426
+ localVarQueryParameter = {};
50427
+ // authentication userAuth required
50428
+ // oauth required
50429
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
50430
+ // authentication userAuth required
50431
+ // oauth required
50432
+ ];
50433
+ case 1:
50434
+ // authentication userAuth required
50435
+ // oauth required
50436
+ _a.sent();
50437
+ // authentication userAuth required
50438
+ // oauth required
50439
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
50440
+ // authentication applicationAuth required
50441
+ // oauth required
50442
+ ];
50443
+ case 2:
50444
+ // authentication userAuth required
50445
+ // oauth required
50446
+ _a.sent();
50447
+ // authentication applicationAuth required
50448
+ // oauth required
50449
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
50450
+ case 3:
50451
+ // authentication applicationAuth required
50452
+ // oauth required
50453
+ _a.sent();
50454
+ if (limit !== undefined) {
50455
+ localVarQueryParameter['limit'] = limit;
50456
+ }
50457
+ if (offset !== undefined) {
50458
+ localVarQueryParameter['offset'] = offset;
50459
+ }
50460
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
50461
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
50462
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
50463
+ return [2 /*return*/, {
50464
+ url: (0, common_1.toPathString)(localVarUrlObj),
50465
+ axiosOptions: localVarRequestOptions,
50466
+ }];
50467
+ }
50468
+ });
50469
+ });
50470
+ },
50326
50471
  /**
50327
50472
  * Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
50328
50473
  * @summary Resolve one identity by filter
@@ -50447,6 +50592,54 @@ var IntelligencePackageV2026ApiFp = function (configuration) {
50447
50592
  });
50448
50593
  });
50449
50594
  },
50595
+ /**
50596
+ * Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
50597
+ * @summary Identity risk snapshot
50598
+ * @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
50599
+ * @param {*} [axiosOptions] Override http request option.
50600
+ * @throws {RequiredError}
50601
+ */
50602
+ getIntelIdentityRisk: function (identityID, axiosOptions) {
50603
+ var _a, _b, _c;
50604
+ return __awaiter(this, void 0, void 0, function () {
50605
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
50606
+ return __generator(this, function (_d) {
50607
+ switch (_d.label) {
50608
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRisk(identityID, axiosOptions)];
50609
+ case 1:
50610
+ localVarAxiosArgs = _d.sent();
50611
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
50612
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRisk']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
50613
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
50614
+ }
50615
+ });
50616
+ });
50617
+ },
50618
+ /**
50619
+ * Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
50620
+ * @summary Risk outliers continuation paging
50621
+ * @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
50622
+ * @param {number} [limit] Maximum number of outlier rows to return for this page.
50623
+ * @param {number} [offset] Zero-based row index for the first returned outlier item.
50624
+ * @param {*} [axiosOptions] Override http request option.
50625
+ * @throws {RequiredError}
50626
+ */
50627
+ getIntelIdentityRiskOutliers: function (identityID, limit, offset, axiosOptions) {
50628
+ var _a, _b, _c;
50629
+ return __awaiter(this, void 0, void 0, function () {
50630
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
50631
+ return __generator(this, function (_d) {
50632
+ switch (_d.label) {
50633
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRiskOutliers(identityID, limit, offset, axiosOptions)];
50634
+ case 1:
50635
+ localVarAxiosArgs = _d.sent();
50636
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
50637
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRiskOutliers']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
50638
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
50639
+ }
50640
+ });
50641
+ });
50642
+ },
50450
50643
  /**
50451
50644
  * Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
50452
50645
  * @summary Resolve one identity by filter
@@ -50500,6 +50693,26 @@ var IntelligencePackageV2026ApiFactory = function (configuration, basePath, axio
50500
50693
  getIntelIdentityAccessHistory: function (requestParameters, axiosOptions) {
50501
50694
  return localVarFp.getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
50502
50695
  },
50696
+ /**
50697
+ * Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
50698
+ * @summary Identity risk snapshot
50699
+ * @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
50700
+ * @param {*} [axiosOptions] Override http request option.
50701
+ * @throws {RequiredError}
50702
+ */
50703
+ getIntelIdentityRisk: function (requestParameters, axiosOptions) {
50704
+ return localVarFp.getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then(function (request) { return request(axios, basePath); });
50705
+ },
50706
+ /**
50707
+ * Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
50708
+ * @summary Risk outliers continuation paging
50709
+ * @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
50710
+ * @param {*} [axiosOptions] Override http request option.
50711
+ * @throws {RequiredError}
50712
+ */
50713
+ getIntelIdentityRiskOutliers: function (requestParameters, axiosOptions) {
50714
+ return localVarFp.getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
50715
+ },
50503
50716
  /**
50504
50717
  * Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
50505
50718
  * @summary Resolve one identity by filter
@@ -50548,6 +50761,30 @@ var IntelligencePackageV2026Api = /** @class */ (function (_super) {
50548
50761
  var _this = this;
50549
50762
  return (0, exports.IntelligencePackageV2026ApiFp)(this.configuration).getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
50550
50763
  };
50764
+ /**
50765
+ * Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
50766
+ * @summary Identity risk snapshot
50767
+ * @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
50768
+ * @param {*} [axiosOptions] Override http request option.
50769
+ * @throws {RequiredError}
50770
+ * @memberof IntelligencePackageV2026Api
50771
+ */
50772
+ IntelligencePackageV2026Api.prototype.getIntelIdentityRisk = function (requestParameters, axiosOptions) {
50773
+ var _this = this;
50774
+ return (0, exports.IntelligencePackageV2026ApiFp)(this.configuration).getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
50775
+ };
50776
+ /**
50777
+ * Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
50778
+ * @summary Risk outliers continuation paging
50779
+ * @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
50780
+ * @param {*} [axiosOptions] Override http request option.
50781
+ * @throws {RequiredError}
50782
+ * @memberof IntelligencePackageV2026Api
50783
+ */
50784
+ IntelligencePackageV2026Api.prototype.getIntelIdentityRiskOutliers = function (requestParameters, axiosOptions) {
50785
+ var _this = this;
50786
+ return (0, exports.IntelligencePackageV2026ApiFp)(this.configuration).getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
50787
+ };
50551
50788
  /**
50552
50789
  * Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
50553
50790
  * @summary Resolve one identity by filter