sailpoint-api-client 1.8.51 → 1.8.53

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.
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.51";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.53";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.51' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.53' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
@@ -1201,10 +1201,10 @@ export interface AccessProfileBulkUpdateRequestInnerV2026 {
1201
1201
  export interface AccessProfileDetailsAccountSelectorV2026 {
1202
1202
  /**
1203
1203
  *
1204
- * @type {Array<SelectorV2026>}
1204
+ * @type {Array<AppAccessProfileSelectorV2026>}
1205
1205
  * @memberof AccessProfileDetailsAccountSelectorV2026
1206
1206
  */
1207
- 'selectors'?: Array<SelectorV2026> | null;
1207
+ 'selectors'?: Array<AppAccessProfileSelectorV2026> | null;
1208
1208
  }
1209
1209
  /**
1210
1210
  *
@@ -7002,6 +7002,57 @@ export interface AggregationsV2026 {
7002
7002
  */
7003
7003
  'bucket'?: BucketAggregationV2026;
7004
7004
  }
7005
+ /**
7006
+ *
7007
+ * @export
7008
+ * @interface AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026
7009
+ */
7010
+ export interface AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026 {
7011
+ /**
7012
+ *
7013
+ * @type {Array<MatchTermV2026>}
7014
+ * @memberof AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026
7015
+ */
7016
+ 'matchTerms'?: Array<MatchTermV2026>;
7017
+ /**
7018
+ * If it is AND operators for match terms
7019
+ * @type {boolean}
7020
+ * @memberof AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026
7021
+ */
7022
+ 'and'?: boolean;
7023
+ }
7024
+ /**
7025
+ *
7026
+ * @export
7027
+ * @interface AppAccessProfileSelectorAccountMatchConfigV2026
7028
+ */
7029
+ export interface AppAccessProfileSelectorAccountMatchConfigV2026 {
7030
+ /**
7031
+ *
7032
+ * @type {AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026}
7033
+ * @memberof AppAccessProfileSelectorAccountMatchConfigV2026
7034
+ */
7035
+ 'matchExpression'?: AppAccessProfileSelectorAccountMatchConfigMatchExpressionV2026;
7036
+ }
7037
+ /**
7038
+ *
7039
+ * @export
7040
+ * @interface AppAccessProfileSelectorV2026
7041
+ */
7042
+ export interface AppAccessProfileSelectorV2026 {
7043
+ /**
7044
+ * The application id
7045
+ * @type {string}
7046
+ * @memberof AppAccessProfileSelectorV2026
7047
+ */
7048
+ 'applicationId'?: string;
7049
+ /**
7050
+ *
7051
+ * @type {AppAccessProfileSelectorAccountMatchConfigV2026}
7052
+ * @memberof AppAccessProfileSelectorV2026
7053
+ */
7054
+ 'accountMatchConfig'?: AppAccessProfileSelectorAccountMatchConfigV2026;
7055
+ }
7005
7056
  /**
7006
7057
  *
7007
7058
  * @export
@@ -43454,17 +43505,23 @@ export type Schedule1V2026TypeV2026 = typeof Schedule1V2026TypeV2026[keyof typeo
43454
43505
  */
43455
43506
  export interface Schedule2DaysV2026 {
43456
43507
  /**
43457
- * The application id
43458
- * @type {string}
43508
+ *
43509
+ * @type {SelectorTypeV2026}
43459
43510
  * @memberof Schedule2DaysV2026
43460
43511
  */
43461
- 'applicationId'?: string;
43512
+ 'type': SelectorTypeV2026;
43462
43513
  /**
43463
- *
43464
- * @type {SelectorAccountMatchConfigV2026}
43514
+ * The selected values.
43515
+ * @type {Array<string>}
43465
43516
  * @memberof Schedule2DaysV2026
43466
43517
  */
43467
- 'accountMatchConfig'?: SelectorAccountMatchConfigV2026;
43518
+ 'values': Array<string>;
43519
+ /**
43520
+ * The selected interval for RANGE selectors.
43521
+ * @type {number}
43522
+ * @memberof Schedule2DaysV2026
43523
+ */
43524
+ 'interval'?: number | null;
43468
43525
  }
43469
43526
  /**
43470
43527
  *
@@ -43473,17 +43530,23 @@ export interface Schedule2DaysV2026 {
43473
43530
  */
