sailpoint-api-client 1.8.63 → 1.8.65
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 +293 -0
- package/dist/v2026/api.js +442 -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 +497 -0
- 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
|
@@ -87989,6 +87989,136 @@ var SourcesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
87989
87989
|
});
|
|
87990
87990
|
});
|
|
87991
87991
|
},
|
|
87992
|
+
/**
|
|
87993
|
+
* Use this API to get a dataset by id for the specified source in Identity Security Cloud (ISC).
|
|
87994
|
+
* @summary Get source dataset by id
|
|
87995
|
+
* @param {string} sourceId Source ID.
|
|
87996
|
+
* @param {string} datasetId Dataset ID.
|
|
87997
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
87998
|
+
* @throws {RequiredError}
|
|
87999
|
+
*/
|
|
88000
|
+
getSourceDataset: function (sourceId, datasetId, axiosOptions) {
|
|
88001
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
88002
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
88003
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
88004
|
+
return __generator(this, function (_a) {
|
|
88005
|
+
switch (_a.label) {
|
|
88006
|
+
case 0:
|
|
88007
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
88008
|
+
(0, common_1.assertParamExists)('getSourceDataset', 'sourceId', sourceId);
|
|
88009
|
+
// verify required parameter 'datasetId' is not null or undefined
|
|
88010
|
+
(0, common_1.assertParamExists)('getSourceDataset', 'datasetId', datasetId);
|
|
88011
|
+
localVarPath = "/sources/{sourceId}/datasets/{datasetId}"
|
|
88012
|
+
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)))
|
|
88013
|
+
.replace("{".concat("datasetId", "}"), encodeURIComponent(String(datasetId)));
|
|
88014
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
88015
|
+
if (configuration) {
|
|
88016
|
+
baseOptions = configuration.baseOptions;
|
|
88017
|
+
}
|
|
88018
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
88019
|
+
localVarHeaderParameter = {};
|
|
88020
|
+
localVarQueryParameter = {};
|
|
88021
|
+
// authentication userAuth required
|
|
88022
|
+
// oauth required
|
|
88023
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88024
|
+
// authentication userAuth required
|
|
88025
|
+
// oauth required
|
|
88026
|
+
];
|
|
88027
|
+
case 1:
|
|
88028
|
+
// authentication userAuth required
|
|
88029
|
+
// oauth required
|
|
88030
|
+
_a.sent();
|
|
88031
|
+
// authentication userAuth required
|
|
88032
|
+
// oauth required
|
|
88033
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88034
|
+
// authentication applicationAuth required
|
|
88035
|
+
// oauth required
|
|
88036
|
+
];
|
|
88037
|
+
case 2:
|
|
88038
|
+
// authentication userAuth required
|
|
88039
|
+
// oauth required
|
|
88040
|
+
_a.sent();
|
|
88041
|
+
// authentication applicationAuth required
|
|
88042
|
+
// oauth required
|
|
88043
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
88044
|
+
case 3:
|
|
88045
|
+
// authentication applicationAuth required
|
|
88046
|
+
// oauth required
|
|
88047
|
+
_a.sent();
|
|
88048
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
88049
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88050
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
88051
|
+
return [2 /*return*/, {
|
|
88052
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
88053
|
+
axiosOptions: localVarRequestOptions,
|
|
88054
|
+
}];
|
|
88055
|
+
}
|
|
88056
|
+
});
|
|
88057
|
+
});
|
|
88058
|
+
},
|
|
88059
|
+
/**
|
|
88060
|
+
* Use this API to list datasets for the specified source in Identity Security Cloud (ISC).
|
|
88061
|
+
* @summary List datasets on source
|
|
88062
|
+
* @param {string} sourceId Source ID.
|
|
88063
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
88064
|
+
* @throws {RequiredError}
|
|
88065
|
+
*/
|
|
88066
|
+
getSourceDatasets: function (sourceId, axiosOptions) {
|
|
88067
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
88068
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
88069
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
88070
|
+
return __generator(this, function (_a) {
|
|
88071
|
+
switch (_a.label) {
|
|
88072
|
+
case 0:
|
|
88073
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
88074
|
+
(0, common_1.assertParamExists)('getSourceDatasets', 'sourceId', sourceId);
|
|
88075
|
+
localVarPath = "/sources/{sourceId}/datasets"
|
|
88076
|
+
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
|
|
88077
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
88078
|
+
if (configuration) {
|
|
88079
|
+
baseOptions = configuration.baseOptions;
|
|
88080
|
+
}
|
|
88081
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
88082
|
+
localVarHeaderParameter = {};
|
|
88083
|
+
localVarQueryParameter = {};
|
|
88084
|
+
// authentication userAuth required
|
|
88085
|
+
// oauth required
|
|
88086
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88087
|
+
// authentication userAuth required
|
|
88088
|
+
// oauth required
|
|
88089
|
+
];
|
|
88090
|
+
case 1:
|
|
88091
|
+
// authentication userAuth required
|
|
88092
|
+
// oauth required
|
|
88093
|
+
_a.sent();
|
|
88094
|
+
// authentication userAuth required
|
|
88095
|
+
// oauth required
|
|
88096
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88097
|
+
// authentication applicationAuth required
|
|
88098
|
+
// oauth required
|
|
88099
|
+
];
|
|
88100
|
+
case 2:
|
|
88101
|
+
// authentication userAuth required
|
|
88102
|
+
// oauth required
|
|
88103
|
+
_a.sent();
|
|
88104
|
+
// authentication applicationAuth required
|
|
88105
|
+
// oauth required
|
|
88106
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
88107
|
+
case 3:
|
|
88108
|
+
// authentication applicationAuth required
|
|
88109
|
+
// oauth required
|
|
88110
|
+
_a.sent();
|
|
88111
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
88112
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88113
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
88114
|
+
return [2 /*return*/, {
|
|
88115
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
88116
|
+
axiosOptions: localVarRequestOptions,
|
|
88117
|
+
}];
|
|
88118
|
+
}
|
|
88119
|
+
});
|
|
88120
|
+
});
|
|
88121
|
+
},
|
|
87992
88122
|
/**
|
|
87993
88123
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
87994
88124
|
* @summary Get source entitlement request configuration
|
|
@@ -88122,6 +88252,136 @@ var SourcesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
88122
88252
|
});
|
|
88123
88253
|
});
|
|
88124
88254
|
},
|
|
88255
|
+
/**
|
|
88256
|
+
* Use this API to get a resource by id on the specified source in Identity Security Cloud (ISC). The response includes the full CIS schema for the resource.
|
|
88257
|
+
* @summary Get source resource by id
|
|
88258
|
+
* @param {string} sourceId Source ID.
|
|
88259
|
+
* @param {string} resourceId Resource ID (CIS schema object type for the source).
|
|
88260
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
88261
|
+
* @throws {RequiredError}
|
|
88262
|
+
*/
|
|
88263
|
+
getSourceResource: function (sourceId, resourceId, axiosOptions) {
|
|
88264
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
88265
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
88266
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
88267
|
+
return __generator(this, function (_a) {
|
|
88268
|
+
switch (_a.label) {
|
|
88269
|
+
case 0:
|
|
88270
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
88271
|
+
(0, common_1.assertParamExists)('getSourceResource', 'sourceId', sourceId);
|
|
88272
|
+
// verify required parameter 'resourceId' is not null or undefined
|
|
88273
|
+
(0, common_1.assertParamExists)('getSourceResource', 'resourceId', resourceId);
|
|
88274
|
+
localVarPath = "/sources/{sourceId}/resources/{resourceId}"
|
|
88275
|
+
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)))
|
|
88276
|
+
.replace("{".concat("resourceId", "}"), encodeURIComponent(String(resourceId)));
|
|
88277
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
88278
|
+
if (configuration) {
|
|
88279
|
+
baseOptions = configuration.baseOptions;
|
|
88280
|
+
}
|
|
88281
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
88282
|
+
localVarHeaderParameter = {};
|
|
88283
|
+
localVarQueryParameter = {};
|
|
88284
|
+
// authentication userAuth required
|
|
88285
|
+
// oauth required
|
|
88286
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88287
|
+
// authentication userAuth required
|
|
88288
|
+
// oauth required
|
|
88289
|
+
];
|
|
88290
|
+
case 1:
|
|
88291
|
+
// authentication userAuth required
|
|
88292
|
+
// oauth required
|
|
88293
|
+
_a.sent();
|
|
88294
|
+
// authentication userAuth required
|
|
88295
|
+
// oauth required
|
|
88296
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88297
|
+
// authentication applicationAuth required
|
|
88298
|
+
// oauth required
|
|
88299
|
+
];
|
|
88300
|
+
case 2:
|
|
88301
|
+
// authentication userAuth required
|
|
88302
|
+
// oauth required
|
|
88303
|
+
_a.sent();
|
|
88304
|
+
// authentication applicationAuth required
|
|
88305
|
+
// oauth required
|
|
88306
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
88307
|
+
case 3:
|
|
88308
|
+
// authentication applicationAuth required
|
|
88309
|
+
// oauth required
|
|
88310
|
+
_a.sent();
|
|
88311
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
88312
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88313
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
88314
|
+
return [2 /*return*/, {
|
|
88315
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
88316
|
+
axiosOptions: localVarRequestOptions,
|
|
88317
|
+
}];
|
|
88318
|
+
}
|
|
88319
|
+
});
|
|
88320
|
+
});
|
|
88321
|
+
},
|
|
88322
|
+
/**
|
|
88323
|
+
* Use this API to list resources defined on the specified source in Identity Security Cloud (ISC).
|
|
88324
|
+
* @summary List resources for a source
|
|
88325
|
+
* @param {string} sourceId Source ID.
|
|
88326
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
88327
|
+
* @throws {RequiredError}
|
|
88328
|
+
*/
|
|
88329
|
+
getSourceResources: function (sourceId, axiosOptions) {
|
|
88330
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
88331
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
88332
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
88333
|
+
return __generator(this, function (_a) {
|
|
88334
|
+
switch (_a.label) {
|
|
88335
|
+
case 0:
|
|
88336
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
88337
|
+
(0, common_1.assertParamExists)('getSourceResources', 'sourceId', sourceId);
|
|
88338
|
+
localVarPath = "/sources/{sourceId}/resources"
|
|
88339
|
+
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
|
|
88340
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
88341
|
+
if (configuration) {
|
|
88342
|
+
baseOptions = configuration.baseOptions;
|
|
88343
|
+
}
|
|
88344
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
88345
|
+
localVarHeaderParameter = {};
|
|
88346
|
+
localVarQueryParameter = {};
|
|
88347
|
+
// authentication userAuth required
|
|
88348
|
+
// oauth required
|
|
88349
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88350
|
+
// authentication userAuth required
|
|
88351
|
+
// oauth required
|
|
88352
|
+
];
|
|
88353
|
+
case 1:
|
|
88354
|
+
// authentication userAuth required
|
|
88355
|
+
// oauth required
|
|
88356
|
+
_a.sent();
|
|
88357
|
+
// authentication userAuth required
|
|
88358
|
+
// oauth required
|
|
88359
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
88360
|
+
// authentication applicationAuth required
|
|
88361
|
+
// oauth required
|
|
88362
|
+
];
|
|
88363
|
+
case 2:
|
|
88364
|
+
// authentication userAuth required
|
|
88365
|
+
// oauth required
|
|
88366
|
+
_a.sent();
|
|
88367
|
+
// authentication applicationAuth required
|
|
88368
|
+
// oauth required
|
|
88369
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
88370
|
+
case 3:
|
|
88371
|
+
// authentication applicationAuth required
|
|
88372
|
+
// oauth required
|
|
88373
|
+
_a.sent();
|
|
88374
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
88375
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88376
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
88377
|
+
return [2 /*return*/, {
|
|
88378
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
88379
|
+
axiosOptions: localVarRequestOptions,
|
|
88380
|
+
}];
|
|
88381
|
+
}
|
|
88382
|
+
});
|
|
88383
|
+
});
|
|
88384
|
+
},
|
|
88125
88385
|
/**
|
|
88126
88386
|
* Get the source schedule by type in Identity Security Cloud (ISC).
|
|
88127
88387
|
* @summary Get source schedule by type
|
|
@@ -90806,6 +91066,53 @@ var SourcesV2026ApiFp = function (configuration) {
|
|
|
90806
91066
|
});
|
|
90807
91067
|
});
|
|
90808
91068
|
},
|
|
91069
|
+
/**
|
|
91070
|
+
* Use this API to get a dataset by id for the specified source in Identity Security Cloud (ISC).
|
|
91071
|
+
* @summary Get source dataset by id
|
|
91072
|
+
* @param {string} sourceId Source ID.
|
|
91073
|
+
* @param {string} datasetId Dataset ID.
|
|
91074
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
91075
|
+
* @throws {RequiredError}
|
|
91076
|
+
*/
|
|
91077
|
+
getSourceDataset: function (sourceId, datasetId, axiosOptions) {
|
|
91078
|
+
var _a, _b, _c;
|
|
91079
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
91080
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
91081
|
+
return __generator(this, function (_d) {
|
|
91082
|
+
switch (_d.label) {
|
|
91083
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSourceDataset(sourceId, datasetId, axiosOptions)];
|
|
91084
|
+
case 1:
|
|
91085
|
+
localVarAxiosArgs = _d.sent();
|
|
91086
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
91087
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SourcesV2026Api.getSourceDataset']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
91088
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
91089
|
+
}
|
|
91090
|
+
});
|
|
91091
|
+
});
|
|
91092
|
+
},
|
|
91093
|
+
/**
|
|
91094
|
+
* Use this API to list datasets for the specified source in Identity Security Cloud (ISC).
|
|
91095
|
+
* @summary List datasets on source
|
|
91096
|
+
* @param {string} sourceId Source ID.
|
|
91097
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
91098
|
+
* @throws {RequiredError}
|
|
91099
|
+
*/
|
|
91100
|
+
getSourceDatasets: function (sourceId, axiosOptions) {
|
|
91101
|
+
var _a, _b, _c;
|
|
91102
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
91103
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
91104
|
+
return __generator(this, function (_d) {
|
|
91105
|
+
switch (_d.label) {
|
|
91106
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSourceDatasets(sourceId, axiosOptions)];
|
|
91107
|
+
case 1:
|
|
91108
|
+
localVarAxiosArgs = _d.sent();
|
|
91109
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
91110
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SourcesV2026Api.getSourceDatasets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
91111
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
91112
|
+
}
|
|
91113
|
+
});
|
|
91114
|
+
});
|
|
91115
|
+
},
|
|
90809
91116
|
/**
|
|
90810
91117
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
90811
91118
|
* @summary Get source entitlement request configuration
|
|
@@ -90853,6 +91160,53 @@ var SourcesV2026ApiFp = function (configuration) {
|
|
|
90853
91160
|
});
|
|
90854
91161
|
});
|
|
90855
91162
|
},
|
|
91163
|
+
/**
|
|
91164
|
+
* Use this API to get a resource by id on the specified source in Identity Security Cloud (ISC). The response includes the full CIS schema for the resource.
|
|
91165
|
+
* @summary Get source resource by id
|
|
91166
|
+
* @param {string} sourceId Source ID.
|
|
91167
|
+
* @param {string} resourceId Resource ID (CIS schema object type for the source).
|
|
91168
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
91169
|
+
* @throws {RequiredError}
|
|
91170
|
+
*/
|
|
91171
|
+
getSourceResource: function (sourceId, resourceId, axiosOptions) {
|
|
91172
|
+
var _a, _b, _c;
|
|
91173
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
91174
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
91175
|
+
return __generator(this, function (_d) {
|
|
91176
|
+
switch (_d.label) {
|
|
91177
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSourceResource(sourceId, resourceId, axiosOptions)];
|
|
91178
|
+
case 1:
|
|
91179
|
+
localVarAxiosArgs = _d.sent();
|
|
91180
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
91181
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SourcesV2026Api.getSourceResource']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
91182
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
91183
|
+
}
|
|
91184
|
+
});
|
|
91185
|
+
});
|
|
91186
|
+
},
|
|
91187
|
+
/**
|
|
91188
|
+
* Use this API to list resources defined on the specified source in Identity Security Cloud (ISC).
|
|
91189
|
+
* @summary List resources for a source
|
|
91190
|
+
* @param {string} sourceId Source ID.
|
|
91191
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
91192
|
+
* @throws {RequiredError}
|
|
91193
|
+
*/
|
|
91194
|
+
getSourceResources: function (sourceId, axiosOptions) {
|
|
91195
|
+
var _a, _b, _c;
|
|
91196
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
91197
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
91198
|
+
return __generator(this, function (_d) {
|
|
91199
|
+
switch (_d.label) {
|
|
91200
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSourceResources(sourceId, axiosOptions)];
|
|
91201
|
+
case 1:
|
|
91202
|
+
localVarAxiosArgs = _d.sent();
|
|
91203
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
91204
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SourcesV2026Api.getSourceResources']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
91205
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
91206
|
+
}
|
|
91207
|
+
});
|
|
91208
|
+
});
|
|
91209
|
+
},
|
|
90856
91210
|
/**
|
|
90857
91211
|
* Get the source schedule by type in Identity Security Cloud (ISC).
|
|
90858
91212
|
* @summary Get source schedule by type
|
|
@@ -91879,6 +92233,26 @@ var SourcesV2026ApiFactory = function (configuration, basePath, axios) {
|
|
|
91879
92233
|
getSourceConnections: function (requestParameters, axiosOptions) {
|
|
91880
92234
|
return localVarFp.getSourceConnections(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
91881
92235
|
},
|
|
92236
|
+
/**
|
|
92237
|
+
* Use this API to get a dataset by id for the specified source in Identity Security Cloud (ISC).
|
|
92238
|
+
* @summary Get source dataset by id
|
|
92239
|
+
* @param {SourcesV2026ApiGetSourceDatasetRequest} requestParameters Request parameters.
|
|
92240
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92241
|
+
* @throws {RequiredError}
|
|
92242
|
+
*/
|
|
92243
|
+
getSourceDataset: function (requestParameters, axiosOptions) {
|
|
92244
|
+
return localVarFp.getSourceDataset(requestParameters.sourceId, requestParameters.datasetId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
92245
|
+
},
|
|
92246
|
+
/**
|
|
92247
|
+
* Use this API to list datasets for the specified source in Identity Security Cloud (ISC).
|
|
92248
|
+
* @summary List datasets on source
|
|
92249
|
+
* @param {SourcesV2026ApiGetSourceDatasetsRequest} requestParameters Request parameters.
|
|
92250
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92251
|
+
* @throws {RequiredError}
|
|
92252
|
+
*/
|
|
92253
|
+
getSourceDatasets: function (requestParameters, axiosOptions) {
|
|
92254
|
+
return localVarFp.getSourceDatasets(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
92255
|
+
},
|
|
91882
92256
|
/**
|
|
91883
92257
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
91884
92258
|
* @summary Get source entitlement request configuration
|
|
@@ -91899,6 +92273,26 @@ var SourcesV2026ApiFactory = function (configuration, basePath, axios) {
|
|
|
91899
92273
|
getSourceHealth: function (requestParameters, axiosOptions) {
|
|
91900
92274
|
return localVarFp.getSourceHealth(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
91901
92275
|
},
|
|
92276
|
+
/**
|
|
92277
|
+
* Use this API to get a resource by id on the specified source in Identity Security Cloud (ISC). The response includes the full CIS schema for the resource.
|
|
92278
|
+
* @summary Get source resource by id
|
|
92279
|
+
* @param {SourcesV2026ApiGetSourceResourceRequest} requestParameters Request parameters.
|
|
92280
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92281
|
+
* @throws {RequiredError}
|
|
92282
|
+
*/
|
|
92283
|
+
getSourceResource: function (requestParameters, axiosOptions) {
|
|
92284
|
+
return localVarFp.getSourceResource(requestParameters.sourceId, requestParameters.resourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
92285
|
+
},
|
|
92286
|
+
/**
|
|
92287
|
+
* Use this API to list resources defined on the specified source in Identity Security Cloud (ISC).
|
|
92288
|
+
* @summary List resources for a source
|
|
92289
|
+
* @param {SourcesV2026ApiGetSourceResourcesRequest} requestParameters Request parameters.
|
|
92290
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92291
|
+
* @throws {RequiredError}
|
|
92292
|
+
*/
|
|
92293
|
+
getSourceResources: function (requestParameters, axiosOptions) {
|
|
92294
|
+
return localVarFp.getSourceResources(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
92295
|
+
},
|
|
91902
92296
|
/**
|
|
91903
92297
|
* Get the source schedule by type in Identity Security Cloud (ISC).
|
|
91904
92298
|
* @summary Get source schedule by type
|
|
@@ -92496,6 +92890,30 @@ var SourcesV2026Api = /** @class */ (function (_super) {
|
|
|
92496
92890
|
var _this = this;
|
|
92497
92891
|
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceConnections(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92498
92892
|
};
|
|
92893
|
+
/**
|
|
92894
|
+
* Use this API to get a dataset by id for the specified source in Identity Security Cloud (ISC).
|
|
92895
|
+
* @summary Get source dataset by id
|
|
92896
|
+
* @param {SourcesV2026ApiGetSourceDatasetRequest} requestParameters Request parameters.
|
|
92897
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92898
|
+
* @throws {RequiredError}
|
|
92899
|
+
* @memberof SourcesV2026Api
|
|
92900
|
+
*/
|
|
92901
|
+
SourcesV2026Api.prototype.getSourceDataset = function (requestParameters, axiosOptions) {
|
|
92902
|
+
var _this = this;
|
|
92903
|
+
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceDataset(requestParameters.sourceId, requestParameters.datasetId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92904
|
+
};
|
|
92905
|
+
/**
|
|
92906
|
+
* Use this API to list datasets for the specified source in Identity Security Cloud (ISC).
|
|
92907
|
+
* @summary List datasets on source
|
|
92908
|
+
* @param {SourcesV2026ApiGetSourceDatasetsRequest} requestParameters Request parameters.
|
|
92909
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92910
|
+
* @throws {RequiredError}
|
|
92911
|
+
* @memberof SourcesV2026Api
|
|
92912
|
+
*/
|
|
92913
|
+
SourcesV2026Api.prototype.getSourceDatasets = function (requestParameters, axiosOptions) {
|
|
92914
|
+
var _this = this;
|
|
92915
|
+
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceDatasets(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92916
|
+
};
|
|
92499
92917
|
/**
|
|
92500
92918
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
92501
92919
|
* @summary Get source entitlement request configuration
|
|
@@ -92520,6 +92938,30 @@ var SourcesV2026Api = /** @class */ (function (_super) {
|
|
|
92520
92938
|
var _this = this;
|
|
92521
92939
|
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceHealth(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92522
92940
|
};
|
|
92941
|
+
/**
|
|
92942
|
+
* Use this API to get a resource by id on the specified source in Identity Security Cloud (ISC). The response includes the full CIS schema for the resource.
|
|
92943
|
+
* @summary Get source resource by id
|
|
92944
|
+
* @param {SourcesV2026ApiGetSourceResourceRequest} requestParameters Request parameters.
|
|
92945
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92946
|
+
* @throws {RequiredError}
|
|
92947
|
+
* @memberof SourcesV2026Api
|
|
92948
|
+
*/
|
|
92949
|
+
SourcesV2026Api.prototype.getSourceResource = function (requestParameters, axiosOptions) {
|
|
92950
|
+
var _this = this;
|
|
92951
|
+
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceResource(requestParameters.sourceId, requestParameters.resourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92952
|
+
};
|
|
92953
|
+
/**
|
|
92954
|
+
* Use this API to list resources defined on the specified source in Identity Security Cloud (ISC).
|
|
92955
|
+
* @summary List resources for a source
|
|
92956
|
+
* @param {SourcesV2026ApiGetSourceResourcesRequest} requestParameters Request parameters.
|
|
92957
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
92958
|
+
* @throws {RequiredError}
|
|
92959
|
+
* @memberof SourcesV2026Api
|
|
92960
|
+
*/
|
|
92961
|
+
SourcesV2026Api.prototype.getSourceResources = function (requestParameters, axiosOptions) {
|
|
92962
|
+
var _this = this;
|
|
92963
|
+
return (0, exports.SourcesV2026ApiFp)(this.configuration).getSourceResources(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
92964
|
+
};
|
|
92523
92965
|
/**
|
|
92524
92966
|
* Get the source schedule by type in Identity Security Cloud (ISC).
|
|
92525
92967
|
* @summary Get source schedule by type
|