sailpoint-api-client 1.4.11 → 1.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +90 -54
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +40 -40
- package/dist/beta/api.js +161 -71
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +116 -104
- package/dist/v2024/api.js +220 -130
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v3/api.d.ts +76 -64
- package/dist/v3/api.js +59 -59
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +166 -118
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +76 -64
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2024/api.js
CHANGED
|
@@ -27727,7 +27727,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27727
27727
|
var _this = this;
|
|
27728
27728
|
return {
|
|
27729
27729
|
/**
|
|
27730
|
-
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported
|
|
27730
|
+
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported. Columns will include: identityId, type, firstDetectionDate, latestDetectionDate, ignored, & attributes (defined set of identity attributes).
|
|
27731
27731
|
* @summary IAI Identity Outliers Export
|
|
27732
27732
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
27733
27733
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -27752,20 +27752,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27752
27752
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
27753
27753
|
localVarHeaderParameter = {};
|
|
27754
27754
|
localVarQueryParameter = {};
|
|
27755
|
-
// authentication
|
|
27755
|
+
// authentication applicationAuth required
|
|
27756
27756
|
// oauth required
|
|
27757
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
27757
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
27758
27758
|
// authentication userAuth required
|
|
27759
27759
|
// oauth required
|
|
27760
27760
|
];
|
|
27761
27761
|
case 1:
|
|
27762
|
-
// authentication
|
|
27762
|
+
// authentication applicationAuth required
|
|
27763
27763
|
// oauth required
|
|
27764
27764
|
_a.sent();
|
|
27765
27765
|
// authentication userAuth required
|
|
27766
27766
|
// oauth required
|
|
27767
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
27767
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
27768
|
+
// authentication userAuth required
|
|
27769
|
+
// oauth required
|
|
27770
|
+
];
|
|
27768
27771
|
case 2:
|
|
27772
|
+
// authentication userAuth required
|
|
27773
|
+
// oauth required
|
|
27774
|
+
_a.sent();
|
|
27775
|
+
// authentication userAuth required
|
|
27776
|
+
// oauth required
|
|
27777
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
27778
|
+
case 3:
|
|
27769
27779
|
// authentication userAuth required
|
|
27770
27780
|
// oauth required
|
|
27771
27781
|
_a.sent();
|
|
@@ -27787,7 +27797,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27787
27797
|
});
|
|
27788
27798
|
},
|
|
27789
27799
|
/**
|
|
27790
|
-
* This API
|
|
27800
|
+
* This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
27791
27801
|
* @summary IAI Identity Outliers Summary
|
|
27792
27802
|
* @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.
|
|
27793
27803
|
* @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.
|
|
@@ -27816,20 +27826,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27816
27826
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
27817
27827
|
localVarHeaderParameter = {};
|
|
27818
27828
|
localVarQueryParameter = {};
|
|
27819
|
-
// authentication
|
|
27829
|
+
// authentication applicationAuth required
|
|
27820
27830
|
// oauth required
|
|
27821
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
27831
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
27822
27832
|
// authentication userAuth required
|
|
27823
27833
|
// oauth required
|
|
27824
27834
|
];
|
|
27825
27835
|
case 1:
|
|
27826
|
-
// authentication
|
|
27836
|
+
// authentication applicationAuth required
|
|
27827
27837
|
// oauth required
|
|
27828
27838
|
_a.sent();
|
|
27829
27839
|
// authentication userAuth required
|
|
27830
27840
|
// oauth required
|
|
27831
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
27841
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
27842
|
+
// authentication userAuth required
|
|
27843
|
+
// oauth required
|
|
27844
|
+
];
|
|
27832
27845
|
case 2:
|
|
27846
|
+
// authentication userAuth required
|
|
27847
|
+
// oauth required
|
|
27848
|
+
_a.sent();
|
|
27849
|
+
// authentication userAuth required
|
|
27850
|
+
// oauth required
|
|
27851
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
27852
|
+
case 3:
|
|
27833
27853
|
// authentication userAuth required
|
|
27834
27854
|
// oauth required
|
|
27835
27855
|
_a.sent();
|
|
@@ -27863,7 +27883,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27863
27883
|
});
|
|
27864
27884
|
},
|
|
27865
27885
|
/**
|
|
27866
|
-
* This API
|
|
27886
|
+
* This API returns a list of outliers, containing data such as identity ID, outlier type, detection dates, identity attributes, if identity is ignored, and certification information.
|
|
27867
27887
|
* @summary IAI Get Identity Outliers
|
|
27868
27888
|
* @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.
|
|
27869
27889
|
* @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.
|
|
@@ -27893,20 +27913,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27893
27913
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
27894
27914
|
localVarHeaderParameter = {};
|
|
27895
27915
|
localVarQueryParameter = {};
|
|
27896
|
-
// authentication
|
|
27916
|
+
// authentication applicationAuth required
|
|
27897
27917
|
// oauth required
|
|
27898
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
27918
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
27899
27919
|
// authentication userAuth required
|
|
27900
27920
|
// oauth required
|
|
27901
27921
|
];
|
|
27902
27922
|
case 1:
|
|
27903
|
-
// authentication
|
|
27923
|
+
// authentication applicationAuth required
|
|
27904
27924
|
// oauth required
|
|
27905
27925
|
_a.sent();
|
|
27906
27926
|
// authentication userAuth required
|
|
27907
27927
|
// oauth required
|
|
27908
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
27928
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
27929
|
+
// authentication userAuth required
|
|
27930
|
+
// oauth required
|
|
27931
|
+
];
|
|
27909
27932
|
case 2:
|
|
27933
|
+
// authentication userAuth required
|
|
27934
|
+
// oauth required
|
|
27935
|
+
_a.sent();
|
|
27936
|
+
// authentication userAuth required
|
|
27937
|
+
// oauth required
|
|
27938
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
27939
|
+
case 3:
|
|
27910
27940
|
// authentication userAuth required
|
|
27911
27941
|
// oauth required
|
|
27912
27942
|
_a.sent();
|
|
@@ -27943,7 +27973,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27943
27973
|
});
|
|
27944
27974
|
},
|
|
27945
27975
|
/**
|
|
27946
|
-
* This API returns a most recent snapshot of each outlier type, each containing
|
|
27976
|
+
* This API returns a most recent snapshot of each outlier type, each containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
27947
27977
|
* @summary IAI Identity Outliers Latest Summary
|
|
27948
27978
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
27949
27979
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -27968,20 +27998,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27968
27998
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
27969
27999
|
localVarHeaderParameter = {};
|
|
27970
28000
|
localVarQueryParameter = {};
|
|
27971
|
-
// authentication
|
|
28001
|
+
// authentication applicationAuth required
|
|
27972
28002
|
// oauth required
|
|
27973
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
28003
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
27974
28004
|
// authentication userAuth required
|
|
27975
28005
|
// oauth required
|
|
27976
28006
|
];
|
|
27977
28007
|
case 1:
|
|
27978
|
-
// authentication
|
|
28008
|
+
// authentication applicationAuth required
|
|
27979
28009
|
// oauth required
|
|
27980
28010
|
_a.sent();
|
|
27981
28011
|
// authentication userAuth required
|
|
27982
28012
|
// oauth required
|
|
27983
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
28013
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28014
|
+
// authentication userAuth required
|
|
28015
|
+
// oauth required
|
|
28016
|
+
];
|
|
27984
28017
|
case 2:
|
|
28018
|
+
// authentication userAuth required
|
|
28019
|
+
// oauth required
|
|
28020
|
+
_a.sent();
|
|
28021
|
+
// authentication userAuth required
|
|
28022
|
+
// oauth required
|
|
28023
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28024
|
+
case 3:
|
|
27985
28025
|
// authentication userAuth required
|
|
27986
28026
|
// oauth required
|
|
27987
28027
|
_a.sent();
|
|
@@ -28003,7 +28043,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28003
28043
|
});
|
|
28004
28044
|
},
|
|
28005
28045
|
/**
|
|
28006
|
-
* This API returns a summary of a contributing feature for an identity outlier.
|
|
28046
|
+
* This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object.
|
|
28007
28047
|
* @summary Get identity outlier contibuting feature summary
|
|
28008
28048
|
* @param {string} outlierFeatureId Contributing feature id
|
|
28009
28049
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28031,20 +28071,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28031
28071
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
28032
28072
|
localVarHeaderParameter = {};
|
|
28033
28073
|
localVarQueryParameter = {};
|
|
28074
|
+
// authentication applicationAuth required
|
|
28075
|
+
// oauth required
|
|
28076
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
28077
|
+
// authentication userAuth required
|
|
28078
|
+
// oauth required
|
|
28079
|
+
];
|
|
28080
|
+
case 1:
|
|
28081
|
+
// authentication applicationAuth required
|
|
28082
|
+
// oauth required
|
|
28083
|
+
_a.sent();
|
|
28034
28084
|
// authentication userAuth required
|
|
28035
28085
|
// oauth required
|
|
28036
28086
|
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28037
28087
|
// authentication userAuth required
|
|
28038
28088
|
// oauth required
|
|
28039
28089
|
];
|
|
28040
|
-
case
|
|
28090
|
+
case 2:
|
|
28041
28091
|
// authentication userAuth required
|
|
28042
28092
|
// oauth required
|
|
28043
28093
|
_a.sent();
|
|
28044
28094
|
// authentication userAuth required
|
|
28045
28095
|
// oauth required
|
|
28046
28096
|
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28047
|
-
case
|
|
28097
|
+
case 3:
|
|
28048
28098
|
// authentication userAuth required
|
|
28049
28099
|
// oauth required
|
|
28050
28100
|
_a.sent();
|
|
@@ -28063,7 +28113,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28063
28113
|
});
|
|
28064
28114
|
},
|
|
28065
28115
|
/**
|
|
28066
|
-
* This API returns a list of contributing feature objects for a single outlier.
|
|
28116
|
+
* This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object.
|
|
28067
28117
|
* @summary Get identity outlier\'s contibuting features
|
|
28068
28118
|
* @param {string} outlierId The outlier id
|
|
28069
28119
|
* @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.
|
|
@@ -28096,20 +28146,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28096
28146
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
28097
28147
|
localVarHeaderParameter = {};
|
|
28098
28148
|
localVarQueryParameter = {};
|
|
28099
|
-
// authentication
|
|
28149
|
+
// authentication applicationAuth required
|
|
28100
28150
|
// oauth required
|
|
28101
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
28151
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
28102
28152
|
// authentication userAuth required
|
|
28103
28153
|
// oauth required
|
|
28104
28154
|
];
|
|
28105
28155
|
case 1:
|
|
28106
|
-
// authentication
|
|
28156
|
+
// authentication applicationAuth required
|
|
28107
28157
|
// oauth required
|
|
28108
28158
|
_a.sent();
|
|
28109
28159
|
// authentication userAuth required
|
|
28110
28160
|
// oauth required
|
|
28111
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
28161
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28162
|
+
// authentication userAuth required
|
|
28163
|
+
// oauth required
|
|
28164
|
+
];
|
|
28112
28165
|
case 2:
|
|
28166
|
+
// authentication userAuth required
|
|
28167
|
+
// oauth required
|
|
28168
|
+
_a.sent();
|
|
28169
|
+
// authentication userAuth required
|
|
28170
|
+
// oauth required
|
|
28171
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28172
|
+
case 3:
|
|
28113
28173
|
// authentication userAuth required
|
|
28114
28174
|
// oauth required
|
|
28115
28175
|
_a.sent();
|
|
@@ -28143,7 +28203,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28143
28203
|
});
|
|
28144
28204
|
},
|
|
28145
28205
|
/**
|
|
28146
|
-
* This API receives a list of
|
|
28206
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be ignored.
|
|
28147
28207
|
* @summary IAI Identity Outliers Ignore
|
|
28148
28208
|
* @param {Array<string>} requestBody
|
|
28149
28209
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28170,20 +28230,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28170
28230
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
28171
28231
|
localVarHeaderParameter = {};
|
|
28172
28232
|
localVarQueryParameter = {};
|
|
28173
|
-
// authentication
|
|
28233
|
+
// authentication applicationAuth required
|
|
28174
28234
|
// oauth required
|
|
28175
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
28235
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
28176
28236
|
// authentication userAuth required
|
|
28177
28237
|
// oauth required
|
|
28178
28238
|
];
|
|
28179
28239
|
case 1:
|
|
28180
|
-
// authentication
|
|
28240
|
+
// authentication applicationAuth required
|
|
28181
28241
|
// oauth required
|
|
28182
28242
|
_a.sent();
|
|
28183
28243
|
// authentication userAuth required
|
|
28184
28244
|
// oauth required
|
|
28185
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
28245
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28246
|
+
// authentication userAuth required
|
|
28247
|
+
// oauth required
|
|
28248
|
+
];
|
|
28186
28249
|
case 2:
|
|
28250
|
+
// authentication userAuth required
|
|
28251
|
+
// oauth required
|
|
28252
|
+
_a.sent();
|
|
28253
|
+
// authentication userAuth required
|
|
28254
|
+
// oauth required
|
|
28255
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28256
|
+
case 3:
|
|
28187
28257
|
// authentication userAuth required
|
|
28188
28258
|
// oauth required
|
|
28189
28259
|
_a.sent();
|
|
@@ -28204,14 +28274,14 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28204
28274
|
});
|
|
28205
28275
|
},
|
|
28206
28276
|
/**
|
|
28207
|
-
* This API returns a list of the enriched access items associated with each feature filtered by the access item type The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare
|
|
28277
|
+
* This API returns a list of the enriched access items associated with each feature filtered by the access item type. The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare.
|
|
28208
28278
|
* @summary Gets a list of access items associated with each identity outlier contributing feature
|
|
28209
28279
|
* @param {string} outlierId The outlier id
|
|
28210
28280
|
* @param {'radical_entitlement_count' | 'entitlement_count' | 'max_jaccard_similarity' | 'mean_max_bundle_concurrency' | 'single_entitlement_bundle_count' | 'peerless_score'} contributingFeatureName The name of contributing feature
|
|
28211
28281
|
* @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.
|
|
28212
28282
|
* @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.
|
|
28213
28283
|
* @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.
|
|
28214
|
-
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
|
|
28284
|
+
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
|
|
28215
28285
|
* @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: **displayName**
|
|
28216
28286
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
28217
28287
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28241,20 +28311,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28241
28311
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
28242
28312
|
localVarHeaderParameter = {};
|
|
28243
28313
|
localVarQueryParameter = {};
|
|
28314
|
+
// authentication applicationAuth required
|
|
28315
|
+
// oauth required
|
|
28316
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
28317
|
+
// authentication userAuth required
|
|
28318
|
+
// oauth required
|
|
28319
|
+
];
|
|
28320
|
+
case 1:
|
|
28321
|
+
// authentication applicationAuth required
|
|
28322
|
+
// oauth required
|
|
28323
|
+
_a.sent();
|
|
28244
28324
|
// authentication userAuth required
|
|
28245
28325
|
// oauth required
|
|
28246
28326
|
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28247
28327
|
// authentication userAuth required
|
|
28248
28328
|
// oauth required
|
|
28249
28329
|
];
|
|
28250
|
-
case
|
|
28330
|
+
case 2:
|
|
28251
28331
|
// authentication userAuth required
|
|
28252
28332
|
// oauth required
|
|
28253
28333
|
_a.sent();
|
|
28254
28334
|
// authentication userAuth required
|
|
28255
28335
|
// oauth required
|
|
28256
28336
|
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28257
|
-
case
|
|
28337
|
+
case 3:
|
|
28258
28338
|
// authentication userAuth required
|
|
28259
28339
|
// oauth required
|
|
28260
28340
|
_a.sent();
|
|
@@ -28288,7 +28368,7 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28288
28368
|
});
|
|
28289
28369
|
},
|
|
28290
28370
|
/**
|
|
28291
|
-
* This API receives a list of
|
|
28371
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
|
|
28292
28372
|
* @summary IAI Identity Outliers Unignore
|
|
28293
28373
|
* @param {Array<string>} requestBody
|
|
28294
28374
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28315,20 +28395,30 @@ var IAIOutliersV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
28315
28395
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
28316
28396
|
localVarHeaderParameter = {};
|
|
28317
28397
|
localVarQueryParameter = {};
|
|
28318
|
-
// authentication
|
|
28398
|
+
// authentication applicationAuth required
|
|
28319
28399
|
// oauth required
|
|
28320
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "
|
|
28400
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
28321
28401
|
// authentication userAuth required
|
|
28322
28402
|
// oauth required
|
|
28323
28403
|
];
|
|
28324
28404
|
case 1:
|
|
28325
|
-
// authentication
|
|
28405
|
+
// authentication applicationAuth required
|
|
28326
28406
|
// oauth required
|
|
28327
28407
|
_a.sent();
|
|
28328
28408
|
// authentication userAuth required
|
|
28329
28409
|
// oauth required
|
|
28330
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
28410
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
28411
|
+
// authentication userAuth required
|
|
28412
|
+
// oauth required
|
|
28413
|
+
];
|
|
28331
28414
|
case 2:
|
|
28415
|
+
// authentication userAuth required
|
|
28416
|
+
// oauth required
|
|
28417
|
+
_a.sent();
|
|
28418
|
+
// authentication userAuth required
|
|
28419
|
+
// oauth required
|
|
28420
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
28421
|
+
case 3:
|
|
28332
28422
|
// authentication userAuth required
|
|
28333
28423
|
// oauth required
|
|
28334
28424
|
_a.sent();
|
|
@@ -28359,7 +28449,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28359
28449
|
var localVarAxiosParamCreator = (0, exports.IAIOutliersV2024ApiAxiosParamCreator)(configuration);
|
|
28360
28450
|
return {
|
|
28361
28451
|
/**
|
|
28362
|
-
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported
|
|
28452
|
+
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported. Columns will include: identityId, type, firstDetectionDate, latestDetectionDate, ignored, & attributes (defined set of identity attributes).
|
|
28363
28453
|
* @summary IAI Identity Outliers Export
|
|
28364
28454
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
28365
28455
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28380,7 +28470,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28380
28470
|
});
|
|
28381
28471
|
},
|
|
28382
28472
|
/**
|
|
28383
|
-
* This API
|
|
28473
|
+
* This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28384
28474
|
* @summary IAI Identity Outliers Summary
|
|
28385
28475
|
* @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.
|
|
28386
28476
|
* @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.
|
|
@@ -28405,7 +28495,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28405
28495
|
});
|
|
28406
28496
|
},
|
|
28407
28497
|
/**
|
|
28408
|
-
* This API
|
|
28498
|
+
* This API returns a list of outliers, containing data such as identity ID, outlier type, detection dates, identity attributes, if identity is ignored, and certification information.
|
|
28409
28499
|
* @summary IAI Get Identity Outliers
|
|
28410
28500
|
* @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.
|
|
28411
28501
|
* @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.
|
|
@@ -28431,7 +28521,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28431
28521
|
});
|
|
28432
28522
|
},
|
|
28433
28523
|
/**
|
|
28434
|
-
* This API returns a most recent snapshot of each outlier type, each containing
|
|
28524
|
+
* This API returns a most recent snapshot of each outlier type, each containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28435
28525
|
* @summary IAI Identity Outliers Latest Summary
|
|
28436
28526
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
28437
28527
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28452,7 +28542,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28452
28542
|
});
|
|
28453
28543
|
},
|
|
28454
28544
|
/**
|
|
28455
|
-
* This API returns a summary of a contributing feature for an identity outlier.
|
|
28545
|
+
* This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object.
|
|
28456
28546
|
* @summary Get identity outlier contibuting feature summary
|
|
28457
28547
|
* @param {string} outlierFeatureId Contributing feature id
|
|
28458
28548
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28473,7 +28563,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28473
28563
|
});
|
|
28474
28564
|
},
|
|
28475
28565
|
/**
|
|
28476
|
-
* This API returns a list of contributing feature objects for a single outlier.
|
|
28566
|
+
* This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object.
|
|
28477
28567
|
* @summary Get identity outlier\'s contibuting features
|
|
28478
28568
|
* @param {string} outlierId The outlier id
|
|
28479
28569
|
* @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.
|
|
@@ -28499,7 +28589,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28499
28589
|
});
|
|
28500
28590
|
},
|
|
28501
28591
|
/**
|
|
28502
|
-
* This API receives a list of
|
|
28592
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be ignored.
|
|
28503
28593
|
* @summary IAI Identity Outliers Ignore
|
|
28504
28594
|
* @param {Array<string>} requestBody
|
|
28505
28595
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28520,14 +28610,14 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28520
28610
|
});
|
|
28521
28611
|
},
|
|
28522
28612
|
/**
|
|
28523
|
-
* This API returns a list of the enriched access items associated with each feature filtered by the access item type The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare
|
|
28613
|
+
* This API returns a list of the enriched access items associated with each feature filtered by the access item type. The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare.
|
|
28524
28614
|
* @summary Gets a list of access items associated with each identity outlier contributing feature
|
|
28525
28615
|
* @param {string} outlierId The outlier id
|
|
28526
28616
|
* @param {'radical_entitlement_count' | 'entitlement_count' | 'max_jaccard_similarity' | 'mean_max_bundle_concurrency' | 'single_entitlement_bundle_count' | 'peerless_score'} contributingFeatureName The name of contributing feature
|
|
28527
28617
|
* @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.
|
|
28528
28618
|
* @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.
|
|
28529
28619
|
* @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.
|
|
28530
|
-
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
|
|
28620
|
+
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
|
|
28531
28621
|
* @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: **displayName**
|
|
28532
28622
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
28533
28623
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28547,7 +28637,7 @@ var IAIOutliersV2024ApiFp = function (configuration) {
|
|
|
28547
28637
|
});
|
|
28548
28638
|
},
|
|
28549
28639
|
/**
|
|
28550
|
-
* This API receives a list of
|
|
28640
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
|
|
28551
28641
|
* @summary IAI Identity Outliers Unignore
|
|
28552
28642
|
* @param {Array<string>} requestBody
|
|
28553
28643
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28578,7 +28668,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28578
28668
|
var localVarFp = (0, exports.IAIOutliersV2024ApiFp)(configuration);
|
|
28579
28669
|
return {
|
|
28580
28670
|
/**
|
|
28581
|
-
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported
|
|
28671
|
+
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported. Columns will include: identityId, type, firstDetectionDate, latestDetectionDate, ignored, & attributes (defined set of identity attributes).
|
|
28582
28672
|
* @summary IAI Identity Outliers Export
|
|
28583
28673
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
28584
28674
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28589,7 +28679,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28589
28679
|
return localVarFp.exportOutliersZip(type, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28590
28680
|
},
|
|
28591
28681
|
/**
|
|
28592
|
-
* This API
|
|
28682
|
+
* This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28593
28683
|
* @summary IAI Identity Outliers Summary
|
|
28594
28684
|
* @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.
|
|
28595
28685
|
* @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.
|
|
@@ -28604,7 +28694,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28604
28694
|
return localVarFp.getIdentityOutlierSnapshots(limit, offset, type, filters, sorters, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28605
28695
|
},
|
|
28606
28696
|
/**
|
|
28607
|
-
* This API
|
|
28697
|
+
* This API returns a list of outliers, containing data such as identity ID, outlier type, detection dates, identity attributes, if identity is ignored, and certification information.
|
|
28608
28698
|
* @summary IAI Get Identity Outliers
|
|
28609
28699
|
* @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.
|
|
28610
28700
|
* @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.
|
|
@@ -28620,7 +28710,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28620
28710
|
return localVarFp.getIdentityOutliers(limit, offset, count, type, filters, sorters, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28621
28711
|
},
|
|
28622
28712
|
/**
|
|
28623
|
-
* This API returns a most recent snapshot of each outlier type, each containing
|
|
28713
|
+
* This API returns a most recent snapshot of each outlier type, each containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28624
28714
|
* @summary IAI Identity Outliers Latest Summary
|
|
28625
28715
|
* @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
|
|
28626
28716
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28631,7 +28721,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28631
28721
|
return localVarFp.getLatestIdentityOutlierSnapshots(type, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28632
28722
|
},
|
|
28633
28723
|
/**
|
|
28634
|
-
* This API returns a summary of a contributing feature for an identity outlier.
|
|
28724
|
+
* This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object.
|
|
28635
28725
|
* @summary Get identity outlier contibuting feature summary
|
|
28636
28726
|
* @param {string} outlierFeatureId Contributing feature id
|
|
28637
28727
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28642,7 +28732,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28642
28732
|
return localVarFp.getOutlierContributingFeatureSummary(outlierFeatureId, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28643
28733
|
},
|
|
28644
28734
|
/**
|
|
28645
|
-
* This API returns a list of contributing feature objects for a single outlier.
|
|
28735
|
+
* This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object.
|
|
28646
28736
|
* @summary Get identity outlier\'s contibuting features
|
|
28647
28737
|
* @param {string} outlierId The outlier id
|
|
28648
28738
|
* @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.
|
|
@@ -28658,7 +28748,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28658
28748
|
return localVarFp.getPeerGroupOutliersContributingFeatures(outlierId, limit, offset, count, includeTranslationMessages, sorters, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28659
28749
|
},
|
|
28660
28750
|
/**
|
|
28661
|
-
* This API receives a list of
|
|
28751
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be ignored.
|
|
28662
28752
|
* @summary IAI Identity Outliers Ignore
|
|
28663
28753
|
* @param {Array<string>} requestBody
|
|
28664
28754
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28669,14 +28759,14 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28669
28759
|
return localVarFp.ignoreIdentityOutliers(requestBody, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28670
28760
|
},
|
|
28671
28761
|
/**
|
|
28672
|
-
* This API returns a list of the enriched access items associated with each feature filtered by the access item type The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare
|
|
28762
|
+
* This API returns a list of the enriched access items associated with each feature filtered by the access item type. The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare.
|
|
28673
28763
|
* @summary Gets a list of access items associated with each identity outlier contributing feature
|
|
28674
28764
|
* @param {string} outlierId The outlier id
|
|
28675
28765
|
* @param {'radical_entitlement_count' | 'entitlement_count' | 'max_jaccard_similarity' | 'mean_max_bundle_concurrency' | 'single_entitlement_bundle_count' | 'peerless_score'} contributingFeatureName The name of contributing feature
|
|
28676
28766
|
* @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.
|
|
28677
28767
|
* @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.
|
|
28678
28768
|
* @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.
|
|
28679
|
-
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
|
|
28769
|
+
* @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
|
|
28680
28770
|
* @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: **displayName**
|
|
28681
28771
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
28682
28772
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28686,7 +28776,7 @@ var IAIOutliersV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
28686
28776
|
return localVarFp.listOutliersContributingFeatureAccessItems(outlierId, contributingFeatureName, limit, offset, count, accessType, sorters, xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
28687
28777
|
},
|
|
28688
28778
|
/**
|
|
28689
|
-
* This API receives a list of
|
|
28779
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
|
|
28690
28780
|
* @summary IAI Identity Outliers Unignore
|
|
28691
28781
|
* @param {Array<string>} requestBody
|
|
28692
28782
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -28711,7 +28801,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28711
28801
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
28712
28802
|
}
|
|
28713
28803
|
/**
|
|
28714
|
-
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported
|
|
28804
|
+
* This API exports a list of ignored outliers to a CSV as well as list of non-ignored outliers to a CSV. These two CSVs will be zipped and exported. Columns will include: identityId, type, firstDetectionDate, latestDetectionDate, ignored, & attributes (defined set of identity attributes).
|
|
28715
28805
|
* @summary IAI Identity Outliers Export
|
|
28716
28806
|
* @param {IAIOutliersV2024ApiExportOutliersZipRequest} requestParameters Request parameters.
|
|
28717
28807
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28724,7 +28814,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28724
28814
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).exportOutliersZip(requestParameters.type, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28725
28815
|
};
|
|
28726
28816
|
/**
|
|
28727
|
-
* This API
|
|
28817
|
+
* This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28728
28818
|
* @summary IAI Identity Outliers Summary
|
|
28729
28819
|
* @param {IAIOutliersV2024ApiGetIdentityOutlierSnapshotsRequest} requestParameters Request parameters.
|
|
28730
28820
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28737,7 +28827,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28737
28827
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).getIdentityOutlierSnapshots(requestParameters.limit, requestParameters.offset, requestParameters.type, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28738
28828
|
};
|
|
28739
28829
|
/**
|
|
28740
|
-
* This API
|
|
28830
|
+
* This API returns a list of outliers, containing data such as identity ID, outlier type, detection dates, identity attributes, if identity is ignored, and certification information.
|
|
28741
28831
|
* @summary IAI Get Identity Outliers
|
|
28742
28832
|
* @param {IAIOutliersV2024ApiGetIdentityOutliersRequest} requestParameters Request parameters.
|
|
28743
28833
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28750,7 +28840,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28750
28840
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).getIdentityOutliers(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.type, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28751
28841
|
};
|
|
28752
28842
|
/**
|
|
28753
|
-
* This API returns a most recent snapshot of each outlier type, each containing
|
|
28843
|
+
* This API returns a most recent snapshot of each outlier type, each containing the number of identities that customer has, the number of outliers, and the type of outlier.
|
|
28754
28844
|
* @summary IAI Identity Outliers Latest Summary
|
|
28755
28845
|
* @param {IAIOutliersV2024ApiGetLatestIdentityOutlierSnapshotsRequest} requestParameters Request parameters.
|
|
28756
28846
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28763,7 +28853,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28763
28853
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).getLatestIdentityOutlierSnapshots(requestParameters.type, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28764
28854
|
};
|
|
28765
28855
|
/**
|
|
28766
|
-
* This API returns a summary of a contributing feature for an identity outlier.
|
|
28856
|
+
* This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object.
|
|
28767
28857
|
* @summary Get identity outlier contibuting feature summary
|
|
28768
28858
|
* @param {IAIOutliersV2024ApiGetOutlierContributingFeatureSummaryRequest} requestParameters Request parameters.
|
|
28769
28859
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28775,7 +28865,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28775
28865
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).getOutlierContributingFeatureSummary(requestParameters.outlierFeatureId, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28776
28866
|
};
|
|
28777
28867
|
/**
|
|
28778
|
-
* This API returns a list of contributing feature objects for a single outlier.
|
|
28868
|
+
* This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object.
|
|
28779
28869
|
* @summary Get identity outlier\'s contibuting features
|
|
28780
28870
|
* @param {IAIOutliersV2024ApiGetPeerGroupOutliersContributingFeaturesRequest} requestParameters Request parameters.
|
|
28781
28871
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28787,7 +28877,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28787
28877
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).getPeerGroupOutliersContributingFeatures(requestParameters.outlierId, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.includeTranslationMessages, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28788
28878
|
};
|
|
28789
28879
|
/**
|
|
28790
|
-
* This API receives a list of
|
|
28880
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be ignored.
|
|
28791
28881
|
* @summary IAI Identity Outliers Ignore
|
|
28792
28882
|
* @param {IAIOutliersV2024ApiIgnoreIdentityOutliersRequest} requestParameters Request parameters.
|
|
28793
28883
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28799,7 +28889,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28799
28889
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).ignoreIdentityOutliers(requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28800
28890
|
};
|
|
28801
28891
|
/**
|
|
28802
|
-
* This API returns a list of the enriched access items associated with each feature filtered by the access item type The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare
|
|
28892
|
+
* This API returns a list of the enriched access items associated with each feature filtered by the access item type. The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare.
|
|
28803
28893
|
* @summary Gets a list of access items associated with each identity outlier contributing feature
|
|
28804
28894
|
* @param {IAIOutliersV2024ApiListOutliersContributingFeatureAccessItemsRequest} requestParameters Request parameters.
|
|
28805
28895
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28811,7 +28901,7 @@ var IAIOutliersV2024Api = /** @class */ (function (_super) {
|
|
|
28811
28901
|
return (0, exports.IAIOutliersV2024ApiFp)(this.configuration).listOutliersContributingFeatureAccessItems(requestParameters.outlierId, requestParameters.contributingFeatureName, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.accessType, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28812
28902
|
};
|
|
28813
28903
|
/**
|
|
28814
|
-
* This API receives a list of
|
|
28904
|
+
* This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
|
|
28815
28905
|
* @summary IAI Identity Outliers Unignore
|
|
28816
28906
|
* @param {IAIOutliersV2024ApiUnIgnoreIdentityOutliersRequest} requestParameters Request parameters.
|
|
28817
28907
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -38475,8 +38565,8 @@ var ManagedClientsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38475
38565
|
var _this = this;
|
|
38476
38566
|
return {
|
|
38477
38567
|
/**
|
|
38478
|
-
* Create a new
|
|
38479
|
-
* @summary Create
|
|
38568
|
+
* Create a new managed client. The API returns a result that includes the managed client ID.
|
|
38569
|
+
* @summary Create Managed Client
|
|
38480
38570
|
* @param {ManagedClientRequestV2024} managedClientRequestV2024
|
|
38481
38571
|
* @param {*} [axiosOptions] Override http request option.
|
|
38482
38572
|
* @throws {RequiredError}
|
|
@@ -38529,9 +38619,9 @@ var ManagedClientsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38529
38619
|
});
|
|
38530
38620
|
},
|
|
38531
38621
|
/**
|
|
38532
|
-
* Delete an existing
|
|
38533
|
-
* @summary Delete
|
|
38534
|
-
* @param {string} id Managed
|
|
38622
|
+
* Delete an existing managed client.
|
|
38623
|
+
* @summary Delete Managed Client
|
|
38624
|
+
* @param {string} id Managed client ID.
|
|
38535
38625
|
* @param {*} [axiosOptions] Override http request option.
|
|
38536
38626
|
* @throws {RequiredError}
|
|
38537
38627
|
*/
|
|
@@ -38635,10 +38725,10 @@ var ManagedClientsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38635
38725
|
});
|
|
38636
38726
|
},
|
|
38637
38727
|
/**
|
|
38638
|
-
*
|
|
38639
|
-
* @summary Get Managed Client Status
|
|
38640
|
-
* @param {string} id
|
|
38641
|
-
* @param {ManagedClientTypeV2024} type
|
|
38728
|
+
* Get a managed client\'s status, using its ID.
|
|
38729
|
+
* @summary Get Managed Client Status
|
|
38730
|
+
* @param {string} id Managed client ID to get status for.
|
|
38731
|
+
* @param {ManagedClientTypeV2024} type Managed client type to get status for.
|
|
38642
38732
|
* @param {*} [axiosOptions] Override http request option.
|
|
38643
38733
|
* @throws {RequiredError}
|
|
38644
38734
|
*/
|
|
@@ -38694,7 +38784,7 @@ var ManagedClientsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38694
38784
|
});
|
|
38695
38785
|
},
|
|
38696
38786
|
/**
|
|
38697
|
-
*
|
|
38787
|
+
* List managed clients.
|
|
38698
38788
|
* @summary Get Managed Clients
|
|
38699
38789
|
* @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.
|
|
38700
38790
|
* @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.
|
|
@@ -38759,10 +38849,10 @@ var ManagedClientsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38759
38849
|
});
|
|
38760
38850
|
},
|
|
38761
38851
|
/**
|
|
38762
|
-
* Update an existing
|
|
38763
|
-
* @summary Update
|
|
38764
|
-
* @param {string} id Managed
|
|
38765
|
-
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
38852
|
+
* Update an existing managed client.
|
|
38853
|
+
* @summary Update Managed Client
|
|
38854
|
+
* @param {string} id Managed client ID.
|
|
38855
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
|
|
38766
38856
|
* @param {*} [axiosOptions] Override http request option.
|
|
38767
38857
|
* @throws {RequiredError}
|
|
38768
38858
|
*/
|
|
@@ -38827,8 +38917,8 @@ var ManagedClientsV2024ApiFp = function (configuration) {
|
|
|
38827
38917
|
var localVarAxiosParamCreator = (0, exports.ManagedClientsV2024ApiAxiosParamCreator)(configuration);
|
|
38828
38918
|
return {
|
|
38829
38919
|
/**
|
|
38830
|
-
* Create a new
|
|
38831
|
-
* @summary Create
|
|
38920
|
+
* Create a new managed client. The API returns a result that includes the managed client ID.
|
|
38921
|
+
* @summary Create Managed Client
|
|
38832
38922
|
* @param {ManagedClientRequestV2024} managedClientRequestV2024
|
|
38833
38923
|
* @param {*} [axiosOptions] Override http request option.
|
|
38834
38924
|
* @throws {RequiredError}
|
|
@@ -38847,9 +38937,9 @@ var ManagedClientsV2024ApiFp = function (configuration) {
|
|
|
38847
38937
|
});
|
|
38848
38938
|
},
|
|
38849
38939
|
/**
|
|
38850
|
-
* Delete an existing
|
|
38851
|
-
* @summary Delete
|
|
38852
|
-
* @param {string} id Managed
|
|
38940
|
+
* Delete an existing managed client.
|
|
38941
|
+
* @summary Delete Managed Client
|
|
38942
|
+
* @param {string} id Managed client ID.
|
|
38853
38943
|
* @param {*} [axiosOptions] Override http request option.
|
|
38854
38944
|
* @throws {RequiredError}
|
|
38855
38945
|
*/
|
|
@@ -38887,10 +38977,10 @@ var ManagedClientsV2024ApiFp = function (configuration) {
|
|
|
38887
38977
|
});
|
|
38888
38978
|
},
|
|
38889
38979
|
/**
|
|
38890
|
-
*
|
|
38891
|
-
* @summary Get Managed Client Status
|
|
38892
|
-
* @param {string} id
|
|
38893
|
-
* @param {ManagedClientTypeV2024} type
|
|
38980
|
+
* Get a managed client\'s status, using its ID.
|
|
38981
|
+
* @summary Get Managed Client Status
|
|
38982
|
+
* @param {string} id Managed client ID to get status for.
|
|
38983
|
+
* @param {ManagedClientTypeV2024} type Managed client type to get status for.
|
|
38894
38984
|
* @param {*} [axiosOptions] Override http request option.
|
|
38895
38985
|
* @throws {RequiredError}
|
|
38896
38986
|
*/
|
|
@@ -38908,7 +38998,7 @@ var ManagedClientsV2024ApiFp = function (configuration) {
|
|
|
38908
38998
|
});
|
|
38909
38999
|
},
|
|
38910
39000
|
/**
|
|
38911
|
-
*
|
|
39001
|
+
* List managed clients.
|
|
38912
39002
|
* @summary Get Managed Clients
|
|
38913
39003
|
* @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.
|
|
38914
39004
|
* @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.
|
|
@@ -38931,10 +39021,10 @@ var ManagedClientsV2024ApiFp = function (configuration) {
|
|
|
38931
39021
|
});
|
|
38932
39022
|
},
|
|
38933
39023
|
/**
|
|
38934
|
-
* Update an existing
|
|
38935
|
-
* @summary Update
|
|
38936
|
-
* @param {string} id Managed
|
|
38937
|
-
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
39024
|
+
* Update an existing managed client.
|
|
39025
|
+
* @summary Update Managed Client
|
|
39026
|
+
* @param {string} id Managed client ID.
|
|
39027
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
|
|
38938
39028
|
* @param {*} [axiosOptions] Override http request option.
|
|
38939
39029
|
* @throws {RequiredError}
|
|
38940
39030
|
*/
|
|
@@ -38962,8 +39052,8 @@ var ManagedClientsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
38962
39052
|
var localVarFp = (0, exports.ManagedClientsV2024ApiFp)(configuration);
|
|
38963
39053
|
return {
|
|
38964
39054
|
/**
|
|
38965
|
-
* Create a new
|
|
38966
|
-
* @summary Create
|
|
39055
|
+
* Create a new managed client. The API returns a result that includes the managed client ID.
|
|
39056
|
+
* @summary Create Managed Client
|
|
38967
39057
|
* @param {ManagedClientRequestV2024} managedClientRequestV2024
|
|
38968
39058
|
* @param {*} [axiosOptions] Override http request option.
|
|
38969
39059
|
* @throws {RequiredError}
|
|
@@ -38972,9 +39062,9 @@ var ManagedClientsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
38972
39062
|
return localVarFp.createManagedClient(managedClientRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
38973
39063
|
},
|
|
38974
39064
|
/**
|
|
38975
|
-
* Delete an existing
|
|
38976
|
-
* @summary Delete
|
|
38977
|
-
* @param {string} id Managed
|
|
39065
|
+
* Delete an existing managed client.
|
|
39066
|
+
* @summary Delete Managed Client
|
|
39067
|
+
* @param {string} id Managed client ID.
|
|
38978
39068
|
* @param {*} [axiosOptions] Override http request option.
|
|
38979
39069
|
* @throws {RequiredError}
|
|
38980
39070
|
*/
|
|
@@ -38992,10 +39082,10 @@ var ManagedClientsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
38992
39082
|
return localVarFp.getManagedClient(id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
38993
39083
|
},
|
|
38994
39084
|
/**
|
|
38995
|
-
*
|
|
38996
|
-
* @summary Get Managed Client Status
|
|
38997
|
-
* @param {string} id
|
|
38998
|
-
* @param {ManagedClientTypeV2024} type
|
|
39085
|
+
* Get a managed client\'s status, using its ID.
|
|
39086
|
+
* @summary Get Managed Client Status
|
|
39087
|
+
* @param {string} id Managed client ID to get status for.
|
|
39088
|
+
* @param {ManagedClientTypeV2024} type Managed client type to get status for.
|
|
38999
39089
|
* @param {*} [axiosOptions] Override http request option.
|
|
39000
39090
|
* @throws {RequiredError}
|
|
39001
39091
|
*/
|
|
@@ -39003,7 +39093,7 @@ var ManagedClientsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
39003
39093
|
return localVarFp.getManagedClientStatus(id, type, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
39004
39094
|
},
|
|
39005
39095
|
/**
|
|
39006
|
-
*
|
|
39096
|
+
* List managed clients.
|
|
39007
39097
|
* @summary Get Managed Clients
|
|
39008
39098
|
* @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.
|
|
39009
39099
|
* @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.
|
|
@@ -39016,10 +39106,10 @@ var ManagedClientsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
39016
39106
|
return localVarFp.getManagedClients(offset, limit, count, filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
39017
39107
|
},
|
|
39018
39108
|
/**
|
|
39019
|
-
* Update an existing
|
|
39020
|
-
* @summary Update
|
|
39021
|
-
* @param {string} id Managed
|
|
39022
|
-
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
39109
|
+
* Update an existing managed client.
|
|
39110
|
+
* @summary Update Managed Client
|
|
39111
|
+
* @param {string} id Managed client ID.
|
|
39112
|
+
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
|
|
39023
39113
|
* @param {*} [axiosOptions] Override http request option.
|
|
39024
39114
|
* @throws {RequiredError}
|
|
39025
39115
|
*/
|
|
@@ -39041,8 +39131,8 @@ var ManagedClientsV2024Api = /** @class */ (function (_super) {
|
|
|
39041
39131
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
39042
39132
|
}
|
|
39043
39133
|
/**
|
|
39044
|
-
* Create a new
|
|
39045
|
-
* @summary Create
|
|
39134
|
+
* Create a new managed client. The API returns a result that includes the managed client ID.
|
|
39135
|
+
* @summary Create Managed Client
|
|
39046
39136
|
* @param {ManagedClientsV2024ApiCreateManagedClientRequest} requestParameters Request parameters.
|
|
39047
39137
|
* @param {*} [axiosOptions] Override http request option.
|
|
39048
39138
|
* @throws {RequiredError}
|
|
@@ -39053,8 +39143,8 @@ var ManagedClientsV2024Api = /** @class */ (function (_super) {
|
|
|
39053
39143
|
return (0, exports.ManagedClientsV2024ApiFp)(this.configuration).createManagedClient(requestParameters.managedClientRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39054
39144
|
};
|
|
39055
39145
|
/**
|
|
39056
|
-
* Delete an existing
|
|
39057
|
-
* @summary Delete
|
|
39146
|
+
* Delete an existing managed client.
|
|
39147
|
+
* @summary Delete Managed Client
|
|
39058
39148
|
* @param {ManagedClientsV2024ApiDeleteManagedClientRequest} requestParameters Request parameters.
|
|
39059
39149
|
* @param {*} [axiosOptions] Override http request option.
|
|
39060
39150
|
* @throws {RequiredError}
|
|
@@ -39077,8 +39167,8 @@ var ManagedClientsV2024Api = /** @class */ (function (_super) {
|
|
|
39077
39167
|
return (0, exports.ManagedClientsV2024ApiFp)(this.configuration).getManagedClient(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39078
39168
|
};
|
|
39079
39169
|
/**
|
|
39080
|
-
*
|
|
39081
|
-
* @summary Get Managed Client Status
|
|
39170
|
+
* Get a managed client\'s status, using its ID.
|
|
39171
|
+
* @summary Get Managed Client Status
|
|
39082
39172
|
* @param {ManagedClientsV2024ApiGetManagedClientStatusRequest} requestParameters Request parameters.
|
|
39083
39173
|
* @param {*} [axiosOptions] Override http request option.
|
|
39084
39174
|
* @throws {RequiredError}
|
|
@@ -39089,7 +39179,7 @@ var ManagedClientsV2024Api = /** @class */ (function (_super) {
|
|
|
39089
39179
|
return (0, exports.ManagedClientsV2024ApiFp)(this.configuration).getManagedClientStatus(requestParameters.id, requestParameters.type, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39090
39180
|
};
|
|
39091
39181
|
/**
|
|
39092
|
-
*
|
|
39182
|
+
* List managed clients.
|
|
39093
39183
|
* @summary Get Managed Clients
|
|
39094
39184
|
* @param {ManagedClientsV2024ApiGetManagedClientsRequest} requestParameters Request parameters.
|
|
39095
39185
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -39102,8 +39192,8 @@ var ManagedClientsV2024Api = /** @class */ (function (_super) {
|
|
|
39102
39192
|
return (0, exports.ManagedClientsV2024ApiFp)(this.configuration).getManagedClients(requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39103
39193
|
};
|
|
39104
39194
|
/**
|
|
39105
|
-
* Update an existing
|
|
39106
|
-
* @summary Update
|
|
39195
|
+
* Update an existing managed client.
|
|
39196
|
+
* @summary Update Managed Client
|
|
39107
39197
|
* @param {ManagedClientsV2024ApiUpdateManagedClientRequest} requestParameters Request parameters.
|
|
39108
39198
|
* @param {*} [axiosOptions] Override http request option.
|
|
39109
39199
|
* @throws {RequiredError}
|
|
@@ -46419,7 +46509,7 @@ var PasswordManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
46419
46509
|
});
|
|
46420
46510
|
},
|
|
46421
46511
|
/**
|
|
46422
|
-
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.**
|
|
46512
|
+
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.** To generate the encryptedPassword (RSA encrypted using publicKey) for the request body, run the following command: ```bash echo \"myPassword\" | openssl pkeyutl -encrypt -inkey public_key.pem -pubin | base64 ``` In this example, myPassword is the plain text password being set and encrypted, and public_key.pem is the path to the public key file. You can retrieve the required publicKey, along with other information like identityId, sourceId, publicKeyId, accounts, and policies, using the Query Password Info endpoint. To successfully run this command, you must have OpenSSL installed on your machine. If OpenSSL is unavailable, consider using the Virtual Appliance (VA), which has OpenSSL pre-installed and configured. If you are using a Windows machine, refer to this [guide](https://tecadmin.net/install-openssl-on-windows/) for instructions on installing OpenSSL. You can then use [Get Password Change Request Status](https://developer.sailpoint.com/idn/api/v3/get-password-change-status) to check the password change request status. To do so, you must provide the `requestId` from your earlier request to set the password.
|
|
46423
46513
|
* @summary Set Identity\'s Password
|
|
46424
46514
|
* @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
|
|
46425
46515
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -46534,7 +46624,7 @@ var PasswordManagementV2024ApiFp = function (configuration) {
|
|
|
46534
46624
|
});
|
|
46535
46625
|
},
|
|
46536
46626
|
/**
|
|
46537
|
-
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.**
|
|
46627
|
+
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.** To generate the encryptedPassword (RSA encrypted using publicKey) for the request body, run the following command: ```bash echo \"myPassword\" | openssl pkeyutl -encrypt -inkey public_key.pem -pubin | base64 ``` In this example, myPassword is the plain text password being set and encrypted, and public_key.pem is the path to the public key file. You can retrieve the required publicKey, along with other information like identityId, sourceId, publicKeyId, accounts, and policies, using the Query Password Info endpoint. To successfully run this command, you must have OpenSSL installed on your machine. If OpenSSL is unavailable, consider using the Virtual Appliance (VA), which has OpenSSL pre-installed and configured. If you are using a Windows machine, refer to this [guide](https://tecadmin.net/install-openssl-on-windows/) for instructions on installing OpenSSL. You can then use [Get Password Change Request Status](https://developer.sailpoint.com/idn/api/v3/get-password-change-status) to check the password change request status. To do so, you must provide the `requestId` from your earlier request to set the password.
|
|
46538
46628
|
* @summary Set Identity\'s Password
|
|
46539
46629
|
* @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
|
|
46540
46630
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -46595,7 +46685,7 @@ var PasswordManagementV2024ApiFactory = function (configuration, basePath, axios
|
|
|
46595
46685
|
return localVarFp.queryPasswordInfo(passwordInfoQueryDTOV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
46596
46686
|
},
|
|
46597
46687
|
/**
|
|
46598
|
-
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.**
|
|
46688
|
+
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.** To generate the encryptedPassword (RSA encrypted using publicKey) for the request body, run the following command: ```bash echo \"myPassword\" | openssl pkeyutl -encrypt -inkey public_key.pem -pubin | base64 ``` In this example, myPassword is the plain text password being set and encrypted, and public_key.pem is the path to the public key file. You can retrieve the required publicKey, along with other information like identityId, sourceId, publicKeyId, accounts, and policies, using the Query Password Info endpoint. To successfully run this command, you must have OpenSSL installed on your machine. If OpenSSL is unavailable, consider using the Virtual Appliance (VA), which has OpenSSL pre-installed and configured. If you are using a Windows machine, refer to this [guide](https://tecadmin.net/install-openssl-on-windows/) for instructions on installing OpenSSL. You can then use [Get Password Change Request Status](https://developer.sailpoint.com/idn/api/v3/get-password-change-status) to check the password change request status. To do so, you must provide the `requestId` from your earlier request to set the password.
|
|
46599
46689
|
* @summary Set Identity\'s Password
|
|
46600
46690
|
* @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
|
|
46601
46691
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -46655,7 +46745,7 @@ var PasswordManagementV2024Api = /** @class */ (function (_super) {
|
|
|
46655
46745
|
return (0, exports.PasswordManagementV2024ApiFp)(this.configuration).queryPasswordInfo(requestParameters.passwordInfoQueryDTOV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
46656
46746
|
};
|
|
46657
46747
|
/**
|
|
46658
|
-
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.**
|
|
46748
|
+
* This API is used to set a password for an identity. An identity can change their own password (as well as any of their accounts\' passwords) if they use a token generated by their ISC user, such as a [personal access token](https://developer.sailpoint.com/idn/api/authentication#personal-access-tokens) or [\"authorization_code\" derived OAuth token](https://developer.sailpoint.com/idn/api/authentication#authorization-code-grant-flow). >**Note: If you want to set an identity\'s source account password, you must enable `PASSWORD` as one of the source\'s features. You can use the [PATCH Source endpoint](https://developer.sailpoint.com/docs/api/v3/update-source) to add the `PASSWORD` feature.** To generate the encryptedPassword (RSA encrypted using publicKey) for the request body, run the following command: ```bash echo \"myPassword\" | openssl pkeyutl -encrypt -inkey public_key.pem -pubin | base64 ``` In this example, myPassword is the plain text password being set and encrypted, and public_key.pem is the path to the public key file. You can retrieve the required publicKey, along with other information like identityId, sourceId, publicKeyId, accounts, and policies, using the Query Password Info endpoint. To successfully run this command, you must have OpenSSL installed on your machine. If OpenSSL is unavailable, consider using the Virtual Appliance (VA), which has OpenSSL pre-installed and configured. If you are using a Windows machine, refer to this [guide](https://tecadmin.net/install-openssl-on-windows/) for instructions on installing OpenSSL. You can then use [Get Password Change Request Status](https://developer.sailpoint.com/idn/api/v3/get-password-change-status) to check the password change request status. To do so, you must provide the `requestId` from your earlier request to set the password.
|
|
46659
46749
|
* @summary Set Identity\'s Password
|
|
46660
46750
|
* @param {PasswordManagementV2024ApiSetPasswordRequest} requestParameters Request parameters.
|
|
46661
46751
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57137,7 +57227,7 @@ var SearchV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
57137
57227
|
});
|
|
57138
57228
|
},
|
|
57139
57229
|
/**
|
|
57140
|
-
*
|
|
57230
|
+
* 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.
|
|
57141
57231
|
* @summary Perform Search
|
|
57142
57232
|
* @param {SearchV2024} searchV2024
|
|
57143
57233
|
* @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.
|
|
@@ -57277,7 +57367,7 @@ var SearchV2024ApiFp = function (configuration) {
|
|
|
57277
57367
|
});
|
|
57278
57368
|
},
|
|
57279
57369
|
/**
|
|
57280
|
-
*
|
|
57370
|
+
* 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.
|
|
57281
57371
|
* @summary Perform Search
|
|
57282
57372
|
* @param {SearchV2024} searchV2024
|
|
57283
57373
|
* @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.
|
|
@@ -57344,7 +57434,7 @@ var SearchV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
57344
57434
|
return localVarFp.searchGet(index, id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
57345
57435
|
},
|
|
57346
57436
|
/**
|
|
57347
|
-
*
|
|
57437
|
+
* 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.
|
|
57348
57438
|
* @summary Perform Search
|
|
57349
57439
|
* @param {SearchV2024} searchV2024
|
|
57350
57440
|
* @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.
|
|
@@ -57407,7 +57497,7 @@ var SearchV2024Api = /** @class */ (function (_super) {
|
|
|
57407
57497
|
return (0, exports.SearchV2024ApiFp)(this.configuration).searchGet(requestParameters.index, requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
57408
57498
|
};
|
|
57409
57499
|
/**
|
|
57410
|
-
*
|
|
57500
|
+
* 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.
|
|
57411
57501
|
* @summary Perform Search
|
|
57412
57502
|
* @param {SearchV2024ApiSearchPostRequest} requestParameters Request parameters.
|
|
57413
57503
|
* @param {*} [axiosOptions] Override http request option.
|