43474
43531
  export interface Schedule2HoursV2026 {
43475
43532
  /**
43476
- * The application id
43477
- * @type {string}
43533
+ *
43534
+ * @type {SelectorTypeV2026}
43478
43535
  * @memberof Schedule2HoursV2026
43479
43536
  */
43480
- 'applicationId'?: string;
43537
+ 'type': SelectorTypeV2026;
43481
43538
  /**
43482
- *
43483
- * @type {SelectorAccountMatchConfigV2026}
43539
+ * The selected values.
43540
+ * @type {Array<string>}
43484
43541
  * @memberof Schedule2HoursV2026
43485
43542
  */
43486
- 'accountMatchConfig'?: SelectorAccountMatchConfigV2026;
43543
+ 'values': Array<string>;
43544
+ /**
43545
+ * The selected interval for RANGE selectors.
43546
+ * @type {number}
43547
+ * @memberof Schedule2HoursV2026
43548
+ */
43549
+ 'interval'?: number | null;
43487
43550
  }
43488
43551
  /**
43489
43552
  *
@@ -43492,17 +43555,23 @@ export interface Schedule2HoursV2026 {
43492
43555
  */
43493
43556
  export interface Schedule2MonthsV2026 {
43494
43557
  /**
43495
- * The application id
43496
- * @type {string}
43558
+ *
43559
+ * @type {SelectorTypeV2026}
43497
43560
  * @memberof Schedule2MonthsV2026
43498
43561
  */
43499
- 'applicationId'?: string;
43562
+ 'type': SelectorTypeV2026;
43500
43563
  /**
43501
- *
43502
- * @type {SelectorAccountMatchConfigV2026}
43564
+ * The selected values.
43565
+ * @type {Array<string>}
43503
43566
  * @memberof Schedule2MonthsV2026
43504
43567
  */
43505
- 'accountMatchConfig'?: SelectorAccountMatchConfigV2026;
43568
+ 'values': Array<string>;
43569
+ /**
43570
+ * The selected interval for RANGE selectors.
43571
+ * @type {number}
43572
+ * @memberof Schedule2MonthsV2026
43573
+ */
43574
+ 'interval'?: number | null;
43506
43575
  }
43507
43576
  /**
43508
43577
  * The schedule information.
@@ -45345,55 +45414,39 @@ export interface SegmentVisibilityCriteriaV2026 {
45345
45414
  'expression'?: ExpressionV2026;
45346
45415
  }
45347
45416
  /**
45348
- *
45417
+ * Enum representing the currently supported selector types. LIST - the *values* array contains one or more distinct values. RANGE - the *values* array contains two values: the start and end of the range, inclusive. Additional values may be added in the future without notice.
45349
45418
  * @export
45350
- * @interface SelectorAccountMatchConfigMatchExpressionV2026
45419
+ * @enum {string}
45351
45420
  */
45352
- export interface SelectorAccountMatchConfigMatchExpressionV2026 {
45353
- /**
45354
- *
45355
- * @type {Array<MatchTermV2026>}
45356
- * @memberof SelectorAccountMatchConfigMatchExpressionV2026
45357
- */
45358
- 'matchTerms'?: Array<MatchTermV2026>;
45359
- /**
45360
- * If it is AND operators for match terms
45361
- * @type {boolean}
45362
- * @memberof SelectorAccountMatchConfigMatchExpressionV2026
45363
- */
45364
- 'and'?: boolean;
45365
- }
45421
+ export declare const SelectorTypeV2026: {
45422
+ readonly List: "LIST";
45423
+ readonly Range: "RANGE";
45424
+ };
45425
+ export type SelectorTypeV2026 = typeof SelectorTypeV2026[keyof typeof SelectorTypeV2026];
45366
45426
  /**
45367
45427
  *
45368
45428
  * @export
45369
- * @interface SelectorAccountMatchConfigV2026
45429
+ * @interface SelectorV2026
45370
45430
  */
