sailpoint-api-client 1.4.10 → 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/v2024/api.ts CHANGED
@@ -14609,6 +14609,12 @@ export interface EventAttributesV2024 {
14609
14609
  * @memberof EventAttributesV2024
14610
14610
  */
14611
14611
  'description'?: string;
14612
+ /**
14613
+ * The attribute to filter on
14614
+ * @type {string}
14615
+ * @memberof EventAttributesV2024
14616
+ */
14617
+ 'attributeToFilter'?: string;
14612
14618
  }
14613
14619
  /**
14614
14620
  *
@@ -29096,6 +29102,48 @@ export interface RoleDocumentV2024 {
29096
29102
  */
29097
29103
  'entitlementCount'?: number;
29098
29104
  }
29105
+ /**
29106
+ *
29107
+ * @export
29108
+ * @interface RoleGetAllBulkUpdateResponseV2024
29109
+ */
29110
+ export interface RoleGetAllBulkUpdateResponseV2024 {
29111
+ /**
29112
+ * ID of the task which is executing the bulk update. This also used in to the bulk-update/_** API to track status.
29113
+ * @type {string}
29114
+ * @memberof RoleGetAllBulkUpdateResponseV2024
29115
+ */
29116
+ 'id'?: string;
29117
+ /**
29118
+ * Type of the bulk update object.
29119
+ * @type {string}
29120
+ * @memberof RoleGetAllBulkUpdateResponseV2024
29121
+ */
29122
+ 'type'?: string;
29123
+ /**
29124
+ * The status of the bulk update request, only list unfinished request\'s status, the status could also checked by getBulkUpdateStatus API
29125
+ * @type {string}
29126
+ * @memberof RoleGetAllBulkUpdateResponseV2024
29127
+ */
29128
+ 'status'?: RoleGetAllBulkUpdateResponseV2024StatusEnum;
29129
+ /**
29130
+ * Time when the bulk update request was created
29131
+ * @type {string}
29132
+ * @memberof RoleGetAllBulkUpdateResponseV2024
29133
+ */
29134
+ 'created'?: string;
29135
+ }
29136
+
29137
+ export const RoleGetAllBulkUpdateResponseV2024StatusEnum = {
29138
+ Created: 'CREATED',
29139
+ PreProcess: 'PRE_PROCESS',
29140
+ PostProcess: 'POST_PROCESS',
29141
+ ChunkPending: 'CHUNK_PENDING',
29142
+ ChunkProcessing: 'CHUNK_PROCESSING'
29143
+ } as const;
29144
+
29145
+ export type RoleGetAllBulkUpdateResponseV2024StatusEnum = typeof RoleGetAllBulkUpdateResponseV2024StatusEnum[keyof typeof RoleGetAllBulkUpdateResponseV2024StatusEnum];
29146
+
29099
29147
  /**
29100
29148
  * A subset of the fields of an Identity which is a member of a Role.
29101
29149
  * @export
@@ -29623,9 +29671,9 @@ export interface RoleMetadataBulkUpdateByFilterRequestV2024 {
29623
29671
  }
29624
29672
 
29625
29673
  export const RoleMetadataBulkUpdateByFilterRequestV2024OperationEnum = {
29626
- Add: 'add',
29627
- Remove: 'remove',
29628
- Replace: 'replace'
29674
+ Add: 'ADD',
29675
+ Remove: 'REMOVE',
29676
+ Replace: 'REPLACE'
29629
29677
  } as const;
29630
29678
 
29631
29679
  export type RoleMetadataBulkUpdateByFilterRequestV2024OperationEnum = typeof RoleMetadataBulkUpdateByFilterRequestV2024OperationEnum[keyof typeof RoleMetadataBulkUpdateByFilterRequestV2024OperationEnum];
@@ -29688,9 +29736,9 @@ export interface RoleMetadataBulkUpdateByIdRequestV2024 {
29688
29736
  }
29689
29737
 
29690
29738
  export const RoleMetadataBulkUpdateByIdRequestV2024OperationEnum = {
29691
- Add: 'add',
29692
- Remove: 'remove',
29693
- Replace: 'replace'
29739
+ Add: 'ADD',
29740
+ Remove: 'REMOVE',
29741
+ Replace: 'REPLACE'
29694
29742
  } as const;
29695
29743
 
29696
29744
  export type RoleMetadataBulkUpdateByIdRequestV2024OperationEnum = typeof RoleMetadataBulkUpdateByIdRequestV2024OperationEnum[keyof typeof RoleMetadataBulkUpdateByIdRequestV2024OperationEnum];
@@ -29753,9 +29801,9 @@ export interface RoleMetadataBulkUpdateByQueryRequestV2024 {
29753
29801
  }
29754
29802
 
29755
29803
  export const RoleMetadataBulkUpdateByQueryRequestV2024OperationEnum = {
29756
- Add: 'add',
29757
- Remove: 'remove',
29758
- Replace: 'replace'
29804
+ Add: 'ADD',
29805
+ Remove: 'REMOVE',
29806
+ Replace: 'REPLACE'
29759
29807
  } as const;
29760
29808
 
29761
29809
  export type RoleMetadataBulkUpdateByQueryRequestV2024OperationEnum = typeof RoleMetadataBulkUpdateByQueryRequestV2024OperationEnum[keyof typeof RoleMetadataBulkUpdateByQueryRequestV2024OperationEnum];
@@ -40586,6 +40634,12 @@ export interface WorkflowTriggerAttributesV2024 {
40586
40634
  * @memberof WorkflowTriggerAttributesV2024
40587
40635
  */
40588
40636
  'description'?: string;
