sailpoint-api-client 1.7.1 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/beta/.openapi-generator/VERSION +1 -1
  2. package/beta/README.md +2 -2
  3. package/beta/api.ts +485 -56
  4. package/beta/common.ts +2 -2
  5. package/beta/package.json +1 -1
  6. package/dist/beta/api.d.ts +258 -39
  7. package/dist/beta/api.js +475 -28
  8. package/dist/beta/api.js.map +1 -1
  9. package/dist/beta/common.js +1 -1
  10. package/dist/index.spec.js +3 -3
  11. package/dist/index.spec.js.map +1 -1
  12. package/dist/v2024/api.d.ts +275 -69
  13. package/dist/v2024/api.js +497 -63
  14. package/dist/v2024/api.js.map +1 -1
  15. package/dist/v2024/common.js +1 -1
  16. package/dist/v2025/api.d.ts +848 -94
  17. package/dist/v2025/api.js +1224 -126
  18. package/dist/v2025/api.js.map +1 -1
  19. package/dist/v2025/common.js +1 -1
  20. package/dist/v2026/common.js +1 -1
  21. package/dist/v3/api.d.ts +21 -8
  22. package/dist/v3/api.js +9 -8
  23. package/dist/v3/api.js.map +1 -1
  24. package/dist/v3/common.js +1 -1
  25. package/index.spec.ts +3 -3
  26. package/package.json +15 -2
  27. package/v2024/.openapi-generator/VERSION +1 -1
  28. package/v2024/README.md +2 -2
  29. package/v2024/api.ts +509 -109
  30. package/v2024/common.ts +2 -2
  31. package/v2024/package.json +1 -1
  32. package/v2025/.openapi-generator/VERSION +1 -1
  33. package/v2025/README.md +2 -2
  34. package/v2025/api.ts +1436 -193
  35. package/v2025/common.ts +2 -2
  36. package/v2025/package.json +1 -1
  37. package/v2026/.openapi-generator/VERSION +1 -1
  38. package/v2026/README.md +2 -2
  39. package/v2026/common.ts +2 -2
  40. package/v2026/package.json +1 -1
  41. package/v3/.openapi-generator/VERSION +1 -1
  42. package/v3/README.md +2 -2
  43. package/v3/api.ts +22 -9
  44. package/v3/common.ts +2 -2
  45. package/v3/package.json +1 -1
package/dist/beta/api.js CHANGED
@@ -255,13 +255,14 @@ exports.AccessRequestRecommendationItemTypeBeta = {
255
255
  Role: 'ROLE'
256
256
  };
257
257
  /**
258
- * Access request type. Defaults to GRANT_ACCESS. REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field.
258
+ * 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.
259
259
  * @export
260
260
  * @enum {string}
261
261
  */
262
262
  exports.AccessRequestTypeBeta = {
263
263
  GrantAccess: 'GRANT_ACCESS',
264
- RevokeAccess: 'REVOKE_ACCESS'
264
+ RevokeAccess: 'REVOKE_ACCESS',
265
+ ModifyAccess: 'MODIFY_ACCESS'
265
266
  };
