sailpoint-api-client 1.6.7 → 1.6.8

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.
@@ -39382,6 +39382,55 @@ export declare const SourceSchemasInnerV2025TypeV2025: {
39382
39382
  readonly ConnectorSchema: "CONNECTOR_SCHEMA";
39383
39383
  };
39384
39384
  export type SourceSchemasInnerV2025TypeV2025 = typeof SourceSchemasInnerV2025TypeV2025[keyof typeof SourceSchemasInnerV2025TypeV2025];
39385
+ /**
39386
+ *
39387
+ * @export
39388
+ * @interface SourceSubtypeV2025
39389
+ */
39390
+ export interface SourceSubtypeV2025 {
39391
+ /**
39392
+ * Unique identifier for the subtype.
39393
+ * @type {string}
39394
+ * @memberof SourceSubtypeV2025
39395
+ */
39396
+ 'id'?: string;
39397
+ /**
39398
+ * The ID of the source.
39399
+ * @type {string}
39400
+ * @memberof SourceSubtypeV2025
39401
+ */
39402
+ 'sourceId'?: string;
39403
+ /**
39404
+ * Technical name of the subtype.
39405
+ * @type {string}
39406
+ * @memberof SourceSubtypeV2025
39407
+ */
39408
+ 'technicalName': string;
39409
+ /**
39410
+ * Display name of the subtype.
39411
+ * @type {string}
39412
+ * @memberof SourceSubtypeV2025
39413
+ */
39414
+ 'displayName': string;
39415
+ /**
39416
+ * Description of the subtype.
39417
+ * @type {string}
39418
+ * @memberof SourceSubtypeV2025
39419
+ */
39420
+ 'description': string;
39421
+ /**
39422
+ * Creation timestamp.
39423
+ * @type {string}
39424
+ * @memberof SourceSubtypeV2025
39425
+ */
39426
+ 'created'?: string;
39427
+ /**
39428
+ * Last modified timestamp.
39429
+ * @type {string}
39430
+ * @memberof SourceSubtypeV2025
39431
+ */
39432
+ 'modified'?: string;
39433
+ }
39385
39434
  /**
39386
39435
  *
39387
39436
  * @export
@@ -48632,12 +48681,12 @@ export declare const AppsV2025ApiAxiosParamCreator: (configuration?: Configurati
48632
48681
  /**
48633
48682
  * This endpoint creates a source app using the given source app payload
48634
48683
  * @summary Create source app
48635
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48636
48684
  * @param {SourceAppCreateDtoV2025} sourceAppCreateDtoV2025
48685
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48637
48686
  * @param {*} [axiosOptions] Override http request option.
48638
48687
  * @throws {RequiredError}
48639
48688
  */
