sailpoint-api-client 1.8.53 → 1.8.54
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/beta/README.md +2 -2
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +196 -1
- package/dist/v2026/api.js +226 -0
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +304 -1
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2026/api.js
CHANGED
|
@@ -50323,6 +50323,140 @@ var IntelligencePackageV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
50323
50323
|
});
|
|
50324
50324
|
});
|
|
50325
50325
|
},
|
|
50326
|
+
/**
|
|
50327
|
+
* 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.
|
|
50328
|
+
* @summary Identity risk snapshot
|
|
50329
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
50330
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50331
|
+
* @throws {RequiredError}
|
|
50332
|
+
*/
|
|
50333
|
+
getIntelIdentityRisk: function (identityID, axiosOptions) {
|
|
50334
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
50335
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
50336
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
50337
|
+
return __generator(this, function (_a) {
|
|
50338
|
+
switch (_a.label) {
|
|
50339
|
+
case 0:
|
|
50340
|
+
// verify required parameter 'identityID' is not null or undefined
|
|
50341
|
+
(0, common_1.assertParamExists)('getIntelIdentityRisk', 'identityID', identityID);
|
|
50342
|
+
localVarPath = "/intelligence/identities/{identityID}/risk"
|
|
50343
|
+
.replace("{".concat("identityID", "}"), encodeURIComponent(String(identityID)));
|
|
50344
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
50345
|
+
if (configuration) {
|
|
50346
|
+
baseOptions = configuration.baseOptions;
|
|
50347
|
+
}
|
|
50348
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
50349
|
+
localVarHeaderParameter = {};
|
|
50350
|
+
localVarQueryParameter = {};
|
|
50351
|
+
// authentication userAuth required
|
|
50352
|
+
// oauth required
|
|
50353
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50354
|
+
// authentication userAuth required
|
|
50355
|
+
// oauth required
|
|
50356
|
+
];
|
|
50357
|
+
case 1:
|
|
50358
|
+
// authentication userAuth required
|
|
50359
|
+
// oauth required
|
|
50360
|
+
_a.sent();
|
|
50361
|
+
// authentication userAuth required
|
|
50362
|
+
// oauth required
|
|
50363
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50364
|
+
// authentication applicationAuth required
|
|
50365
|
+
// oauth required
|
|
50366
|
+
];
|
|
50367
|
+
case 2:
|
|
50368
|
+
// authentication userAuth required
|
|
50369
|
+
// oauth required
|
|
50370
|
+
_a.sent();
|
|
50371
|
+
// authentication applicationAuth required
|
|
50372
|
+
// oauth required
|
|
50373
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
50374
|
+
case 3:
|
|
50375
|
+
// authentication applicationAuth required
|
|
50376
|
+
// oauth required
|
|
50377
|
+
_a.sent();
|
|
50378
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
50379
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
50380
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
50381
|
+
return [2 /*return*/, {
|
|
50382
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
50383
|
+
axiosOptions: localVarRequestOptions,
|
|
50384
|
+
}];
|
|
50385
|
+
}
|
|
50386
|
+
});
|
|
50387
|
+
});
|
|
50388
|
+
},
|
|
50389
|
+
/**
|
|
50390
|
+
* 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.
|
|
50391
|
+
* @summary Risk outliers continuation paging
|
|
50392
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
50393
|
+
* @param {number} [limit] Maximum number of outlier rows to return for this page.
|
|
50394
|
+
* @param {number} [offset] Zero-based row index for the first returned outlier item.
|
|
50395
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50396
|
+
* @throws {RequiredError}
|
|
50397
|
+
*/
|
|
50398
|
+
getIntelIdentityRiskOutliers: function (identityID, limit, offset, axiosOptions) {
|
|
50399
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
50400
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
50401
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
50402
|
+
return __generator(this, function (_a) {
|
|
50403
|
+
switch (_a.label) {
|
|
50404
|
+
case 0:
|
|
50405
|
+
// verify required parameter 'identityID' is not null or undefined
|
|
50406
|
+
(0, common_1.assertParamExists)('getIntelIdentityRiskOutliers', 'identityID', identityID);
|
|
50407
|
+
localVarPath = "/intelligence/identities/{identityID}/risk/outliers"
|
|
50408
|
+
.replace("{".concat("identityID", "}"), encodeURIComponent(String(identityID)));
|
|
50409
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
50410
|
+
if (configuration) {
|
|
50411
|
+
baseOptions = configuration.baseOptions;
|
|
50412
|
+
}
|
|
50413
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
50414
|
+
localVarHeaderParameter = {};
|
|
50415
|
+
localVarQueryParameter = {};
|
|
50416
|
+
// authentication userAuth required
|
|
50417
|
+
// oauth required
|
|
50418
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50419
|
+
// authentication userAuth required
|
|
50420
|
+
// oauth required
|
|
50421
|
+
];
|
|
50422
|
+
case 1:
|
|
50423
|
+
// authentication userAuth required
|
|
50424
|
+
// oauth required
|
|
50425
|
+
_a.sent();
|
|
50426
|
+
// authentication userAuth required
|
|
50427
|
+
// oauth required
|
|
50428
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50429
|
+
// authentication applicationAuth required
|
|
50430
|
+
// oauth required
|
|
50431
|
+
];
|
|
50432
|
+
case 2:
|
|
50433
|
+
// authentication userAuth required
|
|
50434
|
+
// oauth required
|
|
50435
|
+
_a.sent();
|
|
50436
|
+
// authentication applicationAuth required
|
|
50437
|
+
// oauth required
|
|
50438
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
50439
|
+
case 3:
|
|
50440
|
+
// authentication applicationAuth required
|
|
50441
|
+
// oauth required
|
|
50442
|
+
_a.sent();
|
|
50443
|
+
if (limit !== undefined) {
|
|
50444
|
+
localVarQueryParameter['limit'] = limit;
|
|
50445
|
+
}
|
|
50446
|
+
if (offset !== undefined) {
|
|
50447
|
+
localVarQueryParameter['offset'] = offset;
|
|
50448
|
+
}
|
|
50449
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
50450
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
50451
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
50452
|
+
return [2 /*return*/, {
|
|
50453
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
50454
|
+
axiosOptions: localVarRequestOptions,
|
|
50455
|
+
}];
|
|
50456
|
+
}
|
|
50457
|
+
});
|
|
50458
|
+
});
|
|
50459
|
+
},
|
|
50326
50460
|
/**
|
|
50327
50461
|
* 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
50462
|
* @summary Resolve one identity by filter
|
|
@@ -50447,6 +50581,54 @@ var IntelligencePackageV2026ApiFp = function (configuration) {
|
|
|
50447
50581
|
});
|
|
50448
50582
|
});
|
|
50449
50583
|
},
|
|
50584
|
+
/**
|
|
50585
|
+
* 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.
|
|
50586
|
+
* @summary Identity risk snapshot
|
|
50587
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
50588
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50589
|
+
* @throws {RequiredError}
|
|
50590
|
+
*/
|
|
50591
|
+
getIntelIdentityRisk: function (identityID, axiosOptions) {
|
|
50592
|
+
var _a, _b, _c;
|
|
50593
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
50594
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
50595
|
+
return __generator(this, function (_d) {
|
|
50596
|
+
switch (_d.label) {
|
|
50597
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRisk(identityID, axiosOptions)];
|
|
50598
|
+
case 1:
|
|
50599
|
+
localVarAxiosArgs = _d.sent();
|
|
50600
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
50601
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRisk']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
50602
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
50603
|
+
}
|
|
50604
|
+
});
|
|
50605
|
+
});
|
|
50606
|
+
},
|
|
50607
|
+
/**
|
|
50608
|
+
* 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.
|
|
50609
|
+
* @summary Risk outliers continuation paging
|
|
50610
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
50611
|
+
* @param {number} [limit] Maximum number of outlier rows to return for this page.
|
|
50612
|
+
* @param {number} [offset] Zero-based row index for the first returned outlier item.
|
|
50613
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50614
|
+
* @throws {RequiredError}
|
|
50615
|
+
*/
|
|
50616
|
+
getIntelIdentityRiskOutliers: function (identityID, limit, offset, axiosOptions) {
|
|
50617
|
+
var _a, _b, _c;
|
|
50618
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
50619
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
50620
|
+
return __generator(this, function (_d) {
|
|
50621
|
+
switch (_d.label) {
|
|
50622
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRiskOutliers(identityID, limit, offset, axiosOptions)];
|
|
50623
|
+
case 1:
|
|
50624
|
+
localVarAxiosArgs = _d.sent();
|
|
50625
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
50626
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRiskOutliers']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
50627
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
50628
|
+
}
|
|
50629
|
+
});
|
|
50630
|
+
});
|
|
50631
|
+
},
|
|
50450
50632
|
/**
|
|
50451
50633
|
* 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
50634
|
* @summary Resolve one identity by filter
|
|
@@ -50500,6 +50682,26 @@ var IntelligencePackageV2026ApiFactory = function (configuration, basePath, axio
|
|
|
50500
50682
|
getIntelIdentityAccessHistory: function (requestParameters, axiosOptions) {
|
|
50501
50683
|
return localVarFp.getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
50502
50684
|
},
|
|
50685
|
+
/**
|
|
50686
|
+
* 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.
|
|
50687
|
+
* @summary Identity risk snapshot
|
|
50688
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
|
|
50689
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50690
|
+
* @throws {RequiredError}
|
|
50691
|
+
*/
|
|
50692
|
+
getIntelIdentityRisk: function (requestParameters, axiosOptions) {
|
|
50693
|
+
return localVarFp.getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
50694
|
+
},
|
|
50695
|
+
/**
|
|
50696
|
+
* 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.
|
|
50697
|
+
* @summary Risk outliers continuation paging
|
|
50698
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
|
|
50699
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50700
|
+
* @throws {RequiredError}
|
|
50701
|
+
*/
|
|
50702
|
+
getIntelIdentityRiskOutliers: function (requestParameters, axiosOptions) {
|
|
50703
|
+
return localVarFp.getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
50704
|
+
},
|
|
50503
50705
|
/**
|
|
50504
50706
|
* 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
50707
|
* @summary Resolve one identity by filter
|
|
@@ -50548,6 +50750,30 @@ var IntelligencePackageV2026Api = /** @class */ (function (_super) {
|
|
|
50548
50750
|
var _this = this;
|
|
50549
50751
|
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
50752
|
};
|
|
50753
|
+
/**
|
|
50754
|
+
* 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.
|
|
50755
|
+
* @summary Identity risk snapshot
|
|
50756
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
|
|
50757
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50758
|
+
* @throws {RequiredError}
|
|
50759
|
+
* @memberof IntelligencePackageV2026Api
|
|
50760
|
+
*/
|
|
50761
|
+
IntelligencePackageV2026Api.prototype.getIntelIdentityRisk = function (requestParameters, axiosOptions) {
|
|
50762
|
+
var _this = this;
|
|
50763
|
+
return (0, exports.IntelligencePackageV2026ApiFp)(this.configuration).getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
50764
|
+
};
|
|
50765
|
+
/**
|
|
50766
|
+
* 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.
|
|
50767
|
+
* @summary Risk outliers continuation paging
|
|
50768
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
|
|
50769
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50770
|
+
* @throws {RequiredError}
|
|
50771
|
+
* @memberof IntelligencePackageV2026Api
|
|
50772
|
+
*/
|
|
50773
|
+
IntelligencePackageV2026Api.prototype.getIntelIdentityRiskOutliers = function (requestParameters, axiosOptions) {
|
|
50774
|
+
var _this = this;
|
|
50775
|
+
return (0, exports.IntelligencePackageV2026ApiFp)(this.configuration).getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
50776
|
+
};
|
|
50551
50777
|
/**
|
|
50552
50778
|
* 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
50779
|
* @summary Resolve one identity by filter
|