266
267
  /**
267
268
  * Access type of API Client indicating online or offline use
@@ -2744,6 +2745,138 @@ exports.WorkgroupDtoOwnerBetaTypeBeta = {
2744
2745
  var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
2745
2746
  var _this = this;
2746
2747
  return {
2748
+ /**
2749
+ * Create a new Access Model Metadata Attribute.
2750
+ * @summary Create access model metadata attribute
2751
+ * @param {AttributeDTOBeta} attributeDTOBeta Attribute to create
2752
+ * @param {*} [axiosOptions] Override http request option.
2753
+ * @throws {RequiredError}
2754
+ */
2755
+ createAccessModelMetadataAttribute: function (attributeDTOBeta, axiosOptions) {
2756
+ if (axiosOptions === void 0) { axiosOptions = {}; }
2757
+ return __awaiter(_this, void 0, void 0, function () {
2758
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
2759
+ return __generator(this, function (_a) {
2760
+ switch (_a.label) {
2761
+ case 0:
2762
+ // verify required parameter 'attributeDTOBeta' is not null or undefined
2763
+ (0, common_1.assertParamExists)('createAccessModelMetadataAttribute', 'attributeDTOBeta', attributeDTOBeta);
2764
+ localVarPath = "/access-model-metadata/attributes";
2765
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2766
+ if (configuration) {
2767
+ baseOptions = configuration.baseOptions;
2768
+ }
2769
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
2770
+ localVarHeaderParameter = {};
2771
+ localVarQueryParameter = {};
2772
+ // authentication userAuth required
2773
+ // oauth required
2774
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
2775
+ // authentication userAuth required
2776
+ // oauth required
2777
+ ];
2778
+ case 1:
2779
+ // authentication userAuth required
2780
+ // oauth required
2781
+ _a.sent();
2782
+ // authentication userAuth required
2783
+ // oauth required
2784
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
2785
+ // authentication applicationAuth required
2786
+ // oauth required
2787
+ ];
2788
+ case 2:
2789
+ // authentication userAuth required
2790
+ // oauth required
2791
+ _a.sent();
2792
+ // authentication applicationAuth required
2793
+ // oauth required
2794
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
2795
+ case 3:
2796
+ // authentication applicationAuth required
2797
+ // oauth required
2798
+ _a.sent();
2799
+ localVarHeaderParameter['Content-Type'] = 'application/json';
2800
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2801
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2802
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
2803
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(attributeDTOBeta, localVarRequestOptions, configuration);
2804
+ return [2 /*return*/, {
2805
+ url: (0, common_1.toPathString)(localVarUrlObj),
2806
+ axiosOptions: localVarRequestOptions,
2807
+ }];
2808
+ }
2809
+ });
2810
+ });
2811
+ },
2812
+ /**
2813
+ * Create a new value for an existing Access Model Metadata Attribute.
2814
+ * @summary Create access model metadata value
2815
+ * @param {string} key Technical name of the Attribute.
2816
+ * @param {AttributeValueDTOBeta} attributeValueDTOBeta Attribute value to create
2817
+ * @param {*} [axiosOptions] Override http request option.
2818
+ * @throws {RequiredError}
2819
+ */
2820
+ createAccessModelMetadataAttributeValue: function (key, attributeValueDTOBeta, axiosOptions) {
2821
+ if (axiosOptions === void 0) { axiosOptions = {}; }
2822
+ return __awaiter(_this, void 0, void 0, function () {
2823
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
2824
+ return __generator(this, function (_a) {
2825
+ switch (_a.label) {
2826
+ case 0:
2827
+ // verify required parameter 'key' is not null or undefined
2828
+ (0, common_1.assertParamExists)('createAccessModelMetadataAttributeValue', 'key', key);
2829
+ // verify required parameter 'attributeValueDTOBeta' is not null or undefined
2830
+ (0, common_1.assertParamExists)('createAccessModelMetadataAttributeValue', 'attributeValueDTOBeta', attributeValueDTOBeta);
2831
+ localVarPath = "/access-model-metadata/attributes/{key}/values"
2832
+ .replace("{".concat("key", "}"), encodeURIComponent(String(key)));
2833
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2834
+ if (configuration) {
2835
+ baseOptions = configuration.baseOptions;
2836
+ }
2837
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
2838
+ localVarHeaderParameter = {};
2839
+ localVarQueryParameter = {};
2840
+ // authentication userAuth required
2841
+ // oauth required
2842
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
2843
+ // authentication userAuth required
2844
+ // oauth required
2845
+ ];
2846
+ case 1:
2847
+ // authentication userAuth required
2848
+ // oauth required
2849
+ _a.sent();
2850
+ // authentication userAuth required
2851
+ // oauth required
2852
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
2853
+ // authentication applicationAuth required
2854
+ // oauth required
2855
+ ];
2856
+ case 2:
2857
+ // authentication userAuth required
2858
+ // oauth required
2859
+ _a.sent();
2860
+ // authentication applicationAuth required
2861
+ // oauth required
2862
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
2863
+ case 3:
2864
+ // authentication applicationAuth required
2865
+ // oauth required
2866
+ _a.sent();
2867
+ localVarHeaderParameter['Content-Type'] = 'application/json';
2868
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2869
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2870
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
2871
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(attributeValueDTOBeta, localVarRequestOptions, configuration);
2872
+ return [2 /*return*/, {
2873
+ url: (0, common_1.toPathString)(localVarUrlObj),
2874
+ axiosOptions: localVarRequestOptions,
2875
+ }];
2876
+ }
2877
+ });
2878
+ });
2879
+ },
2747
2880
  /**
2748
2881
  * Get single Access Model Metadata Attribute
2749
2882
  * @summary Get access model metadata attribute
@@ -2877,15 +3010,14 @@ var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
2877
3010
  /**
2878
3011
  * Get a list of Access Model Metadata Attributes
2879
3012
  * @summary List access model metadata attributes
2880
- * @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**: *and*
3013
+ * @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*
2881
3014
  * @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**
2882
- * @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.
2883
3015
  * @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.
2884
3016
  * @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.
2885
3017
  * @param {*} [axiosOptions] Override http request option.
2886
3018
  * @throws {RequiredError}
2887
3019
  */