45371
- export interface SelectorAccountMatchConfigV2026 {
45431
+ export interface SelectorV2026 {
45372
45432
  /**
45373
45433
  *
45374
- * @type {SelectorAccountMatchConfigMatchExpressionV2026}
45375
- * @memberof SelectorAccountMatchConfigV2026
45434
+ * @type {SelectorTypeV2026}
45435
+ * @memberof SelectorV2026
45376
45436
  */
45377
- 'matchExpression'?: SelectorAccountMatchConfigMatchExpressionV2026;
45378
- }
45379
- /**
45380
- *
45381
- * @export
45382
- * @interface SelectorV2026
45383
- */
45384
- export interface SelectorV2026 {
45437
+ 'type': SelectorTypeV2026;
45385
45438
  /**
45386
- * The application id
45387
- * @type {string}
45439
+ * The selected values.
45440
+ * @type {Array<string>}
45388
45441
  * @memberof SelectorV2026
45389
45442
  */
45390
- 'applicationId'?: string;
45443
+ 'values': Array<string>;
45391
45444
  /**
45392
- *
45393
- * @type {SelectorAccountMatchConfigV2026}
45445
+ * The selected interval for RANGE selectors.
45446
+ * @type {number}
45394
45447
  * @memberof SelectorV2026
45395
45448
  */
45396
- 'accountMatchConfig'?: SelectorAccountMatchConfigV2026;
45449
+ 'interval'?: number | null;
45397
45450
  }
45398
45451
  /**
45399
45452
  * Self block for imported/exported object.
@@ -81380,24 +81433,6 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
81380
81433
  * @throws {RequiredError}
81381
81434
  */
81382
81435
  deleteMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81383
- /**
81384
- * Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
81385
- * @summary Bulk disable machine accounts
81386
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81387
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81388
- * @param {*} [axiosOptions] Override http request option.
81389
- * @throws {RequiredError}
81390
- */
81391
- disableMachineAccountsInBulk: (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81392
- /**
81393
- * Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
81394
- * @summary Bulk enable machine accounts
81395
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81396
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81397
- * @param {*} [axiosOptions] Override http request option.
81398
- * @throws {RequiredError}
81399
- */
81400
- enableMachineAccountsInBulk: (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81401
81436
  /**
81402
81437
  * Use this API to return the details for a single machine account by its ID.
81403
81438
  * @summary Get machine account details
@@ -81482,15 +81517,6 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
81482
81517
  * @throws {RequiredError}
81483
81518
  */
81484
81519
  patchMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81485
- /**
81486
- * Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
81487
- * @summary Bulk reload machine accounts
81488
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81489
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81490
- * @param {*} [axiosOptions] Override http request option.
81491
- * @throws {RequiredError}
81492
- */
81493
- reloadMachineAccountsInBulk: (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81494
81520
  /**
81495
81521
  * Use this API to update machine accounts details.
81496
81522
  * @summary Update machine account details
@@ -81511,15 +81537,6 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
81511
81537
  * @throws {RequiredError}
81512
81538
  */
81513
81539
  updateMachineAccountSubtypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81514
- /**
81515
- * Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
81516
- * @summary Bulk update machine accounts
81517
- * @param {MisBulkUpdateRequestV2026} misBulkUpdateRequestV2026
81518
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81519
- * @param {*} [axiosOptions] Override http request option.
81520
- * @throws {RequiredError}
81521
- */
81522
- updateMachineAccountsInBulk: (misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81523
81540
  };
81524
81541
  /**
81525
81542
  * MachineAccountsV2026Api - functional programming interface
@@ -81546,24 +81563,6 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
81546
81563
  * @throws {RequiredError}
81547
81564
  */
81548
81565
  deleteMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
81549
- /**
81550
- * Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
81551
- * @summary Bulk disable machine accounts
81552
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81553
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81554
- * @param {*} [axiosOptions] Override http request option.
81555
- * @throws {RequiredError}
81556
- */
81557
- disableMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>>;
81558
- /**
81559
- * Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
81560
- * @summary Bulk enable machine accounts
81561
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81562
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81563
- * @param {*} [axiosOptions] Override http request option.
81564
- * @throws {RequiredError}
81565
- */
81566
- enableMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>>;
81567
81566
  /**
81568
81567
  * Use this API to return the details for a single machine account by its ID.
81569
81568
  * @summary Get machine account details
@@ -81648,15 +81647,6 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
81648
81647
  * @throws {RequiredError}
81649
81648
  */
81650
81649
  patchMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2026>>;
81651
- /**
81652
- * Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
81653
- * @summary Bulk reload machine accounts
81654
- * @param {MisBulkRequestV2026} misBulkRequestV2026
81655
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81656
- * @param {*} [axiosOptions] Override http request option.
81657
- * @throws {RequiredError}
81658
- */
81659
- reloadMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MisBulkResponseV2026>>>;
81660
81650
  /**
81661
81651
  * Use this API to update machine accounts details.
81662
81652
  * @summary Update machine account details
@@ -81677,15 +81667,6 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
81677
81667
  * @throws {RequiredError}
81678
81668
  */
81679
81669
  updateMachineAccountSubtypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubtypeConfigDtoV2026>>;
81680
- /**
81681
- * Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
81682
- * @summary Bulk update machine accounts
81683
- * @param {MisBulkUpdateRequestV2026} misBulkUpdateRequestV2026
81684
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81685
- * @param {*} [axiosOptions] Override http request option.
81686
- * @throws {RequiredError}
81687
- */
81688
- updateMachineAccountsInBulk(misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MisBulkResponseV2026>>>;
81689
81670
  };
81690
81671
  /**
81691
81672
  * MachineAccountsV2026Api - factory interface
@@ -81708,22 +81689,6 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
81708
81689
  * @throws {RequiredError}
81709
81690
  */
81710
81691
  deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
81711
- /**
81712
- * Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
81713
- * @summary Bulk disable machine accounts
81714
- * @param {MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest} requestParameters Request parameters.
81715
- * @param {*} [axiosOptions] Override http request option.
81716
- * @throws {RequiredError}
81717
- */
81718
- disableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026>;
81719
- /**
81720
- * Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
81721
- * @summary Bulk enable machine accounts
81722
- * @param {MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest} requestParameters Request parameters.
81723
- * @param {*} [axiosOptions] Override http request option.
81724
- * @throws {RequiredError}
81725
- */
81726
- enableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026>;
81727
81692
  /**
81728
81693
  * Use this API to return the details for a single machine account by its ID.
81729
81694
  * @summary Get machine account details
@@ -81788,14 +81753,6 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
81788
81753
  * @throws {RequiredError}
81789
81754
  */
81790
81755
  patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2026>;
81791
- /**
81792
- * Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
81793
- * @summary Bulk reload machine accounts
81794
- * @param {MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest} requestParameters Request parameters.
81795
- * @param {*} [axiosOptions] Override http request option.
81796
- * @throws {RequiredError}
81797
- */
81798
- reloadMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MisBulkResponseV2026>>;
81799
81756
  /**
81800
81757
  * Use this API to update machine accounts details.
81801
81758
  * @summary Update machine account details
@@ -81812,14 +81769,6 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
81812
81769
  * @throws {RequiredError}
81813
81770
  */
81814
81771
  updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026>;
81815
- /**
81816
- * Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
81817
- * @summary Bulk update machine accounts
81818
- * @param {MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest} requestParameters Request parameters.
81819
- * @param {*} [axiosOptions] Override http request option.
81820
- * @throws {RequiredError}
81821
- */
81822
- updateMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MisBulkResponseV2026>>;
81823
81772
  };
81824
81773
  /**
81825
81774
  * Request parameters for createMachineAccountSubtype operation in MachineAccountsV2026Api.
@@ -81871,44 +81820,6 @@ export interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNa
81871
81820
  */
81872
81821
  readonly xSailPointExperimental?: string;
81873
81822
  }
81874
- /**
81875
- * Request parameters for disableMachineAccountsInBulk operation in MachineAccountsV2026Api.
81876
- * @export
81877
- * @interface MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest
81878
- */
81879
- export interface MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest {
81880
- /**
81881
- *
81882
- * @type {MisBulkRequestV2026}
81883
- * @memberof MachineAccountsV2026ApiDisableMachineAccountsInBulk
81884
- */
81885
- readonly misBulkRequestV2026: MisBulkRequestV2026;
81886
- /**
81887
- * Use this header to enable this experimental API.
81888
- * @type {string}
81889
- * @memberof MachineAccountsV2026ApiDisableMachineAccountsInBulk
81890
- */
81891
- readonly xSailPointExperimental?: string;
81892
- }
81893
- /**
81894
- * Request parameters for enableMachineAccountsInBulk operation in MachineAccountsV2026Api.
81895
- * @export
81896
- * @interface MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest
81897
- */
81898
- export interface MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest {
81899
- /**
81900
- *
81901
- * @type {MisBulkRequestV2026}
81902
- * @memberof MachineAccountsV2026ApiEnableMachineAccountsInBulk
81903
- */
81904
- readonly misBulkRequestV2026: MisBulkRequestV2026;
81905
- /**
81906
- * Use this header to enable this experimental API.
81907
- * @type {string}
81908
- * @memberof MachineAccountsV2026ApiEnableMachineAccountsInBulk
81909
- */
81910
- readonly xSailPointExperimental?: string;
81911
- }
81912
81823
  /**
81913
81824
  * Request parameters for getMachineAccount operation in MachineAccountsV2026Api.
81914
81825
  * @export
@@ -82133,25 +82044,6 @@ export interface MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNam
82133
82044
  */
82134
82045
  readonly xSailPointExperimental?: string;
82135
82046
  }
82136
- /**
82137
- * Request parameters for reloadMachineAccountsInBulk operation in MachineAccountsV2026Api.
82138
- * @export
82139
- * @interface MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest
82140
- */
82141
- export interface MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest {
82142
- /**
82143
- *
82144
- * @type {MisBulkRequestV2026}
82145
- * @memberof MachineAccountsV2026ApiReloadMachineAccountsInBulk
82146
- */
82147
- readonly misBulkRequestV2026: MisBulkRequestV2026;
82148
- /**
82149
- * Use this header to enable this experimental API.
82150
- * @type {string}
82151
- * @memberof MachineAccountsV2026ApiReloadMachineAccountsInBulk
82152
- */
82153
- readonly xSailPointExperimental?: string;
82154
- }
82155
82047
  /**
82156
82048
  * Request parameters for updateMachineAccount operation in MachineAccountsV2026Api.
82157
82049
  * @export
@@ -82202,25 +82094,6 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfi
82202
82094
  */
82203
82095
  readonly jsonPatchOperationV2026: Array<JsonPatchOperationV2026>;
82204
82096
  }