48640
- createSourceApp: (xSailPointExperimental: string, sourceAppCreateDtoV2025: SourceAppCreateDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48689
+ createSourceApp: (sourceAppCreateDtoV2025: SourceAppCreateDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48641
48690
  /**
48642
48691
  * This API returns the final list of access profiles for the specified source app after removing
48643
48692
  * @summary Bulk remove access profiles from the specified source app
@@ -48653,11 +48702,11 @@ export declare const AppsV2025ApiAxiosParamCreator: (configuration?: Configurati
48653
48702
  * Use this API to delete a specific source app
48654
48703
  * @summary Delete source app by id
48655
48704
  * @param {string} id source app ID.
48656
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48705
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48657
48706
  * @param {*} [axiosOptions] Override http request option.
48658
48707
  * @throws {RequiredError}
48659
48708
  */
48660
- deleteSourceApp: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48709
+ deleteSourceApp: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48661
48710
  /**
48662
48711
  * This API returns a source app by its ID.
48663
48712
  * @summary Get source app by id
@@ -48757,12 +48806,12 @@ export declare const AppsV2025ApiAxiosParamCreator: (configuration?: Configurati
48757
48806
  * This API updates an existing source app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts** and **accessProfiles**. Name, description and owner can\'t be empty or null.
48758
48807
  * @summary Patch source app by id
48759
48808
  * @param {string} id ID of the source app to patch
48760
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48809
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48761
48810
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
48762
48811
  * @param {*} [axiosOptions] Override http request option.
48763
48812
  * @throws {RequiredError}
48764
48813
  */
48765
- patchSourceApp: (id: string, xSailPointExperimental: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48814
+ patchSourceApp: (id: string, xSailPointExperimental?: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48766
48815
  /**
48767
48816
  * This API updates an existing user app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **account**
48768
48817
  * @summary Patch user app by id
@@ -48791,12 +48840,12 @@ export declare const AppsV2025ApiFp: (configuration?: Configuration) => {
48791
48840
  /**
48792
48841
  * This endpoint creates a source app using the given source app payload
48793
48842
  * @summary Create source app
48794
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48795
48843
  * @param {SourceAppCreateDtoV2025} sourceAppCreateDtoV2025
48844
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48796
48845
  * @param {*} [axiosOptions] Override http request option.
48797
48846
  * @throws {RequiredError}
48798
48847
  */
48799
- createSourceApp(xSailPointExperimental: string, sourceAppCreateDtoV2025: SourceAppCreateDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppV2025>>;
48848
+ createSourceApp(sourceAppCreateDtoV2025: SourceAppCreateDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppV2025>>;
48800
48849
  /**
48801
48850
  * This API returns the final list of access profiles for the specified source app after removing
48802
48851
  * @summary Bulk remove access profiles from the specified source app
@@ -48812,11 +48861,11 @@ export declare const AppsV2025ApiFp: (configuration?: Configuration) => {
48812
48861
  * Use this API to delete a specific source app
48813
48862
  * @summary Delete source app by id
48814
48863
  * @param {string} id source app ID.
48815
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48864
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48816
48865
  * @param {*} [axiosOptions] Override http request option.
48817
48866
  * @throws {RequiredError}
48818
48867
  */
48819
- deleteSourceApp(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppV2025>>;
48868
+ deleteSourceApp(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppV2025>>;
48820
48869
  /**
48821
48870
  * This API returns a source app by its ID.
48822
48871
  * @summary Get source app by id
@@ -48916,12 +48965,12 @@ export declare const AppsV2025ApiFp: (configuration?: Configuration) => {
48916
48965
  * This API updates an existing source app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts** and **accessProfiles**. Name, description and owner can\'t be empty or null.
48917
48966
  * @summary Patch source app by id
48918
48967
  * @param {string} id ID of the source app to patch
48919
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
48968
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
48920
48969
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
48921
48970
  * @param {*} [axiosOptions] Override http request option.
48922
48971
  * @throws {RequiredError}
48923
48972
  */
48924
- patchSourceApp(id: string, xSailPointExperimental: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppPatchDtoV2025>>;
48973
+ patchSourceApp(id: string, xSailPointExperimental?: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceAppPatchDtoV2025>>;
48925
48974
  /**
48926
48975
  * This API updates an existing user app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **account**
48927
48976
  * @summary Patch user app by id
@@ -49066,18 +49115,18 @@ export declare const AppsV2025ApiFactory: (configuration?: Configuration, basePa
49066
49115
  * @interface AppsV2025ApiCreateSourceAppRequest
49067
49116
  */
49068
49117
  export interface AppsV2025ApiCreateSourceAppRequest {
49069
- /**
49070
- * Use this header to enable this experimental API.
49071
- * @type {string}
49072
- * @memberof AppsV2025ApiCreateSourceApp
49073
- */
49074
- readonly xSailPointExperimental: string;
49075
49118
  /**
49076
49119
  *
49077
49120
  * @type {SourceAppCreateDtoV2025}
49078
49121
  * @memberof AppsV2025ApiCreateSourceApp
49079
49122
  */
49080
49123
  readonly sourceAppCreateDtoV2025: SourceAppCreateDtoV2025;
49124
+ /**
49125
+ * Use this header to enable this experimental API.
49126
+ * @type {string}
49127
+ * @memberof AppsV2025ApiCreateSourceApp
49128
+ */
49129
+ readonly xSailPointExperimental?: string;
49081
49130
  }
49082
49131
  /**
49083
49132
  * Request parameters for deleteAccessProfilesFromSourceAppByBulk operation in AppsV2025Api.
@@ -49127,7 +49176,7 @@ export interface AppsV2025ApiDeleteSourceAppRequest {
49127
49176
  * @type {string}
49128
49177
  * @memberof AppsV2025ApiDeleteSourceApp
49129
49178
  */
49130
- readonly xSailPointExperimental: string;
49179
+ readonly xSailPointExperimental?: string;
49131
49180
  }
49132
49181
  /**
49133
49182
  * Request parameters for getSourceApp operation in AppsV2025Api.
@@ -49436,7 +49485,7 @@ export interface AppsV2025ApiPatchSourceAppRequest {
49436
49485
  * @type {string}
49437
49486
  * @memberof AppsV2025ApiPatchSourceApp
49438
49487
  */
49439
- readonly xSailPointExperimental: string;
49488
+ readonly xSailPointExperimental?: string;
49440
49489
  /**
49441
49490
  *
49442
49491
  * @type {Array<JsonPatchOperationV2025>}
@@ -49648,12 +49697,12 @@ export declare const AuthProfileV2025ApiAxiosParamCreator: (configuration?: Conf
49648
49697
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
49649
49698
  * @summary Patch a specified auth profile
49650
49699
  * @param {string} id ID of the Auth Profile to patch.
49651
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
49652
49700
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
49701
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
49653
49702
  * @param {*} [axiosOptions] Override http request option.
49654
49703
  * @throws {RequiredError}
49655
49704
  */
49656
- patchProfileConfig: (id: string, xSailPointExperimental: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
49705
+ patchProfileConfig: (id: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
49657
49706
  };
49658
49707
  /**
49659
49708
  * AuthProfileV2025Api - functional programming interface
@@ -49681,12 +49730,12 @@ export declare const AuthProfileV2025ApiFp: (configuration?: Configuration) => {
49681
49730
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
49682
49731
  * @summary Patch a specified auth profile
49683
49732
  * @param {string} id ID of the Auth Profile to patch.
49684
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
49685
49733
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
49734
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
49686
49735
  * @param {*} [axiosOptions] Override http request option.
49687
49736
  * @throws {RequiredError}
49688
49737
  */
49689
- patchProfileConfig(id: string, xSailPointExperimental: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthProfileV2025>>;
49738
+ patchProfileConfig(id: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthProfileV2025>>;
49690
49739
  };
49691
49740
  /**
49692
49741
  * AuthProfileV2025Api - factory interface
@@ -49762,18 +49811,18 @@ export interface AuthProfileV2025ApiPatchProfileConfigRequest {
49762
49811
  * @memberof AuthProfileV2025ApiPatchProfileConfig
49763
49812
  */
49764
49813
  readonly id: string;
49765
- /**
49766
- * Use this header to enable this experimental API.
49767
- * @type {string}
49768
- * @memberof AuthProfileV2025ApiPatchProfileConfig
49769
- */
49770
- readonly xSailPointExperimental: string;
49771
49814
  /**
49772
49815
  *
49773
49816
  * @type {Array<JsonPatchOperationV2025>}
49774
49817
  * @memberof AuthProfileV2025ApiPatchProfileConfig
49775
49818
  */
49776
49819
  readonly jsonPatchOperationV2025: Array<JsonPatchOperationV2025>;
49820
+ /**
49821
+ * Use this header to enable this experimental API.
49822
+ * @type {string}
49823
+ * @memberof AuthProfileV2025ApiPatchProfileConfig
49824
+ */
49825
+ readonly xSailPointExperimental?: string;
49777
49826
  }
49778
49827
  /**
49779
49828
  * AuthProfileV2025Api - object-oriented interface
@@ -56425,12 +56474,12 @@ export declare const CustomPasswordInstructionsV2025ApiAxiosParamCreator: (confi
56425
56474
  * This API delete the custom password instructions for the specified page ID.
56426
56475
  * @summary Delete custom password instructions by page id
56427
56476
  * @param {DeleteCustomPasswordInstructionsPageIdV2025} pageId The page ID of custom password instructions to delete.
56428
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56429
56477
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
56478
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56430
56479
  * @param {*} [axiosOptions] Override http request option.
56431
56480
  * @throws {RequiredError}
56432
56481
  */
56433
- deleteCustomPasswordInstructions: (pageId: DeleteCustomPasswordInstructionsPageIdV2025, xSailPointExperimental: string, locale?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56482
+ deleteCustomPasswordInstructions: (pageId: DeleteCustomPasswordInstructionsPageIdV2025, locale?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56434
56483
  /**
56435
56484
  * This API returns the custom password instructions for the specified page ID.
56436
56485
  * @summary Get custom password instructions by page id
@@ -56460,12 +56509,12 @@ export declare const CustomPasswordInstructionsV2025ApiFp: (configuration?: Conf
56460
56509
  * This API delete the custom password instructions for the specified page ID.
56461
56510
  * @summary Delete custom password instructions by page id
56462
56511
  * @param {DeleteCustomPasswordInstructionsPageIdV2025} pageId The page ID of custom password instructions to delete.
56463
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56464
56512
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
56513
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56465
56514
  * @param {*} [axiosOptions] Override http request option.
56466
56515
  * @throws {RequiredError}
56467
56516
  */
56468
- deleteCustomPasswordInstructions(pageId: DeleteCustomPasswordInstructionsPageIdV2025, xSailPointExperimental: string, locale?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
56517
+ deleteCustomPasswordInstructions(pageId: DeleteCustomPasswordInstructionsPageIdV2025, locale?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
56469
56518
  /**
56470
56519
  * This API returns the custom password instructions for the specified page ID.
56471
56520
  * @summary Get custom password instructions by page id
@@ -56539,17 +56588,17 @@ export interface CustomPasswordInstructionsV2025ApiDeleteCustomPasswordInstructi
56539
56588
  */
56540
56589
  readonly pageId: DeleteCustomPasswordInstructionsPageIdV2025;
56541
56590
  /**
56542
- * Use this header to enable this experimental API.
56591
+ * The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
56543
56592
  * @type {string}
56544
56593
  * @memberof CustomPasswordInstructionsV2025ApiDeleteCustomPasswordInstructions
56545
56594
  */
56546
- readonly xSailPointExperimental: string;
56595
+ readonly locale?: string;
56547
56596
  /**
56548
- * The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
56597
+ * Use this header to enable this experimental API.
56549
56598
  * @type {string}
56550
56599
  * @memberof CustomPasswordInstructionsV2025ApiDeleteCustomPasswordInstructions
56551
56600
  */
56552
- readonly locale?: string;
56601
+ readonly xSailPointExperimental?: string;
56553
56602
  }
56554
56603
  /**
56555
56604
  * Request parameters for getCustomPasswordInstructions operation in CustomPasswordInstructionsV2025Api.
@@ -56664,12 +56713,12 @@ export declare const CustomUserLevelsV2025ApiAxiosParamCreator: (configuration?:
56664
56713
  /**
56665
56714
  * Deletes a specific user level by its ID.
56666
56715
  * @summary Delete a user level
56667
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56668
56716
  * @param {string} id The unique identifier of the user level.
56717
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56669
56718
  * @param {*} [axiosOptions] Override http request option.
56670
56719
  * @throws {RequiredError}
56671
56720
  */
56672
- deleteUserLevel: (xSailPointExperimental: string, id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56721
+ deleteUserLevel: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56673
56722
  /**
56674
56723
  * Fetches the details of a specific user level by its ID.
56675
56724
  * @summary Retrieve a user level
@@ -56694,7 +56743,7 @@ export declare const CustomUserLevelsV2025ApiAxiosParamCreator: (configuration?:
56694
56743
  /**
56695
56744
  * Retrieves a list of user levels for the tenant.
56696
56745
  * @summary List user levels
56697
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56746
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56698
56747
  * @param {ListUserLevelsDetailLevelV2025} [detailLevel] Specifies the level of detail for the user levels.
56699
56748
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **name**: *co* **owner**: *co* **status**: *eq*
56700
56749
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created**
@@ -56703,7 +56752,7 @@ export declare const CustomUserLevelsV2025ApiAxiosParamCreator: (configuration?:
56703
56752
  * @param {*} [axiosOptions] Override http request option.
56704
56753
  * @throws {RequiredError}
56705
56754
  */
56706
- listUserLevels: (xSailPointExperimental: string, detailLevel?: ListUserLevelsDetailLevelV2025, filters?: string, sorters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56755
+ listUserLevels: (xSailPointExperimental?: string, detailLevel?: ListUserLevelsDetailLevelV2025, filters?: string, sorters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56707
56756
  /**
56708
56757
  * Publishes a custom user level for the tenant, making it active and available.
56709
56758
  * @summary Publish a custom user level
@@ -56716,13 +56765,13 @@ export declare const CustomUserLevelsV2025ApiAxiosParamCreator: (configuration?:
56716
56765
  /**
56717
56766
  * Updates the details of a specific user level using JSON Patch.
56718
56767
  * @summary Update a user level
56719
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56720
56768
  * @param {string} id The unique identifier of the user level.
56721
56769
  * @param {JsonPatchV2025} jsonPatchV2025 JSON Patch payload for updating the user level.
56770
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56722
56771
  * @param {*} [axiosOptions] Override http request option.
56723
56772
  * @throws {RequiredError}
56724
56773
  */
56725
- updateUserLevel: (xSailPointExperimental: string, id: string, jsonPatchV2025: JsonPatchV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56774
+ updateUserLevel: (id: string, jsonPatchV2025: JsonPatchV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56726
56775
  };
56727
56776
  /**
56728
56777
  * CustomUserLevelsV2025Api - functional programming interface
@@ -56741,12 +56790,12 @@ export declare const CustomUserLevelsV2025ApiFp: (configuration?: Configuration)
56741
56790
  /**
56742
56791
  * Deletes a specific user level by its ID.
56743
56792
  * @summary Delete a user level
56744
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56745
56793
  * @param {string} id The unique identifier of the user level.
56794
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56746
56795
  * @param {*} [axiosOptions] Override http request option.
56747
56796
  * @throws {RequiredError}
56748
56797
  */
56749
- deleteUserLevel(xSailPointExperimental: string, id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
56798
+ deleteUserLevel(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
56750
56799
  /**
56751
56800
  * Fetches the details of a specific user level by its ID.
56752
56801
  * @summary Retrieve a user level
@@ -56771,7 +56820,7 @@ export declare const CustomUserLevelsV2025ApiFp: (configuration?: Configuration)
56771
56820
  /**
56772
56821
  * Retrieves a list of user levels for the tenant.
56773
56822
  * @summary List user levels
56774
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56823
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56775
56824
  * @param {ListUserLevelsDetailLevelV2025} [detailLevel] Specifies the level of detail for the user levels.
56776
56825
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **name**: *co* **owner**: *co* **status**: *eq*
56777
56826
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created**
@@ -56780,7 +56829,7 @@ export declare const CustomUserLevelsV2025ApiFp: (configuration?: Configuration)
56780
56829
  * @param {*} [axiosOptions] Override http request option.
56781
56830
  * @throws {RequiredError}
56782
56831
  */
56783
- listUserLevels(xSailPointExperimental: string, detailLevel?: ListUserLevelsDetailLevelV2025, filters?: string, sorters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UserLevelSummaryDTOV2025>>>;
56832
+ listUserLevels(xSailPointExperimental?: string, detailLevel?: ListUserLevelsDetailLevelV2025, filters?: string, sorters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UserLevelSummaryDTOV2025>>>;
56784
56833
  /**
56785
56834
  * Publishes a custom user level for the tenant, making it active and available.
56786
56835
  * @summary Publish a custom user level
@@ -56793,13 +56842,13 @@ export declare const CustomUserLevelsV2025ApiFp: (configuration?: Configuration)
56793
56842
  /**
56794
56843
  * Updates the details of a specific user level using JSON Patch.
56795
56844
  * @summary Update a user level
56796
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
56797
56845
  * @param {string} id The unique identifier of the user level.
56798
56846
  * @param {JsonPatchV2025} jsonPatchV2025 JSON Patch payload for updating the user level.
56847
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
56799
56848
  * @param {*} [axiosOptions] Override http request option.
56800
56849
  * @throws {RequiredError}
56801
56850
  */
56802
- updateUserLevel(xSailPointExperimental: string, id: string, jsonPatchV2025: JsonPatchV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserLevelSummaryDTOV2025>>;
56851
+ updateUserLevel(id: string, jsonPatchV2025: JsonPatchV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserLevelSummaryDTOV2025>>;
56803
56852
  };
56804
56853
  /**
56805
56854
  * CustomUserLevelsV2025Api - factory interface
@@ -56845,7 +56894,7 @@ export declare const CustomUserLevelsV2025ApiFactory: (configuration?: Configura
56845
56894
  * @param {*} [axiosOptions] Override http request option.
56846
56895
  * @throws {RequiredError}
56847
56896
  */
56848
- listUserLevels(requestParameters: CustomUserLevelsV2025ApiListUserLevelsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<UserLevelSummaryDTOV2025>>;
56897
+ listUserLevels(requestParameters?: CustomUserLevelsV2025ApiListUserLevelsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<UserLevelSummaryDTOV2025>>;
56849
56898
  /**
56850
56899
  * Publishes a custom user level for the tenant, making it active and available.
56851
56900
  * @summary Publish a custom user level
@@ -56889,17 +56938,17 @@ export interface CustomUserLevelsV2025ApiCreateCustomUserLevelRequest {
56889
56938
  */
56890
56939
  export interface CustomUserLevelsV2025ApiDeleteUserLevelRequest {
56891
56940
  /**
56892
- * Use this header to enable this experimental API.
56941
+ * The unique identifier of the user level.
56893
56942
  * @type {string}
56894
56943
  * @memberof CustomUserLevelsV2025ApiDeleteUserLevel
56895
56944
  */
56896
- readonly xSailPointExperimental: string;
56945
+ readonly id: string;
56897
56946
  /**
56898
- * The unique identifier of the user level.
56947
+ * Use this header to enable this experimental API.
56899
56948
  * @type {string}
56900
56949
  * @memberof CustomUserLevelsV2025ApiDeleteUserLevel
56901
56950
  */
56902
- readonly id: string;
56951
+ readonly xSailPointExperimental?: string;
56903
56952
  }
56904
56953
  /**
56905
56954
  * Request parameters for getUserLevel operation in CustomUserLevelsV2025Api.
@@ -56968,7 +57017,7 @@ export interface CustomUserLevelsV2025ApiListUserLevelsRequest {
56968
57017
  * @type {string}
56969
57018
  * @memberof CustomUserLevelsV2025ApiListUserLevels
56970
57019
  */
56971
- readonly xSailPointExperimental: string;
57020
+ readonly xSailPointExperimental?: string;
56972
57021
  /**
56973
57022
  * Specifies the level of detail for the user levels.
56974
57023
  * @type {'FULL' | 'SLIM'}
@@ -57025,12 +57074,6 @@ export interface CustomUserLevelsV2025ApiPublishCustomUserLevelRequest {
57025
57074
  * @interface CustomUserLevelsV2025ApiUpdateUserLevelRequest
57026
57075
  */
57027
57076
  export interface CustomUserLevelsV2025ApiUpdateUserLevelRequest {
57028
- /**
57029
- * Use this header to enable this experimental API.
57030
- * @type {string}
57031
- * @memberof CustomUserLevelsV2025ApiUpdateUserLevel
57032
- */
57033
- readonly xSailPointExperimental: string;
57034
57077
  /**
57035
57078
  * The unique identifier of the user level.
57036
57079
  * @type {string}
@@ -57043,6 +57086,12 @@ export interface CustomUserLevelsV2025ApiUpdateUserLevelRequest {
57043
57086
  * @memberof CustomUserLevelsV2025ApiUpdateUserLevel
57044
57087
  */
57045
57088
  readonly jsonPatchV2025: JsonPatchV2025;
57089
+ /**
57090
+ * Use this header to enable this experimental API.
57091
+ * @type {string}
57092
+ * @memberof CustomUserLevelsV2025ApiUpdateUserLevel
57093
+ */
57094
+ readonly xSailPointExperimental?: string;
57046
57095
  }
57047
57096
  /**
57048
57097
  * CustomUserLevelsV2025Api - object-oriented interface
@@ -57095,7 +57144,7 @@ export declare class CustomUserLevelsV2025Api extends BaseAPI {
57095
57144
  * @throws {RequiredError}
57096
57145
  * @memberof CustomUserLevelsV2025Api
57097
57146
  */
57098
- listUserLevels(requestParameters: CustomUserLevelsV2025ApiListUserLevelsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserLevelSummaryDTOV2025[], any>>;
57147
+ listUserLevels(requestParameters?: CustomUserLevelsV2025ApiListUserLevelsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserLevelSummaryDTOV2025[], any>>;
57099
57148
  /**
57100
57149
  * Publishes a custom user level for the tenant, making it active and available.
57101
57150
  * @summary Publish a custom user level
@@ -57140,12 +57189,12 @@ export declare const DataSegmentationV2025ApiAxiosParamCreator: (configuration?:
57140
57189
  * This API deletes the segment specified by the given ID.
57141
57190
  * @summary Delete segment by id
57142
57191
  * @param {string} id The segment ID to delete.
57143
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57144
57192
  * @param {boolean} [published] This determines which version of the segment to delete
57193
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57145
57194
  * @param {*} [axiosOptions] Override http request option.
57146
57195
  * @throws {RequiredError}
57147
57196
  */
57148
- deleteDataSegment: (id: string, xSailPointExperimental: string, published?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57197
+ deleteDataSegment: (id: string, published?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57149
57198
  /**
57150
57199
  * This API returns the segment specified by the given ID.
57151
57200
  * @summary Get segment by id
@@ -57192,22 +57241,22 @@ export declare const DataSegmentationV2025ApiAxiosParamCreator: (configuration?:
57192
57241
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
57193
57242
  * @summary Update segment
57194
57243
  * @param {string} id The segment ID to modify.
57195
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57196
57244
  * @param {Array<object>} requestBody A list of segment update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * membership * memberFilter * memberSelection * scopes * enabled
57245
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57197
57246
  * @param {*} [axiosOptions] Override http request option.
57198
57247
  * @throws {RequiredError}
57199
57248
  */
57200
- patchDataSegment: (id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57249
+ patchDataSegment: (id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57201
57250
  /**
57202
57251
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
57203
57252
  * @summary Publish segment by id
57204
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57205
57253
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
57206
57254
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
57255
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57207
57256
  * @param {*} [axiosOptions] Override http request option.
57208
57257
  * @throws {RequiredError}
57209
57258
  */
57210
- publishDataSegment: (xSailPointExperimental: string, requestBody: Array<string>, publishAll?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57259
+ publishDataSegment: (requestBody: Array<string>, publishAll?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57211
57260
  };
57212
57261
  /**
57213
57262
  * DataSegmentationV2025Api - functional programming interface
@@ -57226,12 +57275,12 @@ export declare const DataSegmentationV2025ApiFp: (configuration?: Configuration)
57226
57275
  * This API deletes the segment specified by the given ID.
57227
57276
  * @summary Delete segment by id
57228
57277
  * @param {string} id The segment ID to delete.
57229
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57230
57278
  * @param {boolean} [published] This determines which version of the segment to delete
57279
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57231
57280
  * @param {*} [axiosOptions] Override http request option.
57232
57281
  * @throws {RequiredError}
57233
57282
  */
57234
- deleteDataSegment(id: string, xSailPointExperimental: string, published?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
57283
+ deleteDataSegment(id: string, published?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
57235
57284
  /**
57236
57285
  * This API returns the segment specified by the given ID.
57237
57286
  * @summary Get segment by id
@@ -57278,22 +57327,22 @@ export declare const DataSegmentationV2025ApiFp: (configuration?: Configuration)
57278
57327
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
57279
57328
  * @summary Update segment
57280
57329
  * @param {string} id The segment ID to modify.
57281
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57282
57330
  * @param {Array<object>} requestBody A list of segment update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * membership * memberFilter * memberSelection * scopes * enabled
57331
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57283
57332
  * @param {*} [axiosOptions] Override http request option.
57284
57333
  * @throws {RequiredError}
57285
57334
  */
57286
- patchDataSegment(id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataSegmentV2025>>;
57335
+ patchDataSegment(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataSegmentV2025>>;
57287
57336
  /**
57288
57337
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
57289
57338
  * @summary Publish segment by id
57290
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
57291
57339
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
57292
57340
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
57341
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
57293
57342
  * @param {*} [axiosOptions] Override http request option.
57294
57343
  * @throws {RequiredError}
57295
57344
  */
57296
- publishDataSegment(xSailPointExperimental: string, requestBody: Array<string>, publishAll?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
57345
+ publishDataSegment(requestBody: Array<string>, publishAll?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
57297
57346
  };
57298
57347
  /**
57299
57348
  * DataSegmentationV2025Api - factory interface
@@ -57390,18 +57439,18 @@ export interface DataSegmentationV2025ApiDeleteDataSegmentRequest {
57390
57439
  * @memberof DataSegmentationV2025ApiDeleteDataSegment
57391
57440
  */
57392
57441
  readonly id: string;
57393
- /**
57394
- * Use this header to enable this experimental API.
57395
- * @type {string}
57396
- * @memberof DataSegmentationV2025ApiDeleteDataSegment
57397
- */
57398
- readonly xSailPointExperimental: string;
57399
57442
  /**
57400
57443
  * This determines which version of the segment to delete
57401
57444
  * @type {boolean}
57402
57445
  * @memberof DataSegmentationV2025ApiDeleteDataSegment
57403
57446
  */
57404
57447
  readonly published?: boolean;
57448
+ /**
57449
+ * Use this header to enable this experimental API.
57450
+ * @type {string}
57451
+ * @memberof DataSegmentationV2025ApiDeleteDataSegment
57452
+ */
57453
+ readonly xSailPointExperimental?: string;
57405
57454
  }
57406
57455
  /**
57407
57456
  * Request parameters for getDataSegment operation in DataSegmentationV2025Api.
@@ -57527,18 +57576,18 @@ export interface DataSegmentationV2025ApiPatchDataSegmentRequest {
57527
57576
  * @memberof DataSegmentationV2025ApiPatchDataSegment
57528
57577
  */
57529
57578
  readonly id: string;
57530
- /**
57531
- * Use this header to enable this experimental API.
57532
- * @type {string}
57533
- * @memberof DataSegmentationV2025ApiPatchDataSegment
57534
- */
57535
- readonly xSailPointExperimental: string;
57536
57579
  /**
57537
57580
  * A list of segment update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * membership * memberFilter * memberSelection * scopes * enabled
57538
57581
  * @type {Array<object>}
57539
57582
  * @memberof DataSegmentationV2025ApiPatchDataSegment
57540
57583
  */
57541
57584
  readonly requestBody: Array<object>;
57585
+ /**
57586
+ * Use this header to enable this experimental API.
57587
+ * @type {string}
57588
+ * @memberof DataSegmentationV2025ApiPatchDataSegment
57589
+ */
57590
+ readonly xSailPointExperimental?: string;
57542
57591
  }
57543
57592
  /**
57544
57593
  * Request parameters for publishDataSegment operation in DataSegmentationV2025Api.
@@ -57546,12 +57595,6 @@ export interface DataSegmentationV2025ApiPatchDataSegmentRequest {
57546
57595
  * @interface DataSegmentationV2025ApiPublishDataSegmentRequest
57547
57596
  */
57548
57597
  export interface DataSegmentationV2025ApiPublishDataSegmentRequest {
57549
- /**
57550
- * Use this header to enable this experimental API.
57551
- * @type {string}
57552
- * @memberof DataSegmentationV2025ApiPublishDataSegment
57553
- */
57554
- readonly xSailPointExperimental: string;
57555
57598
  /**
57556
57599
  * A list of segment ids that you wish to publish
57557
57600
  * @type {Array<string>}
@@ -57564,6 +57607,12 @@ export interface DataSegmentationV2025ApiPublishDataSegmentRequest {
57564
57607
  * @memberof DataSegmentationV2025ApiPublishDataSegment
57565
57608
  */
57566
57609
  readonly publishAll?: boolean;
57610
+ /**
57611
+ * Use this header to enable this experimental API.
57612
+ * @type {string}
57613
+ * @memberof DataSegmentationV2025ApiPublishDataSegment
57614
+ */
57615
+ readonly xSailPointExperimental?: string;
57567
57616
  }
57568
57617
  /**
57569
57618
  * DataSegmentationV2025Api - object-oriented interface
@@ -59393,21 +59442,21 @@ export declare const GovernanceGroupsV2025ApiAxiosParamCreator: (configuration?:
59393
59442
  /**
59394
59443
  * This API creates a new Governance Group.
59395
59444
  * @summary Create a new governance group.
59396
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59397
59445
  * @param {WorkgroupDtoV2025} workgroupDtoV2025
59446
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59398
59447
  * @param {*} [axiosOptions] Override http request option.
59399
59448
  * @throws {RequiredError}
59400
59449
  */
59401
- createWorkgroup: (xSailPointExperimental: string, workgroupDtoV2025: WorkgroupDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59450
+ createWorkgroup: (workgroupDtoV2025: WorkgroupDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59402
59451
  /**
59403
59452
  * This API deletes a Governance Group by its ID.
59404
59453
  * @summary Delete a governance group
59405
59454
  * @param {string} id ID of the Governance Group
59406
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59455
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59407
59456
  * @param {*} [axiosOptions] Override http request option.
59408
59457
  * @throws {RequiredError}
59409
59458
  */
59410
- deleteWorkgroup: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59459
+ deleteWorkgroup: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59411
59460
  /**
59412
59461
  * This API removes one or more members from a Governance Group. A > **Following field of Identity is an optional field in the request.** > **name**
59413
59462
  * @summary Remove members from governance group
@@ -59479,12 +59528,12 @@ export declare const GovernanceGroupsV2025ApiAxiosParamCreator: (configuration?:
59479
59528
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
59480
59529
  * @summary Patch a governance group
59481
59530
  * @param {string} id ID of the Governance Group
59482
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59531
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59483
59532
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
59484
59533
  * @param {*} [axiosOptions] Override http request option.
59485
59534
  * @throws {RequiredError}
59486
59535
  */
59487
- patchWorkgroup: (id: string, xSailPointExperimental: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59536
+ patchWorkgroup: (id: string, xSailPointExperimental?: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59488
59537
  /**
59489
59538
  * This API adds one or more members to a Governance Group. A token with API, ORG_ADMIN authority is required to call this API. > **Following field of Identity is an optional field in the request.** > **name**
59490
59539
  * @summary Add members to governance group
@@ -59504,21 +59553,21 @@ export declare const GovernanceGroupsV2025ApiFp: (configuration?: Configuration)
59504
59553
  /**
59505
59554
  * This API creates a new Governance Group.
59506
59555
  * @summary Create a new governance group.
59507
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59508
59556
  * @param {WorkgroupDtoV2025} workgroupDtoV2025
59557
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59509
59558
  * @param {*} [axiosOptions] Override http request option.
59510
59559
  * @throws {RequiredError}
59511
59560
  */
59512
- createWorkgroup(xSailPointExperimental: string, workgroupDtoV2025: WorkgroupDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkgroupDtoV2025>>;
59561
+ createWorkgroup(workgroupDtoV2025: WorkgroupDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkgroupDtoV2025>>;
59513
59562
  /**
59514
59563
  * This API deletes a Governance Group by its ID.
59515
59564
  * @summary Delete a governance group
59516
59565
  * @param {string} id ID of the Governance Group
59517
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59566
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59518
59567
  * @param {*} [axiosOptions] Override http request option.
59519
59568
  * @throws {RequiredError}
59520
59569
  */
59521
- deleteWorkgroup(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
59570
+ deleteWorkgroup(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
59522
59571
  /**
59523
59572
  * This API removes one or more members from a Governance Group. A > **Following field of Identity is an optional field in the request.** > **name**
59524
59573
  * @summary Remove members from governance group
@@ -59590,12 +59639,12 @@ export declare const GovernanceGroupsV2025ApiFp: (configuration?: Configuration)
59590
59639
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
59591
59640
  * @summary Patch a governance group
59592
59641
  * @param {string} id ID of the Governance Group
59593
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
59642
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
59594
59643
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
59595
59644
  * @param {*} [axiosOptions] Override http request option.
59596
59645
  * @throws {RequiredError}
59597
59646
  */
59598
- patchWorkgroup(id: string, xSailPointExperimental: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkgroupDtoV2025>>;
59647
+ patchWorkgroup(id: string, xSailPointExperimental?: string, jsonPatchOperationV2025?: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkgroupDtoV2025>>;
59599
59648
  /**
59600
59649
  * This API adds one or more members to a Governance Group. A token with API, ORG_ADMIN authority is required to call this API. > **Following field of Identity is an optional field in the request.** > **name**
59601
59650
  * @summary Add members to governance group
@@ -59699,18 +59748,18 @@ export declare const GovernanceGroupsV2025ApiFactory: (configuration?: Configura
59699
59748
  * @interface GovernanceGroupsV2025ApiCreateWorkgroupRequest
59700
59749
  */
59701
59750
  export interface GovernanceGroupsV2025ApiCreateWorkgroupRequest {
59702
- /**
59703
- * Use this header to enable this experimental API.
59704
- * @type {string}
59705
- * @memberof GovernanceGroupsV2025ApiCreateWorkgroup
59706
- */
59707
- readonly xSailPointExperimental: string;
59708
59751
  /**
59709
59752
  *
59710
59753
  * @type {WorkgroupDtoV2025}
59711
59754
  * @memberof GovernanceGroupsV2025ApiCreateWorkgroup
59712
59755
  */
59713
59756
  readonly workgroupDtoV2025: WorkgroupDtoV2025;
59757
+ /**
59758
+ * Use this header to enable this experimental API.
59759
+ * @type {string}
59760
+ * @memberof GovernanceGroupsV2025ApiCreateWorkgroup
59761
+ */
59762
+ readonly xSailPointExperimental?: string;
59714
59763
  }
59715
59764
  /**
59716
59765
  * Request parameters for deleteWorkgroup operation in GovernanceGroupsV2025Api.
@@ -59729,7 +59778,7 @@ export interface GovernanceGroupsV2025ApiDeleteWorkgroupRequest {
59729
59778
  * @type {string}
59730
59779
  * @memberof GovernanceGroupsV2025ApiDeleteWorkgroup
59731
59780
  */
59732
- readonly xSailPointExperimental: string;
59781
+ readonly xSailPointExperimental?: string;
59733
59782
  }
59734
59783
  /**
59735
59784
  * Request parameters for deleteWorkgroupMembers operation in GovernanceGroupsV2025Api.
@@ -59940,7 +59989,7 @@ export interface GovernanceGroupsV2025ApiPatchWorkgroupRequest {
59940
59989
  * @type {string}
59941
59990
  * @memberof GovernanceGroupsV2025ApiPatchWorkgroup
59942
59991
  */
59943
- readonly xSailPointExperimental: string;
59992
+ readonly xSailPointExperimental?: string;
59944
59993
  /**
59945
59994
  *
59946
59995
  * @type {Array<JsonPatchOperationV2025>}
@@ -60138,51 +60187,51 @@ export declare const IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator: (
60138
60187
  /**
60139
60188
  * This API returns the list of ignored access request recommendations.
60140
60189
  * @summary List ignored access request recommendations
60141
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60142
60190
  * @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.
60143
60191
  * @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.
60144
60192
  * @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.
60145
60193
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60146
60194
  * @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: **access.id, access.type, identityId, timestamp**
60195
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60147
60196
  * @param {*} [axiosOptions] Override http request option.
60148
60197
  * @throws {RequiredError}
60149
60198
  */
60150
- getAccessRequestRecommendationsIgnoredItems: (xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60199
+ getAccessRequestRecommendationsIgnoredItems: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60151
60200
  /**
60152
60201
  * This API returns a list of requested access request recommendations.
60153
60202
  * @summary List accepted access request recommendations
60154
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60155
60203
  * @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.
60156
60204
  * @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.
60157
60205
  * @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.
60158
60206
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60159
60207
  * @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: **access.id, access.type, identityId, timestamp**
60208
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60160
60209
  * @param {*} [axiosOptions] Override http request option.
60161
60210
  * @throws {RequiredError}
60162
60211
  */
60163
- getAccessRequestRecommendationsRequestedItems: (xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60212
+ getAccessRequestRecommendationsRequestedItems: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60164
60213
  /**
60165
60214
  * This API returns the list of viewed access request recommendations.
60166
60215
  * @summary List viewed access request recommendations
60167
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60168
60216
  * @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.
60169
60217
  * @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.
60170
60218
  * @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.
60171
60219
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60172
60220
  * @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: **access.id, access.type, identityId, timestamp**
60221
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60173
60222
  * @param {*} [axiosOptions] Override http request option.
60174
60223
  * @throws {RequiredError}
60175
60224
  */
60176
- getAccessRequestRecommendationsViewedItems: (xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60225
+ getAccessRequestRecommendationsViewedItems: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60177
60226
  /**
60178
60227
  * This API updates the configurations for Access Request Recommender for the tenant.
60179
60228
  * @summary Update access request recommendations config
60180
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60181
60229
  * @param {AccessRequestRecommendationConfigDtoV2025} accessRequestRecommendationConfigDtoV2025 The desired configurations for Access Request Recommender for the tenant.
60230
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60182
60231
  * @param {*} [axiosOptions] Override http request option.
60183
60232
  * @throws {RequiredError}
60184
60233
  */
60185
- setAccessRequestRecommendationsConfig: (xSailPointExperimental: string, accessRequestRecommendationConfigDtoV2025: AccessRequestRecommendationConfigDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60234
+ setAccessRequestRecommendationsConfig: (accessRequestRecommendationConfigDtoV2025: AccessRequestRecommendationConfigDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60186
60235
  };
60187
60236
  /**
60188
60237
  * IAIAccessRequestRecommendationsV2025Api - functional programming interface
@@ -60251,51 +60300,51 @@ export declare const IAIAccessRequestRecommendationsV2025ApiFp: (configuration?:
60251
60300
  /**
60252
60301
  * This API returns the list of ignored access request recommendations.
60253
60302
  * @summary List ignored access request recommendations
60254
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60255
60303
  * @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.
60256
60304
  * @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.
60257
60305
  * @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.
60258
60306
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60259
60307
  * @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: **access.id, access.type, identityId, timestamp**
60308
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60260
60309
  * @param {*} [axiosOptions] Override http request option.
60261
60310
  * @throws {RequiredError}
60262
60311
  */
60263
- getAccessRequestRecommendationsIgnoredItems(xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60312
+ getAccessRequestRecommendationsIgnoredItems(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60264
60313
  /**
60265
60314
  * This API returns a list of requested access request recommendations.
60266
60315
  * @summary List accepted access request recommendations
60267
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60268
60316
  * @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.
60269
60317
  * @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.
60270
60318
  * @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.
60271
60319
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60272
60320
  * @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: **access.id, access.type, identityId, timestamp**
60321
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60273
60322
  * @param {*} [axiosOptions] Override http request option.
60274
60323
  * @throws {RequiredError}
60275
60324
  */
60276
- getAccessRequestRecommendationsRequestedItems(xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60325
+ getAccessRequestRecommendationsRequestedItems(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60277
60326
  /**
60278
60327
  * This API returns the list of viewed access request recommendations.
60279
60328
  * @summary List viewed access request recommendations
60280
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60281
60329
  * @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.
60282
60330
  * @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.
60283
60331
  * @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.
60284
60332
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
60285
60333
  * @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: **access.id, access.type, identityId, timestamp**
60334
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60286
60335
  * @param {*} [axiosOptions] Override http request option.
60287
60336
  * @throws {RequiredError}
60288
60337
  */
60289
- getAccessRequestRecommendationsViewedItems(xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60338
+ getAccessRequestRecommendationsViewedItems(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>>;
60290
60339
  /**
60291
60340
  * This API updates the configurations for Access Request Recommender for the tenant.
60292
60341
  * @summary Update access request recommendations config
60293
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60294
60342
  * @param {AccessRequestRecommendationConfigDtoV2025} accessRequestRecommendationConfigDtoV2025 The desired configurations for Access Request Recommender for the tenant.
60343
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60295
60344
  * @param {*} [axiosOptions] Override http request option.
60296
60345
  * @throws {RequiredError}
60297
60346
  */
60298
- setAccessRequestRecommendationsConfig(xSailPointExperimental: string, accessRequestRecommendationConfigDtoV2025: AccessRequestRecommendationConfigDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestRecommendationConfigDtoV2025>>;
60347
+ setAccessRequestRecommendationsConfig(accessRequestRecommendationConfigDtoV2025: AccessRequestRecommendationConfigDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestRecommendationConfigDtoV2025>>;
60299
60348
  };
60300
60349
  /**
60301
60350
  * IAIAccessRequestRecommendationsV2025Api - factory interface
@@ -60357,7 +60406,7 @@ export declare const IAIAccessRequestRecommendationsV2025ApiFactory: (configurat
60357
60406
  * @param {*} [axiosOptions] Override http request option.
60358
60407
  * @throws {RequiredError}
60359
60408
  */
60360
- getAccessRequestRecommendationsIgnoredItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60409
+ getAccessRequestRecommendationsIgnoredItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60361
60410
  /**
60362
60411
  * This API returns a list of requested access request recommendations.
60363
60412
  * @summary List accepted access request recommendations
@@ -60365,7 +60414,7 @@ export declare const IAIAccessRequestRecommendationsV2025ApiFactory: (configurat
60365
60414
  * @param {*} [axiosOptions] Override http request option.
60366
60415
  * @throws {RequiredError}
60367
60416
  */
60368
- getAccessRequestRecommendationsRequestedItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60417
+ getAccessRequestRecommendationsRequestedItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60369
60418
  /**
60370
60419
  * This API returns the list of viewed access request recommendations.
60371
60420
  * @summary List viewed access request recommendations
@@ -60373,7 +60422,7 @@ export declare const IAIAccessRequestRecommendationsV2025ApiFactory: (configurat
60373
60422
  * @param {*} [axiosOptions] Override http request option.
60374
60423
  * @throws {RequiredError}
60375
60424
  */
60376
- getAccessRequestRecommendationsViewedItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60425
+ getAccessRequestRecommendationsViewedItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestRecommendationActionItemResponseDtoV2025>>;
60377
60426
  /**
60378
60427
  * This API updates the configurations for Access Request Recommender for the tenant.
60379
60428
  * @summary Update access request recommendations config
@@ -60533,12 +60582,6 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60533
60582
  * @interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest
60534
60583
  */
60535
60584
  export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest {
60536
- /**
60537
- * Use this header to enable this experimental API.
60538
- * @type {string}
60539
- * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItems
60540
- */
60541
- readonly xSailPointExperimental: string;
60542
60585
  /**
60543
60586
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
60544
60587
  * @type {number}
@@ -60569,6 +60612,12 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60569
60612
  * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItems
60570
60613
  */
60571
60614
  readonly sorters?: string;
60615
+ /**
60616
+ * Use this header to enable this experimental API.
60617
+ * @type {string}
60618
+ * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItems
60619
+ */
60620
+ readonly xSailPointExperimental?: string;
60572
60621
  }
60573
60622
  /**
60574
60623
  * Request parameters for getAccessRequestRecommendationsRequestedItems operation in IAIAccessRequestRecommendationsV2025Api.
@@ -60576,12 +60625,6 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60576
60625
  * @interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest
60577
60626
  */
60578
60627
  export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest {
60579
- /**
60580
- * Use this header to enable this experimental API.
60581
- * @type {string}
60582
- * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItems
60583
- */
60584
- readonly xSailPointExperimental: string;
60585
60628
  /**
60586
60629
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
60587
60630
  * @type {number}
@@ -60612,6 +60655,12 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60612
60655
  * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItems
60613
60656
  */
60614
60657
  readonly sorters?: string;
60658
+ /**
60659
+ * Use this header to enable this experimental API.
60660
+ * @type {string}
60661
+ * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItems
60662
+ */
60663
+ readonly xSailPointExperimental?: string;
60615
60664
  }
60616
60665
  /**
60617
60666
  * Request parameters for getAccessRequestRecommendationsViewedItems operation in IAIAccessRequestRecommendationsV2025Api.
@@ -60619,12 +60668,6 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60619
60668
  * @interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest
60620
60669
  */
60621
60670
  export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest {
60622
- /**
60623
- * Use this header to enable this experimental API.
60624
- * @type {string}
60625
- * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItems
60626
- */
60627
- readonly xSailPointExperimental: string;
60628
60671
  /**
60629
60672
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
60630
60673
  * @type {number}
@@ -60655,6 +60698,12 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60655
60698
  * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItems
60656
60699
  */
60657
60700
  readonly sorters?: string;
60701
+ /**
60702
+ * Use this header to enable this experimental API.
60703
+ * @type {string}
60704
+ * @memberof IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItems
60705
+ */
60706
+ readonly xSailPointExperimental?: string;
60658
60707
  }
60659
60708
  /**
60660
60709
  * Request parameters for setAccessRequestRecommendationsConfig operation in IAIAccessRequestRecommendationsV2025Api.
@@ -60662,18 +60711,18 @@ export interface IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommen
60662
60711
  * @interface IAIAccessRequestRecommendationsV2025ApiSetAccessRequestRecommendationsConfigRequest
60663
60712
  */
60664
60713
  export interface IAIAccessRequestRecommendationsV2025ApiSetAccessRequestRecommendationsConfigRequest {
60665
- /**
60666
- * Use this header to enable this experimental API.
60667
- * @type {string}
60668
- * @memberof IAIAccessRequestRecommendationsV2025ApiSetAccessRequestRecommendationsConfig
60669
- */
60670
- readonly xSailPointExperimental: string;
60671
60714
  /**
60672
60715
  * The desired configurations for Access Request Recommender for the tenant.
60673
60716
  * @type {AccessRequestRecommendationConfigDtoV2025}
60674
60717
  * @memberof IAIAccessRequestRecommendationsV2025ApiSetAccessRequestRecommendationsConfig
60675
60718
  */
60676
60719
  readonly accessRequestRecommendationConfigDtoV2025: AccessRequestRecommendationConfigDtoV2025;
60720
+ /**
60721
+ * Use this header to enable this experimental API.
60722
+ * @type {string}
60723
+ * @memberof IAIAccessRequestRecommendationsV2025ApiSetAccessRequestRecommendationsConfig
60724
+ */
60725
+ readonly xSailPointExperimental?: string;
60677
60726
  }
60678
60727
  /**
60679
60728
  * IAIAccessRequestRecommendationsV2025Api - object-oriented interface
@@ -60744,7 +60793,7 @@ export declare class IAIAccessRequestRecommendationsV2025Api extends BaseAPI {
60744
60793
  * @throws {RequiredError}
60745
60794
  * @memberof IAIAccessRequestRecommendationsV2025Api
60746
60795
  */
60747
- getAccessRequestRecommendationsIgnoredItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60796
+ getAccessRequestRecommendationsIgnoredItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsIgnoredItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60748
60797
  /**
60749
60798
  * This API returns a list of requested access request recommendations.
60750
60799
  * @summary List accepted access request recommendations
@@ -60753,7 +60802,7 @@ export declare class IAIAccessRequestRecommendationsV2025Api extends BaseAPI {
60753
60802
  * @throws {RequiredError}
60754
60803
  * @memberof IAIAccessRequestRecommendationsV2025Api
60755
60804
  */
60756
- getAccessRequestRecommendationsRequestedItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60805
+ getAccessRequestRecommendationsRequestedItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsRequestedItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60757
60806
  /**
60758
60807
  * This API returns the list of viewed access request recommendations.
60759
60808
  * @summary List viewed access request recommendations
@@ -60762,7 +60811,7 @@ export declare class IAIAccessRequestRecommendationsV2025Api extends BaseAPI {
60762
60811
  * @throws {RequiredError}
60763
60812
  * @memberof IAIAccessRequestRecommendationsV2025Api
60764
60813
  */
60765
- getAccessRequestRecommendationsViewedItems(requestParameters: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60814
+ getAccessRequestRecommendationsViewedItems(requestParameters?: IAIAccessRequestRecommendationsV2025ApiGetAccessRequestRecommendationsViewedItemsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestRecommendationActionItemResponseDtoV2025[], any>>;
60766
60815
  /**
60767
60816
  * This API updates the configurations for Access Request Recommender for the tenant.
60768
60817
  * @summary Update access request recommendations config
@@ -60781,12 +60830,12 @@ export declare const IAICommonAccessV2025ApiAxiosParamCreator: (configuration?:
60781
60830
  /**
60782
60831
  * This API is used to add roles/access profiles to the list of common access for a customer. Requires authorization scope of iai:access-modeling:create
60783
60832
  * @summary Create common access items
60784
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60785
60833
  * @param {CommonAccessItemRequestV2025} commonAccessItemRequestV2025
60834
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60786
60835
  * @param {*} [axiosOptions] Override http request option.
60787
60836
  * @throws {RequiredError}
60788
60837
  */
60789
- createCommonAccess: (xSailPointExperimental: string, commonAccessItemRequestV2025: CommonAccessItemRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60838
+ createCommonAccess: (commonAccessItemRequestV2025: CommonAccessItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60790
60839
  /**
60791
60840
  * This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read
60792
60841
  * @summary Get a paginated list of common access
@@ -60818,12 +60867,12 @@ export declare const IAICommonAccessV2025ApiFp: (configuration?: Configuration)
60818
60867
  /**
60819
60868
  * This API is used to add roles/access profiles to the list of common access for a customer. Requires authorization scope of iai:access-modeling:create
60820
60869
  * @summary Create common access items
60821
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60822
60870
  * @param {CommonAccessItemRequestV2025} commonAccessItemRequestV2025
60871
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60823
60872
  * @param {*} [axiosOptions] Override http request option.
60824
60873
  * @throws {RequiredError}
60825
60874
  */
60826
- createCommonAccess(xSailPointExperimental: string, commonAccessItemRequestV2025: CommonAccessItemRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommonAccessItemResponseV2025>>;
60875
+ createCommonAccess(commonAccessItemRequestV2025: CommonAccessItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommonAccessItemResponseV2025>>;
60827
60876
  /**
60828
60877
  * This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read
60829
60878
  * @summary Get a paginated list of common access
@@ -60883,18 +60932,18 @@ export declare const IAICommonAccessV2025ApiFactory: (configuration?: Configurat
60883
60932
  * @interface IAICommonAccessV2025ApiCreateCommonAccessRequest
60884
60933
  */
60885
60934
  export interface IAICommonAccessV2025ApiCreateCommonAccessRequest {
60886
- /**
60887
- * Use this header to enable this experimental API.
60888
- * @type {string}
60889
- * @memberof IAICommonAccessV2025ApiCreateCommonAccess
60890
- */
60891
- readonly xSailPointExperimental: string;
60892
60935
  /**
60893
60936
  *
60894
60937
  * @type {CommonAccessItemRequestV2025}
60895
60938
  * @memberof IAICommonAccessV2025ApiCreateCommonAccess
60896
60939
  */
60897
60940
  readonly commonAccessItemRequestV2025: CommonAccessItemRequestV2025;
60941
+ /**
60942
+ * Use this header to enable this experimental API.
60943
+ * @type {string}
60944
+ * @memberof IAICommonAccessV2025ApiCreateCommonAccess
60945
+ */
60946
+ readonly xSailPointExperimental?: string;
60898
60947
  }
60899
60948
  /**
60900
60949
  * Request parameters for getCommonAccess operation in IAICommonAccessV2025Api.
@@ -61849,12 +61898,12 @@ export declare const IAIRecommendationsV2025ApiAxiosParamCreator: (configuration
61849
61898
  /**
61850
61899
  * Updates configuration attributes used by certification recommendations.
61851
61900
  * @summary Update certification recommendation config values
61852
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61853
61901
  * @param {RecommendationConfigDtoV2025} recommendationConfigDtoV2025
61902
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61854
61903
  * @param {*} [axiosOptions] Override http request option.
61855
61904
  * @throws {RequiredError}
61856
61905
  */
61857
- updateRecommendationsConfig: (xSailPointExperimental: string, recommendationConfigDtoV2025: RecommendationConfigDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
61906
+ updateRecommendationsConfig: (recommendationConfigDtoV2025: RecommendationConfigDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
61858
61907
  };
61859
61908
  /**
61860
61909
  * IAIRecommendationsV2025Api - functional programming interface
@@ -61881,12 +61930,12 @@ export declare const IAIRecommendationsV2025ApiFp: (configuration?: Configuratio
61881
61930
  /**
61882
61931
  * Updates configuration attributes used by certification recommendations.
61883
61932
  * @summary Update certification recommendation config values
61884
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61885
61933
  * @param {RecommendationConfigDtoV2025} recommendationConfigDtoV2025
61934
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61886
61935
  * @param {*} [axiosOptions] Override http request option.
61887
61936
  * @throws {RequiredError}
61888
61937
  */
61889
- updateRecommendationsConfig(xSailPointExperimental: string, recommendationConfigDtoV2025: RecommendationConfigDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RecommendationConfigDtoV2025>>;
61938
+ updateRecommendationsConfig(recommendationConfigDtoV2025: RecommendationConfigDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RecommendationConfigDtoV2025>>;
61890
61939
  };
61891
61940
  /**
61892
61941
  * IAIRecommendationsV2025Api - factory interface
@@ -61956,18 +62005,18 @@ export interface IAIRecommendationsV2025ApiGetRecommendationsConfigRequest {
61956
62005
  * @interface IAIRecommendationsV2025ApiUpdateRecommendationsConfigRequest
61957
62006
  */
61958
62007
  export interface IAIRecommendationsV2025ApiUpdateRecommendationsConfigRequest {
61959
- /**
61960
- * Use this header to enable this experimental API.
61961
- * @type {string}
61962
- * @memberof IAIRecommendationsV2025ApiUpdateRecommendationsConfig
61963
- */
61964
- readonly xSailPointExperimental: string;
61965
62008
  /**
61966
62009
  *
61967
62010
  * @type {RecommendationConfigDtoV2025}
61968
62011
  * @memberof IAIRecommendationsV2025ApiUpdateRecommendationsConfig
61969
62012
  */
61970
62013
  readonly recommendationConfigDtoV2025: RecommendationConfigDtoV2025;
62014
+ /**
62015
+ * Use this header to enable this experimental API.
62016
+ * @type {string}
62017
+ * @memberof IAIRecommendationsV2025ApiUpdateRecommendationsConfig
62018
+ */
62019
+ readonly xSailPointExperimental?: string;
61971
62020
  }
61972
62021
  /**
61973
62022
  * IAIRecommendationsV2025Api - object-oriented interface
@@ -62223,11 +62272,11 @@ export declare const IAIRoleMiningV2025ApiAxiosParamCreator: (configuration?: Co
62223
62272
  * The method retrieves a role mining session.
62224
62273
  * @summary Get a role mining session
62225
62274
  * @param {string} sessionId The role mining session id to be retrieved.
62226
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62275
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62227
62276
  * @param {*} [axiosOptions] Override http request option.
62228
62277
  * @throws {RequiredError}
62229
62278
  */
62230
- getRoleMiningSession: (sessionId: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62279
+ getRoleMiningSession: (sessionId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62231
62280
  /**
62232
62281
  * This method returns a role mining session status for a customer.
62233
62282
  * @summary Get role mining session status state
@@ -62240,16 +62289,16 @@ export declare const IAIRoleMiningV2025ApiAxiosParamCreator: (configuration?: Co
62240
62289
  /**
62241
62290
  * Returns all role mining sessions that match the query parameters
62242
62291
  * @summary Retrieves all role mining sessions
62243
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62244
62292
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **saved**: *eq* **name**: *eq, sw*
62245
62293
  * @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: **createdBy, createdDate**
62246
62294
  * @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.
62247
62295
  * @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.
62248
62296
  * @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.
62297
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62249
62298
  * @param {*} [axiosOptions] Override http request option.
62250
62299
  * @throws {RequiredError}
62251
62300
  */
62252
- getRoleMiningSessions: (xSailPointExperimental: string, filters?: string, sorters?: string, offset?: number, limit?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62301
+ getRoleMiningSessions: (filters?: string, sorters?: string, offset?: number, limit?: number, count?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62253
62302
  /**
62254
62303
  * This method returns all saved potential roles (draft roles).
62255
62304
  * @summary Retrieves all saved potential roles
@@ -62267,23 +62316,23 @@ export declare const IAIRoleMiningV2025ApiAxiosParamCreator: (configuration?: Co
62267
62316
  * @summary Update a potential role
62268
62317
  * @param {string} sessionId The role mining session id
62269
62318
  * @param {string} potentialRoleId The potential role summary id
62270
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62271
62319
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
62320
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62272
62321
  * @param {*} [axiosOptions] Override http request option.
62273
62322
  * @throws {RequiredError}
62274
62323
  */
62275
- patchPotentialRole: (sessionId: string, potentialRoleId: string, xSailPointExperimental: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62324
+ patchPotentialRole: (sessionId: string, potentialRoleId: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62276
62325
  /**
62277
62326
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
62278
62327
  * @summary Update a potential role
62279
62328
  * @param {string} sessionId The role mining session id
62280
62329
  * @param {string} potentialRoleId The potential role summary id
62281
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62282
62330
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
62331
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62283
62332
  * @param {*} [axiosOptions] Override http request option.
62284
62333
  * @throws {RequiredError}
62285
62334
  */
62286
- patchPotentialRole_1: (sessionId: string, potentialRoleId: string, xSailPointExperimental: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62335
+ patchPotentialRole_1: (sessionId: string, potentialRoleId: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62287
62336
  /**
62288
62337
  * The method updates an existing role mining session using PATCH. Supports op in {\"replace\"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.
62289
62338
  * @summary Patch a role mining session
@@ -62527,11 +62576,11 @@ export declare const IAIRoleMiningV2025ApiFp: (configuration?: Configuration) =>
62527
62576
  * The method retrieves a role mining session.
62528
62577
  * @summary Get a role mining session
62529
62578
  * @param {string} sessionId The role mining session id to be retrieved.
62530
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62579
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62531
62580
  * @param {*} [axiosOptions] Override http request option.
62532
62581
  * @throws {RequiredError}
62533
62582
  */
62534
- getRoleMiningSession(sessionId: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleMiningSessionResponseV2025>>;
62583
+ getRoleMiningSession(sessionId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleMiningSessionResponseV2025>>;
62535
62584
  /**
62536
62585
  * This method returns a role mining session status for a customer.
62537
62586
  * @summary Get role mining session status state
@@ -62544,16 +62593,16 @@ export declare const IAIRoleMiningV2025ApiFp: (configuration?: Configuration) =>
62544
62593
  /**
62545
62594
  * Returns all role mining sessions that match the query parameters
62546
62595
  * @summary Retrieves all role mining sessions
62547
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62548
62596
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **saved**: *eq* **name**: *eq, sw*
62549
62597
  * @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: **createdBy, createdDate**
62550
62598
  * @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.
62551
62599
  * @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.
62552
62600
  * @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.
62601
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62553
62602
  * @param {*} [axiosOptions] Override http request option.
62554
62603
  * @throws {RequiredError}
62555
62604
  */
62556
- getRoleMiningSessions(xSailPointExperimental: string, filters?: string, sorters?: string, offset?: number, limit?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleMiningSessionDtoV2025>>>;
62605
+ getRoleMiningSessions(filters?: string, sorters?: string, offset?: number, limit?: number, count?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleMiningSessionDtoV2025>>>;
62557
62606
  /**
62558
62607
  * This method returns all saved potential roles (draft roles).
62559
62608
  * @summary Retrieves all saved potential roles
@@ -62571,23 +62620,23 @@ export declare const IAIRoleMiningV2025ApiFp: (configuration?: Configuration) =>
62571
62620
  * @summary Update a potential role
62572
62621
  * @param {string} sessionId The role mining session id
62573
62622
  * @param {string} potentialRoleId The potential role summary id
62574
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62575
62623
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
62624
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62576
62625
  * @param {*} [axiosOptions] Override http request option.
62577
62626
  * @throws {RequiredError}
62578
62627
  */
62579
- patchPotentialRole(sessionId: string, potentialRoleId: string, xSailPointExperimental: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
62628
+ patchPotentialRole(sessionId: string, potentialRoleId: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
62580
62629
  /**
62581
62630
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
62582
62631
  * @summary Update a potential role
62583
62632
  * @param {string} sessionId The role mining session id
62584
62633
  * @param {string} potentialRoleId The potential role summary id
62585
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62586
62634
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
62635
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62587
62636
  * @param {*} [axiosOptions] Override http request option.
62588
62637
  * @throws {RequiredError}
62589
62638
  */
62590
- patchPotentialRole_1(sessionId: string, potentialRoleId: string, xSailPointExperimental: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
62639
+ patchPotentialRole_1(sessionId: string, potentialRoleId: string, patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
62591
62640
  /**
62592
62641
  * The method updates an existing role mining session using PATCH. Supports op in {\"replace\"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.
62593
62642
  * @summary Patch a role mining session
@@ -62776,7 +62825,7 @@ export declare const IAIRoleMiningV2025ApiFactory: (configuration?: Configuratio
62776
62825
  * @param {*} [axiosOptions] Override http request option.
62777
62826
  * @throws {RequiredError}
62778
62827
  */
62779
- getRoleMiningSessions(requestParameters: IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<RoleMiningSessionDtoV2025>>;
62828
+ getRoleMiningSessions(requestParameters?: IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<RoleMiningSessionDtoV2025>>;
62780
62829
  /**
62781
62830
  * This method returns all saved potential roles (draft roles).
62782
62831
  * @summary Retrieves all saved potential roles
@@ -63500,7 +63549,7 @@ export interface IAIRoleMiningV2025ApiGetRoleMiningSessionRequest {
63500
63549
  * @type {string}
63501
63550
  * @memberof IAIRoleMiningV2025ApiGetRoleMiningSession
63502
63551
  */
63503
- readonly xSailPointExperimental: string;
63552
+ readonly xSailPointExperimental?: string;
63504
63553
  }
63505
63554
  /**
63506
63555
  * Request parameters for getRoleMiningSessionStatus operation in IAIRoleMiningV2025Api.
@@ -63527,12 +63576,6 @@ export interface IAIRoleMiningV2025ApiGetRoleMiningSessionStatusRequest {
63527
63576
  * @interface IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest
63528
63577
  */
63529
63578
  export interface IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest {
63530
- /**
63531
- * Use this header to enable this experimental API.
63532
- * @type {string}
63533
- * @memberof IAIRoleMiningV2025ApiGetRoleMiningSessions
63534
- */
63535
- readonly xSailPointExperimental: string;
63536
63579
  /**
63537
63580
  * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **saved**: *eq* **name**: *eq, sw*
63538
63581
  * @type {string}
@@ -63563,6 +63606,12 @@ export interface IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest {
63563
63606
  * @memberof IAIRoleMiningV2025ApiGetRoleMiningSessions
63564
63607
  */
63565
63608
  readonly count?: boolean;
63609
+ /**
63610
+ * Use this header to enable this experimental API.
63611
+ * @type {string}
63612
+ * @memberof IAIRoleMiningV2025ApiGetRoleMiningSessions
63613
+ */
63614
+ readonly xSailPointExperimental?: string;
63566
63615
  }
63567
63616
  /**
63568
63617
  * Request parameters for getSavedPotentialRoles operation in IAIRoleMiningV2025Api.
@@ -63619,18 +63668,18 @@ export interface IAIRoleMiningV2025ApiPatchPotentialRoleRequest {
63619
63668
  * @memberof IAIRoleMiningV2025ApiPatchPotentialRole
63620
63669
  */
63621
63670
  readonly potentialRoleId: string;
63622
- /**
63623
- * Use this header to enable this experimental API.
63624
- * @type {string}
63625
- * @memberof IAIRoleMiningV2025ApiPatchPotentialRole
63626
- */
63627
- readonly xSailPointExperimental: string;
63628
63671
  /**
63629
63672
  *
63630
63673
  * @type {Array<PatchPotentialRoleRequestInnerV2025>}
63631
63674
  * @memberof IAIRoleMiningV2025ApiPatchPotentialRole
63632
63675
  */
63633
63676
  readonly patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>;
63677
+ /**
63678
+ * Use this header to enable this experimental API.
63679
+ * @type {string}
63680
+ * @memberof IAIRoleMiningV2025ApiPatchPotentialRole
63681
+ */
63682
+ readonly xSailPointExperimental?: string;
63634
63683
  }
63635
63684
  /**
63636
63685
  * Request parameters for patchPotentialRole_1 operation in IAIRoleMiningV2025Api.
@@ -63650,18 +63699,18 @@ export interface IAIRoleMiningV2025ApiPatchPotentialRole0Request {
63650
63699
  * @memberof IAIRoleMiningV2025ApiPatchPotentialRole0
63651
63700
  */
63652
63701
  readonly potentialRoleId: string;
63653
- /**
63654
- * Use this header to enable this experimental API.
63655
- * @type {string}
63656
- * @memberof IAIRoleMiningV2025ApiPatchPotentialRole0
63657
- */
63658
- readonly xSailPointExperimental: string;
63659
63702
  /**
63660
63703
  *
63661
63704
  * @type {Array<PatchPotentialRoleRequestInnerV2025>}
63662
63705
  * @memberof IAIRoleMiningV2025ApiPatchPotentialRole0
63663
63706
  */
63664
63707
  readonly patchPotentialRoleRequestInnerV2025: Array<PatchPotentialRoleRequestInnerV2025>;
63708
+ /**
63709
+ * Use this header to enable this experimental API.
63710
+ * @type {string}
63711
+ * @memberof IAIRoleMiningV2025ApiPatchPotentialRole0
63712
+ */
63713
+ readonly xSailPointExperimental?: string;
63665
63714
  }
63666
63715
  /**
63667
63716
  * Request parameters for patchRoleMiningSession operation in IAIRoleMiningV2025Api.
@@ -63907,7 +63956,7 @@ export declare class IAIRoleMiningV2025Api extends BaseAPI {
63907
63956
  * @throws {RequiredError}
63908
63957
  * @memberof IAIRoleMiningV2025Api
63909
63958
  */
63910
- getRoleMiningSessions(requestParameters: IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleMiningSessionDtoV2025[], any>>;
63959
+ getRoleMiningSessions(requestParameters?: IAIRoleMiningV2025ApiGetRoleMiningSessionsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleMiningSessionDtoV2025[], any>>;
63911
63960
  /**
63912
63961
  * This method returns all saved potential roles (draft roles).
63913
63962
  * @summary Retrieves all saved potential roles
@@ -63964,11 +64013,11 @@ export declare const IconsV2025ApiAxiosParamCreator: (configuration?: Configurat
63964
64013
  * @summary Delete an icon
63965
64014
  * @param {DeleteIconObjectTypeV2025} objectType Object type. Available options [\&#39;application\&#39;]
63966
64015
  * @param {string} objectId Object id.
63967
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
64016
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
63968
64017
  * @param {*} [axiosOptions] Override http request option.
63969
64018
  * @throws {RequiredError}
63970
64019
  */
63971
- deleteIcon: (objectType: DeleteIconObjectTypeV2025, objectId: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
64020
+ deleteIcon: (objectType: DeleteIconObjectTypeV2025, objectId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
63972
64021
  /**
63973
64022
  * This API endpoint updates an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.
63974
64023
  * @summary Update an icon
@@ -63991,11 +64040,11 @@ export declare const IconsV2025ApiFp: (configuration?: Configuration) => {
63991
64040
  * @summary Delete an icon
63992
64041
  * @param {DeleteIconObjectTypeV2025} objectType Object type. Available options [\&#39;application\&#39;]
63993
64042
  * @param {string} objectId Object id.
63994
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
64043
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
63995
64044
  * @param {*} [axiosOptions] Override http request option.
63996
64045
  * @throws {RequiredError}
63997
64046
  */
63998
- deleteIcon(objectType: DeleteIconObjectTypeV2025, objectId: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
64047
+ deleteIcon(objectType: DeleteIconObjectTypeV2025, objectId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
63999
64048
  /**
64000
64049
  * This API endpoint updates an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.
64001
64050
  * @summary Update an icon
@@ -64053,7 +64102,7 @@ export interface IconsV2025ApiDeleteIconRequest {
64053
64102
  * @type {string}
64054
64103
  * @memberof IconsV2025ApiDeleteIcon
64055
64104
  */
64056
- readonly xSailPointExperimental: string;
64105
+ readonly xSailPointExperimental?: string;
64057
64106
  }
64058
64107
  /**
64059
64108
  * Request parameters for setIcon operation in IconsV2025Api.
@@ -67813,6 +67862,26 @@ export declare class MachineAccountMappingsV2025Api extends BaseAPI {
67813
67862
  * @export
67814
67863
  */
67815
67864
  export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
67865
+ /**
67866
+ * Create a new machine account subtype for a source.
67867
+ * @summary Create subtype
67868
+ * @param {string} sourceId The ID of the source.
67869
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
67870
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67871
+ * @param {*} [axiosOptions] Override http request option.
67872
+ * @throws {RequiredError}
67873
+ */
67874
+ createMachineAccountSubtype: (sourceId: string, sourceSubtypeV2025: SourceSubtypeV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67875
+ /**
67876
+ * Delete a machine account subtype by its ID.
67877
+ * @summary Delete subtype
67878
+ * @param {string} subtypeId The ID of the machine account subtype.
67879
+ * @param {string} technicalName The technical name of the subtype.
67880
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67881
+ * @param {*} [axiosOptions] Override http request option.
67882
+ * @throws {RequiredError}
67883
+ */
67884
+ deleteMachineAccountSubtype: (subtypeId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67816
67885
  /**
67817
67886
  * Use this API to return the details for a single machine account by its ID.
67818
67887
  * @summary Machine account details
@@ -67822,6 +67891,39 @@ export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?:
67822
67891
  * @throws {RequiredError}
67823
67892
  */
67824
67893
  getMachineAccount: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67894
+ /**
67895
+ * Get a machine account subtype by its unique ID.
67896
+ * @summary Retrieve subtype by subtype id
67897
+ * @param {string} subtypeId The ID of the machine account subtype.
67898
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67899
+ * @param {*} [axiosOptions] Override http request option.
67900
+ * @throws {RequiredError}
67901
+ */
67902
+ getMachineAccountSubtypeById: (subtypeId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67903
+ /**
67904
+ * Get a machine account subtype by source ID and technical name.
67905
+ * @summary Retrieve subtype by source and technicalName
67906
+ * @param {string} sourceId The ID of the source.
67907
+ * @param {string} technicalName The technical name of the subtype.
67908
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67909
+ * @param {*} [axiosOptions] Override http request option.
67910
+ * @throws {RequiredError}
67911
+ */
67912
+ getMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67913
+ /**
67914
+ * Get all machine account subtypes for a given source.
67915
+ * @summary Retrieve all subtypes by source
67916
+ * @param {string} sourceId The ID of the source.
67917
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **displayName**: *eq, sw* **technicalName**: *eq, sw*
67918
+ * @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, technicalName**
67919
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67920
+ * @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.
67921
+ * @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.
67922
+ * @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.
67923
+ * @param {*} [axiosOptions] Override http request option.
67924
+ * @throws {RequiredError}
67925
+ */
67926
+ listMachineAccountSubtypes: (sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67825
67927
  /**
67826
67928
  * This returns a list of machine accounts.
67827
67929
  * @summary Machine accounts list
@@ -67835,22 +67937,53 @@ export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?:
67835
67937
  * @throws {RequiredError}
67836
67938
  */
67837
67939
  listMachineAccounts: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67940
+ /**
67941
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
67942
+ * @summary Patch subtype
67943
+ * @param {string} subtypeId The ID of the machine account subtype.
67944
+ * @param {string} technicalName The technical name of the subtype.
67945
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
67946
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67947
+ * @param {*} [axiosOptions] Override http request option.
67948
+ * @throws {RequiredError}
67949
+ */
67950
+ patchMachineAccountSubtype: (subtypeId: string, technicalName: string, sourceSubtypeV2025: SourceSubtypeV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67838
67951
  /**
67839
67952
  * Use this API to update machine accounts details.
67840
67953
  * @summary Update a machine account
67841
67954
  * @param {string} id Machine Account ID.
67842
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
67843
67955
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
67956
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67844
67957
  * @param {*} [axiosOptions] Override http request option.
67845
67958
  * @throws {RequiredError}
67846
67959
  */
67847
- updateMachineAccount: (id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67960
+ updateMachineAccount: (id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67848
67961
  };
67849
67962
  /**
67850
67963
  * MachineAccountsV2025Api - functional programming interface
67851
67964
  * @export
67852
67965
  */
67853
67966
  export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration) => {
67967
+ /**
67968
+ * Create a new machine account subtype for a source.
67969
+ * @summary Create subtype
67970
+ * @param {string} sourceId The ID of the source.
67971
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
67972
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67973
+ * @param {*} [axiosOptions] Override http request option.
67974
+ * @throws {RequiredError}
67975
+ */
67976
+ createMachineAccountSubtype(sourceId: string, sourceSubtypeV2025: SourceSubtypeV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>>;
67977
+ /**
67978
+ * Delete a machine account subtype by its ID.
67979
+ * @summary Delete subtype
67980
+ * @param {string} subtypeId The ID of the machine account subtype.
67981
+ * @param {string} technicalName The technical name of the subtype.
67982
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67983
+ * @param {*} [axiosOptions] Override http request option.
67984
+ * @throws {RequiredError}
67985
+ */
67986
+ deleteMachineAccountSubtype(subtypeId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
67854
67987
  /**
67855
67988
  * Use this API to return the details for a single machine account by its ID.
67856
67989
  * @summary Machine account details
@@ -67860,6 +67993,39 @@ export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration)
67860
67993
  * @throws {RequiredError}
67861
67994
  */
67862
67995
  getMachineAccount(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2025>>;
67996
+ /**
67997
+ * Get a machine account subtype by its unique ID.
67998
+ * @summary Retrieve subtype by subtype id
67999
+ * @param {string} subtypeId The ID of the machine account subtype.
68000
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68001
+ * @param {*} [axiosOptions] Override http request option.
68002
+ * @throws {RequiredError}
68003
+ */
68004
+ getMachineAccountSubtypeById(subtypeId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>>;
68005
+ /**
68006
+ * Get a machine account subtype by source ID and technical name.
68007
+ * @summary Retrieve subtype by source and technicalName
68008
+ * @param {string} sourceId The ID of the source.
68009
+ * @param {string} technicalName The technical name of the subtype.
68010
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68011
+ * @param {*} [axiosOptions] Override http request option.
68012
+ * @throws {RequiredError}
68013
+ */
68014
+ getMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>>;
68015
+ /**
68016
+ * Get all machine account subtypes for a given source.
68017
+ * @summary Retrieve all subtypes by source
68018
+ * @param {string} sourceId The ID of the source.
68019
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **displayName**: *eq, sw* **technicalName**: *eq, sw*
68020
+ * @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, technicalName**
68021
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68022
+ * @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.
68023
+ * @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.
68024
+ * @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.
68025
+ * @param {*} [axiosOptions] Override http request option.
68026
+ * @throws {RequiredError}
68027
+ */
68028
+ listMachineAccountSubtypes(sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeV2025>>>;
67863
68029
  /**
67864
68030
  * This returns a list of machine accounts.
67865
68031
  * @summary Machine accounts list
@@ -67873,22 +68039,49 @@ export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration)
67873
68039
  * @throws {RequiredError}
67874
68040
  */
67875
68041
  listMachineAccounts(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineAccountV2025>>>;
68042
+ /**
68043
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
68044
+ * @summary Patch subtype
68045
+ * @param {string} subtypeId The ID of the machine account subtype.
68046
+ * @param {string} technicalName The technical name of the subtype.
68047
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
68048
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68049
+ * @param {*} [axiosOptions] Override http request option.
68050
+ * @throws {RequiredError}
68051
+ */
68052
+ patchMachineAccountSubtype(subtypeId: string, technicalName: string, sourceSubtypeV2025: SourceSubtypeV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>>;
67876
68053
  /**
67877
68054
  * Use this API to update machine accounts details.
67878
68055
  * @summary Update a machine account
67879
68056
  * @param {string} id Machine Account ID.
67880
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
67881
68057
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
68058
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67882
68059
  * @param {*} [axiosOptions] Override http request option.
67883
68060
  * @throws {RequiredError}
67884
68061
  */
67885
- updateMachineAccount(id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2025>>;
68062
+ updateMachineAccount(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2025>>;
67886
68063
  };
67887
68064
  /**
67888
68065
  * MachineAccountsV2025Api - factory interface
67889
68066
  * @export
67890
68067
  */
67891
68068
  export declare const MachineAccountsV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
68069
+ /**
68070
+ * Create a new machine account subtype for a source.
68071
+ * @summary Create subtype
68072
+ * @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
68073
+ * @param {*} [axiosOptions] Override http request option.
68074
+ * @throws {RequiredError}
68075
+ */
68076
+ createMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025>;
68077
+ /**
68078
+ * Delete a machine account subtype by its ID.
68079
+ * @summary Delete subtype
68080
+ * @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
68081
+ * @param {*} [axiosOptions] Override http request option.
68082
+ * @throws {RequiredError}
68083
+ */
68084
+ deleteMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
67892
68085
  /**
67893
68086
  * Use this API to return the details for a single machine account by its ID.
67894
68087
  * @summary Machine account details
@@ -67897,6 +68090,30 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
67897
68090
  * @throws {RequiredError}
67898
68091
  */
67899
68092
  getMachineAccount(requestParameters: MachineAccountsV2025ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2025>;
68093
+ /**
68094
+ * Get a machine account subtype by its unique ID.
68095
+ * @summary Retrieve subtype by subtype id
68096
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
68097
+ * @param {*} [axiosOptions] Override http request option.
68098
+ * @throws {RequiredError}
68099
+ */
68100
+ getMachineAccountSubtypeById(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025>;
68101
+ /**
68102
+ * Get a machine account subtype by source ID and technical name.
68103
+ * @summary Retrieve subtype by source and technicalName
68104
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
68105
+ * @param {*} [axiosOptions] Override http request option.
68106
+ * @throws {RequiredError}
68107
+ */
68108
+ getMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025>;
68109
+ /**
68110
+ * Get all machine account subtypes for a given source.
68111
+ * @summary Retrieve all subtypes by source
68112
+ * @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
68113
+ * @param {*} [axiosOptions] Override http request option.
68114
+ * @throws {RequiredError}
68115
+ */
68116
+ listMachineAccountSubtypes(requestParameters: MachineAccountsV2025ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeV2025>>;
67900
68117
  /**
67901
68118
  * This returns a list of machine accounts.
67902
68119
  * @summary Machine accounts list
@@ -67905,6 +68122,14 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
67905
68122
  * @throws {RequiredError}
67906
68123
  */
67907
68124
  listMachineAccounts(requestParameters?: MachineAccountsV2025ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineAccountV2025>>;
68125
+ /**
68126
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
68127
+ * @summary Patch subtype
68128
+ * @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
68129
+ * @param {*} [axiosOptions] Override http request option.
68130
+ * @throws {RequiredError}
68131
+ */
68132
+ patchMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025>;
67908
68133
  /**
67909
68134
  * Use this API to update machine accounts details.
67910
68135
  * @summary Update a machine account
@@ -67914,6 +68139,56 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
67914
68139
  */
67915
68140
  updateMachineAccount(requestParameters: MachineAccountsV2025ApiUpdateMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2025>;
67916
68141
  };
68142
+ /**
68143
+ * Request parameters for createMachineAccountSubtype operation in MachineAccountsV2025Api.
68144
+ * @export
68145
+ * @interface MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest
68146
+ */
68147
+ export interface MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest {
68148
+ /**
68149
+ * The ID of the source.
68150
+ * @type {string}
68151
+ * @memberof MachineAccountsV2025ApiCreateMachineAccountSubtype
68152
+ */
68153
+ readonly sourceId: string;
68154
+ /**
68155
+ *
68156
+ * @type {SourceSubtypeV2025}
68157
+ * @memberof MachineAccountsV2025ApiCreateMachineAccountSubtype
68158
+ */
68159
+ readonly sourceSubtypeV2025: SourceSubtypeV2025;
68160
+ /**
68161
+ * Use this header to enable this experimental API.
68162
+ * @type {string}
68163
+ * @memberof MachineAccountsV2025ApiCreateMachineAccountSubtype
68164
+ */
68165
+ readonly xSailPointExperimental?: string;
68166
+ }
68167
+ /**
68168
+ * Request parameters for deleteMachineAccountSubtype operation in MachineAccountsV2025Api.
68169
+ * @export
68170
+ * @interface MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest
68171
+ */
68172
+ export interface MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest {
68173
+ /**
68174
+ * The ID of the machine account subtype.
68175
+ * @type {string}
68176
+ * @memberof MachineAccountsV2025ApiDeleteMachineAccountSubtype
68177
+ */
68178
+ readonly subtypeId: string;
68179
+ /**
68180
+ * The technical name of the subtype.
68181
+ * @type {string}
68182
+ * @memberof MachineAccountsV2025ApiDeleteMachineAccountSubtype
68183
+ */
68184
+ readonly technicalName: string;
68185
+ /**
68186
+ * Use this header to enable this experimental API.
68187
+ * @type {string}
68188
+ * @memberof MachineAccountsV2025ApiDeleteMachineAccountSubtype
68189
+ */
68190
+ readonly xSailPointExperimental?: string;
68191
+ }
67917
68192
  /**
67918
68193
  * Request parameters for getMachineAccount operation in MachineAccountsV2025Api.
67919
68194
  * @export
@@ -67933,6 +68208,99 @@ export interface MachineAccountsV2025ApiGetMachineAccountRequest {
67933
68208
  */
67934
68209
  readonly xSailPointExperimental?: string;
67935
68210
  }
68211
+ /**
68212
+ * Request parameters for getMachineAccountSubtypeById operation in MachineAccountsV2025Api.
68213
+ * @export
68214
+ * @interface MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest
68215
+ */
68216
+ export interface MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest {
68217
+ /**
68218
+ * The ID of the machine account subtype.
68219
+ * @type {string}
68220
+ * @memberof MachineAccountsV2025ApiGetMachineAccountSubtypeById
68221
+ */
68222
+ readonly subtypeId: string;
68223
+ /**
68224
+ * Use this header to enable this experimental API.
68225
+ * @type {string}
68226
+ * @memberof MachineAccountsV2025ApiGetMachineAccountSubtypeById
68227
+ */
68228
+ readonly xSailPointExperimental?: string;
68229
+ }
68230
+ /**
68231
+ * Request parameters for getMachineAccountSubtypeByTechnicalName operation in MachineAccountsV2025Api.
68232
+ * @export
68233
+ * @interface MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest
68234
+ */
68235
+ export interface MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest {
68236
+ /**
68237
+ * The ID of the source.
68238
+ * @type {string}
68239
+ * @memberof MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalName
68240
+ */
68241
+ readonly sourceId: string;
68242
+ /**
68243
+ * The technical name of the subtype.
68244
+ * @type {string}
68245
+ * @memberof MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalName
68246
+ */
68247
+ readonly technicalName: string;
68248
+ /**
68249
+ * Use this header to enable this experimental API.
68250
+ * @type {string}
68251
+ * @memberof MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalName
68252
+ */
68253
+ readonly xSailPointExperimental?: string;
68254
+ }
68255
+ /**
68256
+ * Request parameters for listMachineAccountSubtypes operation in MachineAccountsV2025Api.
68257
+ * @export
68258
+ * @interface MachineAccountsV2025ApiListMachineAccountSubtypesRequest
68259
+ */
68260
+ export interface MachineAccountsV2025ApiListMachineAccountSubtypesRequest {
68261
+ /**
68262
+ * The ID of the source.
68263
+ * @type {string}
68264
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68265
+ */
68266
+ readonly sourceId: string;
68267
+ /**
68268
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **displayName**: *eq, sw* **technicalName**: *eq, sw*
68269
+ * @type {string}
68270
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68271
+ */
68272
+ readonly filters?: string;
68273
+ /**
68274
+ * 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, technicalName**
68275
+ * @type {string}
68276
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68277
+ */
68278
+ readonly sorters?: string;
68279
+ /**
68280
+ * Use this header to enable this experimental API.
68281
+ * @type {string}
68282
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68283
+ */
68284
+ readonly xSailPointExperimental?: string;
68285
+ /**
68286
+ * 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.
68287
+ * @type {boolean}
68288
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68289
+ */
68290
+ readonly count?: boolean;
68291
+ /**
68292
+ * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
68293
+ * @type {number}
68294
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68295
+ */
68296
+ readonly limit?: number;
68297
+ /**
68298
+ * 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.
68299
+ * @type {number}
68300
+ * @memberof MachineAccountsV2025ApiListMachineAccountSubtypes
68301
+ */
68302
+ readonly offset?: number;
68303
+ }
67936
68304
  /**
67937
68305
  * Request parameters for listMachineAccounts operation in MachineAccountsV2025Api.
67938
68306
  * @export
@@ -67976,6 +68344,37 @@ export interface MachineAccountsV2025ApiListMachineAccountsRequest {
67976
68344
  */
67977
68345
  readonly xSailPointExperimental?: string;
67978
68346
  }
68347
+ /**
68348
+ * Request parameters for patchMachineAccountSubtype operation in MachineAccountsV2025Api.
68349
+ * @export
68350
+ * @interface MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest
68351
+ */
68352
+ export interface MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest {
68353
+ /**
68354
+ * The ID of the machine account subtype.
68355
+ * @type {string}
68356
+ * @memberof MachineAccountsV2025ApiPatchMachineAccountSubtype
68357
+ */
68358
+ readonly subtypeId: string;
68359
+ /**
68360
+ * The technical name of the subtype.
68361
+ * @type {string}
68362
+ * @memberof MachineAccountsV2025ApiPatchMachineAccountSubtype
68363
+ */
68364
+ readonly technicalName: string;
68365
+ /**
68366
+ *
68367
+ * @type {SourceSubtypeV2025}
68368
+ * @memberof MachineAccountsV2025ApiPatchMachineAccountSubtype
68369
+ */
68370
+ readonly sourceSubtypeV2025: SourceSubtypeV2025;
68371
+ /**
68372
+ * Use this header to enable this experimental API.
68373
+ * @type {string}
68374
+ * @memberof MachineAccountsV2025ApiPatchMachineAccountSubtype
68375
+ */
68376
+ readonly xSailPointExperimental?: string;
68377
+ }
67979
68378
  /**
67980
68379
  * Request parameters for updateMachineAccount operation in MachineAccountsV2025Api.
67981
68380
  * @export
@@ -67988,18 +68387,18 @@ export interface MachineAccountsV2025ApiUpdateMachineAccountRequest {
67988
68387
  * @memberof MachineAccountsV2025ApiUpdateMachineAccount
67989
68388
  */
67990
68389
  readonly id: string;
67991
- /**
67992
- * Use this header to enable this experimental API.
67993
- * @type {string}
67994
- * @memberof MachineAccountsV2025ApiUpdateMachineAccount
67995
- */
67996
- readonly xSailPointExperimental: string;
67997
68390
  /**
67998
68391
  * A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
67999
68392
  * @type {Array<object>}
68000
68393
  * @memberof MachineAccountsV2025ApiUpdateMachineAccount
68001
68394
  */
68002
68395
  readonly requestBody: Array<object>;
68396
+ /**
68397
+ * Use this header to enable this experimental API.
68398
+ * @type {string}
68399
+ * @memberof MachineAccountsV2025ApiUpdateMachineAccount
68400
+ */
68401
+ readonly xSailPointExperimental?: string;
68003
68402
  }
68004
68403
  /**
68005
68404
  * MachineAccountsV2025Api - object-oriented interface
@@ -68008,6 +68407,24 @@ export interface MachineAccountsV2025ApiUpdateMachineAccountRequest {
68008
68407
  * @extends {BaseAPI}
68009
68408
  */
68010
68409
  export declare class MachineAccountsV2025Api extends BaseAPI {
68410
+ /**
68411
+ * Create a new machine account subtype for a source.
68412
+ * @summary Create subtype
68413
+ * @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
68414
+ * @param {*} [axiosOptions] Override http request option.
68415
+ * @throws {RequiredError}
68416
+ * @memberof MachineAccountsV2025Api
68417
+ */
68418
+ createMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025, any>>;
68419
+ /**
68420
+ * Delete a machine account subtype by its ID.
68421
+ * @summary Delete subtype
68422
+ * @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
68423
+ * @param {*} [axiosOptions] Override http request option.
68424
+ * @throws {RequiredError}
68425
+ * @memberof MachineAccountsV2025Api
68426
+ */
68427
+ deleteMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
68011
68428
  /**
68012
68429
  * Use this API to return the details for a single machine account by its ID.
68013
68430
  * @summary Machine account details
@@ -68017,6 +68434,33 @@ export declare class MachineAccountsV2025Api extends BaseAPI {
68017
68434
  * @memberof MachineAccountsV2025Api
68018
68435
  */
68019
68436
  getMachineAccount(requestParameters: MachineAccountsV2025ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2025, any>>;
68437
+ /**
68438
+ * Get a machine account subtype by its unique ID.
68439
+ * @summary Retrieve subtype by subtype id
68440
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
68441
+ * @param {*} [axiosOptions] Override http request option.
68442
+ * @throws {RequiredError}
68443
+ * @memberof MachineAccountsV2025Api
68444
+ */
68445
+ getMachineAccountSubtypeById(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025, any>>;
68446
+ /**
68447
+ * Get a machine account subtype by source ID and technical name.
68448
+ * @summary Retrieve subtype by source and technicalName
68449
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
68450
+ * @param {*} [axiosOptions] Override http request option.
68451
+ * @throws {RequiredError}
68452
+ * @memberof MachineAccountsV2025Api
68453
+ */
68454
+ getMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025, any>>;
68455
+ /**
68456
+ * Get all machine account subtypes for a given source.
68457
+ * @summary Retrieve all subtypes by source
68458
+ * @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
68459
+ * @param {*} [axiosOptions] Override http request option.
68460
+ * @throws {RequiredError}
68461
+ * @memberof MachineAccountsV2025Api
68462
+ */
68463
+ listMachineAccountSubtypes(requestParameters: MachineAccountsV2025ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025[], any>>;
68020
68464
  /**
68021
68465
  * This returns a list of machine accounts.
68022
68466
  * @summary Machine accounts list
@@ -68026,6 +68470,15 @@ export declare class MachineAccountsV2025Api extends BaseAPI {
68026
68470
  * @memberof MachineAccountsV2025Api
68027
68471
  */
68028
68472
  listMachineAccounts(requestParameters?: MachineAccountsV2025ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2025[], any>>;
68473
+ /**
68474
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
68475
+ * @summary Patch subtype
68476
+ * @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
68477
+ * @param {*} [axiosOptions] Override http request option.
68478
+ * @throws {RequiredError}
68479
+ * @memberof MachineAccountsV2025Api
68480
+ */
68481
+ patchMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025, any>>;
68029
68482
  /**
68030
68483
  * Use this API to update machine accounts details.
68031
68484
  * @summary Update a machine account
@@ -68216,21 +68669,21 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
68216
68669
  /**
68217
68670
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
68218
68671
  * @summary Create machine identities
68219
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68220
68672
  * @param {MachineIdentityV2025} machineIdentityV2025
68673
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68221
68674
  * @param {*} [axiosOptions] Override http request option.
68222
68675
  * @throws {RequiredError}
68223
68676
  */
68224
- createMachineIdentity: (xSailPointExperimental: string, machineIdentityV2025: MachineIdentityV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68677
+ createMachineIdentity: (machineIdentityV2025: MachineIdentityV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68225
68678
  /**
68226
68679
  * The API returns successful response if the requested machine identity was deleted.
68227
68680
  * @summary Delete machine identity
68228
68681
  * @param {string} id Machine Identity ID
68229
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68682
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68230
68683
  * @param {*} [axiosOptions] Override http request option.
68231
68684
  * @throws {RequiredError}
68232
68685
  */
68233
- deleteMachineIdentity: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68686
+ deleteMachineIdentity: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68234
68687
  /**
68235
68688
  * This API returns a single machine identity using the Machine Identity ID.
68236
68689
  * @summary Machine identity details
@@ -68257,12 +68710,12 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
68257
68710
  * Use this API to update machine identity details.
68258
68711
  * @summary Update a machine identity
68259
68712
  * @param {string} id Machine Identity ID.
68260
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68261
68713
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
68714
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68262
68715
  * @param {*} [axiosOptions] Override http request option.
68263
68716
  * @throws {RequiredError}
68264
68717
  */
68265
- updateMachineIdentity: (id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68718
+ updateMachineIdentity: (id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68266
68719
  };
68267
68720
  /**
68268
68721
  * MachineIdentitiesV2025Api - functional programming interface
@@ -68272,21 +68725,21 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68272
68725
  /**
68273
68726
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
68274
68727
  * @summary Create machine identities
68275
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68276
68728
  * @param {MachineIdentityV2025} machineIdentityV2025
68729
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68277
68730
  * @param {*} [axiosOptions] Override http request option.
68278
68731
  * @throws {RequiredError}
68279
68732
  */
68280
- createMachineIdentity(xSailPointExperimental: string, machineIdentityV2025: MachineIdentityV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
68733
+ createMachineIdentity(machineIdentityV2025: MachineIdentityV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
68281
68734
  /**
68282
68735
  * The API returns successful response if the requested machine identity was deleted.
68283
68736
  * @summary Delete machine identity
68284
68737
  * @param {string} id Machine Identity ID
68285
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68738
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68286
68739
  * @param {*} [axiosOptions] Override http request option.
68287
68740
  * @throws {RequiredError}
68288
68741
  */
68289
- deleteMachineIdentity(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
68742
+ deleteMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
68290
68743
  /**
68291
68744
  * This API returns a single machine identity using the Machine Identity ID.
68292
68745
  * @summary Machine identity details
@@ -68313,12 +68766,12 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68313
68766
  * Use this API to update machine identity details.
68314
68767
  * @summary Update a machine identity
68315
68768
  * @param {string} id Machine Identity ID.
68316
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68317
68769
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
68770
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68318
68771
  * @param {*} [axiosOptions] Override http request option.
68319
68772
  * @throws {RequiredError}
68320
68773
  */
68321
- updateMachineIdentity(id: string, xSailPointExperimental: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
68774
+ updateMachineIdentity(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
68322
68775
  };
68323
68776
  /**
68324
68777
  * MachineIdentitiesV2025Api - factory interface
@@ -68372,18 +68825,18 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68372
68825
  * @interface MachineIdentitiesV2025ApiCreateMachineIdentityRequest
68373
68826
  */
68374
68827
  export interface MachineIdentitiesV2025ApiCreateMachineIdentityRequest {
68375
- /**
68376
- * Use this header to enable this experimental API.
68377
- * @type {string}
68378
- * @memberof MachineIdentitiesV2025ApiCreateMachineIdentity
68379
- */
68380
- readonly xSailPointExperimental: string;
68381
68828
  /**
68382
68829
  *
68383
68830
  * @type {MachineIdentityV2025}
68384
68831
  * @memberof MachineIdentitiesV2025ApiCreateMachineIdentity
68385
68832
  */
68386
68833
  readonly machineIdentityV2025: MachineIdentityV2025;
68834
+ /**
68835
+ * Use this header to enable this experimental API.
68836
+ * @type {string}
68837
+ * @memberof MachineIdentitiesV2025ApiCreateMachineIdentity
68838
+ */
68839
+ readonly xSailPointExperimental?: string;
68387
68840
  }
68388
68841
  /**
68389
68842
  * Request parameters for deleteMachineIdentity operation in MachineIdentitiesV2025Api.
@@ -68402,7 +68855,7 @@ export interface MachineIdentitiesV2025ApiDeleteMachineIdentityRequest {
68402
68855
  * @type {string}
68403
68856
  * @memberof MachineIdentitiesV2025ApiDeleteMachineIdentity
68404
68857
  */
68405
- readonly xSailPointExperimental: string;
68858
+ readonly xSailPointExperimental?: string;
68406
68859
  }
68407
68860
  /**
68408
68861
  * Request parameters for getMachineIdentity operation in MachineIdentitiesV2025Api.
@@ -68478,18 +68931,18 @@ export interface MachineIdentitiesV2025ApiUpdateMachineIdentityRequest {
68478
68931
  * @memberof MachineIdentitiesV2025ApiUpdateMachineIdentity
68479
68932
  */
68480
68933
  readonly id: string;
68481
- /**
68482
- * Use this header to enable this experimental API.
68483
- * @type {string}
68484
- * @memberof MachineIdentitiesV2025ApiUpdateMachineIdentity
68485
- */
68486
- readonly xSailPointExperimental: string;
68487
68934
  /**
68488
68935
  * A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
68489
68936
  * @type {Array<object>}
68490
68937
  * @memberof MachineIdentitiesV2025ApiUpdateMachineIdentity
68491
68938
  */
68492
68939
  readonly requestBody: Array<object>;
68940
+ /**
68941
+ * Use this header to enable this experimental API.
68942
+ * @type {string}
68943
+ * @memberof MachineIdentitiesV2025ApiUpdateMachineIdentity
68944
+ */
68945
+ readonly xSailPointExperimental?: string;
68493
68946
  }
68494
68947
  /**
68495
68948
  * MachineIdentitiesV2025Api - object-oriented interface
@@ -72121,30 +72574,30 @@ export declare const NotificationsV2025ApiAxiosParamCreator: (configuration?: Co
72121
72574
  /**
72122
72575
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
72123
72576
  * @summary Verify domain address via dkim
72124
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72125
72577
  * @param {DomainAddressV2025} domainAddressV2025
72578
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72126
72579
  * @param {*} [axiosOptions] Override http request option.
72127
72580
  * @throws {RequiredError}
72128
72581
  */
72129
- createDomainDkim: (xSailPointExperimental: string, domainAddressV2025: DomainAddressV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72582
+ createDomainDkim: (domainAddressV2025: DomainAddressV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72130
72583
  /**
72131
72584
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
72132
72585
  * @summary Create notification template
72133
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72134
72586
  * @param {TemplateDtoV2025} templateDtoV2025
72587
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72135
72588
  * @param {*} [axiosOptions] Override http request option.
72136
72589
  * @throws {RequiredError}
72137
72590
  */
72138
- createNotificationTemplate: (xSailPointExperimental: string, templateDtoV2025: TemplateDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72591
+ createNotificationTemplate: (templateDtoV2025: TemplateDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72139
72592
  /**
72140
72593
  * Create a new sender email address and initiate verification process.
72141
72594
  * @summary Create verified from address
72142
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72143
72595
  * @param {EmailStatusDtoV2025} emailStatusDtoV2025
72596
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72144
72597
  * @param {*} [axiosOptions] Override http request option.
72145
72598
  * @throws {RequiredError}
72146
72599
  */
72147
- createVerifiedFromAddress: (xSailPointExperimental: string, emailStatusDtoV2025: EmailStatusDtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72600
+ createVerifiedFromAddress: (emailStatusDtoV2025: EmailStatusDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72148
72601
  /**
72149
72602
  * This lets you bulk delete templates that you previously created for your site. Since this is a beta feature, please contact support to enable usage.
72150
72603
  * @summary Bulk delete notification templates
@@ -72268,30 +72721,30 @@ export declare const NotificationsV2025ApiFp: (configuration?: Configuration) =>
72268
72721
  /**
72269
72722
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
72270
72723
  * @summary Verify domain address via dkim
72271
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72272
72724
  * @param {DomainAddressV2025} domainAddressV2025
72725
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72273
72726
  * @param {*} [axiosOptions] Override http request option.
72274
72727
  * @throws {RequiredError}
72275
72728
  */
72276
- createDomainDkim(xSailPointExperimental: string, domainAddressV2025: DomainAddressV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DomainStatusDtoV2025>>;
72729
+ createDomainDkim(domainAddressV2025: DomainAddressV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DomainStatusDtoV2025>>;
72277
72730
  /**
72278
72731
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
72279
72732
  * @summary Create notification template
72280
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72281
72733
  * @param {TemplateDtoV2025} templateDtoV2025
72734
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72282
72735
  * @param {*} [axiosOptions] Override http request option.
72283
72736
  * @throws {RequiredError}
72284
72737
  */
72285
- createNotificationTemplate(xSailPointExperimental: string, templateDtoV2025: TemplateDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TemplateDtoV2025>>;
72738
+ createNotificationTemplate(templateDtoV2025: TemplateDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TemplateDtoV2025>>;
72286
72739
  /**
72287
72740
  * Create a new sender email address and initiate verification process.
72288
72741
  * @summary Create verified from address
72289
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72290
72742
  * @param {EmailStatusDtoV2025} emailStatusDtoV2025
72743
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72291
72744
  * @param {*} [axiosOptions] Override http request option.
72292
72745
  * @throws {RequiredError}
72293
72746
  */
72294
- createVerifiedFromAddress(xSailPointExperimental: string, emailStatusDtoV2025: EmailStatusDtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailStatusDtoV2025>>;
72747
+ createVerifiedFromAddress(emailStatusDtoV2025: EmailStatusDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailStatusDtoV2025>>;
72295
72748
  /**
72296
72749
  * This lets you bulk delete templates that you previously created for your site. Since this is a beta feature, please contact support to enable usage.
72297
72750
  * @summary Bulk delete notification templates
@@ -72539,18 +72992,18 @@ export declare const NotificationsV2025ApiFactory: (configuration?: Configuratio
72539
72992
  * @interface NotificationsV2025ApiCreateDomainDkimRequest
72540
72993
  */
72541
72994
  export interface NotificationsV2025ApiCreateDomainDkimRequest {
72542
- /**
72543
- * Use this header to enable this experimental API.
72544
- * @type {string}
72545
- * @memberof NotificationsV2025ApiCreateDomainDkim
72546
- */
72547
- readonly xSailPointExperimental: string;
72548
72995
  /**
72549
72996
  *
72550
72997
  * @type {DomainAddressV2025}
72551
72998
  * @memberof NotificationsV2025ApiCreateDomainDkim
72552
72999
  */
72553
73000
  readonly domainAddressV2025: DomainAddressV2025;
73001
+ /**
73002
+ * Use this header to enable this experimental API.
73003
+ * @type {string}
73004
+ * @memberof NotificationsV2025ApiCreateDomainDkim
73005
+ */
73006
+ readonly xSailPointExperimental?: string;
72554
73007
  }
72555
73008
  /**
72556
73009
  * Request parameters for createNotificationTemplate operation in NotificationsV2025Api.
@@ -72558,18 +73011,18 @@ export interface NotificationsV2025ApiCreateDomainDkimRequest {
72558
73011
  * @interface NotificationsV2025ApiCreateNotificationTemplateRequest
72559
73012
  */
72560
73013
  export interface NotificationsV2025ApiCreateNotificationTemplateRequest {
72561
- /**
72562
- * Use this header to enable this experimental API.
72563
- * @type {string}
72564
- * @memberof NotificationsV2025ApiCreateNotificationTemplate
72565
- */
72566
- readonly xSailPointExperimental: string;
72567
73014
  /**
72568
73015
  *
72569
73016
  * @type {TemplateDtoV2025}
72570
73017
  * @memberof NotificationsV2025ApiCreateNotificationTemplate
72571
73018
  */
72572
73019
  readonly templateDtoV2025: TemplateDtoV2025;
73020
+ /**
73021
+ * Use this header to enable this experimental API.
73022
+ * @type {string}
73023
+ * @memberof NotificationsV2025ApiCreateNotificationTemplate
73024
+ */
73025
+ readonly xSailPointExperimental?: string;
72573
73026
  }
72574
73027
  /**
72575
73028
  * Request parameters for createVerifiedFromAddress operation in NotificationsV2025Api.
@@ -72577,18 +73030,18 @@ export interface NotificationsV2025ApiCreateNotificationTemplateRequest {
72577
73030
  * @interface NotificationsV2025ApiCreateVerifiedFromAddressRequest
72578
73031
  */
72579
73032
  export interface NotificationsV2025ApiCreateVerifiedFromAddressRequest {
72580
- /**
72581
- * Use this header to enable this experimental API.
72582
- * @type {string}
72583
- * @memberof NotificationsV2025ApiCreateVerifiedFromAddress
72584
- */
72585
- readonly xSailPointExperimental: string;
72586
73033
  /**
72587
73034
  *
72588
73035
  * @type {EmailStatusDtoV2025}
72589
73036
  * @memberof NotificationsV2025ApiCreateVerifiedFromAddress
72590
73037
  */
72591
73038
  readonly emailStatusDtoV2025: EmailStatusDtoV2025;
73039
+ /**
73040
+ * Use this header to enable this experimental API.
73041
+ * @type {string}
73042
+ * @memberof NotificationsV2025ApiCreateVerifiedFromAddress
73043
+ */
73044
+ readonly xSailPointExperimental?: string;
72592
73045
  }
72593
73046
  /**
72594
73047
  * Request parameters for deleteNotificationTemplatesInBulk operation in NotificationsV2025Api.
@@ -76916,30 +77369,30 @@ export declare const SIMIntegrationsV2025ApiAxiosParamCreator: (configuration?:
76916
77369
  /**
76917
77370
  * Create a new SIM Integrations.
76918
77371
  * @summary Create new sim integration
76919
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
76920
77372
  * @param {SimIntegrationDetailsV2025} simIntegrationDetailsV2025 DTO containing the details of the SIM integration
77373
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76921
77374
  * @param {*} [axiosOptions] Override http request option.
76922
77375
  * @throws {RequiredError}
76923
77376
  */
76924
- createSIMIntegration: (xSailPointExperimental: string, simIntegrationDetailsV2025: SimIntegrationDetailsV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77377
+ createSIMIntegration: (simIntegrationDetailsV2025: SimIntegrationDetailsV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76925
77378
  /**
76926
77379
  * Get the details of a SIM integration.
76927
77380
  * @summary Delete a sim integration
76928
77381
  * @param {string} id The id of the integration to delete.
76929
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77382
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76930
77383
  * @param {*} [axiosOptions] Override http request option.
76931
77384
  * @throws {RequiredError}
76932
77385
  */
76933
- deleteSIMIntegration: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77386
+ deleteSIMIntegration: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76934
77387
  /**
76935
77388
  * Get the details of a SIM integration.
76936
77389
  * @summary Get a sim integration details.
76937
77390
  * @param {string} id The id of the integration.
76938
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77391
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76939
77392
  * @param {*} [axiosOptions] Override http request option.
76940
77393
  * @throws {RequiredError}
76941
77394
  */
76942
- getSIMIntegration: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77395
+ getSIMIntegration: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76943
77396
  /**
76944
77397
  * List the existing SIM integrations.
76945
77398
  * @summary List the existing sim integrations.
@@ -76962,12 +77415,12 @@ export declare const SIMIntegrationsV2025ApiAxiosParamCreator: (configuration?:
76962
77415
  * Patch a SIM attribute given a JsonPatch object.
76963
77416
  * @summary Patch a sim attribute.
76964
77417
  * @param {string} id SIM integration id
76965
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
76966
77418
  * @param {JsonPatchV2025} jsonPatchV2025 The JsonPatch object that describes the changes of SIM
77419
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76967
77420
  * @param {*} [axiosOptions] Override http request option.
76968
77421
  * @throws {RequiredError}
76969
77422
  */
76970
- patchSIMAttributes: (id: string, xSailPointExperimental: string, jsonPatchV2025: JsonPatchV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77423
+ patchSIMAttributes: (id: string, jsonPatchV2025: JsonPatchV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76971
77424
  /**
76972
77425
  * Update an existing SIM integration.
76973
77426
  * @summary Update an existing sim integration
@@ -76987,30 +77440,30 @@ export declare const SIMIntegrationsV2025ApiFp: (configuration?: Configuration)
76987
77440
  /**
76988
77441
  * Create a new SIM Integrations.
76989
77442
  * @summary Create new sim integration
76990
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
76991
77443
  * @param {SimIntegrationDetailsV2025} simIntegrationDetailsV2025 DTO containing the details of the SIM integration
77444
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76992
77445
  * @param {*} [axiosOptions] Override http request option.
76993
77446
  * @throws {RequiredError}
76994
77447
  */
76995
- createSIMIntegration(xSailPointExperimental: string, simIntegrationDetailsV2025: SimIntegrationDetailsV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77448
+ createSIMIntegration(simIntegrationDetailsV2025: SimIntegrationDetailsV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
76996
77449
  /**
76997
77450
  * Get the details of a SIM integration.
76998
77451
  * @summary Delete a sim integration
76999
77452
  * @param {string} id The id of the integration to delete.
77000
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77453
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77001
77454
  * @param {*} [axiosOptions] Override http request option.
77002
77455
  * @throws {RequiredError}
77003
77456
  */
77004
- deleteSIMIntegration(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
77457
+ deleteSIMIntegration(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
77005
77458
  /**
77006
77459
  * Get the details of a SIM integration.
77007
77460
  * @summary Get a sim integration details.
77008
77461
  * @param {string} id The id of the integration.
77009
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77462
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77010
77463
  * @param {*} [axiosOptions] Override http request option.
77011
77464
  * @throws {RequiredError}
77012
77465
  */
77013
- getSIMIntegration(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77466
+ getSIMIntegration(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77014
77467
  /**
77015
77468
  * List the existing SIM integrations.
77016
77469
  * @summary List the existing sim integrations.
@@ -77033,12 +77486,12 @@ export declare const SIMIntegrationsV2025ApiFp: (configuration?: Configuration)
77033
77486
  * Patch a SIM attribute given a JsonPatch object.
77034
77487
  * @summary Patch a sim attribute.
77035
77488
  * @param {string} id SIM integration id
77036
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77037
77489
  * @param {JsonPatchV2025} jsonPatchV2025 The JsonPatch object that describes the changes of SIM
77490
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77038
77491
  * @param {*} [axiosOptions] Override http request option.
77039
77492
  * @throws {RequiredError}
77040
77493
  */
77041
- patchSIMAttributes(id: string, xSailPointExperimental: string, jsonPatchV2025: JsonPatchV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77494
+ patchSIMAttributes(id: string, jsonPatchV2025: JsonPatchV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77042
77495
  /**
77043
77496
  * Update an existing SIM integration.
77044
77497
  * @summary Update an existing sim integration
@@ -77118,18 +77571,18 @@ export declare const SIMIntegrationsV2025ApiFactory: (configuration?: Configurat
77118
77571
  * @interface SIMIntegrationsV2025ApiCreateSIMIntegrationRequest
77119
77572
  */
77120
77573
  export interface SIMIntegrationsV2025ApiCreateSIMIntegrationRequest {
77121
- /**
77122
- * Use this header to enable this experimental API.
77123
- * @type {string}
77124
- * @memberof SIMIntegrationsV2025ApiCreateSIMIntegration
77125
- */
77126
- readonly xSailPointExperimental: string;
77127
77574
  /**
77128
77575
  * DTO containing the details of the SIM integration
77129
77576
  * @type {SimIntegrationDetailsV2025}
77130
77577
  * @memberof SIMIntegrationsV2025ApiCreateSIMIntegration
77131
77578
  */
77132
77579
  readonly simIntegrationDetailsV2025: SimIntegrationDetailsV2025;
77580
+ /**
77581
+ * Use this header to enable this experimental API.
77582
+ * @type {string}
77583
+ * @memberof SIMIntegrationsV2025ApiCreateSIMIntegration
77584
+ */
77585
+ readonly xSailPointExperimental?: string;
77133
77586
  }
77134
77587
  /**
77135
77588
  * Request parameters for deleteSIMIntegration operation in SIMIntegrationsV2025Api.
@@ -77148,7 +77601,7 @@ export interface SIMIntegrationsV2025ApiDeleteSIMIntegrationRequest {
77148
77601
  * @type {string}
77149
77602
  * @memberof SIMIntegrationsV2025ApiDeleteSIMIntegration
77150
77603
  */
77151
- readonly xSailPointExperimental: string;
77604
+ readonly xSailPointExperimental?: string;
77152
77605
  }
77153
77606
  /**
77154
77607
  * Request parameters for getSIMIntegration operation in SIMIntegrationsV2025Api.
@@ -77167,7 +77620,7 @@ export interface SIMIntegrationsV2025ApiGetSIMIntegrationRequest {
77167
77620
  * @type {string}
77168
77621
  * @memberof SIMIntegrationsV2025ApiGetSIMIntegration
77169
77622
  */
77170
- readonly xSailPointExperimental: string;
77623
+ readonly xSailPointExperimental?: string;
77171
77624
  }
77172
77625
  /**
77173
77626
  * Request parameters for getSIMIntegrations operation in SIMIntegrationsV2025Api.
@@ -77219,18 +77672,18 @@ export interface SIMIntegrationsV2025ApiPatchSIMAttributesRequest {
77219
77672
  * @memberof SIMIntegrationsV2025ApiPatchSIMAttributes
77220
77673
  */
77221
77674
  readonly id: string;
77222
- /**
77223
- * Use this header to enable this experimental API.
77224
- * @type {string}
77225
- * @memberof SIMIntegrationsV2025ApiPatchSIMAttributes
77226
- */
77227
- readonly xSailPointExperimental: string;
77228
77675
  /**
77229
77676
  * The JsonPatch object that describes the changes of SIM
77230
77677
  * @type {JsonPatchV2025}
77231
77678
  * @memberof SIMIntegrationsV2025ApiPatchSIMAttributes
77232
77679
  */
77233
77680
  readonly jsonPatchV2025: JsonPatchV2025;
77681
+ /**
77682
+ * Use this header to enable this experimental API.
77683
+ * @type {string}
77684
+ * @memberof SIMIntegrationsV2025ApiPatchSIMAttributes
77685
+ */
77686
+ readonly xSailPointExperimental?: string;
77234
77687
  }
77235
77688
  /**
77236
77689
  * Request parameters for putSIMIntegration operation in SIMIntegrationsV2025Api.
@@ -79636,21 +80089,21 @@ export declare const SearchAttributeConfigurationV2025ApiAxiosParamCreator: (con
79636
80089
  * Delete an extended attribute configuration by name.
79637
80090
  * @summary Delete extended search attribute
79638
80091
  * @param {string} name Name of the extended search attribute configuration to delete.
79639
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80092
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79640
80093
  * @param {*} [axiosOptions] Override http request option.
79641
80094
  * @throws {RequiredError}
79642
80095
  */
79643
- deleteSearchAttributeConfig: (name: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80096
+ deleteSearchAttributeConfig: (name: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79644
80097
  /**
79645
80098
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
79646
80099
  * @summary List extended search attributes
79647
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79648
80100
  * @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.
79649
80101
  * @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.
80102
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79650
80103
  * @param {*} [axiosOptions] Override http request option.
79651
80104
  * @throws {RequiredError}
79652
80105
  */
79653
- getSearchAttributeConfig: (xSailPointExperimental: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80106
+ getSearchAttributeConfig: (limit?: number, offset?: number, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79654
80107
  /**
79655
80108
  * Get an extended attribute configuration by name.
79656
80109
  * @summary Get extended search attribute
@@ -79664,12 +80117,12 @@ export declare const SearchAttributeConfigurationV2025ApiAxiosParamCreator: (con
79664
80117
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
79665
80118
  * @summary Update extended search attribute
79666
80119
  * @param {string} name Name of the search attribute configuration to patch.
79667
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79668
80120
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
80121
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79669
80122
  * @param {*} [axiosOptions] Override http request option.
79670
80123
  * @throws {RequiredError}
79671
80124
  */
79672
- patchSearchAttributeConfig: (name: string, xSailPointExperimental: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80125
+ patchSearchAttributeConfig: (name: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79673
80126
  };
79674
80127
  /**
79675
80128
  * SearchAttributeConfigurationV2025Api - functional programming interface
@@ -79689,21 +80142,21 @@ export declare const SearchAttributeConfigurationV2025ApiFp: (configuration?: Co
79689
80142
  * Delete an extended attribute configuration by name.
79690
80143
  * @summary Delete extended search attribute
79691
80144
  * @param {string} name Name of the extended search attribute configuration to delete.
79692
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80145
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79693
80146
  * @param {*} [axiosOptions] Override http request option.
79694
80147
  * @throws {RequiredError}
79695
80148
  */
79696
- deleteSearchAttributeConfig(name: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
80149
+ deleteSearchAttributeConfig(name: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
79697
80150
  /**
79698
80151
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
79699
80152
  * @summary List extended search attributes
79700
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79701
80153
  * @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.
79702
80154
  * @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.
80155
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79703
80156
  * @param {*} [axiosOptions] Override http request option.
79704
80157
  * @throws {RequiredError}
79705
80158
  */
79706
- getSearchAttributeConfig(xSailPointExperimental: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SearchAttributeConfigV2025>>>;
80159
+ getSearchAttributeConfig(limit?: number, offset?: number, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SearchAttributeConfigV2025>>>;
79707
80160
  /**
79708
80161
  * Get an extended attribute configuration by name.
79709
80162
  * @summary Get extended search attribute
@@ -79717,12 +80170,12 @@ export declare const SearchAttributeConfigurationV2025ApiFp: (configuration?: Co
79717
80170
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
79718
80171
  * @summary Update extended search attribute
79719
80172
  * @param {string} name Name of the search attribute configuration to patch.
79720
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79721
80173
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
80174
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79722
80175
  * @param {*} [axiosOptions] Override http request option.
79723
80176
  * @throws {RequiredError}
79724
80177
  */
79725
- patchSearchAttributeConfig(name: string, xSailPointExperimental: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchAttributeConfigV2025>>;
80178
+ patchSearchAttributeConfig(name: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchAttributeConfigV2025>>;
79726
80179
  };
79727
80180
  /**
79728
80181
  * SearchAttributeConfigurationV2025Api - factory interface
@@ -79752,7 +80205,7 @@ export declare const SearchAttributeConfigurationV2025ApiFactory: (configuration
79752
80205
  * @param {*} [axiosOptions] Override http request option.
79753
80206
  * @throws {RequiredError}
79754
80207
  */
79755
- getSearchAttributeConfig(requestParameters: SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SearchAttributeConfigV2025>>;
80208
+ getSearchAttributeConfig(requestParameters?: SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SearchAttributeConfigV2025>>;
79756
80209
  /**
79757
80210
  * Get an extended attribute configuration by name.
79758
80211
  * @summary Get extended search attribute
@@ -79806,7 +80259,7 @@ export interface SearchAttributeConfigurationV2025ApiDeleteSearchAttributeConfig
79806
80259
  * @type {string}
79807
80260
  * @memberof SearchAttributeConfigurationV2025ApiDeleteSearchAttributeConfig
79808
80261
  */
79809
- readonly xSailPointExperimental: string;
80262
+ readonly xSailPointExperimental?: string;
79810
80263
  }
79811
80264
  /**
79812
80265
  * Request parameters for getSearchAttributeConfig operation in SearchAttributeConfigurationV2025Api.
@@ -79814,12 +80267,6 @@ export interface SearchAttributeConfigurationV2025ApiDeleteSearchAttributeConfig
79814
80267
  * @interface SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest
79815
80268
  */
79816
80269
  export interface SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest {
79817
- /**
79818
- * Use this header to enable this experimental API.
79819
- * @type {string}
79820
- * @memberof SearchAttributeConfigurationV2025ApiGetSearchAttributeConfig
79821
- */
79822
- readonly xSailPointExperimental: string;
79823
80270
  /**
79824
80271
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79825
80272
  * @type {number}
@@ -79832,6 +80279,12 @@ export interface SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigReq
79832
80279
  * @memberof SearchAttributeConfigurationV2025ApiGetSearchAttributeConfig
79833
80280
  */
79834
80281
  readonly offset?: number;
80282
+ /**
80283
+ * Use this header to enable this experimental API.
80284
+ * @type {string}
80285
+ * @memberof SearchAttributeConfigurationV2025ApiGetSearchAttributeConfig
80286
+ */
80287
+ readonly xSailPointExperimental?: string;
79835
80288
  }
79836
80289
  /**
79837
80290
  * Request parameters for getSingleSearchAttributeConfig operation in SearchAttributeConfigurationV2025Api.
@@ -79864,18 +80317,18 @@ export interface SearchAttributeConfigurationV2025ApiPatchSearchAttributeConfigR
79864
80317
  * @memberof SearchAttributeConfigurationV2025ApiPatchSearchAttributeConfig
79865
80318
  */
79866
80319
  readonly name: string;
79867
- /**
79868
- * Use this header to enable this experimental API.
79869
- * @type {string}
79870
- * @memberof SearchAttributeConfigurationV2025ApiPatchSearchAttributeConfig
79871
- */
79872
- readonly xSailPointExperimental: string;
79873
80320
  /**
79874
80321
  *
79875
80322
  * @type {Array<JsonPatchOperationV2025>}
79876
80323
  * @memberof SearchAttributeConfigurationV2025ApiPatchSearchAttributeConfig
79877
80324
  */
79878
80325
  readonly jsonPatchOperationV2025: Array<JsonPatchOperationV2025>;
80326
+ /**
80327
+ * Use this header to enable this experimental API.
80328
+ * @type {string}
80329
+ * @memberof SearchAttributeConfigurationV2025ApiPatchSearchAttributeConfig
80330
+ */
80331
+ readonly xSailPointExperimental?: string;
79879
80332
  }
79880
80333
  /**
79881
80334
  * SearchAttributeConfigurationV2025Api - object-oriented interface
@@ -79910,7 +80363,7 @@ export declare class SearchAttributeConfigurationV2025Api extends BaseAPI {
79910
80363
  * @throws {RequiredError}
79911
80364
  * @memberof SearchAttributeConfigurationV2025Api
79912
80365
  */
79913
- getSearchAttributeConfig(requestParameters: SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchAttributeConfigV2025[], any>>;
80366
+ getSearchAttributeConfig(requestParameters?: SearchAttributeConfigurationV2025ApiGetSearchAttributeConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchAttributeConfigV2025[], any>>;
79914
80367
  /**
79915
80368
  * Get an extended attribute configuration by name.
79916
80369
  * @summary Get extended search attribute
@@ -81207,12 +81660,12 @@ export declare const SourcesV2025ApiAxiosParamCreator: (configuration?: Configur
81207
81660
  * Replaces the attribute synchronization configuration for the source specified by the given ID with the configuration provided in the request body. Only the \"enabled\" field of the values in the \"attributes\" array is mutable. Attempting to change other attributes or add new values to the \"attributes\" array will result in an error.
81208
81661
  * @summary Update attribute sync config
81209
81662
  * @param {string} id The source id
81210
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81211
81663
  * @param {AttrSyncSourceConfigV2025} attrSyncSourceConfigV2025
81664
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81212
81665
  * @param {*} [axiosOptions] Override http request option.
81213
81666
  * @throws {RequiredError}
81214
81667
  */
81215
- putSourceAttrSyncConfig: (id: string, xSailPointExperimental: string, attrSyncSourceConfigV2025: AttrSyncSourceConfigV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81668
+ putSourceAttrSyncConfig: (id: string, attrSyncSourceConfigV2025: AttrSyncSourceConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81216
81669
  /**
81217
81670
  * This API will completely replace an existing Schema with the submitted payload. Some fields of the Schema cannot be updated. These fields are listed below. * id * name * created * modified Any attempt to modify these fields will result in an error response with a status code of 400. > `id` must remain in the request body, but it cannot be changed. If `id` is omitted from the request body, the result will be a 400 error.
81218
81671
  * @summary Update source schema (full)
@@ -81297,12 +81750,12 @@ export declare const SourcesV2025ApiAxiosParamCreator: (configuration?: Configur
81297
81750
  /**
81298
81751
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
81299
81752
  * @summary Update source entitlement request configuration
81300
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81301
81753
  * @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
81754
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81302
81755
  * @param {*} [axiosOptions] Override http request option.
81303
81756
  * @throws {RequiredError}
81304
81757
  */
81305
- updateSourceEntitlementRequestConfig: (xSailPointExperimental: string, sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81758
+ updateSourceEntitlementRequestConfig: (sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81306
81759
  /**
81307
81760
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
81308
81761
  * @summary Update source schedule (partial)
@@ -81671,12 +82124,12 @@ export declare const SourcesV2025ApiFp: (configuration?: Configuration) => {
81671
82124
  * Replaces the attribute synchronization configuration for the source specified by the given ID with the configuration provided in the request body. Only the \"enabled\" field of the values in the \"attributes\" array is mutable. Attempting to change other attributes or add new values to the \"attributes\" array will result in an error.
81672
82125
  * @summary Update attribute sync config
81673
82126
  * @param {string} id The source id
81674
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81675
82127
  * @param {AttrSyncSourceConfigV2025} attrSyncSourceConfigV2025
82128
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81676
82129
  * @param {*} [axiosOptions] Override http request option.
81677
82130
  * @throws {RequiredError}
81678
82131
  */
81679
- putSourceAttrSyncConfig(id: string, xSailPointExperimental: string, attrSyncSourceConfigV2025: AttrSyncSourceConfigV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttrSyncSourceConfigV2025>>;
82132
+ putSourceAttrSyncConfig(id: string, attrSyncSourceConfigV2025: AttrSyncSourceConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttrSyncSourceConfigV2025>>;
81680
82133
  /**
81681
82134
  * This API will completely replace an existing Schema with the submitted payload. Some fields of the Schema cannot be updated. These fields are listed below. * id * name * created * modified Any attempt to modify these fields will result in an error response with a status code of 400. > `id` must remain in the request body, but it cannot be changed. If `id` is omitted from the request body, the result will be a 400 error.
81682
82135
  * @summary Update source schema (full)
@@ -81761,12 +82214,12 @@ export declare const SourcesV2025ApiFp: (configuration?: Configuration) => {
81761
82214
  /**
81762
82215
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
81763
82216
  * @summary Update source entitlement request configuration
81764
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81765
82217
  * @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
82218
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81766
82219
  * @param {*} [axiosOptions] Override http request option.
81767
82220
  * @throws {RequiredError}
81768
82221
  */
81769
- updateSourceEntitlementRequestConfig(xSailPointExperimental: string, sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>>;
82222
+ updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>>;
81770
82223
  /**
81771
82224
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
81772
82225
  * @summary Update source schedule (partial)
@@ -82912,18 +83365,18 @@ export interface SourcesV2025ApiPutSourceAttrSyncConfigRequest {
82912
83365
  * @memberof SourcesV2025ApiPutSourceAttrSyncConfig
82913
83366
  */
82914
83367
  readonly id: string;
82915
- /**
82916
- * Use this header to enable this experimental API.
82917
- * @type {string}
82918
- * @memberof SourcesV2025ApiPutSourceAttrSyncConfig
82919
- */
82920
- readonly xSailPointExperimental: string;
82921
83368
  /**
82922
83369
  *
82923
83370
  * @type {AttrSyncSourceConfigV2025}
82924
83371
  * @memberof SourcesV2025ApiPutSourceAttrSyncConfig
82925
83372
  */
82926
83373
  readonly attrSyncSourceConfigV2025: AttrSyncSourceConfigV2025;
83374
+ /**
83375
+ * Use this header to enable this experimental API.
83376
+ * @type {string}
83377
+ * @memberof SourcesV2025ApiPutSourceAttrSyncConfig
83378
+ */
83379
+ readonly xSailPointExperimental?: string;
82927
83380
  }
82928
83381
  /**
82929
83382
  * Request parameters for putSourceSchema operation in SourcesV2025Api.
@@ -83102,18 +83555,18 @@ export interface SourcesV2025ApiUpdateSourceRequest {
83102
83555
  * @interface SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest
83103
83556
  */
83104
83557
  export interface SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest {
83105
- /**
83106
- * Use this header to enable this experimental API.
83107
- * @type {string}
83108
- * @memberof SourcesV2025ApiUpdateSourceEntitlementRequestConfig
83109
- */
83110
- readonly xSailPointExperimental: string;
83111
83558
  /**
83112
83559
  *
83113
83560
  * @type {SourceEntitlementRequestConfigV2025}
83114
83561
  * @memberof SourcesV2025ApiUpdateSourceEntitlementRequestConfig
83115
83562
  */
83116
83563
  readonly sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025;
83564
+ /**
83565
+ * Use this header to enable this experimental API.
83566
+ * @type {string}
83567
+ * @memberof SourcesV2025ApiUpdateSourceEntitlementRequestConfig
83568
+ */
83569
+ readonly xSailPointExperimental?: string;
83117
83570
  }
83118
83571
  /**
83119
83572
  * Request parameters for updateSourceSchedule operation in SourcesV2025Api.
@@ -85070,12 +85523,12 @@ export declare const TenantContextV2025ApiAxiosParamCreator: (configuration?: Co
85070
85523
  /**
85071
85524
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
85072
85525
  * @summary Update tenant context
85073
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85074
85526
  * @param {JsonPatchOperationV2025} jsonPatchOperationV2025
85527
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85075
85528
  * @param {*} [axiosOptions] Override http request option.
85076
85529
  * @throws {RequiredError}
85077
85530
  */
85078
- patchTenantContext: (xSailPointExperimental: string, jsonPatchOperationV2025: JsonPatchOperationV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85531
+ patchTenantContext: (jsonPatchOperationV2025: JsonPatchOperationV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85079
85532
  };
85080
85533
  /**
85081
85534
  * TenantContextV2025Api - functional programming interface
@@ -85093,12 +85546,12 @@ export declare const TenantContextV2025ApiFp: (configuration?: Configuration) =>
85093
85546
  /**
85094
85547
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
85095
85548
  * @summary Update tenant context
85096
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85097
85549
  * @param {JsonPatchOperationV2025} jsonPatchOperationV2025
85550
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85098
85551
  * @param {*} [axiosOptions] Override http request option.
85099
85552
  * @throws {RequiredError}
85100
85553
  */
85101
- patchTenantContext(xSailPointExperimental: string, jsonPatchOperationV2025: JsonPatchOperationV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
85554
+ patchTenantContext(jsonPatchOperationV2025: JsonPatchOperationV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
85102
85555
  };
85103
85556
  /**
85104
85557
  * TenantContextV2025Api - factory interface
@@ -85141,18 +85594,18 @@ export interface TenantContextV2025ApiGetTenantContextRequest {
85141
85594
  * @interface TenantContextV2025ApiPatchTenantContextRequest
85142
85595
  */
85143
85596
  export interface TenantContextV2025ApiPatchTenantContextRequest {
85144
- /**
85145
- * Use this header to enable this experimental API.
85146
- * @type {string}
85147
- * @memberof TenantContextV2025ApiPatchTenantContext
85148
- */
85149
- readonly xSailPointExperimental: string;
85150
85597
  /**
85151
85598
  *
85152
85599
  * @type {JsonPatchOperationV2025}
85153
85600
  * @memberof TenantContextV2025ApiPatchTenantContext
85154
85601
  */
85155
85602
  readonly jsonPatchOperationV2025: JsonPatchOperationV2025;
85603
+ /**
85604
+ * Use this header to enable this experimental API.
85605
+ * @type {string}
85606
+ * @memberof TenantContextV2025ApiPatchTenantContext
85607
+ */
85608
+ readonly xSailPointExperimental?: string;
85156
85609
  }
85157
85610
  /**
85158
85611
  * TenantContextV2025Api - object-oriented interface
@@ -85504,24 +85957,24 @@ export declare const TriggersV2025ApiAxiosParamCreator: (configuration?: Configu
85504
85957
  * Deletes an existing subscription to a trigger.
85505
85958
  * @summary Delete a subscription
85506
85959
  * @param {string} id Subscription ID
85507
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85960
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85508
85961
  * @param {*} [axiosOptions] Override http request option.
85509
85962
  * @throws {RequiredError}
85510
85963
  */
85511
- deleteSubscription: (id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85964
+ deleteSubscription: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85512
85965
  /**
85513
85966
  * Gets a list of all trigger subscriptions.
85514
85967
  * @summary List subscriptions
85515
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85516
85968
  * @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.
85517
85969
  * @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.
85518
85970
  * @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.
85519
85971
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **triggerId**: *eq* **type**: *eq, le*
85520
85972
  * @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: **triggerId, triggerName**
85973
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85521
85974
  * @param {*} [axiosOptions] Override http request option.
85522
85975
  * @throws {RequiredError}
85523
85976
  */
85524
- listSubscriptions: (xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85977
+ listSubscriptions: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85525
85978
  /**
85526
85979
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
85527
85980
  * @summary List latest invocation statuses
@@ -85552,12 +86005,12 @@ export declare const TriggersV2025ApiAxiosParamCreator: (configuration?: Configu
85552
86005
  * This API updates a trigger subscription in IdentityNow, using a set of instructions to modify a subscription partially. The following fields are patchable: **name**, **description**, **enabled**, **type**, **filter**, **responseDeadline**, **httpConfig**, **eventBridgeConfig**, **workflowConfig**
85553
86006
  * @summary Patch a subscription
85554
86007
  * @param {string} id ID of the Subscription to patch
85555
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85556
86008
  * @param {Array<SubscriptionPatchRequestInnerV2025>} subscriptionPatchRequestInnerV2025
86009
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85557
86010
  * @param {*} [axiosOptions] Override http request option.
85558
86011
  * @throws {RequiredError}
85559
86012
  */
85560
- patchSubscription: (id: string, xSailPointExperimental: string, subscriptionPatchRequestInnerV2025: Array<SubscriptionPatchRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
86013
+ patchSubscription: (id: string, subscriptionPatchRequestInnerV2025: Array<SubscriptionPatchRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
85561
86014
  /**
85562
86015
  * Initiate a test event for all subscribers of the specified event trigger. If there are no subscribers to the specified trigger in the tenant, then no test event will be sent.
85563
86016
  * @summary Start a test invocation
@@ -85615,24 +86068,24 @@ export declare const TriggersV2025ApiFp: (configuration?: Configuration) => {
85615
86068
  * Deletes an existing subscription to a trigger.
85616
86069
  * @summary Delete a subscription
85617
86070
  * @param {string} id Subscription ID
85618
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
86071
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85619
86072
  * @param {*} [axiosOptions] Override http request option.
85620
86073
  * @throws {RequiredError}
85621
86074
  */
85622
- deleteSubscription(id: string, xSailPointExperimental: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
86075
+ deleteSubscription(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
85623
86076
  /**
85624
86077
  * Gets a list of all trigger subscriptions.
85625
86078
  * @summary List subscriptions
85626
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85627
86079
  * @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.
85628
86080
  * @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.
85629
86081
  * @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.
85630
86082
  * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **triggerId**: *eq* **type**: *eq, le*
85631
86083
  * @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: **triggerId, triggerName**
86084
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85632
86085
  * @param {*} [axiosOptions] Override http request option.
85633
86086
  * @throws {RequiredError}
85634
86087
  */
85635
- listSubscriptions(xSailPointExperimental: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SubscriptionV2025>>>;
86088
+ listSubscriptions(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SubscriptionV2025>>>;
85636
86089
  /**
85637
86090
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
85638
86091
  * @summary List latest invocation statuses
@@ -85663,12 +86116,12 @@ export declare const TriggersV2025ApiFp: (configuration?: Configuration) => {
85663
86116
  * This API updates a trigger subscription in IdentityNow, using a set of instructions to modify a subscription partially. The following fields are patchable: **name**, **description**, **enabled**, **type**, **filter**, **responseDeadline**, **httpConfig**, **eventBridgeConfig**, **workflowConfig**
85664
86117
  * @summary Patch a subscription
85665
86118
  * @param {string} id ID of the Subscription to patch
85666
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
85667
86119
  * @param {Array<SubscriptionPatchRequestInnerV2025>} subscriptionPatchRequestInnerV2025
86120
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
85668
86121
  * @param {*} [axiosOptions] Override http request option.
85669
86122
  * @throws {RequiredError}
85670
86123
  */
85671
- patchSubscription(id: string, xSailPointExperimental: string, subscriptionPatchRequestInnerV2025: Array<SubscriptionPatchRequestInnerV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionV2025>>;
86124
+ patchSubscription(id: string, subscriptionPatchRequestInnerV2025: Array<SubscriptionPatchRequestInnerV2025>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionV2025>>;
85672
86125
  /**
85673
86126
  * Initiate a test event for all subscribers of the specified event trigger. If there are no subscribers to the specified trigger in the tenant, then no test event will be sent.
85674
86127
  * @summary Start a test invocation
@@ -85734,7 +86187,7 @@ export declare const TriggersV2025ApiFactory: (configuration?: Configuration, ba
85734
86187
  * @param {*} [axiosOptions] Override http request option.
85735
86188
  * @throws {RequiredError}
85736
86189
  */
85737
- listSubscriptions(requestParameters: TriggersV2025ApiListSubscriptionsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SubscriptionV2025>>;
86190
+ listSubscriptions(requestParameters?: TriggersV2025ApiListSubscriptionsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SubscriptionV2025>>;
85738
86191
  /**
85739
86192
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
85740
86193
  * @summary List latest invocation statuses
@@ -85845,7 +86298,7 @@ export interface TriggersV2025ApiDeleteSubscriptionRequest {
85845
86298
  * @type {string}
85846
86299
  * @memberof TriggersV2025ApiDeleteSubscription
85847
86300
  */
85848
- readonly xSailPointExperimental: string;
86301
+ readonly xSailPointExperimental?: string;
85849
86302
  }
85850
86303
  /**
85851
86304
  * Request parameters for listSubscriptions operation in TriggersV2025Api.
@@ -85853,12 +86306,6 @@ export interface TriggersV2025ApiDeleteSubscriptionRequest {
85853
86306
  * @interface TriggersV2025ApiListSubscriptionsRequest
85854
86307
  */
85855
86308
  export interface TriggersV2025ApiListSubscriptionsRequest {
85856
- /**
85857
- * Use this header to enable this experimental API.
85858
- * @type {string}
85859
- * @memberof TriggersV2025ApiListSubscriptions
85860
- */
85861
- readonly xSailPointExperimental: string;
85862
86309
  /**
85863
86310
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
85864
86311
  * @type {number}
@@ -85889,6 +86336,12 @@ export interface TriggersV2025ApiListSubscriptionsRequest {
85889
86336
  * @memberof TriggersV2025ApiListSubscriptions
85890
86337
  */
85891
86338
  readonly sorters?: string;
86339
+ /**
86340
+ * Use this header to enable this experimental API.
86341
+ * @type {string}
86342
+ * @memberof TriggersV2025ApiListSubscriptions
86343
+ */
86344
+ readonly xSailPointExperimental?: string;
85892
86345
  }
85893
86346
  /**
85894
86347
  * Request parameters for listTriggerInvocationStatus operation in TriggersV2025Api.
@@ -85988,18 +86441,18 @@ export interface TriggersV2025ApiPatchSubscriptionRequest {
85988
86441
  * @memberof TriggersV2025ApiPatchSubscription
85989
86442
  */
85990
86443
  readonly id: string;
85991
- /**
85992
- * Use this header to enable this experimental API.
85993
- * @type {string}
85994
- * @memberof TriggersV2025ApiPatchSubscription
85995
- */
85996
- readonly xSailPointExperimental: string;
85997
86444
  /**
85998
86445
  *
85999
86446
  * @type {Array<SubscriptionPatchRequestInnerV2025>}
86000
86447
  * @memberof TriggersV2025ApiPatchSubscription
86001
86448
  */
86002
86449
  readonly subscriptionPatchRequestInnerV2025: Array<SubscriptionPatchRequestInnerV2025>;
86450
+ /**
86451
+ * Use this header to enable this experimental API.
86452
+ * @type {string}
86453
+ * @memberof TriggersV2025ApiPatchSubscription
86454
+ */
86455
+ readonly xSailPointExperimental?: string;
86003
86456
  }
86004
86457
  /**
86005
86458
  * Request parameters for startTestTriggerInvocation operation in TriggersV2025Api.
@@ -86106,7 +86559,7 @@ export declare class TriggersV2025Api extends BaseAPI {
86106
86559
  * @throws {RequiredError}
86107
86560
  * @memberof TriggersV2025Api
86108
86561
  */
86109
- listSubscriptions(requestParameters: TriggersV2025ApiListSubscriptionsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionV2025[], any>>;
86562
+ listSubscriptions(requestParameters?: TriggersV2025ApiListSubscriptionsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubscriptionV2025[], any>>;
86110
86563
  /**
86111
86564
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
86112
86565
  * @summary List latest invocation statuses
@@ -86178,12 +86631,12 @@ export declare const UIMetadataV2025ApiAxiosParamCreator: (configuration?: Confi
86178
86631
  /**
86179
86632
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
86180
86633
  * @summary Update tenant ui metadata
86181
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
86182
86634
  * @param {TenantUiMetadataItemUpdateRequestV2025} tenantUiMetadataItemUpdateRequestV2025
86635
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
86183
86636
  * @param {*} [axiosOptions] Override http request option.
86184
86637
  * @throws {RequiredError}
86185
86638
  */
86186
- setTenantUiMetadata: (xSailPointExperimental: string, tenantUiMetadataItemUpdateRequestV2025: TenantUiMetadataItemUpdateRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
86639
+ setTenantUiMetadata: (tenantUiMetadataItemUpdateRequestV2025: TenantUiMetadataItemUpdateRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
86187
86640
  };
86188
86641
  /**
86189
86642
  * UIMetadataV2025Api - functional programming interface
@@ -86201,12 +86654,12 @@ export declare const UIMetadataV2025ApiFp: (configuration?: Configuration) => {
86201
86654
  /**
86202
86655
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
86203
86656
  * @summary Update tenant ui metadata
86204
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
86205
86657
  * @param {TenantUiMetadataItemUpdateRequestV2025} tenantUiMetadataItemUpdateRequestV2025
86658
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
86206
86659
  * @param {*} [axiosOptions] Override http request option.
86207
86660
  * @throws {RequiredError}
86208
86661
  */
86209
- setTenantUiMetadata(xSailPointExperimental: string, tenantUiMetadataItemUpdateRequestV2025: TenantUiMetadataItemUpdateRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TenantUiMetadataItemResponseV2025>>;
86662
+ setTenantUiMetadata(tenantUiMetadataItemUpdateRequestV2025: TenantUiMetadataItemUpdateRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TenantUiMetadataItemResponseV2025>>;
86210
86663
  };
86211
86664
  /**
86212
86665
  * UIMetadataV2025Api - factory interface
@@ -86249,18 +86702,18 @@ export interface UIMetadataV2025ApiGetTenantUiMetadataRequest {
86249
86702
  * @interface UIMetadataV2025ApiSetTenantUiMetadataRequest
86250
86703
  */
86251
86704
  export interface UIMetadataV2025ApiSetTenantUiMetadataRequest {
86252
- /**
86253
- * Use this header to enable this experimental API.
86254
- * @type {string}
86255
- * @memberof UIMetadataV2025ApiSetTenantUiMetadata
86256
- */
86257
- readonly xSailPointExperimental: string;
86258
86705
  /**
86259
86706
  *
86260
86707
  * @type {TenantUiMetadataItemUpdateRequestV2025}
86261
86708
  * @memberof UIMetadataV2025ApiSetTenantUiMetadata
86262
86709
  */
86263
86710
  readonly tenantUiMetadataItemUpdateRequestV2025: TenantUiMetadataItemUpdateRequestV2025;
86711
+ /**
86712
+ * Use this header to enable this experimental API.
86713
+ * @type {string}
86714
+ * @memberof UIMetadataV2025ApiSetTenantUiMetadata
86715
+ */
86716
+ readonly xSailPointExperimental?: string;
86264
86717
  }
86265
86718
  /**
86266
86719
  * UIMetadataV2025Api - object-oriented interface
@@ -87177,12 +87630,12 @@ export declare const WorkReassignmentV2025ApiAxiosParamCreator: (configuration?:
87177
87630
  /**
87178
87631
  * Creates a new Reassignment Configuration for the specified identity.
87179
87632
  * @summary Create a reassignment configuration
87180
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87181
87633
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
87634
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87182
87635
  * @param {*} [axiosOptions] Override http request option.
87183
87636
  * @throws {RequiredError}
87184
87637
  */
87185
- createReassignmentConfiguration: (xSailPointExperimental: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87638
+ createReassignmentConfiguration: (configurationItemRequestV2025: ConfigurationItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87186
87639
  /**
87187
87640
  * Deletes a single reassignment configuration for the specified identity
87188
87641
  * @summary Delete reassignment configuration
@@ -87241,21 +87694,21 @@ export declare const WorkReassignmentV2025ApiAxiosParamCreator: (configuration?:
87241
87694
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
87242
87695
  * @summary Update reassignment configuration
87243
87696
  * @param {string} identityId unique identity id
87244
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87245
87697
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
87698
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87246
87699
  * @param {*} [axiosOptions] Override http request option.
87247
87700
  * @throws {RequiredError}
87248
87701
  */
87249
- putReassignmentConfig: (identityId: string, xSailPointExperimental: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87702
+ putReassignmentConfig: (identityId: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87250
87703
  /**
87251
87704
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
87252
87705
  * @summary Update tenant-wide reassignment configuration settings
87253
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87254
87706
  * @param {TenantConfigurationRequestV2025} tenantConfigurationRequestV2025
87707
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87255
87708
  * @param {*} [axiosOptions] Override http request option.
87256
87709
  * @throws {RequiredError}
87257
87710
  */
87258
- putTenantConfiguration: (xSailPointExperimental: string, tenantConfigurationRequestV2025: TenantConfigurationRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87711
+ putTenantConfiguration: (tenantConfigurationRequestV2025: TenantConfigurationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
87259
87712
  };
87260
87713
  /**
87261
87714
  * WorkReassignmentV2025Api - functional programming interface
@@ -87265,12 +87718,12 @@ export declare const WorkReassignmentV2025ApiFp: (configuration?: Configuration)
87265
87718
  /**
87266
87719
  * Creates a new Reassignment Configuration for the specified identity.
87267
87720
  * @summary Create a reassignment configuration
87268
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87269
87721
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
87722
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87270
87723
  * @param {*} [axiosOptions] Override http request option.
87271
87724
  * @throws {RequiredError}
87272
87725
  */
87273
- createReassignmentConfiguration(xSailPointExperimental: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigurationItemResponseV2025>>;
87726
+ createReassignmentConfiguration(configurationItemRequestV2025: ConfigurationItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigurationItemResponseV2025>>;
87274
87727
  /**
87275
87728
  * Deletes a single reassignment configuration for the specified identity
87276
87729
  * @summary Delete reassignment configuration
@@ -87329,21 +87782,21 @@ export declare const WorkReassignmentV2025ApiFp: (configuration?: Configuration)
87329
87782
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
87330
87783
  * @summary Update reassignment configuration
87331
87784
  * @param {string} identityId unique identity id
87332
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87333
87785
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
87786
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87334
87787
  * @param {*} [axiosOptions] Override http request option.
87335
87788
  * @throws {RequiredError}
87336
87789
  */
87337
- putReassignmentConfig(identityId: string, xSailPointExperimental: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigurationItemResponseV2025>>;
87790
+ putReassignmentConfig(identityId: string, configurationItemRequestV2025: ConfigurationItemRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigurationItemResponseV2025>>;
87338
87791
  /**
87339
87792
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
87340
87793
  * @summary Update tenant-wide reassignment configuration settings
87341
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
87342
87794
  * @param {TenantConfigurationRequestV2025} tenantConfigurationRequestV2025
87795
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
87343
87796
  * @param {*} [axiosOptions] Override http request option.
87344
87797
  * @throws {RequiredError}
87345
87798
  */
87346
- putTenantConfiguration(xSailPointExperimental: string, tenantConfigurationRequestV2025: TenantConfigurationRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TenantConfigurationResponseV2025>>;
87799
+ putTenantConfiguration(tenantConfigurationRequestV2025: TenantConfigurationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TenantConfigurationResponseV2025>>;
87347
87800
  };
87348
87801
  /**
87349
87802
  * WorkReassignmentV2025Api - factory interface
@@ -87429,18 +87882,18 @@ export declare const WorkReassignmentV2025ApiFactory: (configuration?: Configura
87429
87882
  * @interface WorkReassignmentV2025ApiCreateReassignmentConfigurationRequest
87430
87883
  */
87431
87884
  export interface WorkReassignmentV2025ApiCreateReassignmentConfigurationRequest {
87432
- /**
87433
- * Use this header to enable this experimental API.
87434
- * @type {string}
87435
- * @memberof WorkReassignmentV2025ApiCreateReassignmentConfiguration
87436
- */
87437
- readonly xSailPointExperimental: string;
87438
87885
  /**
87439
87886
  *
87440
87887
  * @type {ConfigurationItemRequestV2025}
87441
87888
  * @memberof WorkReassignmentV2025ApiCreateReassignmentConfiguration
87442
87889
  */
87443
87890
  readonly configurationItemRequestV2025: ConfigurationItemRequestV2025;
87891
+ /**
87892
+ * Use this header to enable this experimental API.
87893
+ * @type {string}
87894
+ * @memberof WorkReassignmentV2025ApiCreateReassignmentConfiguration
87895
+ */
87896
+ readonly xSailPointExperimental?: string;
87444
87897
  }
87445
87898
  /**
87446
87899
  * Request parameters for deleteReassignmentConfiguration operation in WorkReassignmentV2025Api.
@@ -87568,18 +88021,18 @@ export interface WorkReassignmentV2025ApiPutReassignmentConfigRequest {
87568
88021
  * @memberof WorkReassignmentV2025ApiPutReassignmentConfig
87569
88022
  */
87570
88023
  readonly identityId: string;
87571
- /**
87572
- * Use this header to enable this experimental API.
87573
- * @type {string}
87574
- * @memberof WorkReassignmentV2025ApiPutReassignmentConfig
87575
- */
87576
- readonly xSailPointExperimental: string;
87577
88024
  /**
87578
88025
  *
87579
88026
  * @type {ConfigurationItemRequestV2025}
87580
88027
  * @memberof WorkReassignmentV2025ApiPutReassignmentConfig
87581
88028
  */
87582
88029
  readonly configurationItemRequestV2025: ConfigurationItemRequestV2025;
88030
+ /**
88031
+ * Use this header to enable this experimental API.
88032
+ * @type {string}
88033
+ * @memberof WorkReassignmentV2025ApiPutReassignmentConfig
88034
+ */
88035
+ readonly xSailPointExperimental?: string;
87583
88036
  }
87584
88037
  /**
87585
88038
  * Request parameters for putTenantConfiguration operation in WorkReassignmentV2025Api.
@@ -87587,18 +88040,18 @@ export interface WorkReassignmentV2025ApiPutReassignmentConfigRequest {
87587
88040
  * @interface WorkReassignmentV2025ApiPutTenantConfigurationRequest
87588
88041
  */
87589
88042
  export interface WorkReassignmentV2025ApiPutTenantConfigurationRequest {
87590
- /**
87591
- * Use this header to enable this experimental API.
87592
- * @type {string}
87593
- * @memberof WorkReassignmentV2025ApiPutTenantConfiguration
87594
- */
87595
- readonly xSailPointExperimental: string;
87596
88043
  /**
87597
88044
  *
87598
88045
  * @type {TenantConfigurationRequestV2025}
87599
88046
  * @memberof WorkReassignmentV2025ApiPutTenantConfiguration
87600
88047
  */
87601
88048
  readonly tenantConfigurationRequestV2025: TenantConfigurationRequestV2025;
88049
+ /**
88050
+ * Use this header to enable this experimental API.
88051
+ * @type {string}
88052
+ * @memberof WorkReassignmentV2025ApiPutTenantConfiguration
88053
+ */
88054
+ readonly xSailPointExperimental?: string;
87602
88055
  }
87603
88056
  /**
87604
88057
  * WorkReassignmentV2025Api - object-oriented interface