2888
- listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
3020
+ listAccessModelMetadataAttribute: function (filters, sorters, limit, count, axiosOptions) {
2889
3021
  if (axiosOptions === void 0) { axiosOptions = {}; }
2890
3022
  return __awaiter(_this, void 0, void 0, function () {
2891
3023
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -2933,9 +3065,6 @@ var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
2933
3065
  if (sorters !== undefined) {
2934
3066
  localVarQueryParameter['sorters'] = sorters;
2935
3067
  }
2936
- if (offset !== undefined) {
2937
- localVarQueryParameter['offset'] = offset;
2938
- }
2939
3068
  if (limit !== undefined) {
2940
3069
  localVarQueryParameter['limit'] = limit;
2941
3070
  }
@@ -2957,13 +3086,12 @@ var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
2957
3086
  * Get a list of Access Model Metadata Attribute Values
2958
3087
  * @summary List access model metadata values
2959
3088
  * @param {string} key Technical name of the Attribute.
2960
- * @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.
2961
3089
  * @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.
2962
3090
  * @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.
2963
3091
  * @param {*} [axiosOptions] Override http request option.
2964
3092
  * @throws {RequiredError}
2965
3093
  */
2966
- listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
3094
+ listAccessModelMetadataAttributeValue: function (key, limit, count, axiosOptions) {
2967
3095
  if (axiosOptions === void 0) { axiosOptions = {}; }
2968
3096
  return __awaiter(_this, void 0, void 0, function () {
2969
3097
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -3008,9 +3136,6 @@ var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
3008
3136
  // authentication applicationAuth required
3009
3137
  // oauth required
3010
3138
  _a.sent();
3011
- if (offset !== undefined) {
3012
- localVarQueryParameter['offset'] = offset;
3013
- }
3014
3139
  if (limit !== undefined) {
3015
3140
  localVarQueryParameter['limit'] = limit;
3016
3141
  }
@@ -3028,6 +3153,146 @@ var AccessModelMetadataBetaApiAxiosParamCreator = function (configuration) {
3028
3153
  });
3029
3154
  });
3030
3155
  },
3156
+ /**
3157
+ * Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
3158
+ * @summary Update access model metadata attribute
3159
+ * @param {string} key Technical name of the Attribute.
3160
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta JSON Patch array to apply
3161
+ * @param {*} [axiosOptions] Override http request option.
3162
+ * @throws {RequiredError}
3163
+ */
3164
+ updateAccessModelMetadataAttribute: function (key, jsonPatchOperationBeta, axiosOptions) {
3165
+ if (axiosOptions === void 0) { axiosOptions = {}; }
3166
+ return __awaiter(_this, void 0, void 0, function () {
3167
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
3168
+ return __generator(this, function (_a) {
3169
+ switch (_a.label) {
3170
+ case 0:
3171
+ // verify required parameter 'key' is not null or undefined
3172
+ (0, common_1.assertParamExists)('updateAccessModelMetadataAttribute', 'key', key);
3173
+ // verify required parameter 'jsonPatchOperationBeta' is not null or undefined
3174
+ (0, common_1.assertParamExists)('updateAccessModelMetadataAttribute', 'jsonPatchOperationBeta', jsonPatchOperationBeta);
3175
+ localVarPath = "/access-model-metadata/attributes/{key}"
3176
+ .replace("{".concat("key", "}"), encodeURIComponent(String(key)));
3177
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3178
+ if (configuration) {
3179
+ baseOptions = configuration.baseOptions;
3180
+ }
3181
+ localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), axiosOptions);
3182
+ localVarHeaderParameter = {};
3183
+ localVarQueryParameter = {};
3184
+ // authentication userAuth required
3185
+ // oauth required
3186
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
3187
+ // authentication userAuth required
3188
+ // oauth required
3189
+ ];
3190
+ case 1:
3191
+ // authentication userAuth required
3192
+ // oauth required
3193
+ _a.sent();
3194
+ // authentication userAuth required
3195
+ // oauth required
3196
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
3197
+ // authentication applicationAuth required
3198
+ // oauth required
3199
+ ];
3200
+ case 2:
3201
+ // authentication userAuth required
3202
+ // oauth required
3203
+ _a.sent();
3204
+ // authentication applicationAuth required
3205
+ // oauth required
3206
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
3207
+ case 3:
3208
+ // authentication applicationAuth required
3209
+ // oauth required
3210
+ _a.sent();
3211
+ localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
3212
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
3213
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3214
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
3215
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationBeta, localVarRequestOptions, configuration);
3216
+ return [2 /*return*/, {
3217
+ url: (0, common_1.toPathString)(localVarUrlObj),
3218
+ axiosOptions: localVarRequestOptions,
3219
+ }];
3220
+ }
3221
+ });
3222
+ });
3223
+ },
3224
+ /**
3225
+ * Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
3226
+ * @summary Update access model metadata value
3227
+ * @param {string} key Technical name of the Attribute.
3228
+ * @param {string} value Technical name of the Attribute value.
3229
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta JSON Patch array to apply
3230
+ * @param {*} [axiosOptions] Override http request option.
3231
+ * @throws {RequiredError}
3232
+ */
3233
+ updateAccessModelMetadataAttributeValue: function (key, value, jsonPatchOperationBeta, axiosOptions) {
3234
+ if (axiosOptions === void 0) { axiosOptions = {}; }
3235
+ return __awaiter(_this, void 0, void 0, function () {
3236
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
3237
+ return __generator(this, function (_a) {
3238
+ switch (_a.label) {
3239
+ case 0:
3240
+ // verify required parameter 'key' is not null or undefined
3241
+ (0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'key', key);
3242
+ // verify required parameter 'value' is not null or undefined
3243
+ (0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'value', value);
3244
+ // verify required parameter 'jsonPatchOperationBeta' is not null or undefined
3245
+ (0, common_1.assertParamExists)('updateAccessModelMetadataAttributeValue', 'jsonPatchOperationBeta', jsonPatchOperationBeta);
3246
+ localVarPath = "/access-model-metadata/attributes/{key}/values/{value}"
3247
+ .replace("{".concat("key", "}"), encodeURIComponent(String(key)))
3248
+ .replace("{".concat("value", "}"), encodeURIComponent(String(value)));
3249
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3250
+ if (configuration) {
3251
+ baseOptions = configuration.baseOptions;
3252
+ }
3253
+ localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), axiosOptions);
3254
+ localVarHeaderParameter = {};
3255
+ localVarQueryParameter = {};
3256
+ // authentication userAuth required
3257
+ // oauth required
3258
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
3259
+ // authentication userAuth required
3260
+ // oauth required
3261
+ ];
3262
+ case 1:
3263
+ // authentication userAuth required
3264
+ // oauth required
3265
+ _a.sent();
3266
+ // authentication userAuth required
3267
+ // oauth required
3268
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
3269
+ // authentication applicationAuth required
3270
+ // oauth required
3271
+ ];
3272
+ case 2:
3273
+ // authentication userAuth required
3274
+ // oauth required
3275
+ _a.sent();
3276
+ // authentication applicationAuth required
3277
+ // oauth required
3278
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
3279
+ case 3:
3280
+ // authentication applicationAuth required
3281
+ // oauth required
3282
+ _a.sent();
3283
+ localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
3284
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
3285
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3286
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
3287
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationBeta, localVarRequestOptions, configuration);
3288
+ return [2 /*return*/, {
3289
+ url: (0, common_1.toPathString)(localVarUrlObj),
3290
+ axiosOptions: localVarRequestOptions,
3291
+ }];
3292
+ }
3293
+ });
3294
+ });
3295
+ },
3031
3296
  };