82205
- /**
82206
- * Request parameters for updateMachineAccountsInBulk operation in MachineAccountsV2026Api.
82207
- * @export
82208
- * @interface MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest
82209
- */
82210
- export interface MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest {
82211
- /**
82212
- *
82213
- * @type {MisBulkUpdateRequestV2026}
82214
- * @memberof MachineAccountsV2026ApiUpdateMachineAccountsInBulk
82215
- */
82216
- readonly misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026;
82217
- /**
82218
- * Use this header to enable this experimental API.
82219
- * @type {string}
82220
- * @memberof MachineAccountsV2026ApiUpdateMachineAccountsInBulk
82221
- */
82222
- readonly xSailPointExperimental?: string;
82223
- }
82224
82097
  /**
82225
82098
  * MachineAccountsV2026Api - object-oriented interface
82226
82099
  * @export
@@ -82246,24 +82119,6 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
82246
82119
  * @memberof MachineAccountsV2026Api
82247
82120
  */
82248
82121
  deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
82249
- /**
82250
- * Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
82251
- * @summary Bulk disable machine accounts
82252
- * @param {MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest} requestParameters Request parameters.
82253
- * @param {*} [axiosOptions] Override http request option.
82254
- * @throws {RequiredError}
82255
- * @memberof MachineAccountsV2026Api
82256
- */
82257
- disableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountRequestAsyncResultV2026, any>>;
82258
- /**
82259
- * Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
82260
- * @summary Bulk enable machine accounts
82261
- * @param {MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest} requestParameters Request parameters.
82262
- * @param {*} [axiosOptions] Override http request option.
82263
- * @throws {RequiredError}
82264
- * @memberof MachineAccountsV2026Api
82265
- */
82266
- enableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountRequestAsyncResultV2026, any>>;
82267
82122
  /**
82268
82123
  * Use this API to return the details for a single machine account by its ID.
82269
82124
  * @summary Get machine account details
@@ -82336,15 +82191,6 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
82336
82191
  * @memberof MachineAccountsV2026Api
82337
82192
  */
82338
82193
  patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026, any>>;
82339
- /**
82340
- * Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
82341
- * @summary Bulk reload machine accounts
82342
- * @param {MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest} requestParameters Request parameters.
82343
- * @param {*} [axiosOptions] Override http request option.
82344
- * @throws {RequiredError}
82345
- * @memberof MachineAccountsV2026Api
82346
- */
82347
- reloadMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MisBulkResponseV2026[], any>>;
82348
82194
  /**
82349
82195
  * Use this API to update machine accounts details.
82350
82196
  * @summary Update machine account details
@@ -82363,15 +82209,6 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
82363
82209
  * @memberof MachineAccountsV2026Api
82364
82210
  */
82365
82211
  updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountSubtypeConfigDtoV2026, any>>;
82366
- /**
82367
- * Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
82368
- * @summary Bulk update machine accounts
82369
- * @param {MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest} requestParameters Request parameters.
82370
- * @param {*} [axiosOptions] Override http request option.
82371
- * @throws {RequiredError}
82372
- * @memberof MachineAccountsV2026Api
82373
- */
82374
- updateMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MisBulkResponseV2026[], any>>;
82375
82212
  }
82376
82213
  /**
82377
82214
  * MachineClassificationConfigV2026Api - axios parameter creator