40637
+ /**
40638
+ * The attribute to filter on
40639
+ * @type {string}
40640
+ * @memberof WorkflowTriggerAttributesV2024
40641
+ */
40642
+ 'attributeToFilter'?: string;
40589
40643
  /**
40590
40644
  * A unique name for the external trigger
40591
40645
  * @type {string}
@@ -67179,7 +67233,7 @@ export class IAICommonAccessV2024Api extends BaseAPI {
67179
67233
  export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Configuration) {
67180
67234
  return {
67181
67235
  /**
67182
- * 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) Requires authorization scope of \'iai:outliers-management:read\'
67236
+ * 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).
67183
67237
  * @summary IAI Identity Outliers Export
67184
67238
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67185
67239
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67203,13 +67257,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67203
67257
  const localVarHeaderParameter = {} as any;
67204
67258
  const localVarQueryParameter = {} as any;
67205
67259
 
67260
+ // authentication applicationAuth required
67261
+ // oauth required
67262
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67263
+
67206
67264
  // authentication userAuth required
67207
67265
  // oauth required
67208
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67266
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67209
67267
 
67210
67268
  // authentication userAuth required
67211
67269
  // oauth required
67212
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67270
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67213
67271
 
67214
67272
  if (type !== undefined) {
67215
67273
  localVarQueryParameter['type'] = type;
@@ -67231,7 +67289,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67231
67289
  };
67232
67290
  },
67233
67291
  /**
67234
- * This API receives a summary containing: the number of identities that customer has, the number of outliers, and the type of outlier Requires authorization scope of \'iai:outliers-management:read\'
67292
+ * This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
67235
67293
  * @summary IAI Identity Outliers Summary
67236
67294
  * @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.
67237
67295
  * @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.
@@ -67259,13 +67317,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67259
67317
  const localVarHeaderParameter = {} as any;
67260
67318
  const localVarQueryParameter = {} as any;
67261
67319
 
67320
+ // authentication applicationAuth required
67321
+ // oauth required
67322
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67323
+
67262
67324
  // authentication userAuth required
67263
67325
  // oauth required
67264
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67326
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67265
67327
 
67266
67328
  // authentication userAuth required
67267
67329
  // oauth required
67268
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67330
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67269
67331
 
67270
67332
  if (limit !== undefined) {
67271
67333
  localVarQueryParameter['limit'] = limit;
@@ -67303,7 +67365,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67303
67365
  };
67304
67366
  },
67305
67367
  /**
67306
- * This API receives a list of outliers, containing data such as: identityId, outlier type, detection dates, identity attributes, if identity is ignore, and certification information Requires authorization scope of \'iai:outliers-management:read\'
67368
+ * 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.
67307
67369
  * @summary IAI Get Identity Outliers
67308
67370
  * @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.
67309
67371
  * @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.
@@ -67332,13 +67394,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67332
67394
  const localVarHeaderParameter = {} as any;
67333
67395
  const localVarQueryParameter = {} as any;
67334
67396
 
67397
+ // authentication applicationAuth required
67398
+ // oauth required
67399
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67400
+
67335
67401
  // authentication userAuth required
67336
67402
  // oauth required
67337
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67403
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67338
67404
 
67339
67405
  // authentication userAuth required
67340
67406
  // oauth required
67341
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67407
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67342
67408
 
67343
67409
  if (limit !== undefined) {
67344
67410
  localVarQueryParameter['limit'] = limit;
@@ -67380,7 +67446,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67380
67446
  };
67381
67447
  },
67382
67448
  /**
67383
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67449
+ * 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.
67384
67450
  * @summary IAI Identity Outliers Latest Summary
67385
67451
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67386
67452
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67404,13 +67470,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67404
67470
  const localVarHeaderParameter = {} as any;
67405
67471
  const localVarQueryParameter = {} as any;
67406
67472
 
67473
+ // authentication applicationAuth required
67474
+ // oauth required
67475
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67476
+
67407
67477
  // authentication userAuth required
67408
67478
  // oauth required
67409
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67479
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67410
67480
 
67411
67481
  // authentication userAuth required
67412
67482
  // oauth required
67413
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67483
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67414
67484
 
67415
67485
  if (type !== undefined) {
67416
67486
  localVarQueryParameter['type'] = type;
@@ -67432,7 +67502,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67432
67502
  };
67433
67503
  },
67434
67504
  /**
67435
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67505
+ * 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.
67436
67506
  * @summary Get identity outlier contibuting feature summary
67437
67507
  * @param {string} outlierFeatureId Contributing feature id
67438
67508
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67459,6 +67529,10 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67459
67529
  const localVarHeaderParameter = {} as any;
67460
67530
  const localVarQueryParameter = {} as any;
67461
67531
 
67532
+ // authentication applicationAuth required
67533
+ // oauth required
67534
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67535
+
67462
67536
  // authentication userAuth required
67463
67537
  // oauth required
67464
67538
  await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
@@ -67483,7 +67557,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67483
67557
  };
67484
67558
  },
67485
67559
  /**
67486
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67560
+ * 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.
67487
67561
  * @summary Get identity outlier\'s contibuting features
67488
67562
  * @param {string} outlierId The outlier id
67489
67563
  * @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.
@@ -67515,13 +67589,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67515
67589
  const localVarHeaderParameter = {} as any;
67516
67590
  const localVarQueryParameter = {} as any;
67517
67591
 
67592
+ // authentication applicationAuth required
67593
+ // oauth required
67594
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67595
+
67518
67596
  // authentication userAuth required
67519
67597
  // oauth required
67520
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67598
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67521
67599
 
67522
67600
  // authentication userAuth required
67523
67601
  // oauth required
67524
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67602
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67525
67603
 
67526
67604
  if (limit !== undefined) {
67527
67605
  localVarQueryParameter['limit'] = limit;
@@ -67559,7 +67637,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67559
67637
  };
67560
67638
  },
67561
67639
  /**
67562
- * This API receives a list of IdentityIDs in the request, changes the outliers to be ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
67640
+ * This API receives a list of identity IDs in the request, changes the outliers to be ignored.
67563
67641
  * @summary IAI Identity Outliers Ignore
67564
67642
  * @param {Array<string>} requestBody
67565
67643
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67585,13 +67663,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67585
67663
  const localVarHeaderParameter = {} as any;
67586
67664
  const localVarQueryParameter = {} as any;
67587
67665
 
67666
+ // authentication applicationAuth required
67667
+ // oauth required
67668
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67669
+
67588
67670
  // authentication userAuth required
67589
67671
  // oauth required
67590
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67672
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67591
67673
 
67592
67674
  // authentication userAuth required
67593
67675
  // oauth required
67594
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67676
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67595
67677
 
67596
67678
  if (xSailPointExperimental !== undefined && xSailPointExperimental !== null) {
67597
67679
  localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
@@ -67612,14 +67694,14 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67612
67694
  };
67613
67695
  },
67614
67696
  /**
67615
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67697
+ * 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.
67616
67698
  * @summary Gets a list of access items associated with each identity outlier contributing feature
67617
67699
  * @param {string} outlierId The outlier id
67618
67700
  * @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
67619
67701
  * @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.
67620
67702
  * @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.
67621
67703
  * @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.
67622
- * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
67704
+ * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
67623
67705
  * @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**
67624
67706
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67625
67707
  * @param {*} [axiosOptions] Override http request option.
@@ -67648,6 +67730,10 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67648
67730
  const localVarHeaderParameter = {} as any;
67649
67731
  const localVarQueryParameter = {} as any;
67650
67732
 
67733
+ // authentication applicationAuth required
67734
+ // oauth required
67735
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67736
+
67651
67737
  // authentication userAuth required
67652
67738
  // oauth required
67653
67739
  await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
@@ -67692,7 +67778,7 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67692
67778
  };
67693
67779
  },
67694
67780
  /**
67695
- * This API receives a list of IdentityIDs in the request, changes the outliers to be un-ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
67781
+ * This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
67696
67782
  * @summary IAI Identity Outliers Unignore
67697
67783
  * @param {Array<string>} requestBody
67698
67784
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67718,13 +67804,17 @@ export const IAIOutliersV2024ApiAxiosParamCreator = function (configuration?: Co
67718
67804
  const localVarHeaderParameter = {} as any;
67719
67805
  const localVarQueryParameter = {} as any;
67720
67806
 
67807
+ // authentication applicationAuth required
67808
+ // oauth required
67809
+ await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
67810
+
67721
67811
  // authentication userAuth required
67722
67812
  // oauth required
67723
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67813
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67724
67814
 
67725
67815
  // authentication userAuth required
67726
67816
  // oauth required
67727
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
67817
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
67728
67818
 
67729
67819
  if (xSailPointExperimental !== undefined && xSailPointExperimental !== null) {
67730
67820
  localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
@@ -67755,7 +67845,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67755
67845
  const localVarAxiosParamCreator = IAIOutliersV2024ApiAxiosParamCreator(configuration)
67756
67846
  return {
67757
67847
  /**
67758
- * 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) Requires authorization scope of \'iai:outliers-management:read\'
67848
+ * 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).
67759
67849
  * @summary IAI Identity Outliers Export
67760
67850
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67761
67851
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67767,7 +67857,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67767
67857
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67768
67858
  },
67769
67859
  /**
67770
- * This API receives a summary containing: the number of identities that customer has, the number of outliers, and the type of outlier Requires authorization scope of \'iai:outliers-management:read\'
67860
+ * This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
67771
67861
  * @summary IAI Identity Outliers Summary
67772
67862
  * @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.
67773
67863
  * @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.
@@ -67783,7 +67873,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67783
67873
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67784
67874
  },
67785
67875
  /**
67786
- * This API receives a list of outliers, containing data such as: identityId, outlier type, detection dates, identity attributes, if identity is ignore, and certification information Requires authorization scope of \'iai:outliers-management:read\'
67876
+ * 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.
67787
67877
  * @summary IAI Get Identity Outliers
67788
67878
  * @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.
67789
67879
  * @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.
@@ -67800,7 +67890,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67800
67890
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67801
67891
  },
67802
67892
  /**
67803
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67893
+ * 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.
67804
67894
  * @summary IAI Identity Outliers Latest Summary
67805
67895
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67806
67896
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67812,7 +67902,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67812
67902
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67813
67903
  },
67814
67904
  /**
67815
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67905
+ * 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.
67816
67906
  * @summary Get identity outlier contibuting feature summary
67817
67907
  * @param {string} outlierFeatureId Contributing feature id
67818
67908
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67824,7 +67914,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67824
67914
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67825
67915
  },
67826
67916
  /**
67827
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67917
+ * 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.
67828
67918
  * @summary Get identity outlier\'s contibuting features
67829
67919
  * @param {string} outlierId The outlier id
67830
67920
  * @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.
@@ -67841,7 +67931,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67841
67931
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67842
67932
  },
67843
67933
  /**
67844
- * This API receives a list of IdentityIDs in the request, changes the outliers to be ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
67934
+ * This API receives a list of identity IDs in the request, changes the outliers to be ignored.
67845
67935
  * @summary IAI Identity Outliers Ignore
67846
67936
  * @param {Array<string>} requestBody
67847
67937
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67853,14 +67943,14 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67853
67943
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67854
67944
  },
67855
67945
  /**
67856
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
67946
+ * 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.
67857
67947
  * @summary Gets a list of access items associated with each identity outlier contributing feature
67858
67948
  * @param {string} outlierId The outlier id
67859
67949
  * @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
67860
67950
  * @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.
67861
67951
  * @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.
67862
67952
  * @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.
67863
- * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
67953
+ * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
67864
67954
  * @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**
67865
67955
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67866
67956
  * @param {*} [axiosOptions] Override http request option.
@@ -67871,7 +67961,7 @@ export const IAIOutliersV2024ApiFp = function(configuration?: Configuration) {
67871
67961
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
67872
67962
  },
67873
67963
  /**
67874
- * This API receives a list of IdentityIDs in the request, changes the outliers to be un-ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
67964
+ * This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
67875
67965
  * @summary IAI Identity Outliers Unignore
67876
67966
  * @param {Array<string>} requestBody
67877
67967
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67893,7 +67983,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67893
67983
  const localVarFp = IAIOutliersV2024ApiFp(configuration)
67894
67984
  return {
67895
67985
  /**
67896
- * 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) Requires authorization scope of \'iai:outliers-management:read\'
67986
+ * 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).
67897
67987
  * @summary IAI Identity Outliers Export
67898
67988
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67899
67989
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67904,7 +67994,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67904
67994
  return localVarFp.exportOutliersZip(type, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67905
67995
  },
67906
67996
  /**
67907
- * This API receives a summary containing: the number of identities that customer has, the number of outliers, and the type of outlier Requires authorization scope of \'iai:outliers-management:read\'
67997
+ * This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
67908
67998
  * @summary IAI Identity Outliers Summary
67909
67999
  * @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.
67910
68000
  * @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.
@@ -67919,7 +68009,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67919
68009
  return localVarFp.getIdentityOutlierSnapshots(limit, offset, type, filters, sorters, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67920
68010
  },
67921
68011
  /**
67922
- * This API receives a list of outliers, containing data such as: identityId, outlier type, detection dates, identity attributes, if identity is ignore, and certification information Requires authorization scope of \'iai:outliers-management:read\'
68012
+ * 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.
67923
68013
  * @summary IAI Get Identity Outliers
67924
68014
  * @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.
67925
68015
  * @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.
@@ -67935,7 +68025,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67935
68025
  return localVarFp.getIdentityOutliers(limit, offset, count, type, filters, sorters, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67936
68026
  },
67937
68027
  /**
67938
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68028
+ * 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.
67939
68029
  * @summary IAI Identity Outliers Latest Summary
67940
68030
  * @param {'LOW_SIMILARITY' | 'STRUCTURAL'} [type] Type of the identity outliers snapshot to filter on
67941
68031
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67946,7 +68036,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67946
68036
  return localVarFp.getLatestIdentityOutlierSnapshots(type, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67947
68037
  },
67948
68038
  /**
67949
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68039
+ * 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.
67950
68040
  * @summary Get identity outlier contibuting feature summary
67951
68041
  * @param {string} outlierFeatureId Contributing feature id
67952
68042
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67957,7 +68047,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67957
68047
  return localVarFp.getOutlierContributingFeatureSummary(outlierFeatureId, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67958
68048
  },
67959
68049
  /**
67960
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68050
+ * 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.
67961
68051
  * @summary Get identity outlier\'s contibuting features
67962
68052
  * @param {string} outlierId The outlier id
67963
68053
  * @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.
@@ -67973,7 +68063,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67973
68063
  return localVarFp.getPeerGroupOutliersContributingFeatures(outlierId, limit, offset, count, includeTranslationMessages, sorters, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67974
68064
  },
67975
68065
  /**
67976
- * This API receives a list of IdentityIDs in the request, changes the outliers to be ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
68066
+ * This API receives a list of identity IDs in the request, changes the outliers to be ignored.
67977
68067
  * @summary IAI Identity Outliers Ignore
67978
68068
  * @param {Array<string>} requestBody
67979
68069
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -67984,14 +68074,14 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
67984
68074
  return localVarFp.ignoreIdentityOutliers(requestBody, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
67985
68075
  },
67986
68076
  /**
67987
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68077
+ * 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.
67988
68078
  * @summary Gets a list of access items associated with each identity outlier contributing feature
67989
68079
  * @param {string} outlierId The outlier id
67990
68080
  * @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
67991
68081
  * @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.
67992
68082
  * @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.
67993
68083
  * @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.
67994
- * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all
68084
+ * @param {string} [accessType] The type of access item for the identity outlier contributing feature. If not provided, it returns all.
67995
68085
  * @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**
67996
68086
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67997
68087
  * @param {*} [axiosOptions] Override http request option.
@@ -68001,7 +68091,7 @@ export const IAIOutliersV2024ApiFactory = function (configuration?: Configuratio
68001
68091
  return localVarFp.listOutliersContributingFeatureAccessItems(outlierId, contributingFeatureName, limit, offset, count, accessType, sorters, xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
68002
68092
  },
68003
68093
  /**
68004
- * This API receives a list of IdentityIDs in the request, changes the outliers to be un-ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
68094
+ * This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
68005
68095
  * @summary IAI Identity Outliers Unignore
68006
68096
  * @param {Array<string>} requestBody
68007
68097
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -68301,7 +68391,7 @@ export interface IAIOutliersV2024ApiListOutliersContributingFeatureAccessItemsRe
68301
68391
  readonly count?: boolean
68302
68392
 
68303
68393
  /**
68304
- * The type of access item for the identity outlier contributing feature. If not provided, it returns all
68394
+ * The type of access item for the identity outlier contributing feature. If not provided, it returns all.
68305
68395
  * @type {string}
68306
68396
  * @memberof IAIOutliersV2024ApiListOutliersContributingFeatureAccessItems
68307
68397
  */