3032
3297
  };
3033
3298
  exports.AccessModelMetadataBetaApiAxiosParamCreator = AccessModelMetadataBetaApiAxiosParamCreator;
@@ -3038,6 +3303,53 @@ exports.AccessModelMetadataBetaApiAxiosParamCreator = AccessModelMetadataBetaApi
3038
3303
  var AccessModelMetadataBetaApiFp = function (configuration) {
3039
3304
  var localVarAxiosParamCreator = (0, exports.AccessModelMetadataBetaApiAxiosParamCreator)(configuration);
3040
3305
  return {
3306
+ /**
3307
+ * Create a new Access Model Metadata Attribute.
3308
+ * @summary Create access model metadata attribute
3309
+ * @param {AttributeDTOBeta} attributeDTOBeta Attribute to create
3310
+ * @param {*} [axiosOptions] Override http request option.
3311
+ * @throws {RequiredError}
3312
+ */
3313
+ createAccessModelMetadataAttribute: function (attributeDTOBeta, axiosOptions) {
3314
+ var _a, _b, _c;
3315
+ return __awaiter(this, void 0, void 0, function () {
3316
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3317
+ return __generator(this, function (_d) {
3318
+ switch (_d.label) {
3319
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataAttribute(attributeDTOBeta, axiosOptions)];
3320
+ case 1:
3321
+ localVarAxiosArgs = _d.sent();
3322
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3323
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataBetaApi.createAccessModelMetadataAttribute']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3324
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
3325
+ }
3326
+ });
3327
+ });
3328
+ },
3329
+ /**
3330
+ * Create a new value for an existing Access Model Metadata Attribute.
3331
+ * @summary Create access model metadata value
3332
+ * @param {string} key Technical name of the Attribute.
3333
+ * @param {AttributeValueDTOBeta} attributeValueDTOBeta Attribute value to create
3334
+ * @param {*} [axiosOptions] Override http request option.
3335
+ * @throws {RequiredError}
3336
+ */
3337
+ createAccessModelMetadataAttributeValue: function (key, attributeValueDTOBeta, axiosOptions) {
3338
+ var _a, _b, _c;
3339
+ return __awaiter(this, void 0, void 0, function () {
3340
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3341
+ return __generator(this, function (_d) {
3342
+ switch (_d.label) {
3343
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataAttributeValue(key, attributeValueDTOBeta, axiosOptions)];
3344
+ case 1:
3345
+ localVarAxiosArgs = _d.sent();
3346
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3347
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataBetaApi.createAccessModelMetadataAttributeValue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3348
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
3349
+ }
3350
+ });
3351
+ });
3352
+ },
3041
3353
  /**
3042
3354
  * Get single Access Model Metadata Attribute
3043
3355
  * @summary Get access model metadata attribute
@@ -3088,21 +3400,20 @@ var AccessModelMetadataBetaApiFp = function (configuration) {
3088
3400
  /**
3089
3401
  * Get a list of Access Model Metadata Attributes
3090
3402
  * @summary List access model metadata attributes
3091
- * @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**: *and*
3403
+ * @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*
3092
3404
  * @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**
3093
- * @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.
3094
3405
  * @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.
3095
3406
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
3096
3407
  * @param {*} [axiosOptions] Override http request option.
3097
3408
  * @throws {RequiredError}
3098
3409
  */
