sailpoint-api-client 1.7.1 → 1.7.6
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/.openapi-generator/VERSION +1 -1
- package/beta/README.md +2 -2
- package/beta/api.ts +485 -56
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +258 -39
- package/dist/beta/api.js +475 -28
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/index.spec.js +3 -3
- package/dist/index.spec.js.map +1 -1
- package/dist/v2024/api.d.ts +275 -69
- package/dist/v2024/api.js +497 -63
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +848 -94
- package/dist/v2025/api.js +1224 -126
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v2026/common.js +1 -1
- package/dist/v3/api.d.ts +21 -8
- package/dist/v3/api.js +9 -8
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/index.spec.ts +3 -3
- package/package.json +15 -2
- package/v2024/.openapi-generator/VERSION +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +509 -109
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/.openapi-generator/VERSION +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +1436 -193
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/.openapi-generator/VERSION +1 -1
- package/v2026/README.md +2 -2
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/.openapi-generator/VERSION +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +22 -9
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2024/api.js
CHANGED
|
@@ -250,13 +250,14 @@ exports.AccessRequestRecommendationItemTypeV2024 = {
|
|
|
250
250
|
Role: 'ROLE'
|
|
251
251
|
};
|
|
252
252
|
/**
|
|
253
|
-
* Access request type. Defaults to GRANT_ACCESS. REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field.
|
|
253
|
+
* Access request type. Defaults to GRANT_ACCESS. REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field. MODIFY_ACCESS type is used for updating access expiration dates or other access modifications.
|
|
254
254
|
* @export
|
|
255
255
|
* @enum {string}
|
|
256
256
|
*/
|
|
257
257
|
exports.AccessRequestTypeV2024 = {
|
|
258
258
|
GrantAccess: 'GRANT_ACCESS',
|
|
259
|
-
RevokeAccess: 'REVOKE_ACCESS'
|
|
259
|
+
RevokeAccess: 'REVOKE_ACCESS',
|
|
260
|
+
ModifyAccess: 'MODIFY_ACCESS'
|
|
260
261
|
};
|
|
261
262
|
exports.AccessRequestedStatusChangeV2024PreviousStatusV2024 = {
|
|
262
263
|
Enabled: 'enabled',
|
|
@@ -483,7 +484,10 @@ exports.AttributeDefinitionTypeV2024 = {
|
|
|
483
484
|
Date: 'DATE'
|
|
484
485
|
};
|
|
485
486
|
exports.AttributeMappingsAllOfTargetV2024TypeV2024 = {
|
|
486
|
-
|
|
487
|
+
Account: 'ACCOUNT',
|
|
488
|
+
Identity: 'IDENTITY',
|
|
489
|
+
OwnerAccount: 'OWNER_ACCOUNT',
|
|
490
|
+
OwnerIdentity: 'OWNER_IDENTITY'
|
|
487
491
|
};
|
|
488
492
|
exports.AuthProfileV2024TypeV2024 = {
|
|
489
493
|
Block: 'BLOCK',
|
|
@@ -3455,6 +3459,138 @@ exports.WorkgroupDtoOwnerV2024TypeV2024 = {
|
|
|
3455
3459
|
var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
3456
3460
|
var _this = this;
|
|
3457
3461
|
return {
|
|
3462
|
+
/**
|
|
3463
|
+
* Create a new Access Model Metadata Attribute.
|
|
3464
|
+
* @summary Create access model metadata attribute
|
|
3465
|
+
* @param {AttributeDTOV2024} attributeDTOV2024 Attribute to create
|
|
3466
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
3467
|
+
* @throws {RequiredError}
|
|
3468
|
+
*/
|
|
3469
|
+
createAccessModelMetadataAttribute: function (attributeDTOV2024, axiosOptions) {
|
|
3470
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3471
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
3472
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3473
|
+
return __generator(this, function (_a) {
|
|
3474
|
+
switch (_a.label) {
|
|
3475
|
+
case 0:
|
|
3476
|
+
// verify required parameter 'attributeDTOV2024' is not null or undefined
|
|
3477
|
+
(0, common_1.assertParamExists)('createAccessModelMetadataAttribute', 'attributeDTOV2024', attributeDTOV2024);
|
|
3478
|
+
localVarPath = "/access-model-metadata/attributes";
|
|
3479
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3480
|
+
if (configuration) {
|
|
3481
|
+
baseOptions = configuration.baseOptions;
|
|
3482
|
+
}
|
|
3483
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
3484
|
+
localVarHeaderParameter = {};
|
|
3485
|
+
localVarQueryParameter = {};
|
|
3486
|
+
// authentication userAuth required
|
|
3487
|
+
// oauth required
|
|
3488
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3489
|
+
// authentication userAuth required
|
|
3490
|
+
// oauth required
|
|
3491
|
+
];
|
|
3492
|
+
case 1:
|
|
3493
|
+
// authentication userAuth required
|
|
3494
|
+
// oauth required
|
|
3495
|
+
_a.sent();
|
|
3496
|
+
// authentication userAuth required
|
|
3497
|
+
// oauth required
|
|
3498
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3499
|
+
// authentication applicationAuth required
|
|
3500
|
+
// oauth required
|
|
3501
|
+
];
|
|
3502
|
+
case 2:
|
|
3503
|
+
// authentication userAuth required
|
|
3504
|
+
// oauth required
|
|
3505
|
+
_a.sent();
|
|
3506
|
+
// authentication applicationAuth required
|
|
3507
|
+
// oauth required
|
|
3508
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
3509
|
+
case 3:
|
|
3510
|
+
// authentication applicationAuth required
|
|
3511
|
+
// oauth required
|
|
3512
|
+
_a.sent();
|
|
3513
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3514
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3515
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3516
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
3517
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(attributeDTOV2024, localVarRequestOptions, configuration);
|
|
3518
|
+
return [2 /*return*/, {
|
|
3519
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
3520
|
+
axiosOptions: localVarRequestOptions,
|
|
3521
|
+
}];
|
|
3522
|
+
}
|
|
3523
|
+
});
|
|
3524
|
+
});
|
|
3525
|
+
},
|
|
3526
|
+
/**
|
|
3527
|
+
* Create a new value for an existing Access Model Metadata Attribute.
|
|
3528
|
+
* @summary Create access model metadata value
|
|
3529
|
+
* @param {string} key Technical name of the Attribute.
|
|
3530
|
+
* @param {AttributeValueDTOV2024} attributeValueDTOV2024 Attribute value to create
|
|
3531
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
3532
|
+
* @throws {RequiredError}
|
|
3533
|
+
*/
|
|
3534
|
+
createAccessModelMetadataAttributeValue: function (key, attributeValueDTOV2024, axiosOptions) {
|
|
3535
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3536
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
3537
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3538
|
+
return __generator(this, function (_a) {
|
|
3539
|
+
switch (_a.label) {
|
|
3540
|
+
case 0:
|
|
3541
|
+
// verify required parameter 'key' is not null or undefined
|
|
3542
|
+
(0, common_1.assertParamExists)('createAccessModelMetadataAttributeValue', 'key', key);
|
|
3543
|
+
// verify required parameter 'attributeValueDTOV2024' is not null or undefined
|
|
3544
|
+
(0, common_1.assertParamExists)('createAccessModelMetadataAttributeValue', 'attributeValueDTOV2024', attributeValueDTOV2024);
|
|
3545
|
+
localVarPath = "/access-model-metadata/attributes/{key}/values"
|
|
3546
|
+
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3547
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3548
|
+
if (configuration) {
|
|
3549
|
+
baseOptions = configuration.baseOptions;
|
|
3550
|
+
}
|
|
3551
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
3552
|
+
localVarHeaderParameter = {};
|
|
3553
|
+
localVarQueryParameter = {};
|
|
3554
|
+
// authentication userAuth required
|
|
3555
|
+
// oauth required
|
|
3556
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3557
|
+
// authentication userAuth required
|
|
3558
|
+
// oauth required
|
|
3559
|
+
];
|
|
3560
|
+
case 1:
|
|
3561
|
+
// authentication userAuth required
|
|
3562
|
+
// oauth required
|
|
3563
|
+
_a.sent();
|
|
3564
|
+
// authentication userAuth required
|
|
3565
|
+
// oauth required
|
|
3566
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3567
|
+
// authentication applicationAuth required
|
|
3568
|
+
// oauth required
|
|
3569
|
+
];
|
|
3570
|
+
case 2:
|
|
3571
|
+
// authentication userAuth required
|
|
3572
|
+
// oauth required
|
|
3573
|
+
_a.sent();
|
|
3574
|
+
// authentication applicationAuth required
|
|
3575
|
+
// oauth required
|
|
3576
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
3577
|
+
case 3:
|
|
3578
|
+
// authentication applicationAuth required
|
|
3579
|
+
// oauth required
|
|
3580
|
+
_a.sent();
|
|
3581
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3582
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3583
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3584
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
3585
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(attributeValueDTOV2024, localVarRequestOptions, configuration);
|
|
3586
|
+
return [2 /*return*/, {
|
|
3587
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
3588
|
+
axiosOptions: localVarRequestOptions,
|
|
3589
|
+
}];
|
|
3590
|
+
}
|
|
3591
|
+
});
|
|
3592
|
+
});
|
|
3593
|
+
},
|
|
3458
3594
|
/**
|
|
3459
3595
|
* Get single Access Model Metadata Attribute
|
|
3460
3596
|
* @summary Get access model metadata attribute
|
|
@@ -3588,15 +3724,14 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3588
3724
|
/**
|
|
3589
3725
|
* Get a list of Access Model Metadata Attributes
|
|
3590
3726
|
* @summary List access model metadata attributes
|
|
3591
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq*
|
|
3727
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* Supported composite operators are *and, or*
|
|
3592
3728
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, key**
|
|
3593
|
-
* @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.
|
|
3594
3729
|
* @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.
|
|
3595
3730
|
* @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.
|
|
3596
3731
|
* @param {*} [axiosOptions] Override http request option.
|
|
3597
3732
|
* @throws {RequiredError}
|
|
3598
3733
|
*/
|
|
3599
|
-
listAccessModelMetadataAttribute: function (filters, sorters,
|
|
3734
|
+
listAccessModelMetadataAttribute: function (filters, sorters, limit, count, axiosOptions) {
|
|
3600
3735
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3601
3736
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3602
3737
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3644,9 +3779,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3644
3779
|
if (sorters !== undefined) {
|
|
3645
3780
|
localVarQueryParameter['sorters'] = sorters;
|
|
3646
3781
|
}
|
|
3647
|
-
if (offset !== undefined) {
|
|
3648
|
-
localVarQueryParameter['offset'] = offset;
|
|
3649
|
-
}
|
|
3650
3782
|
if (limit !== undefined) {
|
|
3651
3783
|
localVarQueryParameter['limit'] = limit;
|
|
3652
3784
|
}
|
|
@@ -3668,13 +3800,12 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3668
3800
|
* Get a list of Access Model Metadata Attribute Values
|
|
3669
3801
|
* @summary List access model metadata values
|
|
3670
3802
|
* @param {string} key Technical name of the Attribute.
|
|
3671
|
-
* @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.
|
|
3672
3803
|
* @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.
|
|
3673
3804
|
* @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.
|
|
3674
3805
|
* @param {*} [axiosOptions] Override http request option.
|
|
3675
3806
|
* @throws {RequiredError}
|
|
3676
3807
|
*/
|
|
3677
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
3808
|
+
listAccessModelMetadataAttributeValue: function (key, limit, count, axiosOptions) {
|
|
3678
3809
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3679
3810
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3680
3811
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3719,9 +3850,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3719
3850
|
// authentication applicationAuth required
|
|
3720
3851
|
// oauth required
|
|
3721
3852
|
_a.sent();
|
|
3722
|
-
if (offset !== undefined) {
|
|
3723
|
-
localVarQueryParameter['offset'] = offset;
|
|
3724
|
-
}
|
|
3725
3853
|
if (limit !== undefined) {
|
|
3726
3854
|
localVarQueryParameter['limit'] = limit;
|
|
3727
3855
|
}
|
|
@@ -3739,6 +3867,146 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3739
3867
|
});
|
|
3740
3868
|
});
|
|
3741
3869
|
},
|
|
3870
|
+
/**
|
|
3871
|
+
* Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
|
|
3872
|
+
* @summary Update access model metadata attribute
|
|
3873
|
+
* @param {string} key Technical name of the Attribute.
|
|
3874
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSON Patch array to apply
|
|
3875
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
3876
|
+
* @throws {RequiredError}
|
|
3877
|
+
*/
|
|
3878
|
+
updateAccessModelMetadataAttribute: function (key, jsonPatchOperationV2024, axiosOptions) {
|
|
3879
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3880
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
3881
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3882
|
+
return __generator(this, function (_a) {
|
|
3883
|
+
switch (_a.label) {
|
|
3884
|
+
case 0:
|
|
3885
|
+
// verify required parameter 'key' is not null or undefined
|
|
3886
|
+
(0, common_1.assertParamExists)('updateAccessModelMetadataAttribute', 'key', key);
|
|
3887
|
+
// verify required parameter 'jsonPatchOperationV2024' is not null or undefined
|
|
3888
|
+
(0, common_1.assertParamExists)('updateAccessModelMetadataAttribute', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
|
|
3889
|
+
localVarPath = "/access-model-metadata/attributes/{key}"
|
|
3890
|
+
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3891
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3892
|
+
if (configuration) {
|
|
3893
|
+
baseOptions = configuration.baseOptions;
|
|
3894
|
+
}
|
|
3895
|
+
localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), axiosOptions);
|
|
3896
|
+
localVarHeaderParameter = {};
|
|
3897
|
+
localVarQueryParameter = {};
|
|
3898
|
+
// authentication userAuth required
|
|
3899
|
+
// oauth required
|
|
3900
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3901
|
+
// authentication userAuth required
|
|
3902
|
+
// oauth required
|
|
3903
|
+
];
|
|
3904
|
+
case 1:
|
|
3905
|
+
// authentication userAuth required
|
|
3906
|
+
// oauth required
|
|
3907
|
+
_a.sent();
|
|
3908
|
+
// authentication userAuth required
|
|
3909
|
+
// oauth required
|
|
3910
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3911
|
+
// authentication applicationAuth required
|
|
3912
|
+
// oauth required
|
|
3913
|
+
];
|
|
3914
|
+
case 2:
|
|
3915
|
+
// authentication userAuth required
|
|
3916
|
+
// oauth required
|
|
3917
|
+
_a.sent();
|
|
3918
|
+
// authentication applicationAuth required
|
|
3919
|
+
// oauth required
|
|
3920
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
3921
|
+
case 3:
|
|
3922
|
+
// authentication applicationAuth required
|
|
3923
|
+
// oauth required
|
|
3924
|
+
_a.sent();
|
|
3925
|
+
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
3926
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3927
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3928
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
3929
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationV2024, localVarRequestOptions, configuration);
|
|
3930
|
+
return [2 /*return*/, {
|
|
3931
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
3932
|
+
axiosOptions: localVarRequestOptions,
|
|
3933
|
+
}];
|
|
3934
|
+
}
|
|
3935
|
+
});
|
|
3936
|
+
});
|
|
3937
|
+
},
|
|
3938
|
+
/**
|
|
3939
|
+
* Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
|
|
3940
|
+
* @summary Update access model metadata value
|
|
3941
|
+
* @param {string} key Technical name of the Attribute.
|
|
3942
|
+
* @param {string} value Technical name of the Attribute value.
|
|
3943
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSON Patch array to apply
|
|
3944
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
3945
|
+
* @throws {RequiredError}
|
|
3946
|
+
*/
|
|
3947
|
+
updateAccessModelMetadataAttributeValue: function (key, value, jsonPatchOperationV2024, axiosOptions) {
|
|
3948
|
+
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3949
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
3950
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3951
|
+
return __generator(this, function (_a) {
|
|
3952
|
+
switch (_a.label) {
|
|
3953
|
+
case 0:
|
|
3954
|
+
// verify required parameter 'key' is not null or undefined
|
|
3955
|
+
(0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'key', key);
|
|
3956
|
+
// verify required parameter 'value' is not null or undefined
|
|
3957
|
+
(0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'value', value);
|
|
3958
|
+
// verify required parameter 'jsonPatchOperationV2024' is not null or undefined
|
|
3959
|
+
(0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
|
|
3960
|
+
localVarPath = "/access-model-metadata/attributes/{key}/values/{value}"
|
|
3961
|
+
.replace("{".concat("key", "}"), encodeURIComponent(String(key)))
|
|
3962
|
+
.replace("{".concat("value", "}"), encodeURIComponent(String(value)));
|
|
3963
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3964
|
+
if (configuration) {
|
|
3965
|
+
baseOptions = configuration.baseOptions;
|
|
3966
|
+
}
|
|
3967
|
+
localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), axiosOptions);
|
|
3968
|
+
localVarHeaderParameter = {};
|
|
3969
|
+
localVarQueryParameter = {};
|
|
3970
|
+
// authentication userAuth required
|
|
3971
|
+
// oauth required
|
|
3972
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3973
|
+
// authentication userAuth required
|
|
3974
|
+
// oauth required
|
|
3975
|
+
];
|
|
3976
|
+
case 1:
|
|
3977
|
+
// authentication userAuth required
|
|
3978
|
+
// oauth required
|
|
3979
|
+
_a.sent();
|
|
3980
|
+
// authentication userAuth required
|
|
3981
|
+
// oauth required
|
|
3982
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
3983
|
+
// authentication applicationAuth required
|
|
3984
|
+
// oauth required
|
|
3985
|
+
];
|
|
3986
|
+
case 2:
|
|
3987
|
+
// authentication userAuth required
|
|
3988
|
+
// oauth required
|
|
3989
|
+
_a.sent();
|
|
3990
|
+
// authentication applicationAuth required
|
|
3991
|
+
// oauth required
|
|
3992
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
3993
|
+
case 3:
|
|
3994
|
+
// authentication applicationAuth required
|
|
3995
|
+
// oauth required
|
|
3996
|
+
_a.sent();
|
|
3997
|
+
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
3998
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3999
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4000
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
4001
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationV2024, localVarRequestOptions, configuration);
|
|
4002
|
+
return [2 /*return*/, {
|
|
4003
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4004
|
+
axiosOptions: localVarRequestOptions,
|
|
4005
|
+
}];
|
|
4006
|
+
}
|
|
4007
|
+
});
|
|
4008
|
+
});
|
|
4009
|
+
},
|
|
3742
4010
|
};
|
|
3743
4011
|
};
|
|
3744
4012
|
exports.AccessModelMetadataV2024ApiAxiosParamCreator = AccessModelMetadataV2024ApiAxiosParamCreator;
|
|
@@ -3749,6 +4017,53 @@ exports.AccessModelMetadataV2024ApiAxiosParamCreator = AccessModelMetadataV2024A
|
|
|
3749
4017
|
var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
3750
4018
|
var localVarAxiosParamCreator = (0, exports.AccessModelMetadataV2024ApiAxiosParamCreator)(configuration);
|
|
3751
4019
|
return {
|
|
4020
|
+
/**
|
|
4021
|
+
* Create a new Access Model Metadata Attribute.
|
|
4022
|
+
* @summary Create access model metadata attribute
|
|
4023
|
+
* @param {AttributeDTOV2024} attributeDTOV2024 Attribute to create
|
|
4024
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4025
|
+
* @throws {RequiredError}
|
|
4026
|
+
*/
|
|
4027
|
+
createAccessModelMetadataAttribute: function (attributeDTOV2024, axiosOptions) {
|
|
4028
|
+
var _a, _b, _c;
|
|
4029
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4030
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
4031
|
+
return __generator(this, function (_d) {
|
|
4032
|
+
switch (_d.label) {
|
|
4033
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataAttribute(attributeDTOV2024, axiosOptions)];
|
|
4034
|
+
case 1:
|
|
4035
|
+
localVarAxiosArgs = _d.sent();
|
|
4036
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4037
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataV2024Api.createAccessModelMetadataAttribute']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4038
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
4039
|
+
}
|
|
4040
|
+
});
|
|
4041
|
+
});
|
|
4042
|
+
},
|
|
4043
|
+
/**
|
|
4044
|
+
* Create a new value for an existing Access Model Metadata Attribute.
|
|
4045
|
+
* @summary Create access model metadata value
|
|
4046
|
+
* @param {string} key Technical name of the Attribute.
|
|
4047
|
+
* @param {AttributeValueDTOV2024} attributeValueDTOV2024 Attribute value to create
|
|
4048
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4049
|
+
* @throws {RequiredError}
|
|
4050
|
+
*/
|
|
4051
|
+
createAccessModelMetadataAttributeValue: function (key, attributeValueDTOV2024, axiosOptions) {
|
|
4052
|
+
var _a, _b, _c;
|
|
4053
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4054
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
4055
|
+
return __generator(this, function (_d) {
|
|
4056
|
+
switch (_d.label) {
|
|
4057
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataAttributeValue(key, attributeValueDTOV2024, axiosOptions)];
|
|
4058
|
+
case 1:
|
|
4059
|
+
localVarAxiosArgs = _d.sent();
|
|
4060
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4061
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataV2024Api.createAccessModelMetadataAttributeValue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4062
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
4063
|
+
}
|
|
4064
|
+
});
|
|
4065
|
+
});
|
|
4066
|
+
},
|
|
3752
4067
|
/**
|
|
3753
4068
|
* Get single Access Model Metadata Attribute
|
|
3754
4069
|
* @summary Get access model metadata attribute
|
|
@@ -3799,21 +4114,20 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3799
4114
|
/**
|
|
3800
4115
|
* Get a list of Access Model Metadata Attributes
|
|
3801
4116
|
* @summary List access model metadata attributes
|
|
3802
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq*
|
|
4117
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* Supported composite operators are *and, or*
|
|
3803
4118
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, key**
|
|
3804
|
-
* @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.
|
|
3805
4119
|
* @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.
|
|
3806
4120
|
* @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.
|
|
3807
4121
|
* @param {*} [axiosOptions] Override http request option.
|
|
3808
4122
|
* @throws {RequiredError}
|
|
3809
4123
|
*/
|
|
3810
|
-
listAccessModelMetadataAttribute: function (filters, sorters,
|
|
4124
|
+
listAccessModelMetadataAttribute: function (filters, sorters, limit, count, axiosOptions) {
|
|
3811
4125
|
var _a, _b, _c;
|
|
3812
4126
|
return __awaiter(this, void 0, void 0, function () {
|
|
3813
4127
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3814
4128
|
return __generator(this, function (_d) {
|
|
3815
4129
|
switch (_d.label) {
|
|
3816
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters,
|
|
4130
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters, limit, count, axiosOptions)];
|
|
3817
4131
|
case 1:
|
|
3818
4132
|
localVarAxiosArgs = _d.sent();
|
|
3819
4133
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3827,19 +4141,18 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3827
4141
|
* Get a list of Access Model Metadata Attribute Values
|
|
3828
4142
|
* @summary List access model metadata values
|
|
3829
4143
|
* @param {string} key Technical name of the Attribute.
|
|
3830
|
-
* @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.
|
|
3831
4144
|
* @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.
|
|
3832
4145
|
* @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.
|
|
3833
4146
|
* @param {*} [axiosOptions] Override http request option.
|
|
3834
4147
|
* @throws {RequiredError}
|
|
3835
4148
|
*/
|
|
3836
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
4149
|
+
listAccessModelMetadataAttributeValue: function (key, limit, count, axiosOptions) {
|
|
3837
4150
|
var _a, _b, _c;
|
|
3838
4151
|
return __awaiter(this, void 0, void 0, function () {
|
|
3839
4152
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3840
4153
|
return __generator(this, function (_d) {
|
|
3841
4154
|
switch (_d.label) {
|
|
3842
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key,
|
|
4155
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key, limit, count, axiosOptions)];
|
|
3843
4156
|
case 1:
|
|
3844
4157
|
localVarAxiosArgs = _d.sent();
|
|
3845
4158
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3849,6 +4162,55 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3849
4162
|
});
|
|
3850
4163
|
});
|
|
3851
4164
|
},
|
|
4165
|
+
/**
|
|
4166
|
+
* Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
|
|
4167
|
+
* @summary Update access model metadata attribute
|
|
4168
|
+
* @param {string} key Technical name of the Attribute.
|
|
4169
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSON Patch array to apply
|
|
4170
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4171
|
+
* @throws {RequiredError}
|
|
4172
|
+
*/
|
|
4173
|
+
updateAccessModelMetadataAttribute: function (key, jsonPatchOperationV2024, axiosOptions) {
|
|
4174
|
+
var _a, _b, _c;
|
|
4175
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4176
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
4177
|
+
return __generator(this, function (_d) {
|
|
4178
|
+
switch (_d.label) {
|
|
4179
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateAccessModelMetadataAttribute(key, jsonPatchOperationV2024, axiosOptions)];
|
|
4180
|
+
case 1:
|
|
4181
|
+
localVarAxiosArgs = _d.sent();
|
|
4182
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4183
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataV2024Api.updateAccessModelMetadataAttribute']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4184
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
4185
|
+
}
|
|
4186
|
+
});
|
|
4187
|
+
});
|
|
4188
|
+
},
|
|
4189
|
+
/**
|
|
4190
|
+
* Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
|
|
4191
|
+
* @summary Update access model metadata value
|
|
4192
|
+
* @param {string} key Technical name of the Attribute.
|
|
4193
|
+
* @param {string} value Technical name of the Attribute value.
|
|
4194
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSON Patch array to apply
|
|
4195
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4196
|
+
* @throws {RequiredError}
|
|
4197
|
+
*/
|
|
4198
|
+
updateAccessModelMetadataAttributeValue: function (key, value, jsonPatchOperationV2024, axiosOptions) {
|
|
4199
|
+
var _a, _b, _c;
|
|
4200
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4201
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
4202
|
+
return __generator(this, function (_d) {
|
|
4203
|
+
switch (_d.label) {
|
|
4204
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateAccessModelMetadataAttributeValue(key, value, jsonPatchOperationV2024, axiosOptions)];
|
|
4205
|
+
case 1:
|
|
4206
|
+
localVarAxiosArgs = _d.sent();
|
|
4207
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4208
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataV2024Api.updateAccessModelMetadataAttributeValue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4209
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
4210
|
+
}
|
|
4211
|
+
});
|
|
4212
|
+
});
|
|
4213
|
+
},
|
|
3852
4214
|
};
|
|
3853
4215
|
};
|
|
3854
4216
|
exports.AccessModelMetadataV2024ApiFp = AccessModelMetadataV2024ApiFp;
|
|
@@ -3859,6 +4221,26 @@ exports.AccessModelMetadataV2024ApiFp = AccessModelMetadataV2024ApiFp;
|
|
|
3859
4221
|
var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axios) {
|
|
3860
4222
|
var localVarFp = (0, exports.AccessModelMetadataV2024ApiFp)(configuration);
|
|
3861
4223
|
return {
|
|
4224
|
+
/**
|
|
4225
|
+
* Create a new Access Model Metadata Attribute.
|
|
4226
|
+
* @summary Create access model metadata attribute
|
|
4227
|
+
* @param {AccessModelMetadataV2024ApiCreateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
|
|
4228
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4229
|
+
* @throws {RequiredError}
|
|
4230
|
+
*/
|
|
4231
|
+
createAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
4232
|
+
return localVarFp.createAccessModelMetadataAttribute(requestParameters.attributeDTOV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
4233
|
+
},
|
|
4234
|
+
/**
|
|
4235
|
+
* Create a new value for an existing Access Model Metadata Attribute.
|
|
4236
|
+
* @summary Create access model metadata value
|
|
4237
|
+
* @param {AccessModelMetadataV2024ApiCreateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
|
|
4238
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4239
|
+
* @throws {RequiredError}
|
|
4240
|
+
*/
|
|
4241
|
+
createAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
4242
|
+
return localVarFp.createAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.attributeValueDTOV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
4243
|
+
},
|
|
3862
4244
|
/**
|
|
3863
4245
|
* Get single Access Model Metadata Attribute
|
|
3864
4246
|
* @summary Get access model metadata attribute
|
|
@@ -3888,7 +4270,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3888
4270
|
*/
|
|
3889
4271
|
listAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
3890
4272
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3891
|
-
return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.
|
|
4273
|
+
return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3892
4274
|
},
|
|
3893
4275
|
/**
|
|
3894
4276
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3898,7 +4280,27 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3898
4280
|
* @throws {RequiredError}
|
|
3899
4281
|
*/
|
|
3900
4282
|
listAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
3901
|
-
return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.
|
|
4283
|
+
return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
4284
|
+
},
|
|
4285
|
+
/**
|
|
4286
|
+
* Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
|
|
4287
|
+
* @summary Update access model metadata attribute
|
|
4288
|
+
* @param {AccessModelMetadataV2024ApiUpdateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
|
|
4289
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4290
|
+
* @throws {RequiredError}
|
|
4291
|
+
*/
|
|
4292
|
+
updateAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
4293
|
+
return localVarFp.updateAccessModelMetadataAttribute(requestParameters.key, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
4294
|
+
},
|
|
4295
|
+
/**
|
|
4296
|
+
* Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
|
|
4297
|
+
* @summary Update access model metadata value
|
|
4298
|
+
* @param {AccessModelMetadataV2024ApiUpdateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
|
|
4299
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4300
|
+
* @throws {RequiredError}
|
|
4301
|
+
*/
|
|
4302
|
+
updateAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
4303
|
+
return localVarFp.updateAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3902
4304
|
},
|
|
3903
4305
|
};
|
|
3904
4306
|
};
|
|
@@ -3914,6 +4316,30 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3914
4316
|
function AccessModelMetadataV2024Api() {
|
|
3915
4317
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
3916
4318
|
}
|
|
4319
|
+
/**
|
|
4320
|
+
* Create a new Access Model Metadata Attribute.
|
|
4321
|
+
* @summary Create access model metadata attribute
|
|
4322
|
+
* @param {AccessModelMetadataV2024ApiCreateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
|
|
4323
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4324
|
+
* @throws {RequiredError}
|
|
4325
|
+
* @memberof AccessModelMetadataV2024Api
|
|
4326
|
+
*/
|
|
4327
|
+
AccessModelMetadataV2024Api.prototype.createAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
4328
|
+
var _this = this;
|
|
4329
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).createAccessModelMetadataAttribute(requestParameters.attributeDTOV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4330
|
+
};
|
|
4331
|
+
/**
|
|
4332
|
+
* Create a new value for an existing Access Model Metadata Attribute.
|
|
4333
|
+
* @summary Create access model metadata value
|
|
4334
|
+
* @param {AccessModelMetadataV2024ApiCreateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
|
|
4335
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4336
|
+
* @throws {RequiredError}
|
|
4337
|
+
* @memberof AccessModelMetadataV2024Api
|
|
4338
|
+
*/
|
|
4339
|
+
AccessModelMetadataV2024Api.prototype.createAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
4340
|
+
var _this = this;
|
|
4341
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).createAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.attributeValueDTOV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4342
|
+
};
|
|
3917
4343
|
/**
|
|
3918
4344
|
* Get single Access Model Metadata Attribute
|
|
3919
4345
|
* @summary Get access model metadata attribute
|
|
@@ -3949,7 +4375,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3949
4375
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
3950
4376
|
var _this = this;
|
|
3951
4377
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3952
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.
|
|
4378
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3953
4379
|
};
|
|
3954
4380
|
/**
|
|
3955
4381
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3961,7 +4387,31 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3961
4387
|
*/
|
|
3962
4388
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
3963
4389
|
var _this = this;
|
|
3964
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.
|
|
4390
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4391
|
+
};
|
|
4392
|
+
/**
|
|
4393
|
+
* Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
|
|
4394
|
+
* @summary Update access model metadata attribute
|
|
4395
|
+
* @param {AccessModelMetadataV2024ApiUpdateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
|
|
4396
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4397
|
+
* @throws {RequiredError}
|
|
4398
|
+
* @memberof AccessModelMetadataV2024Api
|
|
4399
|
+
*/
|
|
4400
|
+
AccessModelMetadataV2024Api.prototype.updateAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
4401
|
+
var _this = this;
|
|
4402
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).updateAccessModelMetadataAttribute(requestParameters.key, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4403
|
+
};
|
|
4404
|
+
/**
|
|
4405
|
+
* Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
|
|
4406
|
+
* @summary Update access model metadata value
|
|
4407
|
+
* @param {AccessModelMetadataV2024ApiUpdateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
|
|
4408
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
4409
|
+
* @throws {RequiredError}
|
|
4410
|
+
* @memberof AccessModelMetadataV2024Api
|
|
4411
|
+
*/
|
|
4412
|
+
AccessModelMetadataV2024Api.prototype.updateAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
4413
|
+
var _this = this;
|
|
4414
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).updateAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3965
4415
|
};
|
|
3966
4416
|
return AccessModelMetadataV2024Api;
|
|
3967
4417
|
}(base_1.BaseAPI));
|
|
@@ -6255,7 +6705,7 @@ var AccessRequestsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
6255
6705
|
* @param {boolean} [count] If this is true, the *X-Total-Count* response header populates with the number of results that would be returned if limit and offset were ignored.
|
|
6256
6706
|
* @param {number} [limit] Max number of results to return.
|
|
6257
6707
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
6258
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accessRequestId**: *eq,
|
|
6708
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accessRequestId**: *eq, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, ne, sw* **created**: *eq, ge, gt, le, lt, ne*
|
|
6259
6709
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified, accountActivityItemId, name**
|
|
6260
6710
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
6261
6711
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -6729,7 +7179,7 @@ var AccessRequestsV2024ApiFp = function (configuration) {
|
|
|
6729
7179
|
* @param {boolean} [count] If this is true, the *X-Total-Count* response header populates with the number of results that would be returned if limit and offset were ignored.
|
|
6730
7180
|
* @param {number} [limit] Max number of results to return.
|
|
6731
7181
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
6732
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accessRequestId**: *eq,
|
|
7182
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accessRequestId**: *eq, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, ne, sw* **created**: *eq, ge, gt, le, lt, ne*
|
|
6733
7183
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified, accountActivityItemId, name**
|
|
6734
7184
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
6735
7185
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -10574,7 +11024,7 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
10574
11024
|
* @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.
|
|
10575
11025
|
* @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.
|
|
10576
11026
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, owner.id, accountSource.id**
|
|
10577
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, co, sw* **created**: *gt, lt, ge, le* **modified**: *gt,
|
|
11027
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, co, sw* **created**: *gt, lt, ge, le* **modified**: *gt, ge, le* **owner.id**: *eq, in* **enabled**: *eq*
|
|
10578
11028
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
10579
11029
|
* @param {*} [axiosOptions] Override http request option.
|
|
10580
11030
|
* @throws {RequiredError}
|
|
@@ -11406,7 +11856,7 @@ var AppsV2024ApiFp = function (configuration) {
|
|
|
11406
11856
|
* @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.
|
|
11407
11857
|
* @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.
|
|
11408
11858
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, owner.id, accountSource.id**
|
|
11409
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, co, sw* **created**: *gt, lt, ge, le* **modified**: *gt,
|
|
11859
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, co, sw* **created**: *gt, lt, ge, le* **modified**: *gt, ge, le* **owner.id**: *eq, in* **enabled**: *eq*
|
|
11410
11860
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
11411
11861
|
* @param {*} [axiosOptions] Override http request option.
|
|
11412
11862
|
* @throws {RequiredError}
|
|
@@ -45372,8 +45822,8 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
45372
45822
|
* @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.
|
|
45373
45823
|
* @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.
|
|
45374
45824
|
* @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.
|
|
45375
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in
|
|
45376
|
-
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name,
|
|
45825
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **uuid**: *eq, in* **description**: *eq, in, sw* **machineIdentity.id**: *eq, in* **machineIdentity.name**: *eq, in, sw* **subtype.technicalName**: *eq, in, sw* **subtype.displayName**: *eq, in, sw* **accessType**: *eq, in, sw* **environment**: *eq, in, sw* **ownerIdentity**: *eq, in* **ownerIdentity.id**: *eq, in* **ownerIdentity.name**: *eq, in, sw* **manuallyCorrelated**: *eq* **enabled**: *eq* **locked**: *eq* **hasEntitlements**: *eq* **attributes**: *eq* **source.id**: *eq, in* **source.name**: *eq, in, sw* **created**: *eq, gt, lt, ge, le* **modified**: *eq, gt, lt, ge, le*
|
|
45826
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, nativeIdentity, ownerIdentity, uuid, description, machineIdentity.id, machineIdentity.name, subtype.technicalName, subtype.displayName, accessType, environment, manuallyCorrelated, enabled, locked, hasEntitlements, ownerIdentity.id, ownerIdentity.name, attributes, source.id, source.name, created, modified**
|
|
45377
45827
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45378
45828
|
* @param {*} [axiosOptions] Override http request option.
|
|
45379
45829
|
* @throws {RequiredError}
|
|
@@ -45557,8 +46007,8 @@ var MachineAccountsV2024ApiFp = function (configuration) {
|
|
|
45557
46007
|
* @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.
|
|
45558
46008
|
* @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.
|
|
45559
46009
|
* @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.
|
|
45560
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in
|
|
45561
|
-
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name,
|
|
46010
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **uuid**: *eq, in* **description**: *eq, in, sw* **machineIdentity.id**: *eq, in* **machineIdentity.name**: *eq, in, sw* **subtype.technicalName**: *eq, in, sw* **subtype.displayName**: *eq, in, sw* **accessType**: *eq, in, sw* **environment**: *eq, in, sw* **ownerIdentity**: *eq, in* **ownerIdentity.id**: *eq, in* **ownerIdentity.name**: *eq, in, sw* **manuallyCorrelated**: *eq* **enabled**: *eq* **locked**: *eq* **hasEntitlements**: *eq* **attributes**: *eq* **source.id**: *eq, in* **source.name**: *eq, in, sw* **created**: *eq, gt, lt, ge, le* **modified**: *eq, gt, lt, ge, le*
|
|
46011
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, nativeIdentity, ownerIdentity, uuid, description, machineIdentity.id, machineIdentity.name, subtype.technicalName, subtype.displayName, accessType, environment, manuallyCorrelated, enabled, locked, hasEntitlements, ownerIdentity.id, ownerIdentity.name, attributes, source.id, source.name, created, modified**
|
|
45562
46012
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45563
46013
|
* @param {*} [axiosOptions] Override http request option.
|
|
45564
46014
|
* @throws {RequiredError}
|
|
@@ -68494,7 +68944,7 @@ var SearchV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
68494
68944
|
});
|
|
68495
68945
|
},
|
|
68496
68946
|
/**
|
|
68497
|
-
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging.
|
|
68947
|
+
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging. The search query itself has a size limitation of approximately 800 objects when filtering by large lists of IDs or values (e.g., using `terms` filters with extensive lists).
|
|
68498
68948
|
* @summary Perform search
|
|
68499
68949
|
* @param {SearchV2024} searchV2024
|
|
68500
68950
|
* @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.
|
|
@@ -68653,7 +69103,7 @@ var SearchV2024ApiFp = function (configuration) {
|
|
|
68653
69103
|
});
|
|
68654
69104
|
},
|
|
68655
69105
|
/**
|
|
68656
|
-
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging.
|
|
69106
|
+
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging. The search query itself has a size limitation of approximately 800 objects when filtering by large lists of IDs or values (e.g., using `terms` filters with extensive lists).
|
|
68657
69107
|
* @summary Perform search
|
|
68658
69108
|
* @param {SearchV2024} searchV2024
|
|
68659
69109
|
* @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.
|
|
@@ -68719,7 +69169,7 @@ var SearchV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
68719
69169
|
return localVarFp.searchGet(requestParameters.index, requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
68720
69170
|
},
|
|
68721
69171
|
/**
|
|
68722
|
-
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging.
|
|
69172
|
+
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging. The search query itself has a size limitation of approximately 800 objects when filtering by large lists of IDs or values (e.g., using `terms` filters with extensive lists).
|
|
68723
69173
|
* @summary Perform search
|
|
68724
69174
|
* @param {SearchV2024ApiSearchPostRequest} requestParameters Request parameters.
|
|
68725
69175
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -68779,7 +69229,7 @@ var SearchV2024Api = /** @class */ (function (_super) {
|
|
|
68779
69229
|
return (0, exports.SearchV2024ApiFp)(this.configuration).searchGet(requestParameters.index, requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
68780
69230
|
};
|
|
68781
69231
|
/**
|
|
68782
|
-
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging.
|
|
69232
|
+
* Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging. The search query itself has a size limitation of approximately 800 objects when filtering by large lists of IDs or values (e.g., using `terms` filters with extensive lists).
|
|
68783
69233
|
* @summary Perform search
|
|
68784
69234
|
* @param {SearchV2024ApiSearchPostRequest} requestParameters Request parameters.
|
|
68785
69235
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -82825,11 +83275,10 @@ var WorkItemsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82825
83275
|
* @summary Forward a work item
|
|
82826
83276
|
* @param {string} id The ID of the work item
|
|
82827
83277
|
* @param {WorkItemForwardV2024} workItemForwardV2024
|
|
82828
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
82829
83278
|
* @param {*} [axiosOptions] Override http request option.
|
|
82830
83279
|
* @throws {RequiredError}
|
|
82831
83280
|
*/
|
|
82832
|
-
forwardWorkItem: function (id, workItemForwardV2024,
|
|
83281
|
+
forwardWorkItem: function (id, workItemForwardV2024, axiosOptions) {
|
|
82833
83282
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
82834
83283
|
return __awaiter(_this, void 0, void 0, function () {
|
|
82835
83284
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -82840,9 +83289,6 @@ var WorkItemsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82840
83289
|
(0, common_1.assertParamExists)('forwardWorkItem', 'id', id);
|
|
82841
83290
|
// verify required parameter 'workItemForwardV2024' is not null or undefined
|
|
82842
83291
|
(0, common_1.assertParamExists)('forwardWorkItem', 'workItemForwardV2024', workItemForwardV2024);
|
|
82843
|
-
if (xSailPointExperimental === undefined) {
|
|
82844
|
-
xSailPointExperimental = 'true';
|
|
82845
|
-
}
|
|
82846
83292
|
localVarPath = "/work-items/{id}/forward"
|
|
82847
83293
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
82848
83294
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -82870,9 +83316,6 @@ var WorkItemsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82870
83316
|
// oauth required
|
|
82871
83317
|
_a.sent();
|
|
82872
83318
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
82873
|
-
if (xSailPointExperimental != null) {
|
|
82874
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
82875
|
-
}
|
|
82876
83319
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
82877
83320
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
82878
83321
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -82954,20 +83397,16 @@ var WorkItemsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82954
83397
|
* This gets a count of completed work items belonging to either the specified user(admin required), or the current user.
|
|
82955
83398
|
* @summary Count completed work items
|
|
82956
83399
|
* @param {string} [ownerId] ID of the work item owner.
|
|
82957
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
82958
83400
|
* @param {*} [axiosOptions] Override http request option.
|
|
82959
83401
|
* @throws {RequiredError}
|
|
82960
83402
|
*/
|
|
82961
|
-
getCountCompletedWorkItems: function (ownerId,
|
|
83403
|
+
getCountCompletedWorkItems: function (ownerId, axiosOptions) {
|
|
82962
83404
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
82963
83405
|
return __awaiter(_this, void 0, void 0, function () {
|
|
82964
83406
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
82965
83407
|
return __generator(this, function (_a) {
|
|
82966
83408
|
switch (_a.label) {
|
|
82967
83409
|
case 0:
|
|
82968
|
-
if (xSailPointExperimental === undefined) {
|
|
82969
|
-
xSailPointExperimental = 'true';
|
|
82970
|
-
}
|
|
82971
83410
|
localVarPath = "/work-items/completed/count";
|
|
82972
83411
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
82973
83412
|
if (configuration) {
|
|
@@ -82996,9 +83435,6 @@ var WorkItemsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82996
83435
|
if (ownerId !== undefined) {
|
|
82997
83436
|
localVarQueryParameter['ownerId'] = ownerId;
|
|
82998
83437
|
}
|
|
82999
|
-
if (xSailPointExperimental != null) {
|
|
83000
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
83001
|
-
}
|
|
83002
83438
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
83003
83439
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
83004
83440
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -83488,17 +83924,16 @@ var WorkItemsV2024ApiFp = function (configuration) {
|
|
|
83488
83924
|
* @summary Forward a work item
|
|
83489
83925
|
* @param {string} id The ID of the work item
|
|
83490
83926
|
* @param {WorkItemForwardV2024} workItemForwardV2024
|
|
83491
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
83492
83927
|
* @param {*} [axiosOptions] Override http request option.
|
|
83493
83928
|
* @throws {RequiredError}
|
|
83494
83929
|
*/
|
|
83495
|
-
forwardWorkItem: function (id, workItemForwardV2024,
|
|
83930
|
+
forwardWorkItem: function (id, workItemForwardV2024, axiosOptions) {
|
|
83496
83931
|
var _a, _b, _c;
|
|
83497
83932
|
return __awaiter(this, void 0, void 0, function () {
|
|
83498
83933
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
83499
83934
|
return __generator(this, function (_d) {
|
|
83500
83935
|
switch (_d.label) {
|
|
83501
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.forwardWorkItem(id, workItemForwardV2024,
|
|
83936
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.forwardWorkItem(id, workItemForwardV2024, axiosOptions)];
|
|
83502
83937
|
case 1:
|
|
83503
83938
|
localVarAxiosArgs = _d.sent();
|
|
83504
83939
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -83538,17 +83973,16 @@ var WorkItemsV2024ApiFp = function (configuration) {
|
|
|
83538
83973
|
* This gets a count of completed work items belonging to either the specified user(admin required), or the current user.
|
|
83539
83974
|
* @summary Count completed work items
|
|
83540
83975
|
* @param {string} [ownerId] ID of the work item owner.
|
|
83541
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
83542
83976
|
* @param {*} [axiosOptions] Override http request option.
|
|
83543
83977
|
* @throws {RequiredError}
|
|
83544
83978
|
*/
|
|
83545
|
-
getCountCompletedWorkItems: function (ownerId,
|
|
83979
|
+
getCountCompletedWorkItems: function (ownerId, axiosOptions) {
|
|
83546
83980
|
var _a, _b, _c;
|
|
83547
83981
|
return __awaiter(this, void 0, void 0, function () {
|
|
83548
83982
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
83549
83983
|
return __generator(this, function (_d) {
|
|
83550
83984
|
switch (_d.label) {
|
|
83551
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getCountCompletedWorkItems(ownerId,
|
|
83985
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getCountCompletedWorkItems(ownerId, axiosOptions)];
|
|
83552
83986
|
case 1:
|
|
83553
83987
|
localVarAxiosArgs = _d.sent();
|
|
83554
83988
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -83772,7 +84206,7 @@ var WorkItemsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
83772
84206
|
* @throws {RequiredError}
|
|
83773
84207
|
*/
|
|
83774
84208
|
forwardWorkItem: function (requestParameters, axiosOptions) {
|
|
83775
|
-
return localVarFp.forwardWorkItem(requestParameters.id, requestParameters.workItemForwardV2024,
|
|
84209
|
+
return localVarFp.forwardWorkItem(requestParameters.id, requestParameters.workItemForwardV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
83776
84210
|
},
|
|
83777
84211
|
/**
|
|
83778
84212
|
* This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
|
|
@@ -83794,7 +84228,7 @@ var WorkItemsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
83794
84228
|
*/
|
|
83795
84229
|
getCountCompletedWorkItems: function (requestParameters, axiosOptions) {
|
|
83796
84230
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
83797
|
-
return localVarFp.getCountCompletedWorkItems(requestParameters.ownerId,
|
|
84231
|
+
return localVarFp.getCountCompletedWorkItems(requestParameters.ownerId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
83798
84232
|
},
|
|
83799
84233
|
/**
|
|
83800
84234
|
* This gets a count of work items belonging to either the specified user(admin required), or the current user.
|
|
@@ -83929,7 +84363,7 @@ var WorkItemsV2024Api = /** @class */ (function (_super) {
|
|
|
83929
84363
|
*/
|
|
83930
84364
|
WorkItemsV2024Api.prototype.forwardWorkItem = function (requestParameters, axiosOptions) {
|
|
83931
84365
|
var _this = this;
|
|
83932
|
-
return (0, exports.WorkItemsV2024ApiFp)(this.configuration).forwardWorkItem(requestParameters.id, requestParameters.workItemForwardV2024,
|
|
84366
|
+
return (0, exports.WorkItemsV2024ApiFp)(this.configuration).forwardWorkItem(requestParameters.id, requestParameters.workItemForwardV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
83933
84367
|
};
|
|
83934
84368
|
/**
|
|
83935
84369
|
* This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
|
|
@@ -83955,7 +84389,7 @@ var WorkItemsV2024Api = /** @class */ (function (_super) {
|
|
|
83955
84389
|
WorkItemsV2024Api.prototype.getCountCompletedWorkItems = function (requestParameters, axiosOptions) {
|
|
83956
84390
|
var _this = this;
|
|
83957
84391
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
83958
|
-
return (0, exports.WorkItemsV2024ApiFp)(this.configuration).getCountCompletedWorkItems(requestParameters.ownerId,
|
|
84392
|
+
return (0, exports.WorkItemsV2024ApiFp)(this.configuration).getCountCompletedWorkItems(requestParameters.ownerId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
83959
84393
|
};
|
|
83960
84394
|
/**
|
|
83961
84395
|
* This gets a count of work items belonging to either the specified user(admin required), or the current user.
|