@@ -68351,7 +68441,7 @@ export interface IAIOutliersV2024ApiUnIgnoreIdentityOutliersRequest {
68351
68441
  */
68352
68442
  export class IAIOutliersV2024Api extends BaseAPI {
68353
68443
  /**
68354
- * 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) Requires authorization scope of \'iai:outliers-management:read\'
68444
+ * 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).
68355
68445
  * @summary IAI Identity Outliers Export
68356
68446
  * @param {IAIOutliersV2024ApiExportOutliersZipRequest} requestParameters Request parameters.
68357
68447
  * @param {*} [axiosOptions] Override http request option.
@@ -68363,7 +68453,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68363
68453
  }
68364
68454
 
68365
68455
  /**
68366
- * This API receives a summary containing: the number of identities that customer has, the number of outliers, and the type of outlier Requires authorization scope of \'iai:outliers-management:read\'
68456
+ * This API returns a summary containing the number of identities that customer has, the number of outliers, and the type of outlier.
68367
68457
  * @summary IAI Identity Outliers Summary
68368
68458
  * @param {IAIOutliersV2024ApiGetIdentityOutlierSnapshotsRequest} requestParameters Request parameters.
68369
68459
  * @param {*} [axiosOptions] Override http request option.
@@ -68375,7 +68465,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68375
68465
  }
68376
68466
 
68377
68467
  /**
68378
- * This API receives a list of outliers, containing data such as: identityId, outlier type, detection dates, identity attributes, if identity is ignore, and certification information Requires authorization scope of \'iai:outliers-management:read\'
68468
+ * 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.
68379
68469
  * @summary IAI Get Identity Outliers
68380
68470
  * @param {IAIOutliersV2024ApiGetIdentityOutliersRequest} requestParameters Request parameters.
68381
68471
  * @param {*} [axiosOptions] Override http request option.
@@ -68387,7 +68477,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68387
68477
  }
68388
68478
 
68389
68479
  /**
68390
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68480
+ * 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.
68391
68481
  * @summary IAI Identity Outliers Latest Summary
68392
68482
  * @param {IAIOutliersV2024ApiGetLatestIdentityOutlierSnapshotsRequest} requestParameters Request parameters.
68393
68483
  * @param {*} [axiosOptions] Override http request option.
@@ -68399,7 +68489,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68399
68489
  }
68400
68490
 
68401
68491
  /**
68402
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68492
+ * 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.
68403
68493
  * @summary Get identity outlier contibuting feature summary
68404
68494
  * @param {IAIOutliersV2024ApiGetOutlierContributingFeatureSummaryRequest} requestParameters Request parameters.
68405
68495
  * @param {*} [axiosOptions] Override http request option.
@@ -68411,7 +68501,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68411
68501
  }
68412
68502
 
68413
68503
  /**
68414
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68504
+ * 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.
68415
68505
  * @summary Get identity outlier\'s contibuting features
68416
68506
  * @param {IAIOutliersV2024ApiGetPeerGroupOutliersContributingFeaturesRequest} requestParameters Request parameters.
68417
68507
  * @param {*} [axiosOptions] Override http request option.
@@ -68423,7 +68513,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68423
68513
  }
68424
68514
 
68425
68515
  /**
68426
- * This API receives a list of IdentityIDs in the request, changes the outliers to be ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
68516
+ * This API receives a list of identity IDs in the request, changes the outliers to be ignored.
68427
68517
  * @summary IAI Identity Outliers Ignore
68428
68518
  * @param {IAIOutliersV2024ApiIgnoreIdentityOutliersRequest} requestParameters Request parameters.
68429
68519
  * @param {*} [axiosOptions] Override http request option.
@@ -68435,7 +68525,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68435
68525
  }
68436
68526
 
68437
68527
  /**
68438
- * 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 Requires authorization scope of \'iai:outliers-management:read\'
68528
+ * 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.
68439
68529
  * @summary Gets a list of access items associated with each identity outlier contributing feature
68440
68530
  * @param {IAIOutliersV2024ApiListOutliersContributingFeatureAccessItemsRequest} requestParameters Request parameters.
68441
68531
  * @param {*} [axiosOptions] Override http request option.
@@ -68447,7 +68537,7 @@ export class IAIOutliersV2024Api extends BaseAPI {
68447
68537
  }
68448
68538
 
68449
68539
  /**
68450
- * This API receives a list of IdentityIDs in the request, changes the outliers to be un-ignored--returning a 204 if successful. Requires authorization scope of \'iai:outliers-management:update\'
68540
+ * This API receives a list of identity IDs in the request, changes the outliers to be un-ignored.
68451
68541
  * @summary IAI Identity Outliers Unignore
68452
68542
  * @param {IAIOutliersV2024ApiUnIgnoreIdentityOutliersRequest} requestParameters Request parameters.
68453
68543
  * @param {*} [axiosOptions] Override http request option.
@@ -79148,8 +79238,8 @@ export class MFAConfigurationV2024Api extends BaseAPI {
79148
79238
  export const ManagedClientsV2024ApiAxiosParamCreator = function (configuration?: Configuration) {
79149
79239
  return {
79150
79240
  /**
79151
- * Create a new Managed Client. The API returns a result that includes the Managed Client ID.
79152
- * @summary Create a new Managed Client
79241
+ * Create a new managed client. The API returns a result that includes the managed client ID.
79242
+ * @summary Create Managed Client
79153
79243
  * @param {ManagedClientRequestV2024} managedClientRequestV2024
79154
79244
  * @param {*} [axiosOptions] Override http request option.
79155
79245
  * @throws {RequiredError}
@@ -79192,9 +79282,9 @@ export const ManagedClientsV2024ApiAxiosParamCreator = function (configuration?:
79192
79282
  };
79193
79283
  },
79194
79284
  /**
79195
- * Delete an existing Managed Client.
79196
- * @summary Delete a Managed Client
79197
- * @param {string} id Managed Client ID.
79285
+ * Delete an existing managed client.
79286
+ * @summary Delete Managed Client
79287
+ * @param {string} id Managed client ID.
79198
79288
  * @param {*} [axiosOptions] Override http request option.
79199
79289
  * @throws {RequiredError}
79200
79290
  */
@@ -79276,10 +79366,10 @@ export const ManagedClientsV2024ApiAxiosParamCreator = function (configuration?:
79276
79366
  };
79277
79367
  },
79278
79368
  /**
79279
- * Retrieve the Status of a Managed Client by ID.
79280
- * @summary Get Managed Client Status.
79281
- * @param {string} id ID of the Managed Client to get Status of
79282
- * @param {ManagedClientTypeV2024} type Type of the Managed Client to get Status of
79369
+ * Get a managed client\'s status, using its ID.
79370
+ * @summary Get Managed Client Status
79371
+ * @param {string} id Managed client ID to get status for.
79372
+ * @param {ManagedClientTypeV2024} type Managed client type to get status for.
79283
79373
  * @param {*} [axiosOptions] Override http request option.
79284
79374
  * @throws {RequiredError}
79285
79375
  */
@@ -79325,7 +79415,7 @@ export const ManagedClientsV2024ApiAxiosParamCreator = function (configuration?:
79325
79415
  };
79326
79416
  },