3099
- listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
3410
+ listAccessModelMetadataAttribute: function (filters, sorters, limit, count, axiosOptions) {
3100
3411
  var _a, _b, _c;
3101
3412
  return __awaiter(this, void 0, void 0, function () {
3102
3413
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3103
3414
  return __generator(this, function (_d) {
3104
3415
  switch (_d.label) {
3105
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters, offset, limit, count, axiosOptions)];
3416
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters, limit, count, axiosOptions)];
3106
3417
  case 1:
3107
3418
  localVarAxiosArgs = _d.sent();
3108
3419
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -3116,19 +3427,18 @@ var AccessModelMetadataBetaApiFp = function (configuration) {
3116
3427
  * Get a list of Access Model Metadata Attribute Values
3117
3428
  * @summary List access model metadata values
3118
3429
  * @param {string} key Technical name of the Attribute.
3119
- * @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.
3120
3430
  * @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.
3121
3431
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
3122
3432
  * @param {*} [axiosOptions] Override http request option.
3123
3433
  * @throws {RequiredError}
3124
3434
  */
3125
- listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
3435
+ listAccessModelMetadataAttributeValue: function (key, limit, count, axiosOptions) {
3126
3436
  var _a, _b, _c;
3127
3437
  return __awaiter(this, void 0, void 0, function () {
3128
3438
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3129
3439
  return __generator(this, function (_d) {
3130
3440
  switch (_d.label) {
3131
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key, offset, limit, count, axiosOptions)];
3441
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key, limit, count, axiosOptions)];
3132
3442
  case 1:
3133
3443
  localVarAxiosArgs = _d.sent();
3134
3444
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -3138,6 +3448,55 @@ var AccessModelMetadataBetaApiFp = function (configuration) {
3138
3448
  });
3139
3449
  });
3140
3450
  },
3451
+ /**
3452
+ * Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
3453
+ * @summary Update access model metadata attribute
3454
+ * @param {string} key Technical name of the Attribute.
3455
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta JSON Patch array to apply
3456
+ * @param {*} [axiosOptions] Override http request option.
3457
+ * @throws {RequiredError}
3458
+ */
3459
+ updateAccessModelMetadataAttribute: function (key, jsonPatchOperationBeta, axiosOptions) {
3460
+ var _a, _b, _c;
3461
+ return __awaiter(this, void 0, void 0, function () {
3462
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3463
+ return __generator(this, function (_d) {
3464
+ switch (_d.label) {
3465
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateAccessModelMetadataAttribute(key, jsonPatchOperationBeta, axiosOptions)];
3466
+ case 1:
3467
+ localVarAxiosArgs = _d.sent();
3468
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3469
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataBetaApi.updateAccessModelMetadataAttribute']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3470
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
3471
+ }
3472
+ });
3473
+ });
3474
+ },
3475
+ /**
3476
+ * Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
3477
+ * @summary Update access model metadata value
3478
+ * @param {string} key Technical name of the Attribute.
3479
+ * @param {string} value Technical name of the Attribute value.
3480
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta JSON Patch array to apply
3481
+ * @param {*} [axiosOptions] Override http request option.
3482
+ * @throws {RequiredError}
3483
+ */
3484
+ updateAccessModelMetadataAttributeValue: function (key, value, jsonPatchOperationBeta, axiosOptions) {
3485
+ var _a, _b, _c;
3486
+ return __awaiter(this, void 0, void 0, function () {
3487
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
3488
+ return __generator(this, function (_d) {
3489
+ switch (_d.label) {
3490
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateAccessModelMetadataAttributeValue(key, value, jsonPatchOperationBeta, axiosOptions)];
3491
+ case 1:
3492
+ localVarAxiosArgs = _d.sent();
3493
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3494
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessModelMetadataBetaApi.updateAccessModelMetadataAttributeValue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3495
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
3496
+ }
3497
+ });
3498
+ });
3499
+ },
3141
3500
  };