79327
79417
  /**
79328
- * Get a list of Managed Clients.
79418
+ * List managed clients.
79329
79419
  * @summary Get Managed Clients
79330
79420
  * @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.
79331
79421
  * @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.
@@ -79383,10 +79473,10 @@ export const ManagedClientsV2024ApiAxiosParamCreator = function (configuration?:
79383
79473
  };
79384
79474
  },
79385
79475
  /**
79386
- * Update an existing Managed Client.
79387
- * @summary Update a Managed Client
79388
- * @param {string} id Managed Client ID.
79389
- * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
79476
+ * Update an existing managed client.
79477
+ * @summary Update Managed Client
79478
+ * @param {string} id Managed client ID.
79479
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
79390
79480
  * @param {*} [axiosOptions] Override http request option.
79391
79481
  * @throws {RequiredError}
79392
79482
  */
@@ -79441,8 +79531,8 @@ export const ManagedClientsV2024ApiFp = function(configuration?: Configuration)
79441
79531
  const localVarAxiosParamCreator = ManagedClientsV2024ApiAxiosParamCreator(configuration)
79442
79532
  return {
79443
79533
  /**
79444
- * Create a new Managed Client. The API returns a result that includes the Managed Client ID.
79445
- * @summary Create a new Managed Client
79534
+ * Create a new managed client. The API returns a result that includes the managed client ID.
79535
+ * @summary Create Managed Client
79446
79536
  * @param {ManagedClientRequestV2024} managedClientRequestV2024
79447
79537
  * @param {*} [axiosOptions] Override http request option.
79448
79538
  * @throws {RequiredError}
@@ -79452,9 +79542,9 @@ export const ManagedClientsV2024ApiFp = function(configuration?: Configuration)
79452
79542
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
79453
79543
  },
79454
79544
  /**
79455
- * Delete an existing Managed Client.
79456
- * @summary Delete a Managed Client
79457
- * @param {string} id Managed Client ID.
79545
+ * Delete an existing managed client.
79546
+ * @summary Delete Managed Client
79547
+ * @param {string} id Managed client ID.
79458
79548
  * @param {*} [axiosOptions] Override http request option.
79459
79549
  * @throws {RequiredError}
79460
79550
  */
@@ -79474,10 +79564,10 @@ export const ManagedClientsV2024ApiFp = function(configuration?: Configuration)
79474
79564
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
79475
79565
  },
79476
79566
  /**
79477
- * Retrieve the Status of a Managed Client by ID.
79478
- * @summary Get Managed Client Status.
79479
- * @param {string} id ID of the Managed Client to get Status of
79480
- * @param {ManagedClientTypeV2024} type Type of the Managed Client to get Status of
79567
+ * Get a managed client\'s status, using its ID.
79568
+ * @summary Get Managed Client Status
79569
+ * @param {string} id Managed client ID to get status for.
79570
+ * @param {ManagedClientTypeV2024} type Managed client type to get status for.
79481
79571
  * @param {*} [axiosOptions] Override http request option.
79482
79572
  * @throws {RequiredError}
79483
79573
  */
@@ -79486,7 +79576,7 @@ export const ManagedClientsV2024ApiFp = function(configuration?: Configuration)
79486
79576
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
79487
79577
  },
79488
79578
  /**
79489
- * Get a list of Managed Clients.
79579
+ * List managed clients.
79490
79580
  * @summary Get Managed Clients
79491
79581
  * @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.
79492
79582
  * @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.
@@ -79500,10 +79590,10 @@ export const ManagedClientsV2024ApiFp = function(configuration?: Configuration)
79500
79590
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
79501
79591
  },
79502
79592
  /**
79503
- * Update an existing Managed Client.
79504
- * @summary Update a Managed Client
79505
- * @param {string} id Managed Client ID.
79506
- * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
79593
+ * Update an existing managed client.
79594
+ * @summary Update Managed Client
79595
+ * @param {string} id Managed client ID.
79596
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
79507
79597
  * @param {*} [axiosOptions] Override http request option.
79508
79598
  * @throws {RequiredError}
79509
79599
  */