3142
3501
  };
3143
3502
  exports.AccessModelMetadataBetaApiFp = AccessModelMetadataBetaApiFp;
@@ -3148,6 +3507,26 @@ exports.AccessModelMetadataBetaApiFp = AccessModelMetadataBetaApiFp;
3148
3507
  var AccessModelMetadataBetaApiFactory = function (configuration, basePath, axios) {
3149
3508
  var localVarFp = (0, exports.AccessModelMetadataBetaApiFp)(configuration);
3150
3509
  return {
3510
+ /**
3511
+ * Create a new Access Model Metadata Attribute.
3512
+ * @summary Create access model metadata attribute
3513
+ * @param {AccessModelMetadataBetaApiCreateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
3514
+ * @param {*} [axiosOptions] Override http request option.
3515
+ * @throws {RequiredError}
3516
+ */
3517
+ createAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
3518
+ return localVarFp.createAccessModelMetadataAttribute(requestParameters.attributeDTOBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
3519
+ },
3520
+ /**
3521
+ * Create a new value for an existing Access Model Metadata Attribute.
3522
+ * @summary Create access model metadata value
3523
+ * @param {AccessModelMetadataBetaApiCreateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
3524
+ * @param {*} [axiosOptions] Override http request option.
3525
+ * @throws {RequiredError}
3526
+ */
3527
+ createAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
3528
+ return localVarFp.createAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.attributeValueDTOBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
3529
+ },
3151
3530
  /**
3152
3531
  * Get single Access Model Metadata Attribute
3153
3532
  * @summary Get access model metadata attribute
@@ -3177,7 +3556,7 @@ var AccessModelMetadataBetaApiFactory = function (configuration, basePath, axios
3177
3556
  */
3178
3557
  listAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
3179
3558
  if (requestParameters === void 0) { requestParameters = {}; }
3180
- return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
3559
+ return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
3181
3560
  },