@@ -79522,8 +79612,8 @@ export const ManagedClientsV2024ApiFactory = function (configuration?: Configura
79522
79612
  const localVarFp = ManagedClientsV2024ApiFp(configuration)
79523
79613
  return {
79524
79614
  /**
79525
- * Create a new Managed Client. The API returns a result that includes the Managed Client ID.
79526
- * @summary Create a new Managed Client
79615
+ * Create a new managed client. The API returns a result that includes the managed client ID.
79616
+ * @summary Create Managed Client
79527
79617
  * @param {ManagedClientRequestV2024} managedClientRequestV2024
79528
79618
  * @param {*} [axiosOptions] Override http request option.
79529
79619
  * @throws {RequiredError}
@@ -79532,9 +79622,9 @@ export const ManagedClientsV2024ApiFactory = function (configuration?: Configura
79532
79622
  return localVarFp.createManagedClient(managedClientRequestV2024, axiosOptions).then((request) => request(axios, basePath));
79533
79623
  },
79534
79624
  /**
79535
- * Delete an existing Managed Client.
79536
- * @summary Delete a Managed Client
79537
- * @param {string} id Managed Client ID.
79625
+ * Delete an existing managed client.
79626
+ * @summary Delete Managed Client
79627
+ * @param {string} id Managed client ID.
79538
79628
  * @param {*} [axiosOptions] Override http request option.
79539
79629
  * @throws {RequiredError}
79540
79630
  */
@@ -79552,10 +79642,10 @@ export const ManagedClientsV2024ApiFactory = function (configuration?: Configura
79552
79642
  return localVarFp.getManagedClient(id, axiosOptions).then((request) => request(axios, basePath));
79553
79643
  },
79554
79644
  /**
79555
- * Retrieve the Status of a Managed Client by ID.
79556
- * @summary Get Managed Client Status.
79557
- * @param {string} id ID of the Managed Client to get Status of
79558
- * @param {ManagedClientTypeV2024} type Type of the Managed Client to get Status of
79645
+ * Get a managed client\'s status, using its ID.
79646
+ * @summary Get Managed Client Status
79647
+ * @param {string} id Managed client ID to get status for.
79648
+ * @param {ManagedClientTypeV2024} type Managed client type to get status for.
79559
79649
  * @param {*} [axiosOptions] Override http request option.
79560
79650
  * @throws {RequiredError}
79561
79651
  */
@@ -79563,7 +79653,7 @@ export const ManagedClientsV2024ApiFactory = function (configuration?: Configura
79563
79653
  return localVarFp.getManagedClientStatus(id, type, axiosOptions).then((request) => request(axios, basePath));
79564
79654
  },
79565
79655
  /**
79566
- * Get a list of Managed Clients.
79656
+ * List managed clients.
79567
79657
  * @summary Get Managed Clients
79568
79658
  * @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.
79569
79659
  * @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.
@@ -79576,10 +79666,10 @@ export const ManagedClientsV2024ApiFactory = function (configuration?: Configura
79576
79666
  return localVarFp.getManagedClients(offset, limit, count, filters, axiosOptions).then((request) => request(axios, basePath));
79577
79667
  },
79578
79668
  /**
79579
- * Update an existing Managed Client.
79580
- * @summary Update a Managed Client
79581
- * @param {string} id Managed Client ID.
79582
- * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
79669
+ * Update an existing managed client.
79670
+ * @summary Update Managed Client
79671
+ * @param {string} id Managed client ID.
79672
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 JSONPatch payload used to update the object.
79583
79673
  * @param {*} [axiosOptions] Override http request option.
79584
79674
  * @throws {RequiredError}
79585
79675
  */
@@ -79610,7 +79700,7 @@ export interface ManagedClientsV2024ApiCreateManagedClientRequest {
79610
79700
  */
79611
79701
  export interface ManagedClientsV2024ApiDeleteManagedClientRequest {
79612
79702
  /**
79613
- * Managed Client ID.
79703
+ * Managed client ID.
79614
79704
  * @type {string}
79615
79705
  * @memberof ManagedClientsV2024ApiDeleteManagedClient
79616
79706
  */
@@ -79638,14 +79728,14 @@ export interface ManagedClientsV2024ApiGetManagedClientRequest {
79638
79728
  */
79639
79729
  export interface ManagedClientsV2024ApiGetManagedClientStatusRequest {
79640
79730
  /**
79641
- * ID of the Managed Client to get Status of
79731
+ * Managed client ID to get status for.
79642
79732
  * @type {string}
79643
79733
  * @memberof ManagedClientsV2024ApiGetManagedClientStatus
79644
79734
  */
79645
79735
  readonly id: string
79646
79736
 
79647
79737
  /**
79648
- * Type of the Managed Client to get Status of
79738
+ * Managed client type to get status for.
79649
79739
  * @type {ManagedClientTypeV2024}
79650
79740
  * @memberof ManagedClientsV2024ApiGetManagedClientStatus
79651
79741
  */
@@ -79694,14 +79784,14 @@ export interface ManagedClientsV2024ApiGetManagedClientsRequest {
79694
79784
  */
79695
79785
  export interface ManagedClientsV2024ApiUpdateManagedClientRequest {
79696
79786
  /**
79697
- * Managed Client ID.
79787
+ * Managed client ID.
79698
79788
  * @type {string}
79699
79789
  * @memberof ManagedClientsV2024ApiUpdateManagedClient
79700
79790
  */
79701
79791
  readonly id: string
79702
79792
 
79703
79793
  /**
79704
- * The JSONPatch payload used to update the object.
79794
+ * JSONPatch payload used to update the object.
79705
79795
  * @type {Array<JsonPatchOperationV2024>}
79706
79796
  * @memberof ManagedClientsV2024ApiUpdateManagedClient
79707
79797
  */
@@ -79716,8 +79806,8 @@ export interface ManagedClientsV2024ApiUpdateManagedClientRequest {
79716
79806
  */
79717
79807
  export class ManagedClientsV2024Api extends BaseAPI {
79718
79808
  /**
79719
- * Create a new Managed Client. The API returns a result that includes the Managed Client ID.
79720
- * @summary Create a new Managed Client
79809
+ * Create a new managed client. The API returns a result that includes the managed client ID.
79810
+ * @summary Create Managed Client
79721
79811
  * @param {ManagedClientsV2024ApiCreateManagedClientRequest} requestParameters Request parameters.
79722
79812
  * @param {*} [axiosOptions] Override http request option.
79723
79813
  * @throws {RequiredError}
@@ -79728,8 +79818,8 @@ export class ManagedClientsV2024Api extends BaseAPI {
79728
79818
  }
79729
79819
 
79730
79820
  /**
79731
- * Delete an existing Managed Client.
79732
- * @summary Delete a Managed Client
79821
+ * Delete an existing managed client.
79822
+ * @summary Delete Managed Client
79733
79823
  * @param {ManagedClientsV2024ApiDeleteManagedClientRequest} requestParameters Request parameters.
79734
79824
  * @param {*} [axiosOptions] Override http request option.
79735
79825
  * @throws {RequiredError}
@@ -79752,8 +79842,8 @@ export class ManagedClientsV2024Api extends BaseAPI {
79752
79842
  }
79753
79843
 
79754
79844
  /**
79755
- * Retrieve the Status of a Managed Client by ID.
79756
- * @summary Get Managed Client Status.
79845
+ * Get a managed client\'s status, using its ID.
79846
+ * @summary Get Managed Client Status
79757
79847
  * @param {ManagedClientsV2024ApiGetManagedClientStatusRequest} requestParameters Request parameters.
79758
79848
  * @param {*} [axiosOptions] Override http request option.
79759
79849
  * @throws {RequiredError}
@@ -79764,7 +79854,7 @@ export class ManagedClientsV2024Api extends BaseAPI {
79764
79854
  }
79765
79855
 
79766
79856
  /**
79767
- * Get a list of Managed Clients.
79857
+ * List managed clients.
79768
79858
  * @summary Get Managed Clients
79769
79859
  * @param {ManagedClientsV2024ApiGetManagedClientsRequest} requestParameters Request parameters.
79770
79860
  * @param {*} [axiosOptions] Override http request option.
@@ -79776,8 +79866,8 @@ export class ManagedClientsV2024Api extends BaseAPI {
79776
79866
  }
79777
79867
 
79778
79868
  /**
79779
- * Update an existing Managed Client.
79780
- * @summary Update a Managed Client
79869
+ * Update an existing managed client.
79870
+ * @summary Update Managed Client
79781
79871
  * @param {ManagedClientsV2024ApiUpdateManagedClientRequest} requestParameters Request parameters.
79782
79872
  * @param {*} [axiosOptions] Override http request option.
79783
79873
  * @throws {RequiredError}
@@ -87097,7 +87187,7 @@ export const PasswordManagementV2024ApiAxiosParamCreator = function (configurati
87097
87187
  };
87098
87188
  },
87099
87189
  /**
87100
- * 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.** You can use this endpoint to generate an `encryptedPassword` (RSA encrypted using publicKey). To do so, follow these steps: 1. Use [Query Password Info](https://developer.sailpoint.com/idn/api/v3/query-password-info) to get the following information: `identityId`, `sourceId`, `publicKeyId`, `publicKey`, `accounts`, and `policies`. 2. Choose an account from the previous response that you will provide as an `accountId` in your request to set an encrypted password. 3. Use [Set Identity\'s Password](https://developer.sailpoint.com/idn/api/v3/set-password) and provide the information you got from your earlier query. Then add this code to your request to get the encrypted password: ```java import javax.crypto.Cipher; import java.security.KeyFactory; import java.security.PublicKey; import java.security.spec.X509EncodedKeySpec; import java util.Base64; String encrypt(String publicKey, String toEncrypt) throws Exception { byte[] publicKeyBytes = Base64.getDecoder().decode(publicKey); byte[] encryptedBytes = encryptRsa(publicKeyBytes, toEncrypt.getBytes(\"UTF-8\")); return Base64.getEncoder().encodeToString(encryptedBytes); } private byte[] encryptRsa(byte[] publicKeyBytes, byte[] toEncryptBytes) throws Exception { PublicKey key = KeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(publicKeyBytes)); String transformation = \"RSA/ECB/PKCS1Padding\"; Cipher cipher = Cipher.getInstance(transformation); cipher.init(1, key); return cipher.doFinal(toEncryptBytes); } ``` In this example, `toEncrypt` refers to the plain text password you are setting and then encrypting, and the `publicKey` refers to the publicKey you got from the first request you sent. 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.
87190
+ * 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.
87101
87191
  * @summary Set Identity\'s Password
87102
87192
  * @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
87103
87193
  * @param {*} [axiosOptions] Override http request option.
@@ -87181,7 +87271,7 @@ export const PasswordManagementV2024ApiFp = function(configuration?: Configurati
87181
87271
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
87182
87272
  },
87183
87273
  /**
87184
- * 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.** You can use this endpoint to generate an `encryptedPassword` (RSA encrypted using publicKey). To do so, follow these steps: 1. Use [Query Password Info](https://developer.sailpoint.com/idn/api/v3/query-password-info) to get the following information: `identityId`, `sourceId`, `publicKeyId`, `publicKey`, `accounts`, and `policies`. 2. Choose an account from the previous response that you will provide as an `accountId` in your request to set an encrypted password. 3. Use [Set Identity\'s Password](https://developer.sailpoint.com/idn/api/v3/set-password) and provide the information you got from your earlier query. Then add this code to your request to get the encrypted password: ```java import javax.crypto.Cipher; import java.security.KeyFactory; import java.security.PublicKey; import java.security.spec.X509EncodedKeySpec; import java util.Base64; String encrypt(String publicKey, String toEncrypt) throws Exception { byte[] publicKeyBytes = Base64.getDecoder().decode(publicKey); byte[] encryptedBytes = encryptRsa(publicKeyBytes, toEncrypt.getBytes(\"UTF-8\")); return Base64.getEncoder().encodeToString(encryptedBytes); } private byte[] encryptRsa(byte[] publicKeyBytes, byte[] toEncryptBytes) throws Exception { PublicKey key = KeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(publicKeyBytes)); String transformation = \"RSA/ECB/PKCS1Padding\"; Cipher cipher = Cipher.getInstance(transformation); cipher.init(1, key); return cipher.doFinal(toEncryptBytes); } ``` In this example, `toEncrypt` refers to the plain text password you are setting and then encrypting, and the `publicKey` refers to the publicKey you got from the first request you sent. 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.
87274
+ * 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.
87185
87275
  * @summary Set Identity\'s Password
87186
87276
  * @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
87187
87277
  * @param {*} [axiosOptions] Override http request option.
@@ -87233,7 +87323,7 @@ export const PasswordManagementV2024ApiFactory = function (configuration?: Confi
87233
87323
  return localVarFp.queryPasswordInfo(passwordInfoQueryDTOV2024, axiosOptions).then((request) => request(axios, basePath));
87234
87324
  },
87235
87325
  /**
87236
- * 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.** You can use this endpoint to generate an `encryptedPassword` (RSA encrypted using publicKey). To do so, follow these steps: 1. Use [Query Password Info](https://developer.sailpoint.com/idn/api/v3/query-password-info) to get the following information: `identityId`, `sourceId`, `publicKeyId`, `publicKey`, `accounts`, and `policies`. 2. Choose an account from the previous response that you will provide as an `accountId` in your request to set an encrypted password. 3. Use [Set Identity\'s Password](https://developer.sailpoint.com/idn/api/v3/set-password) and provide the information you got from your earlier query. Then add this code to your request to get the encrypted password: ```java import javax.crypto.Cipher; import java.security.KeyFactory; import java.security.PublicKey; import java.security.spec.X509EncodedKeySpec; import java util.Base64; String encrypt(String publicKey, String toEncrypt) throws Exception { byte[] publicKeyBytes = Base64.getDecoder().decode(publicKey); byte[] encryptedBytes = encryptRsa(publicKeyBytes, toEncrypt.getBytes(\"UTF-8\")); return Base64.getEncoder().encodeToString(encryptedBytes); } private byte[] encryptRsa(byte[] publicKeyBytes, byte[] toEncryptBytes) throws Exception { PublicKey key = KeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(publicKeyBytes)); String transformation = \"RSA/ECB/PKCS1Padding\"; Cipher cipher = Cipher.getInstance(transformation); cipher.init(1, key); return cipher.doFinal(toEncryptBytes); } ``` In this example, `toEncrypt` refers to the plain text password you are setting and then encrypting, and the `publicKey` refers to the publicKey you got from the first request you sent. 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.
87326
+ * 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.
87237
87327
  * @summary Set Identity\'s Password
87238
87328
  * @param {PasswordChangeRequestV2024} passwordChangeRequestV2024
87239
87329
  * @param {*} [axiosOptions] Override http request option.
@@ -87352,7 +87442,7 @@ export class PasswordManagementV2024Api extends BaseAPI {
87352
87442
  }
87353
87443
 
87354
87444
  /**
87355
- * 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.** You can use this endpoint to generate an `encryptedPassword` (RSA encrypted using publicKey). To do so, follow these steps: 1. Use [Query Password Info](https://developer.sailpoint.com/idn/api/v3/query-password-info) to get the following information: `identityId`, `sourceId`, `publicKeyId`, `publicKey`, `accounts`, and `policies`. 2. Choose an account from the previous response that you will provide as an `accountId` in your request to set an encrypted password. 3. Use [Set Identity\'s Password](https://developer.sailpoint.com/idn/api/v3/set-password) and provide the information you got from your earlier query. Then add this code to your request to get the encrypted password: ```java import javax.crypto.Cipher; import java.security.KeyFactory; import java.security.PublicKey; import java.security.spec.X509EncodedKeySpec; import java util.Base64; String encrypt(String publicKey, String toEncrypt) throws Exception { byte[] publicKeyBytes = Base64.getDecoder().decode(publicKey); byte[] encryptedBytes = encryptRsa(publicKeyBytes, toEncrypt.getBytes(\"UTF-8\")); return Base64.getEncoder().encodeToString(encryptedBytes); } private byte[] encryptRsa(byte[] publicKeyBytes, byte[] toEncryptBytes) throws Exception { PublicKey key = KeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(publicKeyBytes)); String transformation = \"RSA/ECB/PKCS1Padding\"; Cipher cipher = Cipher.getInstance(transformation); cipher.init(1, key); return cipher.doFinal(toEncryptBytes); } ``` In this example, `toEncrypt` refers to the plain text password you are setting and then encrypting, and the `publicKey` refers to the publicKey you got from the first request you sent. 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.
87445
+ * 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.
87356
87446
  * @summary Set Identity\'s Password
87357
87447
  * @param {PasswordManagementV2024ApiSetPasswordRequest} requestParameters Request parameters.
87358
87448
  * @param {*} [axiosOptions] Override http request option.
@@ -91344,7 +91434,7 @@ export const RolesV2024ApiAxiosParamCreator = function (configuration?: Configur
91344
91434
  };
91345
91435
  },
91346
91436
  /**
91347
- * This API returns a list of all bulk update process status of the tenant. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
91437
+ * This API returns a list of all unfinished bulk update process status of the tenant.
91348
91438
  * @summary Get Bulk-Update Statuses
91349
91439
  * @param {*} [axiosOptions] Override http request option.
91350
91440
  * @throws {RequiredError}
@@ -91364,11 +91454,11 @@ export const RolesV2024ApiAxiosParamCreator = function (configuration?: Configur
91364
91454
 
91365
91455
  // authentication userAuth required
91366
91456
  // oauth required
91367
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
91457
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
91368
91458
 
91369
91459
  // authentication userAuth required
91370
91460
  // oauth required
91371
- await setOAuthToObject(localVarHeaderParameter, "userAuth", ["sp:scopes:all"], configuration)
91461
+ await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
91372
91462
 
91373
91463
 
91374
91464
 
@@ -91828,7 +91918,7 @@ export const RolesV2024ApiAxiosParamCreator = function (configuration?: Configur
91828
91918
  };
91829
91919
  },
91830
91920
  /**
91831
- * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.
91921
+ * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.
91832
91922
  * @summary Add a Metadata to Role.
91833
91923
  * @param {string} id The Id of a role
91834
91924
  * @param {string} attributeKey Technical name of the Attribute.
@@ -92066,12 +92156,12 @@ export const RolesV2024ApiFp = function(configuration?: Configuration) {
92066
92156
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
92067
92157
  },
92068
92158
  /**
92069
- * This API returns a list of all bulk update process status of the tenant. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
92159
+ * This API returns a list of all unfinished bulk update process status of the tenant.
92070
92160
  * @summary Get Bulk-Update Statuses
92071
92161
  * @param {*} [axiosOptions] Override http request option.
92072
92162
  * @throws {RequiredError}
92073
92163
  */
92074
- async getBulkUpdateStatus(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleBulkUpdateResponseV2024>>> {
92164
+ async getBulkUpdateStatus(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleGetAllBulkUpdateResponseV2024>>> {
92075
92165
  const localVarAxiosArgs = await localVarAxiosParamCreator.getBulkUpdateStatus(axiosOptions);
92076
92166
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
92077
92167
  },
@@ -92179,7 +92269,7 @@ export const RolesV2024ApiFp = function(configuration?: Configuration) {
92179
92269
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
92180
92270
  },
92181
92271
  /**
92182
- * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.
92272
+ * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.
92183
92273
  * @summary Add a Metadata to Role.
92184
92274
  * @param {string} id The Id of a role
92185
92275
  * @param {string} attributeKey Technical name of the Attribute.
@@ -92277,12 +92367,12 @@ export const RolesV2024ApiFactory = function (configuration?: Configuration, bas
92277
92367
  return localVarFp.deleteRole(id, axiosOptions).then((request) => request(axios, basePath));
92278
92368
  },
92279
92369
  /**
92280
- * This API returns a list of all bulk update process status of the tenant. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
92370
+ * This API returns a list of all unfinished bulk update process status of the tenant.
92281
92371
  * @summary Get Bulk-Update Statuses
92282
92372
  * @param {*} [axiosOptions] Override http request option.
92283
92373
  * @throws {RequiredError}
92284
92374
  */
92285
- getBulkUpdateStatus(axiosOptions?: any): AxiosPromise<Array<RoleBulkUpdateResponseV2024>> {
92375
+ getBulkUpdateStatus(axiosOptions?: any): AxiosPromise<Array<RoleGetAllBulkUpdateResponseV2024>> {
92286
92376
  return localVarFp.getBulkUpdateStatus(axiosOptions).then((request) => request(axios, basePath));
92287
92377
  },
92288
92378
  /**
@@ -92382,7 +92472,7 @@ export const RolesV2024ApiFactory = function (configuration?: Configuration, bas
92382
92472
  return localVarFp.searchRolesByFilter(forSubadmin, limit, offset, count, sorters, forSegmentIds, includeUnsegmented, roleListFilterDTOV2024, axiosOptions).then((request) => request(axios, basePath));
92383
92473
  },
92384
92474
  /**
92385
- * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.
92475
+ * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.
92386
92476
  * @summary Add a Metadata to Role.
92387
92477
  * @param {string} id The Id of a role
92388
92478
  * @param {string} attributeKey Technical name of the Attribute.
@@ -92902,7 +92992,7 @@ export class RolesV2024Api extends BaseAPI {
92902
92992
  }
92903
92993
 
92904
92994
  /**
92905
- * This API returns a list of all bulk update process status of the tenant. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
92995
+ * This API returns a list of all unfinished bulk update process status of the tenant.
92906
92996
  * @summary Get Bulk-Update Statuses
92907
92997
  * @param {*} [axiosOptions] Override http request option.
92908
92998
  * @throws {RequiredError}
@@ -92997,7 +93087,7 @@ export class RolesV2024Api extends BaseAPI {
92997
93087
  }
92998
93088
 
92999
93089
  /**
93000
- * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.
93090
+ * This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.
93001
93091
  * @summary Add a Metadata to Role.
93002
93092
  * @param {RolesV2024ApiUpdateAttributeKeyAndValueToRoleRequest} requestParameters Request parameters.
93003
93093
  * @param {*} [axiosOptions] Override http request option.
@@ -98021,7 +98111,7 @@ export const SearchV2024ApiAxiosParamCreator = function (configuration?: Configu
98021
98111
  };
98022
98112
  },
98023
98113
  /**
98024
- * Performs a search with the provided query and returns a matching result collection. By default, you can page a maximum of 10,000 search result records. 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.
98114
+ * 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.
98025
98115
  * @summary Perform Search
98026
98116
  * @param {SearchV2024} searchV2024
98027
98117
  * @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.
@@ -98127,7 +98217,7 @@ export const SearchV2024ApiFp = function(configuration?: Configuration) {
98127
98217
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
98128
98218
  },
98129
98219
  /**
98130
- * Performs a search with the provided query and returns a matching result collection. By default, you can page a maximum of 10,000 search result records. 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.
98220
+ * 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.
98131
98221
  * @summary Perform Search
98132
98222
  * @param {SearchV2024} searchV2024
98133
98223
  * @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.
@@ -98185,7 +98275,7 @@ export const SearchV2024ApiFactory = function (configuration?: Configuration, ba
98185
98275
  return localVarFp.searchGet(index, id, axiosOptions).then((request) => request(axios, basePath));
98186
98276
  },
98187
98277
  /**
98188
- * Performs a search with the provided query and returns a matching result collection. By default, you can page a maximum of 10,000 search result records. 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.
98278
+ * 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.
98189
98279
  * @summary Perform Search
98190
98280
  * @param {SearchV2024} searchV2024
98191
98281
  * @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.
@@ -98349,7 +98439,7 @@ export class SearchV2024Api extends BaseAPI {
98349
98439
  }
98350
98440
 
98351
98441
  /**
98352
- * Performs a search with the provided query and returns a matching result collection. By default, you can page a maximum of 10,000 search result records. 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.
98442
+ * 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.
98353
98443
  * @summary Perform Search
98354
98444
  * @param {SearchV2024ApiSearchPostRequest} requestParameters Request parameters.
98355
98445
  * @param {*} [axiosOptions] Override http request option.