3182
3561
  /**
3183
3562
  * Get a list of Access Model Metadata Attribute Values
@@ -3187,7 +3566,27 @@ var AccessModelMetadataBetaApiFactory = function (configuration, basePath, axios
3187
3566
  * @throws {RequiredError}
3188
3567
  */
3189
3568
  listAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
3190
- return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
3569
+ return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
3570
+ },
3571
+ /**
3572
+ * Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
3573
+ * @summary Update access model metadata attribute
3574
+ * @param {AccessModelMetadataBetaApiUpdateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
3575
+ * @param {*} [axiosOptions] Override http request option.
3576
+ * @throws {RequiredError}
3577
+ */
3578
+ updateAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
3579
+ return localVarFp.updateAccessModelMetadataAttribute(requestParameters.key, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
3580
+ },
3581
+ /**
3582
+ * Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
3583
+ * @summary Update access model metadata value
3584
+ * @param {AccessModelMetadataBetaApiUpdateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
3585
+ * @param {*} [axiosOptions] Override http request option.
3586
+ * @throws {RequiredError}
3587
+ */
3588
+ updateAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
3589
+ return localVarFp.updateAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
3191
3590
  },
3192
3591
  };
3193
3592
  };
@@ -3203,6 +3602,30 @@ var AccessModelMetadataBetaApi = /** @class */ (function (_super) {
3203
3602
  function AccessModelMetadataBetaApi() {
3204
3603
  return _super !== null && _super.apply(this, arguments) || this;
3205
3604
  }
3605
+ /**
3606
+ * Create a new Access Model Metadata Attribute.
3607
+ * @summary Create access model metadata attribute
3608
+ * @param {AccessModelMetadataBetaApiCreateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
3609
+ * @param {*} [axiosOptions] Override http request option.
3610
+ * @throws {RequiredError}
3611
+ * @memberof AccessModelMetadataBetaApi
3612
+ */
3613
+ AccessModelMetadataBetaApi.prototype.createAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
3614
+ var _this = this;
3615
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).createAccessModelMetadataAttribute(requestParameters.attributeDTOBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3616
+ };
3617
+ /**
3618
+ * Create a new value for an existing Access Model Metadata Attribute.
3619
+ * @summary Create access model metadata value
3620
+ * @param {AccessModelMetadataBetaApiCreateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
3621
+ * @param {*} [axiosOptions] Override http request option.
3622
+ * @throws {RequiredError}
3623
+ * @memberof AccessModelMetadataBetaApi
3624
+ */
3625
+ AccessModelMetadataBetaApi.prototype.createAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
3626
+ var _this = this;
3627
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).createAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.attributeValueDTOBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3628
+ };
3206
3629
  /**
3207
3630
  * Get single Access Model Metadata Attribute
3208
3631
  * @summary Get access model metadata attribute
@@ -3238,7 +3661,7 @@ var AccessModelMetadataBetaApi = /** @class */ (function (_super) {
3238
3661
  AccessModelMetadataBetaApi.prototype.listAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
3239
3662
  var _this = this;
3240
3663
  if (requestParameters === void 0) { requestParameters = {}; }
3241
- return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3664
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3242
3665
  };
3243
3666
  /**
3244
3667
  * Get a list of Access Model Metadata Attribute Values
@@ -3250,7 +3673,31 @@ var AccessModelMetadataBetaApi = /** @class */ (function (_super) {
3250
3673
  */
3251
3674
  AccessModelMetadataBetaApi.prototype.listAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
3252
3675
  var _this = this;
3253
- return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3676
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3677
+ };
3678
+ /**
3679
+ * Update an existing Access Model Metadata Attribute. The following fields are patchable: **name**, **description**, **multiselect**, **values**
3680
+ * @summary Update access model metadata attribute
3681
+ * @param {AccessModelMetadataBetaApiUpdateAccessModelMetadataAttributeRequest} requestParameters Request parameters.
3682
+ * @param {*} [axiosOptions] Override http request option.
3683
+ * @throws {RequiredError}
3684
+ * @memberof AccessModelMetadataBetaApi
3685
+ */
3686
+ AccessModelMetadataBetaApi.prototype.updateAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
3687
+ var _this = this;
3688
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).updateAccessModelMetadataAttribute(requestParameters.key, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3689
+ };
3690
+ /**
3691
+ * Update an existing Access Model Metadata Attribute Value. The following fields are patchable: **name**
3692
+ * @summary Update access model metadata value
3693
+ * @param {AccessModelMetadataBetaApiUpdateAccessModelMetadataAttributeValueRequest} requestParameters Request parameters.
3694
+ * @param {*} [axiosOptions] Override http request option.
3695
+ * @throws {RequiredError}
3696
+ * @memberof AccessModelMetadataBetaApi
3697
+ */
3698
+ AccessModelMetadataBetaApi.prototype.updateAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
3699
+ var _this = this;
3700
+ return (0, exports.AccessModelMetadataBetaApiFp)(this.configuration).updateAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
3254
3701
  };
3255
3702
  return AccessModelMetadataBetaApi;
3256
3703
  }(base_1.BaseAPI));
@@ -5253,7 +5700,7 @@ var AccessRequestsBetaApiAxiosParamCreator = function (configuration) {
5253
5700
  * @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.
5254
5701
  * @param {number} [limit] Max number of results to return.
5255
5702
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
5256
- * @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, in, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
5703
+ * @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*
5257
5704
  * @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**
5258
5705
  * @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
5259
5706
  * @param {*} [axiosOptions] Override http request option.
@@ -5595,7 +6042,7 @@ var AccessRequestsBetaApiFp = function (configuration) {
5595
6042
  * @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.
5596
6043
  * @param {number} [limit] Max number of results to return.
5597
6044
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
5598
- * @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, in, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
6045
+ * @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*
5599
6046
  * @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**
5600
6047
  * @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
5601
6048
  * @param {*} [axiosOptions] Override http request option.
@@ -9290,7 +9737,7 @@ var AppsBetaApiAxiosParamCreator = function (configuration) {
9290
9737
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
9291
9738
  * @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.
9292
9739
  * @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**
9293
- * @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, lt, ge, le* **owner.id**: *eq, in* **accountSource.id**: *eq, in* **enabled**: *eq*
9740
+ * @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*
9294
9741
  * @param {*} [axiosOptions] Override http request option.
9295
9742
  * @throws {RequiredError}
9296
9743
  */
@@ -10058,7 +10505,7 @@ var AppsBetaApiFp = function (configuration) {
10058
10505
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
10059
10506
  * @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.
10060
10507
  * @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**
10061
- * @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, lt, ge, le* **owner.id**: *eq, in* **accountSource.id**: *eq, in* **enabled**: *eq*
10508
+ * @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*
10062
10509
  * @param {*} [axiosOptions] Override http request option.
10063
10510
  * @throws {RequiredError}
10064
10511
  */