sailpoint-api-client 1.6.8 → 1.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +87 -577
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +81 -452
  6. package/dist/beta/api.js +30 -300
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +1 -1
  9. package/dist/generic/api.d.ts +386 -0
  10. package/dist/generic/api.js +689 -0
  11. package/dist/generic/api.js.map +1 -0
  12. package/dist/generic/base.d.ts +66 -0
  13. package/dist/generic/base.js +89 -0
  14. package/dist/generic/base.js.map +1 -0
  15. package/dist/generic/common.d.ts +65 -0
  16. package/dist/generic/common.js +260 -0
  17. package/dist/generic/common.js.map +1 -0
  18. package/dist/generic/configuration.d.ts +91 -0
  19. package/dist/generic/configuration.js +46 -0
  20. package/dist/generic/configuration.js.map +1 -0
  21. package/dist/generic/index.d.ts +13 -0
  22. package/dist/generic/index.js +32 -0
  23. package/dist/generic/index.js.map +1 -0
  24. package/dist/index.d.ts +5 -4
  25. package/dist/index.js +1 -0
  26. package/dist/index.js.map +1 -1
  27. package/dist/paginator.d.ts +3 -1
  28. package/dist/paginator.js +146 -0
  29. package/dist/paginator.js.map +1 -1
  30. package/dist/v2024/api.d.ts +1413 -150
  31. package/dist/v2024/api.js +1509 -126
  32. package/dist/v2024/api.js.map +1 -1
  33. package/dist/v2024/common.js +1 -1
  34. package/dist/v2025/api.d.ts +3480 -244
  35. package/dist/v2025/api.js +2638 -280
  36. package/dist/v2025/api.js.map +1 -1
  37. package/dist/v2025/common.js +1 -1
  38. package/dist/v3/api.d.ts +45 -83
  39. package/dist/v3/api.js +31 -30
  40. package/dist/v3/api.js.map +1 -1
  41. package/dist/v3/common.js +1 -1
  42. package/generic/.openapi-generator/FILES +11 -0
  43. package/generic/.openapi-generator/VERSION +1 -0
  44. package/generic/.openapi-generator-ignore +23 -0
  45. package/generic/README.md +46 -0
  46. package/generic/api.ts +681 -0
  47. package/generic/base.ts +86 -0
  48. package/generic/common.ts +159 -0
  49. package/generic/configuration.ts +110 -0
  50. package/generic/git_push.sh +57 -0
  51. package/generic/index.ts +18 -0
  52. package/generic/package.json +34 -0
  53. package/generic/tsconfig.json +21 -0
  54. package/index.ts +9 -7
  55. package/package.json +1 -1
  56. package/paginator.ts +137 -11
  57. package/v2024/README.md +2 -2
  58. package/v2024/api.ts +2110 -175
  59. package/v2024/common.ts +2 -2
  60. package/v2024/package.json +1 -1
  61. package/v2025/README.md +2 -2
  62. package/v2025/api.ts +5869 -1447
  63. package/v2025/common.ts +2 -2
  64. package/v2025/package.json +1 -1
  65. package/v3/README.md +2 -2
  66. package/v3/api.ts +61 -97
  67. package/v3/common.ts +2 -2
  68. package/v3/package.json +1 -1
@@ -5886,6 +5886,127 @@ export interface Approval1V2025 {
5886
5886
  */
5887
5887
  'source'?: AccountSourceV2025;
5888
5888
  }
5889
+ /**
5890
+ * Criteria for approval
5891
+ * @export
5892
+ * @interface ApprovalApprovalCriteriaApprovalV2025
5893
+ */
5894
+ export interface ApprovalApprovalCriteriaApprovalV2025 {
5895
+ /**
5896
+ * This defines what the field \"value\" will be used as, either a count or percentage of the total approvers that need to approve
5897
+ * @type {string}
5898
+ * @memberof ApprovalApprovalCriteriaApprovalV2025
5899
+ */
5900
+ 'calculationType'?: ApprovalApprovalCriteriaApprovalV2025CalculationTypeV2025;
5901
+ /**
5902
+ * The value that needs to be met for the approval criteria
5903
+ * @type {number}
5904
+ * @memberof ApprovalApprovalCriteriaApprovalV2025
5905
+ */
5906
+ 'value'?: number;
5907
+ }
5908
+ export declare const ApprovalApprovalCriteriaApprovalV2025CalculationTypeV2025: {
5909
+ readonly Count: "COUNT";
5910
+ readonly Percent: "PERCENT";
5911
+ };
5912
+ export type ApprovalApprovalCriteriaApprovalV2025CalculationTypeV2025 = typeof ApprovalApprovalCriteriaApprovalV2025CalculationTypeV2025[keyof typeof ApprovalApprovalCriteriaApprovalV2025CalculationTypeV2025];
5913
+ /**
5914
+ * Criteria for rejection
5915
+ * @export
5916
+ * @interface ApprovalApprovalCriteriaRejectionV2025
5917
+ */
5918
+ export interface ApprovalApprovalCriteriaRejectionV2025 {
5919
+ /**
5920
+ * This defines what the field \"value\" will be used as, either a count or percentage of the total approvers that need to reject
5921
+ * @type {string}
5922
+ * @memberof ApprovalApprovalCriteriaRejectionV2025
5923
+ */
5924
+ 'calculationType'?: ApprovalApprovalCriteriaRejectionV2025CalculationTypeV2025;
5925
+ /**
5926
+ * The value that needs to be met for the rejection criteria
5927
+ * @type {number}
5928
+ * @memberof ApprovalApprovalCriteriaRejectionV2025
5929
+ */
5930
+ 'value'?: number;
5931
+ }
5932
+ export declare const ApprovalApprovalCriteriaRejectionV2025CalculationTypeV2025: {
5933
+ readonly Count: "COUNT";
5934
+ readonly Percent: "PERCENT";
5935
+ };
5936
+ export type ApprovalApprovalCriteriaRejectionV2025CalculationTypeV2025 = typeof ApprovalApprovalCriteriaRejectionV2025CalculationTypeV2025[keyof typeof ApprovalApprovalCriteriaRejectionV2025CalculationTypeV2025];
5937
+ /**
5938
+ * Criteria that needs to be met for an approval or rejection
5939
+ * @export
5940
+ * @interface ApprovalApprovalCriteriaV2025
5941
+ */
5942
+ export interface ApprovalApprovalCriteriaV2025 {
5943
+ /**
5944
+ * Type of approval criteria, such as SERIAL or PARALLEL
5945
+ * @type {string}
5946
+ * @memberof ApprovalApprovalCriteriaV2025
5947
+ */
5948
+ 'type'?: string;
5949
+ /**
5950
+ *
5951
+ * @type {ApprovalApprovalCriteriaApprovalV2025}
5952
+ * @memberof ApprovalApprovalCriteriaV2025
5953
+ */
5954
+ 'approval'?: ApprovalApprovalCriteriaApprovalV2025;
5955
+ /**
5956
+ *
5957
+ * @type {ApprovalApprovalCriteriaRejectionV2025}
5958
+ * @memberof ApprovalApprovalCriteriaV2025
5959
+ */
5960
+ 'rejection'?: ApprovalApprovalCriteriaRejectionV2025;
5961
+ }
5962
+ /**
5963
+ * Approval Approve Request
5964
+ * @export
5965
+ * @interface ApprovalApproveRequestV2025
5966
+ */
5967
+ export interface ApprovalApproveRequestV2025 {
5968
+ /**
5969
+ * Additional attributes as key-value pairs that are not part of the standard schema but can be included for custom data.
5970
+ * @type {{ [key: string]: string; }}
5971
+ * @memberof ApprovalApproveRequestV2025
5972
+ */
5973
+ 'additionalAttributes'?: {
5974
+ [key: string]: string;
5975
+ };
5976
+ /**
5977
+ * Comment associated with the request.
5978
+ * @type {string}
5979
+ * @memberof ApprovalApproveRequestV2025
5980
+ */
5981
+ 'comment'?: string;
5982
+ }
5983
+ /**
5984
+ * Approval Attributes Request
5985
+ * @export
5986
+ * @interface ApprovalAttributesRequestV2025
5987
+ */
5988
+ export interface ApprovalAttributesRequestV2025 {
5989
+ /**
5990
+ * Additional attributes as key-value pairs that are not part of the standard schema but can be included for custom data.
5991
+ * @type {{ [key: string]: string; }}
5992
+ * @memberof ApprovalAttributesRequestV2025
5993
+ */
5994
+ 'additionalAttributes'?: {
5995
+ [key: string]: string;
5996
+ };
5997
+ /**
5998
+ * Comment associated with the request.
5999
+ * @type {string}
6000
+ * @memberof ApprovalAttributesRequestV2025
6001
+ */
6002
+ 'comment'?: string;
6003
+ /**
6004
+ * List of attribute keys to be removed.
6005
+ * @type {Array<string>}
6006
+ * @memberof ApprovalAttributesRequestV2025
6007
+ */
6008
+ 'removeAttributeKeys'?: Array<string>;
6009
+ }
5889
6010
  /**
5890
6011
  * Batch properties if an approval is sent via batching.
5891
6012
  * @export
@@ -5929,6 +6050,12 @@ export interface ApprovalComment1V2025 {
5929
6050
  * @memberof ApprovalComment1V2025
5930
6051
  */
5931
6052
  'createdDate'?: string;
6053
+ /**
6054
+ * ID of the comment
6055
+ * @type {string}
6056
+ * @memberof ApprovalComment1V2025
6057
+ */
6058
+ 'commentId'?: string;
5932
6059
  }
5933
6060
  /**
5934
6061
  *
@@ -5998,6 +6125,278 @@ export declare const ApprovalCommentV2025ChangedToStatusV2025: {
5998
6125
  readonly Rejected: "REJECTED";
5999
6126
  };
6000
6127
  export type ApprovalCommentV2025ChangedToStatusV2025 = typeof ApprovalCommentV2025ChangedToStatusV2025[keyof typeof ApprovalCommentV2025ChangedToStatusV2025];
6128
+ /**
6129
+ *
6130
+ * @export
6131
+ * @interface ApprovalCommentsRequestV2025
6132
+ */
6133
+ export interface ApprovalCommentsRequestV2025 {
6134
+ /**
6135
+ * Comment associated with the request.
6136
+ * @type {string}
6137
+ * @memberof ApprovalCommentsRequestV2025
6138
+ */
6139
+ 'comment'?: string;
6140
+ }
6141
+ /**
6142
+ * Timezone configuration for cron schedules.
6143
+ * @export
6144
+ * @interface ApprovalConfigCronTimezoneV2025
6145
+ */
6146
+ export interface ApprovalConfigCronTimezoneV2025 {
6147
+ /**
6148
+ * Timezone location for cron schedules.
6149
+ * @type {string}
6150
+ * @memberof ApprovalConfigCronTimezoneV2025
6151
+ */
6152
+ 'location'?: string;
6153
+ /**
6154
+ * Timezone offset for cron schedules.
6155
+ * @type {string}
6156
+ * @memberof ApprovalConfigCronTimezoneV2025
6157
+ */
6158
+ 'offset'?: string;
6159
+ }
6160
+ /**
6161
+ *
6162
+ * @export
6163
+ * @interface ApprovalConfigEscalationConfigEscalationChainInnerV2025
6164
+ */
6165
+ export interface ApprovalConfigEscalationConfigEscalationChainInnerV2025 {
6166
+ /**
6167
+ * ID of the escalation chain.
6168
+ * @type {string}
6169
+ * @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
6170
+ */
6171
+ 'chainId'?: string;
6172
+ /**
6173
+ * Starting at 1 defines the order in which the identities will get assigned
6174
+ * @type {number}
6175
+ * @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
6176
+ */
6177
+ 'tier'?: number;
6178
+ /**
6179
+ * Identity ID in the escalation chain.
6180
+ * @type {string}
6181
+ * @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
6182
+ */
6183
+ 'identityId'?: string;
6184
+ /**
6185
+ * Type of identity in the escalation chain.
6186
+ * @type {string}
6187
+ * @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
6188
+ */
6189
+ 'identityType'?: string;
6190
+ }
6191
+ /**
6192
+ * Configuration for escalations.
6193
+ * @export
6194
+ * @interface ApprovalConfigEscalationConfigV2025
6195
+ */
6196
+ export interface ApprovalConfigEscalationConfigV2025 {
6197
+ /**
6198
+ * Indicates if escalations are enabled.
6199
+ * @type {boolean}
6200
+ * @memberof ApprovalConfigEscalationConfigV2025
6201
+ */
6202
+ 'enabled'?: boolean;
6203
+ /**
6204
+ * Number of days until the first escalation.
6205
+ * @type {number}
6206
+ * @memberof ApprovalConfigEscalationConfigV2025
6207
+ */
6208
+ 'daysUntilFirstEscalation'?: number;
6209
+ /**
6210
+ * Cron schedule for escalations.
6211
+ * @type {string}
6212
+ * @memberof ApprovalConfigEscalationConfigV2025
6213
+ */
6214
+ 'escalationCronSchedule'?: string;
6215
+ /**
6216
+ * Escalation chain configuration.
6217
+ * @type {Array<ApprovalConfigEscalationConfigEscalationChainInnerV2025>}
6218
+ * @memberof ApprovalConfigEscalationConfigV2025
6219
+ */
6220
+ 'escalationChain'?: Array<ApprovalConfigEscalationConfigEscalationChainInnerV2025>;
6221
+ }
6222
+ /**
6223
+ * Configuration for reminders.
6224
+ * @export
6225
+ * @interface ApprovalConfigReminderConfigV2025
6226
+ */
6227
+ export interface ApprovalConfigReminderConfigV2025 {
6228
+ /**
6229
+ * Indicates if reminders are enabled.
6230
+ * @type {boolean}
6231
+ * @memberof ApprovalConfigReminderConfigV2025
6232
+ */
6233
+ 'enabled'?: boolean;
6234
+ /**
6235
+ * Number of days until the first reminder.
6236
+ * @type {number}
6237
+ * @memberof ApprovalConfigReminderConfigV2025
6238
+ */
6239
+ 'daysUntilFirstReminder'?: number;
6240
+ /**
6241
+ * Cron schedule for reminders.
6242
+ * @type {string}
6243
+ * @memberof ApprovalConfigReminderConfigV2025
6244
+ */
6245
+ 'reminderCronSchedule'?: string;
6246
+ /**
6247
+ * Maximum number of reminders. Max is 20.
6248
+ * @type {number}
6249
+ * @memberof ApprovalConfigReminderConfigV2025
6250
+ */
6251
+ 'maxReminders'?: number;
6252
+ }
6253
+ /**
6254
+ *
6255
+ * @export
6256
+ * @interface ApprovalConfigSerialChainInnerV2025
6257
+ */
6258
+ export interface ApprovalConfigSerialChainInnerV2025 {
6259
+ /**
6260
+ * ID of the serial chain.
6261
+ * @type {string}
6262
+ * @memberof ApprovalConfigSerialChainInnerV2025
6263
+ */
6264
+ 'chainId'?: string;
6265
+ /**
6266
+ * Starting at 1 defines the order in which the identities will get assigned
6267
+ * @type {number}
6268
+ * @memberof ApprovalConfigSerialChainInnerV2025
6269
+ */
6270
+ 'tier'?: number;
6271
+ /**
6272
+ * Identity ID in the serial chain.
6273
+ * @type {string}
6274
+ * @memberof ApprovalConfigSerialChainInnerV2025
6275
+ */
6276
+ 'identityId'?: string;
6277
+ /**
6278
+ * Type of identity in the serial chain.
6279
+ * @type {string}
6280
+ * @memberof ApprovalConfigSerialChainInnerV2025
6281
+ */
6282
+ 'identityType'?: string;
6283
+ }
6284
+ /**
6285
+ * TimeoutConfig contains configurations around when the approval request should expire.
6286
+ * @export
6287
+ * @interface ApprovalConfigTimeoutConfigV2025
6288
+ */
6289
+ export interface ApprovalConfigTimeoutConfigV2025 {
6290
+ /**
6291
+ * Indicates if timeout is enabled.
6292
+ * @type {boolean}
6293
+ * @memberof ApprovalConfigTimeoutConfigV2025
6294
+ */
6295
+ 'enabled'?: boolean;
6296
+ /**
6297
+ * Number of days until approval request times out. Max value is 90.
6298
+ * @type {number}
6299
+ * @memberof ApprovalConfigTimeoutConfigV2025
6300
+ */
6301
+ 'daysUntilTimeout'?: number;
6302
+ /**
6303
+ * Result of timeout.
6304
+ * @type {string}
6305
+ * @memberof ApprovalConfigTimeoutConfigV2025
6306
+ */
6307
+ 'timeoutResult'?: ApprovalConfigTimeoutConfigV2025TimeoutResultV2025;
6308
+ }
6309
+ export declare const ApprovalConfigTimeoutConfigV2025TimeoutResultV2025: {
6310
+ readonly Expired: "EXPIRED";
6311
+ readonly Approved: "APPROVED";
6312
+ };
6313
+ export type ApprovalConfigTimeoutConfigV2025TimeoutResultV2025 = typeof ApprovalConfigTimeoutConfigV2025TimeoutResultV2025[keyof typeof ApprovalConfigTimeoutConfigV2025TimeoutResultV2025];
6314
+ /**
6315
+ * Approval config Object
6316
+ * @export
6317
+ * @interface ApprovalConfigV2025
6318
+ */
6319
+ export interface ApprovalConfigV2025 {
6320
+ /**
6321
+ * Tenant ID of the approval configuration.
6322
+ * @type {string}
6323
+ * @memberof ApprovalConfigV2025
6324
+ */
6325
+ 'tenantId'?: string;
6326
+ /**
6327
+ * ID of the approval configuration.
6328
+ * @type {string}
6329
+ * @memberof ApprovalConfigV2025
6330
+ */
6331
+ 'id'?: string;
6332
+ /**
6333
+ * The type/scope of the configuration. Ie APPROVAL_REQUEST, DOMAIN_OBJECT, APPROVAL_TYPE, TENANT
6334
+ * @type {string}
6335
+ * @memberof ApprovalConfigV2025
6336
+ */
6337
+ 'scope'?: string;
6338
+ /**
6339
+ *
6340
+ * @type {ApprovalConfigReminderConfigV2025}
6341
+ * @memberof ApprovalConfigV2025
6342
+ */
6343
+ 'reminderConfig'?: ApprovalConfigReminderConfigV2025;
6344
+ /**
6345
+ *
6346
+ * @type {ApprovalConfigEscalationConfigV2025}
6347
+ * @memberof ApprovalConfigV2025
6348
+ */
6349
+ 'escalationConfig'?: ApprovalConfigEscalationConfigV2025;
6350
+ /**
6351
+ *
6352
+ * @type {ApprovalConfigTimeoutConfigV2025}
6353
+ * @memberof ApprovalConfigV2025
6354
+ */
6355
+ 'timeoutConfig'?: ApprovalConfigTimeoutConfigV2025;
6356
+ /**
6357
+ *
6358
+ * @type {ApprovalConfigCronTimezoneV2025}
6359
+ * @memberof ApprovalConfigV2025
6360
+ */
6361
+ 'cronTimezone'?: ApprovalConfigCronTimezoneV2025;
6362
+ /**
6363
+ * If the approval request has an approvalCriteria of SERIAL this chain will be used to determine the assignment order.
6364
+ * @type {Array<ApprovalConfigSerialChainInnerV2025>}
6365
+ * @memberof ApprovalConfigV2025
6366
+ */
6367
+ 'serialChain'?: Array<ApprovalConfigSerialChainInnerV2025>;
6368
+ /**
6369
+ * Determines whether a comment is required when approving or rejecting the approval request.
6370
+ * @type {string}
6371
+ * @memberof ApprovalConfigV2025
6372
+ */
6373
+ 'requiresComment'?: ApprovalConfigV2025RequiresCommentV2025;
6374
+ /**
6375
+ * Configuration for fallback approver. Used if the user cannot be found for whatever reason and escalation config does not exist.
6376
+ * @type {ApprovalIdentityV2025}
6377
+ * @memberof ApprovalConfigV2025
6378
+ */
6379
+ 'fallbackApprover'?: ApprovalIdentityV2025;
6380
+ /**
6381
+ * OFF will prevent the approval request from being assigned to the requester or requestee by assigning it to their manager instead. DIRECT will cause approval requests to be auto-approved when assigned directly and only to the requester. INDIRECT will auto-approve when the requester appears anywhere in the list of approvers, including in a governance group. This field will only be effective if requestedTarget.reauthRequired is set to false, otherwise the approval will have to be manually approved.
6382
+ * @type {string}
6383
+ * @memberof ApprovalConfigV2025
6384
+ */
6385
+ 'autoApprove'?: ApprovalConfigV2025AutoApproveV2025;
6386
+ }
6387
+ export declare const ApprovalConfigV2025RequiresCommentV2025: {
6388
+ readonly Approval: "APPROVAL";
6389
+ readonly Rejection: "REJECTION";
6390
+ readonly All: "ALL";
6391
+ readonly Off: "OFF";
6392
+ };
6393
+ export type ApprovalConfigV2025RequiresCommentV2025 = typeof ApprovalConfigV2025RequiresCommentV2025[keyof typeof ApprovalConfigV2025RequiresCommentV2025];
6394
+ export declare const ApprovalConfigV2025AutoApproveV2025: {
6395
+ readonly Off: "OFF";
6396
+ readonly Direct: "DIRECT";
6397
+ readonly Indirect: "INDIRECT";
6398
+ };
6399
+ export type ApprovalConfigV2025AutoApproveV2025 = typeof ApprovalConfigV2025AutoApproveV2025[keyof typeof ApprovalConfigV2025AutoApproveV2025];
6001
6400
  /**
6002
6401
  * The description of what the approval is asking for
6003
6402
  * @export
@@ -6061,32 +6460,172 @@ export interface ApprovalForwardHistoryV2025 {
6061
6460
  'reassignmentType'?: ReassignmentTypeV2025;
6062
6461
  }
6063
6462
  /**
6064
- * Identity Object
6463
+ *
6464
+ * @export
6465
+ * @interface ApprovalIdentityMembersInnerV2025
6466
+ */
6467
+ export interface ApprovalIdentityMembersInnerV2025 {
6468
+ /**
6469
+ * Email of the member.
6470
+ * @type {string}
6471
+ * @memberof ApprovalIdentityMembersInnerV2025
6472
+ */
6473
+ 'email'?: string;
6474
+ /**
6475
+ * ID of the member.
6476
+ * @type {string}
6477
+ * @memberof ApprovalIdentityMembersInnerV2025
6478
+ */
6479
+ 'id'?: string;
6480
+ /**
6481
+ * Name of the member.
6482
+ * @type {string}
6483
+ * @memberof ApprovalIdentityMembersInnerV2025
6484
+ */
6485
+ 'name'?: string;
6486
+ /**
6487
+ * Type of the member.
6488
+ * @type {string}
6489
+ * @memberof ApprovalIdentityMembersInnerV2025
6490
+ */
6491
+ 'type'?: string;
6492
+ }
6493
+ /**
6494
+ *
6495
+ * @export
6496
+ * @interface ApprovalIdentityOwnerOfInnerV2025
6497
+ */
6498
+ export interface ApprovalIdentityOwnerOfInnerV2025 {
6499
+ /**
6500
+ * ID of the object that is owned.
6501
+ * @type {string}
6502
+ * @memberof ApprovalIdentityOwnerOfInnerV2025
6503
+ */
6504
+ 'id'?: string;
6505
+ /**
6506
+ * Name of the object that is owned.
6507
+ * @type {string}
6508
+ * @memberof ApprovalIdentityOwnerOfInnerV2025
6509
+ */
6510
+ 'name'?: string;
6511
+ /**
6512
+ * Type of the object that is owned.
6513
+ * @type {string}
6514
+ * @memberof ApprovalIdentityOwnerOfInnerV2025
6515
+ */
6516
+ 'type'?: string;
6517
+ }
6518
+ /**
6519
+ * Identity Record Object
6520
+ * @export
6521
+ * @interface ApprovalIdentityRecordV2025
6522
+ */
6523
+ export interface ApprovalIdentityRecordV2025 {
6524
+ /**
6525
+ * Identity ID.
6526
+ * @type {string}
6527
+ * @memberof ApprovalIdentityRecordV2025
6528
+ */
6529
+ 'identityID'?: string;
6530
+ /**
6531
+ * Type of identity.
6532
+ * @type {string}
6533
+ * @memberof ApprovalIdentityRecordV2025
6534
+ */
6535
+ 'type'?: ApprovalIdentityRecordV2025TypeV2025;
6536
+ /**
6537
+ * Name of the identity.
6538
+ * @type {string}
6539
+ * @memberof ApprovalIdentityRecordV2025
6540
+ */
6541
+ 'name'?: string;
6542
+ /**
6543
+ * List of references representing actions taken by the identity.
6544
+ * @type {Array<ApprovalReferenceV2025>}
6545
+ * @memberof ApprovalIdentityRecordV2025
6546
+ */
6547
+ 'actionedAs'?: Array<ApprovalReferenceV2025>;
6548
+ /**
6549
+ * List of references representing members of the identity.
6550
+ * @type {Array<ApprovalReferenceV2025>}
6551
+ * @memberof ApprovalIdentityRecordV2025
6552
+ */
6553
+ 'members'?: Array<ApprovalReferenceV2025>;
6554
+ /**
6555
+ * Date when the decision was made.
6556
+ * @type {string}
6557
+ * @memberof ApprovalIdentityRecordV2025
6558
+ */
6559
+ 'decisionDate'?: string;
6560
+ /**
6561
+ * Email associated with the identity.
6562
+ * @type {string}
6563
+ * @memberof ApprovalIdentityRecordV2025
6564
+ */
6565
+ 'email'?: string;
6566
+ }
6567
+ export declare const ApprovalIdentityRecordV2025TypeV2025: {
6568
+ readonly Identity: "IDENTITY";
6569
+ };
6570
+ export type ApprovalIdentityRecordV2025TypeV2025 = typeof ApprovalIdentityRecordV2025TypeV2025[keyof typeof ApprovalIdentityRecordV2025TypeV2025];
6571
+ /**
6572
+ * Approval Identity Object
6065
6573
  * @export
6066
6574
  * @interface ApprovalIdentityV2025
6067
6575
  */
6068
6576
  export interface ApprovalIdentityV2025 {
6069
6577
  /**
6070
- * The identity ID
6578
+ * Email address.
6071
6579
  * @type {string}
6072
6580
  * @memberof ApprovalIdentityV2025
6073
6581
  */
6074
- 'id'?: string;
6582
+ 'email'?: string;
6075
6583
  /**
6076
- * Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc
6584
+ * Identity ID.
6077
6585
  * @type {string}
6078
6586
  * @memberof ApprovalIdentityV2025
6079
6587
  */
6080
- 'type'?: ApprovalIdentityV2025TypeV2025;
6588
+ 'identityID'?: string;
6081
6589
  /**
6082
- * Name of the identity
6590
+ * List of members of a governance group. Will be omitted if the identity is not a governance group.
6591
+ * @type {Array<ApprovalIdentityMembersInnerV2025>}
6592
+ * @memberof ApprovalIdentityV2025
6593
+ */
6594
+ 'members'?: Array<ApprovalIdentityMembersInnerV2025>;
6595
+ /**
6596
+ * Name of the identity.
6083
6597
  * @type {string}
6084
6598
  * @memberof ApprovalIdentityV2025
6085
6599
  */
6086
6600
  'name'?: string;
6601
+ /**
6602
+ * List of owned items. For example, will show the items in which a ROLE_OWNER owns. Omitted if not an owner of anything.
6603
+ * @type {Array<ApprovalIdentityOwnerOfInnerV2025>}
6604
+ * @memberof ApprovalIdentityV2025
6605
+ */
6606
+ 'ownerOf'?: Array<ApprovalIdentityOwnerOfInnerV2025>;
6607
+ /**
6608
+ * The serial step of the identity in the approval. For example serialOrder 1 is the first identity to action in an approval request chain. Parallel approvals are set to 0.
6609
+ * @type {number}
6610
+ * @memberof ApprovalIdentityV2025
6611
+ */
6612
+ 'serialOrder'?: number;
6613
+ /**
6614
+ * Type of identity.
6615
+ * @type {string}
6616
+ * @memberof ApprovalIdentityV2025
6617
+ */
6618
+ 'type'?: ApprovalIdentityV2025TypeV2025;
6087
6619
  }
6088
6620
  export declare const ApprovalIdentityV2025TypeV2025: {
6089
6621
  readonly Identity: "IDENTITY";
6622
+ readonly ManagerOf: "MANAGER_OF";
6623
+ readonly GovernanceGroup: "GOVERNANCE_GROUP";
6624
+ readonly SourceOwner: "SOURCE_OWNER";
6625
+ readonly RoleOwner: "ROLE_OWNER";
6626
+ readonly AccessProfileOwner: "ACCESS_PROFILE_OWNER";
6627
+ readonly EntitlementOwner: "ENTITLEMENT_OWNER";
6628
+ readonly ApplicationOwner: "APPLICATION_OWNER";
6090
6629
  };
6091
6630
  export type ApprovalIdentityV2025TypeV2025 = typeof ApprovalIdentityV2025TypeV2025[keyof typeof ApprovalIdentityV2025TypeV2025];
6092
6631
  /**
@@ -6231,6 +6770,80 @@ export interface ApprovalNameV2025 {
6231
6770
  */
6232
6771
  'locale'?: string;
6233
6772
  }
6773
+ /**
6774
+ * Request body for reassigning an approval request to another identity. This results in that identity being added as an authorized approver.
6775
+ * @export
6776
+ * @interface ApprovalReassignRequestV2025
6777
+ */
6778
+ export interface ApprovalReassignRequestV2025 {
6779
+ /**
6780
+ * Comment associated with the reassign request.
6781
+ * @type {string}
6782
+ * @memberof ApprovalReassignRequestV2025
6783
+ */
6784
+ 'comment'?: string;
6785
+ /**
6786
+ * Identity from which the approval is being reassigned. If left blank, and the approval is currently assigned to the user calling this endpoint, it will use the calling user\'s identity. If left blank, and the approval is not currently assigned to the user calling this endpoint, you need to be an admin, which would add the reassignTo as a new approver.
6787
+ * @type {string}
6788
+ * @memberof ApprovalReassignRequestV2025
6789
+ */
6790
+ 'reassignFrom'?: string;
6791
+ /**
6792
+ * Identity to which the approval is being reassigned.
6793
+ * @type {string}
6794
+ * @memberof ApprovalReassignRequestV2025
6795
+ */
6796
+ 'reassignTo'?: string;
6797
+ }
6798
+ /**
6799
+ * ReassignmentHistoryRecord holds a history record of reassignment and escalation actions for an approval request
6800
+ * @export
6801
+ * @interface ApprovalReassignmentHistoryV2025
6802
+ */
6803
+ export interface ApprovalReassignmentHistoryV2025 {
6804
+ /**
6805
+ * Unique identifier for the comment associated with the reassignment.
6806
+ * @type {string}
6807
+ * @memberof ApprovalReassignmentHistoryV2025
6808
+ */
6809
+ 'commentID'?: string;
6810
+ /**
6811
+ *
6812
+ * @type {ApprovalIdentityV2025}
6813
+ * @memberof ApprovalReassignmentHistoryV2025
6814
+ */
6815
+ 'reassignedFrom'?: ApprovalIdentityV2025;
6816
+ /**
6817
+ *
6818
+ * @type {ApprovalIdentityV2025}
6819
+ * @memberof ApprovalReassignmentHistoryV2025
6820
+ */
6821
+ 'reassignedTo'?: ApprovalIdentityV2025;
6822
+ /**
6823
+ *
6824
+ * @type {ApprovalIdentityV2025}
6825
+ * @memberof ApprovalReassignmentHistoryV2025
6826
+ */
6827
+ 'reassigner'?: ApprovalIdentityV2025;
6828
+ /**
6829
+ * Date and time when the reassignment occurred.
6830
+ * @type {string}
6831
+ * @memberof ApprovalReassignmentHistoryV2025
6832
+ */
6833
+ 'reassignmentDate'?: string;
6834
+ /**
6835
+ * Type of reassignment, such as escalation or manual reassignment.
6836
+ * @type {string}
6837
+ * @memberof ApprovalReassignmentHistoryV2025
6838
+ */
6839
+ 'reassignmentType'?: ApprovalReassignmentHistoryV2025ReassignmentTypeV2025;
6840
+ }
6841
+ export declare const ApprovalReassignmentHistoryV2025ReassignmentTypeV2025: {
6842
+ readonly Escalation: "ESCALATION";
6843
+ readonly ManualReassignment: "MANUAL_REASSIGNMENT";
6844
+ readonly AutoReassignment: "AUTO_REASSIGNMENT";
6845
+ };
6846
+ export type ApprovalReassignmentHistoryV2025ReassignmentTypeV2025 = typeof ApprovalReassignmentHistoryV2025ReassignmentTypeV2025[keyof typeof ApprovalReassignmentHistoryV2025ReassignmentTypeV2025];
6234
6847
  /**
6235
6848
  * Reference objects related to the approval
6236
6849
  * @export
@@ -6249,6 +6862,37 @@ export interface ApprovalReferenceV2025 {
6249
6862
  * @memberof ApprovalReferenceV2025
6250
6863
  */
6251
6864
  'type'?: string;
6865
+ /**
6866
+ * Name of the reference object
6867
+ * @type {string}
6868
+ * @memberof ApprovalReferenceV2025
6869
+ */
6870
+ 'name'?: string;
6871
+ /**
6872
+ * Email associated with the reference object
6873
+ * @type {string}
6874
+ * @memberof ApprovalReferenceV2025
6875
+ */
6876
+ 'email'?: string;
6877
+ /**
6878
+ * The serial step of the identity in the approval. For example serialOrder 1 is the first identity to action in an approval request chain. Parallel approvals are set to 0.
6879
+ * @type {number}
6880
+ * @memberof ApprovalReferenceV2025
6881
+ */
6882
+ 'serialOrder'?: number;
6883
+ }
6884
+ /**
6885
+ * Request body for rejecting an approval request.
6886
+ * @export
6887
+ * @interface ApprovalRejectRequestV2025
6888
+ */
6889
+ export interface ApprovalRejectRequestV2025 {
6890
+ /**
6891
+ * Comment associated with the reject request.
6892
+ * @type {string}
6893
+ * @memberof ApprovalRejectRequestV2025
6894
+ */
6895
+ 'comment'?: string;
6252
6896
  }
6253
6897
  /**
6254
6898
  *
@@ -6281,6 +6925,55 @@ export interface ApprovalReminderAndEscalationConfigV2025 {
6281
6925
  */
6282
6926
  'fallbackApproverRef'?: IdentityReferenceWithNameAndEmailV2025 | null;
6283
6927
  }
6928
+ /**
6929
+ * Represents a requested target in an approval process, including details such as ID, name, reauthentication requirements, and removal date.
6930
+ * @export
6931
+ * @interface ApprovalRequestedTargetV2025
6932
+ */
6933
+ export interface ApprovalRequestedTargetV2025 {
6934
+ /**
6935
+ * Signature required for forced authentication.
6936
+ * @type {string}
6937
+ * @memberof ApprovalRequestedTargetV2025
6938
+ */
6939
+ 'forcedAuthSignature'?: string;
6940
+ /**
6941
+ * ID of the requested target.
6942
+ * @type {string}
6943
+ * @memberof ApprovalRequestedTargetV2025
6944
+ */
6945
+ 'id'?: string;
6946
+ /**
6947
+ * Name of the requested target.
6948
+ * @type {string}
6949
+ * @memberof ApprovalRequestedTargetV2025
6950
+ */
6951
+ 'name'?: string;
6952
+ /**
6953
+ * Indicates if reauthentication is required.
6954
+ * @type {boolean}
6955
+ * @memberof ApprovalRequestedTargetV2025
6956
+ */
6957
+ 'reauthRequired'?: boolean;
6958
+ /**
6959
+ * Date when the target will be removed.
6960
+ * @type {string}
6961
+ * @memberof ApprovalRequestedTargetV2025
6962
+ */
6963
+ 'removalDate'?: string;
6964
+ /**
6965
+ * Type of the request.
6966
+ * @type {string}
6967
+ * @memberof ApprovalRequestedTargetV2025
6968
+ */
6969
+ 'requestType'?: string;
6970
+ /**
6971
+ * Type of the target.
6972
+ * @type {string}
6973
+ * @memberof ApprovalRequestedTargetV2025
6974
+ */
6975
+ 'targetType'?: string;
6976
+ }
6284
6977
  /**
6285
6978
  *
6286
6979
  * @export
@@ -6490,7 +7183,19 @@ export interface ApprovalV2025 {
6490
7183
  * @type {string}
6491
7184
  * @memberof ApprovalV2025
6492
7185
  */
6493
- 'approvalId'?: string;
7186
+ 'id'?: string;
7187
+ /**
7188
+ * The Tenant ID of the Approval
7189
+ * @type {string}
7190
+ * @memberof ApprovalV2025
7191
+ */
7192
+ 'tenantId'?: string;
7193
+ /**
7194
+ * The type of the approval, such as ENTITLEMENT_DESCRIPTIONS, CUSTOM_ACCESS_REQUEST_APPROVAL, GENERIC_APPROVAL
7195
+ * @type {string}
7196
+ * @memberof ApprovalV2025
7197
+ */
7198
+ 'type'?: string;
6494
7199
  /**
6495
7200
  * Object representation of an approver of an approval
6496
7201
  * @type {Array<ApprovalIdentityV2025>}
@@ -6504,11 +7209,29 @@ export interface ApprovalV2025 {
6504
7209
  */
6505
7210
  'createdDate'?: string;
6506
7211
  /**
6507
- * Type of approval
7212
+ * Date the approval is due
6508
7213
  * @type {string}
6509
7214
  * @memberof ApprovalV2025
6510
7215
  */
6511
- 'type'?: string;
7216
+ 'dueDate'?: string;
7217
+ /**
7218
+ * Step in the escalation process. If set to 0, the approval is not escalated. If set to 1, the approval is escalated to the first approver in the escalation chain.
7219
+ * @type {string}
7220
+ * @memberof ApprovalV2025
7221
+ */
7222
+ 'escalationStep'?: string;
7223
+ /**
7224
+ * The serial step of the approval in the approval chain. For example, serialStep 1 is the first approval to action in an approval request chain. Parallel approvals are set to 0.
7225
+ * @type {number}
7226
+ * @memberof ApprovalV2025
7227
+ */
7228
+ 'serialStep'?: number;
7229
+ /**
7230
+ * Whether or not the approval has been escalated. Will reset to false when the approval is actioned on.
7231
+ * @type {boolean}
7232
+ * @memberof ApprovalV2025
7233
+ */
7234
+ 'isEscalated'?: boolean;
6512
7235
  /**
6513
7236
  * The name of the approval for a given locale
6514
7237
  * @type {Array<ApprovalNameV2025>}
@@ -6521,12 +7244,24 @@ export interface ApprovalV2025 {
6521
7244
  * @memberof ApprovalV2025
6522
7245
  */
6523
7246
  'batchRequest'?: ApprovalBatchV2025;
7247
+ /**
7248
+ * The configuration of the approval, such as the approval criteria and whether it is a parallel or serial approval
7249
+ * @type {ApprovalConfigV2025}
7250
+ * @memberof ApprovalV2025
7251
+ */
7252
+ 'approvalConfig'?: ApprovalConfigV2025;
6524
7253
  /**
6525
7254
  * The description of the approval for a given locale
6526
7255
  * @type {Array<ApprovalDescriptionV2025>}
6527
7256
  * @memberof ApprovalV2025
6528
7257
  */
6529
7258
  'description'?: Array<ApprovalDescriptionV2025>;
7259
+ /**
7260
+ * Signifies what medium to use when sending notifications (currently only email is utilized)
7261
+ * @type {string}
7262
+ * @memberof ApprovalV2025
7263
+ */
7264
+ 'medium'?: ApprovalV2025MediumV2025;
6530
7265
  /**
6531
7266
  * The priority of the approval
6532
7267
  * @type {string}
@@ -6539,6 +7274,12 @@ export interface ApprovalV2025 {
6539
7274
  * @memberof ApprovalV2025
6540
7275
  */
6541
7276
  'requester'?: ApprovalIdentityV2025;
7277
+ /**
7278
+ * Object representation of the requestee of the approval
7279
+ * @type {ApprovalIdentityV2025}
7280
+ * @memberof ApprovalV2025
7281
+ */
7282
+ 'requestee'?: ApprovalIdentityV2025;
6542
7283
  /**
6543
7284
  * Object representation of a comment on the approval
6544
7285
  * @type {Array<ApprovalComment1V2025>}
@@ -6547,34 +7288,34 @@ export interface ApprovalV2025 {
6547
7288
  'comments'?: Array<ApprovalComment1V2025>;
6548
7289
  /**
6549
7290
  * Array of approvers who have approved the approval
6550
- * @type {Array<ApprovalIdentityV2025>}
7291
+ * @type {Array<ApprovalIdentityRecordV2025>}
6551
7292
  * @memberof ApprovalV2025
6552
7293
  */
6553
- 'approvedBy'?: Array<ApprovalIdentityV2025>;
7294
+ 'approvedBy'?: Array<ApprovalIdentityRecordV2025>;
6554
7295
  /**
6555
7296
  * Array of approvers who have rejected the approval
6556
- * @type {Array<ApprovalIdentityV2025>}
7297
+ * @type {Array<ApprovalIdentityRecordV2025>}
6557
7298
  * @memberof ApprovalV2025
6558
7299
  */
6559
- 'rejectedBy'?: Array<ApprovalIdentityV2025>;
7300
+ 'rejectedBy'?: Array<ApprovalIdentityRecordV2025>;
6560
7301
  /**
6561
- * Date the approval was completed
6562
- * @type {string}
7302
+ * Array of identities that the approval request is currently assigned to/waiting on. For parallel approvals, this is set to all approvers left to approve.
7303
+ * @type {Array<ApprovalIdentityV2025>}
6563
7304
  * @memberof ApprovalV2025
6564
7305
  */
6565
- 'completedDate'?: string;
7306
+ 'assignedTo'?: Array<ApprovalIdentityV2025>;
6566
7307
  /**
6567
- * Criteria that needs to be met for an approval to be marked as approved
7308
+ * Date the approval was completed
6568
7309
  * @type {string}
6569
7310
  * @memberof ApprovalV2025
6570
7311
  */
6571
- 'approvalCriteria'?: ApprovalV2025ApprovalCriteriaV2025;
7312
+ 'completedDate'?: string;
6572
7313
  /**
6573
- * The current status of the approval
6574
- * @type {string}
7314
+ *
7315
+ * @type {ApprovalApprovalCriteriaV2025}
6575
7316
  * @memberof ApprovalV2025
6576
7317
  */
6577
- 'status'?: ApprovalV2025StatusV2025;
7318
+ 'approvalCriteria'?: ApprovalApprovalCriteriaV2025;
6578
7319
  /**
6579
7320
  * Json string representing additional attributes known about the object to be approved.
6580
7321
  * @type {string}
@@ -6587,28 +7328,45 @@ export interface ApprovalV2025 {
6587
7328
  * @memberof ApprovalV2025
6588
7329
  */
6589
7330
  'referenceData'?: Array<ApprovalReferenceV2025>;
7331
+ /**
7332
+ * History of whom the approval request was assigned to
7333
+ * @type {Array<ApprovalReassignmentHistoryV2025>}
7334
+ * @memberof ApprovalV2025
7335
+ */
7336
+ 'reassignmentHistory'?: Array<ApprovalReassignmentHistoryV2025>;
7337
+ /**
7338
+ * Field that can include any static additional info that may be needed by the service that the approval request originated from
7339
+ * @type {{ [key: string]: object; }}
7340
+ * @memberof ApprovalV2025
7341
+ */
7342
+ 'staticAttributes'?: {
7343
+ [key: string]: object;
7344
+ };
7345
+ /**
7346
+ * Date/time that the approval request was last updated
7347
+ * @type {string}
7348
+ * @memberof ApprovalV2025
7349
+ */
7350
+ 'modifiedDate'?: string;
7351
+ /**
7352
+ * RequestedTarget used to specify the actual object or target the approval request is for
7353
+ * @type {Array<ApprovalRequestedTargetV2025>}
7354
+ * @memberof ApprovalV2025
7355
+ */
7356
+ 'requestedTarget'?: Array<ApprovalRequestedTargetV2025>;
6590
7357
  }
7358
+ export declare const ApprovalV2025MediumV2025: {
7359
+ readonly Email: "EMAIL";
7360
+ readonly Slack: "SLACK";
7361
+ readonly Teams: "TEAMS";
7362
+ };
7363
+ export type ApprovalV2025MediumV2025 = typeof ApprovalV2025MediumV2025[keyof typeof ApprovalV2025MediumV2025];
6591
7364
  export declare const ApprovalV2025PriorityV2025: {
6592
7365
  readonly High: "HIGH";
6593
7366
  readonly Medium: "MEDIUM";
6594
7367
  readonly Low: "LOW";
6595
7368
  };
6596
7369
  export type ApprovalV2025PriorityV2025 = typeof ApprovalV2025PriorityV2025[keyof typeof ApprovalV2025PriorityV2025];
6597
- export declare const ApprovalV2025ApprovalCriteriaV2025: {
6598
- readonly Single: "SINGLE";
6599
- readonly Double: "DOUBLE";
6600
- readonly Triple: "TRIPLE";
6601
- readonly Quarter: "QUARTER";
6602
- readonly Half: "HALF";
6603
- readonly All: "ALL";
6604
- };
6605
- export type ApprovalV2025ApprovalCriteriaV2025 = typeof ApprovalV2025ApprovalCriteriaV2025[keyof typeof ApprovalV2025ApprovalCriteriaV2025];
6606
- export declare const ApprovalV2025StatusV2025: {
6607
- readonly Pending: "PENDING";
6608
- readonly Approved: "APPROVED";
6609
- readonly Rejected: "REJECTED";
6610
- };
6611
- export type ApprovalV2025StatusV2025 = typeof ApprovalV2025StatusV2025[keyof typeof ApprovalV2025StatusV2025];
6612
7370
  /**
6613
7371
  *
6614
7372
  * @export
@@ -15133,35 +15891,6 @@ export declare const EntitlementOwnerV2025TypeV2025: {
15133
15891
  readonly Identity: "IDENTITY";
15134
15892
  };
15135
15893
  export type EntitlementOwnerV2025TypeV2025 = typeof EntitlementOwnerV2025TypeV2025[keyof typeof EntitlementOwnerV2025TypeV2025];
15136
- /**
15137
- * Entitlement including a specific set of access.
15138
- * @export
15139
- * @interface EntitlementRef1V2025
15140
- */
15141
- export interface EntitlementRef1V2025 {
15142
- /**
15143
- * Entitlement\'s DTO type.
15144
- * @type {string}
15145
- * @memberof EntitlementRef1V2025
15146
- */
15147
- 'type'?: EntitlementRef1V2025TypeV2025;
15148
- /**
15149
- * Entitlement\'s ID.
15150
- * @type {string}
15151
- * @memberof EntitlementRef1V2025
15152
- */
15153
- 'id'?: string;
15154
- /**
15155
- * Entitlement\'s display name.
15156
- * @type {string}
15157
- * @memberof EntitlementRef1V2025
15158
- */
15159
- 'name'?: string;
15160
- }
15161
- export declare const EntitlementRef1V2025TypeV2025: {
15162
- readonly Entitlement: "ENTITLEMENT";
15163
- };
15164
- export type EntitlementRef1V2025TypeV2025 = typeof EntitlementRef1V2025TypeV2025[keyof typeof EntitlementRef1V2025TypeV2025];
15165
15894
  /**
15166
15895
  * Entitlement including a specific set of access.
15167
15896
  * @export
@@ -17412,17 +18141,11 @@ export type FormInstanceRecipientV2025TypeV2025 = typeof FormInstanceRecipientV2
17412
18141
  */
17413
18142
  export interface FormInstanceResponseV2025 {
17414
18143
  /**
17415
- * Created is the date the form instance was assigned
18144
+ * Unique guid identifying this form instance
17416
18145
  * @type {string}
17417
18146
  * @memberof FormInstanceResponseV2025
17418
18147
  */
17419
- 'created'?: string;
17420
- /**
17421
- *
17422
- * @type {FormInstanceCreatedByV2025}
17423
- * @memberof FormInstanceResponseV2025
17424
- */
17425
- 'createdBy'?: FormInstanceCreatedByV2025;
18148
+ 'id'?: string;
17426
18149
  /**
17427
18150
  * Expire is the maximum amount of time that a form can be in progress. After this time is reached then the form will be moved to a CANCELED state automatically. The user will no longer be able to complete the submission. When a form instance is expires an audit log will be generated for that record
17428
18151
  * @type {string}
@@ -17430,37 +18153,35 @@ export interface FormInstanceResponseV2025 {
17430
18153
  */
17431
18154
  'expire'?: string;
17432
18155
  /**
17433
- * FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form
17434
- * @type {Array<FormConditionV2025>}
18156
+ * State the state of the form instance ASSIGNED FormInstanceStateAssigned IN_PROGRESS FormInstanceStateInProgress SUBMITTED FormInstanceStateSubmitted COMPLETED FormInstanceStateCompleted CANCELLED FormInstanceStateCancelled
18157
+ * @type {string}
17435
18158
  * @memberof FormInstanceResponseV2025
17436
18159
  */
17437
- 'formConditions'?: Array<FormConditionV2025>;
18160
+ 'state'?: FormInstanceResponseV2025StateV2025;
17438
18161
  /**
17439
- * FormData is the data provided by the form on submit. The data is in a key -> value map
17440
- * @type {{ [key: string]: any; }}
18162
+ * StandAloneForm is a boolean flag to indicate if this form should be available for users to complete via the standalone form UI or should this only be available to be completed by as an embedded form
18163
+ * @type {boolean}
17441
18164
  * @memberof FormInstanceResponseV2025
17442
18165
  */
17443
- 'formData'?: {
17444
- [key: string]: any;
17445
- } | null;
18166
+ 'standAloneForm'?: boolean;
17446
18167
  /**
17447
- * FormDefinitionID is the id of the form definition that created this form
18168
+ * StandAloneFormURL is the URL where this form may be completed by the designated recipients using the standalone form UI
17448
18169
  * @type {string}
17449
18170
  * @memberof FormInstanceResponseV2025
17450
18171
  */
17451
- 'formDefinitionId'?: string;
18172
+ 'standAloneFormUrl'?: string;
17452
18173
  /**
17453
- * FormElements is the configuration of the form, this would be a repeat of the fields from the form-config
17454
- * @type {Array<FormElementV2025>}
18174
+ *
18175
+ * @type {FormInstanceCreatedByV2025}
17455
18176
  * @memberof FormInstanceResponseV2025
17456
18177
  */
17457
- 'formElements'?: Array<FormElementV2025>;
18178
+ 'createdBy'?: FormInstanceCreatedByV2025;
17458
18179
  /**
17459
- * FormErrors is an array of form validation errors from the last time the form instance was transitioned to the SUBMITTED state. If the form instance had validation errors then it would be moved to the IN PROGRESS state where the client can retrieve these errors
17460
- * @type {Array<FormErrorV2025>}
18180
+ * FormDefinitionID is the id of the form definition that created this form
18181
+ * @type {string}
17461
18182
  * @memberof FormInstanceResponseV2025
17462
18183
  */
17463
- 'formErrors'?: Array<FormErrorV2025>;
18184
+ 'formDefinitionId'?: string;
17464
18185
  /**
17465
18186
  * FormInput is an object of form input labels to value
17466
18187
  * @type {{ [key: string]: object; }}
@@ -17470,41 +18191,49 @@ export interface FormInstanceResponseV2025 {
17470
18191
  [key: string]: object;
17471
18192
  } | null;
17472
18193
  /**
17473
- * Unique guid identifying this form instance
17474
- * @type {string}
18194
+ * FormElements is the configuration of the form, this would be a repeat of the fields from the form-config
18195
+ * @type {Array<FormElementV2025>}
17475
18196
  * @memberof FormInstanceResponseV2025
17476
18197
  */
17477
- 'id'?: string;
18198
+ 'formElements'?: Array<FormElementV2025>;
17478
18199
  /**
17479
- * Modified is the last date the form instance was modified
17480
- * @type {string}
18200
+ * FormData is the data provided by the form on submit. The data is in a key -> value map
18201
+ * @type {{ [key: string]: any; }}
17481
18202
  * @memberof FormInstanceResponseV2025
17482
18203
  */
17483
- 'modified'?: string;
18204
+ 'formData'?: {
18205
+ [key: string]: any;
18206
+ } | null;
17484
18207
  /**
17485
- * Recipients references to the recipient of a form. The recipients are those who are responsible for filling out a form and completing it
17486
- * @type {Array<FormInstanceRecipientV2025>}
18208
+ * FormErrors is an array of form validation errors from the last time the form instance was transitioned to the SUBMITTED state. If the form instance had validation errors then it would be moved to the IN PROGRESS state where the client can retrieve these errors
18209
+ * @type {Array<FormErrorV2025>}
17487
18210
  * @memberof FormInstanceResponseV2025
17488
18211
  */
17489
- 'recipients'?: Array<FormInstanceRecipientV2025>;
18212
+ 'formErrors'?: Array<FormErrorV2025>;
17490
18213
  /**
17491
- * StandAloneForm is a boolean flag to indicate if this form should be available for users to complete via the standalone form UI or should this only be available to be completed by as an embedded form
17492
- * @type {boolean}
18214
+ * FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form
18215
+ * @type {Array<FormConditionV2025>}
17493
18216
  * @memberof FormInstanceResponseV2025
17494
18217
  */
17495
- 'standAloneForm'?: boolean;
18218
+ 'formConditions'?: Array<FormConditionV2025>;
17496
18219
  /**
17497
- * StandAloneFormURL is the URL where this form may be completed by the designated recipients using the standalone form UI
18220
+ * Created is the date the form instance was assigned
17498
18221
  * @type {string}
17499
18222
  * @memberof FormInstanceResponseV2025
17500
18223
  */
17501
- 'standAloneFormUrl'?: string;
18224
+ 'created'?: string;
17502
18225
  /**
17503
- * State the state of the form instance ASSIGNED FormInstanceStateAssigned IN_PROGRESS FormInstanceStateInProgress SUBMITTED FormInstanceStateSubmitted COMPLETED FormInstanceStateCompleted CANCELLED FormInstanceStateCancelled
18226
+ * Modified is the last date the form instance was modified
17504
18227
  * @type {string}
17505
18228
  * @memberof FormInstanceResponseV2025
17506
18229
  */
17507
- 'state'?: FormInstanceResponseV2025StateV2025;
18230
+ 'modified'?: string;
18231
+ /**
18232
+ * Recipients references to the recipient of a form. The recipients are those who are responsible for filling out a form and completing it
18233
+ * @type {Array<FormInstanceRecipientV2025>}
18234
+ * @memberof FormInstanceResponseV2025
18235
+ */
18236
+ 'recipients'?: Array<FormInstanceRecipientV2025>;
17508
18237
  }
17509
18238
  export declare const FormInstanceResponseV2025StateV2025: {
17510
18239
  readonly Assigned: "ASSIGNED";
@@ -18184,6 +18913,25 @@ export declare const GetHistoricalIdentityEvents200ResponseInnerV2025AccessItemT
18184
18913
  readonly AccessProfile: "accessProfile";
18185
18914
  };
18186
18915
  export type GetHistoricalIdentityEvents200ResponseInnerV2025AccessItemTypeV2025 = typeof GetHistoricalIdentityEvents200ResponseInnerV2025AccessItemTypeV2025[keyof typeof GetHistoricalIdentityEvents200ResponseInnerV2025AccessItemTypeV2025];
18916
+ /**
18917
+ *
18918
+ * @export
18919
+ * @interface GetLaunchers200ResponseV2025
18920
+ */
18921
+ export interface GetLaunchers200ResponseV2025 {
18922
+ /**
18923
+ * Pagination marker
18924
+ * @type {string}
18925
+ * @memberof GetLaunchers200ResponseV2025
18926
+ */
18927
+ 'next'?: string;
18928
+ /**
18929
+ *
18930
+ * @type {Array<LauncherV2025>}
18931
+ * @memberof GetLaunchers200ResponseV2025
18932
+ */
18933
+ 'items'?: Array<LauncherV2025>;
18934
+ }
18187
18935
  /**
18188
18936
  *
18189
18937
  * @export
@@ -18500,6 +19248,74 @@ export declare const GrantTypeV2025: {
18500
19248
  readonly RefreshToken: "REFRESH_TOKEN";
18501
19249
  };
18502
19250
  export type GrantTypeV2025 = typeof GrantTypeV2025[keyof typeof GrantTypeV2025];
19251
+ /**
19252
+ * Individual error or warning event
19253
+ * @export
19254
+ * @interface HealthEventV2025
19255
+ */
19256
+ export interface HealthEventV2025 {
19257
+ /**
19258
+ * Description of the issue
19259
+ * @type {string}
19260
+ * @memberof HealthEventV2025
19261
+ */
19262
+ 'detailedMessage'?: string;
19263
+ /**
19264
+ * Unique identifier for the health event
19265
+ * @type {string}
19266
+ * @memberof HealthEventV2025
19267
+ */
19268
+ 'uuid'?: string;
19269
+ /**
19270
+ * Optional URL associated with the issue
19271
+ * @type {string}
19272
+ * @memberof HealthEventV2025
19273
+ */
19274
+ 'url'?: string | null;
19275
+ /**
19276
+ * Time when the event occurred
19277
+ * @type {string}
19278
+ * @memberof HealthEventV2025
19279
+ */
19280
+ 'timestamp'?: string;
19281
+ /**
19282
+ * Last time notification was sent for this issue
19283
+ * @type {string}
19284
+ * @memberof HealthEventV2025
19285
+ */
19286
+ 'lastNotifiedTimeStamp'?: string;
19287
+ /**
19288
+ * CPU usage percentage
19289
+ * @type {number}
19290
+ * @memberof HealthEventV2025
19291
+ */
19292
+ 'cpuUtilizationPercentage'?: number | null;
19293
+ /**
19294
+ * Free memory percentage
19295
+ * @type {number}
19296
+ * @memberof HealthEventV2025
19297
+ */
19298
+ 'freeSpacePercentage'?: number | null;
19299
+ }
19300
+ /**
19301
+ * Health indicator category data with errors and warnings
19302
+ * @export
19303
+ * @interface HealthIndicatorCategoryV2025
19304
+ */
19305
+ export interface HealthIndicatorCategoryV2025 {
19306
+ /**
19307
+ * List of error events for this category
19308
+ * @type {Array<HealthEventV2025>}
19309
+ * @memberof HealthIndicatorCategoryV2025
19310
+ */
19311
+ 'errors'?: Array<HealthEventV2025>;
19312
+ /**
19313
+ * List of warning events for this category
19314
+ * @type {Array<HealthEventV2025>}
19315
+ * @memberof HealthIndicatorCategoryV2025
19316
+ */
19317
+ 'warnings'?: Array<HealthEventV2025>;
19318
+ }
18503
19319
  /**
18504
19320
  * A HierarchicalRightSet
18505
19321
  * @export
@@ -20964,33 +21780,6 @@ export declare const IdentityV2025IdentityStatusV2025: {
20964
21780
  readonly Locked: "LOCKED";
20965
21781
  };
20966
21782
  export type IdentityV2025IdentityStatusV2025 = typeof IdentityV2025IdentityStatusV2025[keyof typeof IdentityV2025IdentityStatusV2025];
20967
- /**
20968
- * An identity with a set of access to be added
20969
- * @export
20970
- * @interface IdentityWithNewAccess1V2025
20971
- */
20972
- export interface IdentityWithNewAccess1V2025 {
20973
- /**
20974
- * Set of identity IDs to be checked.
20975
- * @type {string}
20976
- * @memberof IdentityWithNewAccess1V2025
20977
- */
20978
- 'identityId': string;
20979
- /**
20980
- * The bundle of access profiles to be added to the identities specified. All references must be ENTITLEMENT type.
20981
- * @type {Array<EntitlementRef1V2025>}
20982
- * @memberof IdentityWithNewAccess1V2025
20983
- */
20984
- 'accessRefs': Array<EntitlementRef1V2025>;
20985
- /**
20986
- * Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.
20987
- * @type {{ [key: string]: string; }}
20988
- * @memberof IdentityWithNewAccess1V2025
20989
- */
20990
- 'clientMetadata'?: {
20991
- [key: string]: string;
20992
- };
20993
- }
20994
21783
  /**
20995
21784
  * Entitlement including a specific set of access.
20996
21785
  * @export
@@ -21009,12 +21798,6 @@ export interface IdentityWithNewAccessAccessRefsInnerV2025 {
21009
21798
  * @memberof IdentityWithNewAccessAccessRefsInnerV2025
21010
21799
  */
21011
21800
  'id'?: string;
21012
- /**
21013
- * Entitlement\'s display name.
21014
- * @type {string}
21015
- * @memberof IdentityWithNewAccessAccessRefsInnerV2025
21016
- */
21017
- 'name'?: string;
21018
21801
  }
21019
21802
  export declare const IdentityWithNewAccessAccessRefsInnerV2025TypeV2025: {
21020
21803
  readonly Entitlement: "ENTITLEMENT";
@@ -21772,6 +22555,189 @@ export declare const LatestOutlierSummaryV2025TypeV2025: {
21772
22555
  readonly Structural: "STRUCTURAL";
21773
22556
  };
21774
22557
  export type LatestOutlierSummaryV2025TypeV2025 = typeof LatestOutlierSummaryV2025TypeV2025[keyof typeof LatestOutlierSummaryV2025TypeV2025];
22558
+ /**
22559
+ * Owner of the Launcher
22560
+ * @export
22561
+ * @interface LauncherOwnerV2025
22562
+ */
22563
+ export interface LauncherOwnerV2025 {
22564
+ /**
22565
+ * Owner type
22566
+ * @type {string}
22567
+ * @memberof LauncherOwnerV2025
22568
+ */
22569
+ 'type': string;
22570
+ /**
22571
+ * Owner ID
22572
+ * @type {string}
22573
+ * @memberof LauncherOwnerV2025
22574
+ */
22575
+ 'id': string;
22576
+ }
22577
+ /**
22578
+ *
22579
+ * @export
22580
+ * @interface LauncherReferenceV2025
22581
+ */
22582
+ export interface LauncherReferenceV2025 {
22583
+ /**
22584
+ * Type of Launcher reference
22585
+ * @type {string}
22586
+ * @memberof LauncherReferenceV2025
22587
+ */
22588
+ 'type'?: LauncherReferenceV2025TypeV2025;
22589
+ /**
22590
+ * ID of Launcher reference
22591
+ * @type {string}
22592
+ * @memberof LauncherReferenceV2025
22593
+ */
22594
+ 'id'?: string;
22595
+ }
22596
+ export declare const LauncherReferenceV2025TypeV2025: {
22597
+ readonly Workflow: "WORKFLOW";
22598
+ };
22599
+ export type LauncherReferenceV2025TypeV2025 = typeof LauncherReferenceV2025TypeV2025[keyof typeof LauncherReferenceV2025TypeV2025];
22600
+ /**
22601
+ *
22602
+ * @export
22603
+ * @interface LauncherRequestReferenceV2025
22604
+ */
22605
+ export interface LauncherRequestReferenceV2025 {
22606
+ /**
22607
+ * Type of Launcher reference
22608
+ * @type {string}
22609
+ * @memberof LauncherRequestReferenceV2025
22610
+ */
22611
+ 'type': LauncherRequestReferenceV2025TypeV2025;
22612
+ /**
22613
+ * ID of Launcher reference
22614
+ * @type {string}
22615
+ * @memberof LauncherRequestReferenceV2025
22616
+ */
22617
+ 'id': string;
22618
+ }
22619
+ export declare const LauncherRequestReferenceV2025TypeV2025: {
22620
+ readonly Workflow: "WORKFLOW";
22621
+ };
22622
+ export type LauncherRequestReferenceV2025TypeV2025 = typeof LauncherRequestReferenceV2025TypeV2025[keyof typeof LauncherRequestReferenceV2025TypeV2025];
22623
+ /**
22624
+ *
22625
+ * @export
22626
+ * @interface LauncherRequestV2025
22627
+ */
22628
+ export interface LauncherRequestV2025 {
22629
+ /**
22630
+ * Name of the Launcher, limited to 255 characters
22631
+ * @type {string}
22632
+ * @memberof LauncherRequestV2025
22633
+ */
22634
+ 'name': string;
22635
+ /**
22636
+ * Description of the Launcher, limited to 2000 characters
22637
+ * @type {string}
22638
+ * @memberof LauncherRequestV2025
22639
+ */
22640
+ 'description': string;
22641
+ /**
22642
+ * Launcher type
22643
+ * @type {string}
22644
+ * @memberof LauncherRequestV2025
22645
+ */
22646
+ 'type': LauncherRequestV2025TypeV2025;
22647
+ /**
22648
+ * State of the Launcher
22649
+ * @type {boolean}
22650
+ * @memberof LauncherRequestV2025
22651
+ */
22652
+ 'disabled': boolean;
22653
+ /**
22654
+ *
22655
+ * @type {LauncherRequestReferenceV2025}
22656
+ * @memberof LauncherRequestV2025
22657
+ */
22658
+ 'reference'?: LauncherRequestReferenceV2025;
22659
+ /**
22660
+ * JSON configuration associated with this Launcher, restricted to a max size of 4KB
22661
+ * @type {string}
22662
+ * @memberof LauncherRequestV2025
22663
+ */
22664
+ 'config': string;
22665
+ }
22666
+ export declare const LauncherRequestV2025TypeV2025: {
22667
+ readonly InteractiveProcess: "INTERACTIVE_PROCESS";
22668
+ };
22669
+ export type LauncherRequestV2025TypeV2025 = typeof LauncherRequestV2025TypeV2025[keyof typeof LauncherRequestV2025TypeV2025];
22670
+ /**
22671
+ *
22672
+ * @export
22673
+ * @interface LauncherV2025
22674
+ */
22675
+ export interface LauncherV2025 {
22676
+ /**
22677
+ * ID of the Launcher
22678
+ * @type {string}
22679
+ * @memberof LauncherV2025
22680
+ */
22681
+ 'id': string;
22682
+ /**
22683
+ * Date the Launcher was created
22684
+ * @type {string}
22685
+ * @memberof LauncherV2025
22686
+ */
22687
+ 'created': string;
22688
+ /**
22689
+ * Date the Launcher was last modified
22690
+ * @type {string}
22691
+ * @memberof LauncherV2025
22692
+ */
22693
+ 'modified': string;
22694
+ /**
22695
+ *
22696
+ * @type {LauncherOwnerV2025}
22697
+ * @memberof LauncherV2025
22698
+ */
22699
+ 'owner': LauncherOwnerV2025;
22700
+ /**
22701
+ * Name of the Launcher, limited to 255 characters
22702
+ * @type {string}
22703
+ * @memberof LauncherV2025
22704
+ */
22705
+ 'name': string;
22706
+ /**
22707
+ * Description of the Launcher, limited to 2000 characters
22708
+ * @type {string}
22709
+ * @memberof LauncherV2025
22710
+ */
22711
+ 'description': string;
22712
+ /**
22713
+ * Launcher type
22714
+ * @type {string}
22715
+ * @memberof LauncherV2025
22716
+ */
22717
+ 'type': LauncherV2025TypeV2025;
22718
+ /**
22719
+ * State of the Launcher
22720
+ * @type {boolean}
22721
+ * @memberof LauncherV2025
22722
+ */
22723
+ 'disabled': boolean;
22724
+ /**
22725
+ *
22726
+ * @type {LauncherReferenceV2025}
22727
+ * @memberof LauncherV2025
22728
+ */
22729
+ 'reference'?: LauncherReferenceV2025;
22730
+ /**
22731
+ * JSON configuration associated with this Launcher, restricted to a max size of 4KB
22732
+ * @type {string}
22733
+ * @memberof LauncherV2025
22734
+ */
22735
+ 'config': string;
22736
+ }
22737
+ export declare const LauncherV2025TypeV2025: {
22738
+ readonly InteractiveProcess: "INTERACTIVE_PROCESS";
22739
+ };
22740
+ export type LauncherV2025TypeV2025 = typeof LauncherV2025TypeV2025[keyof typeof LauncherV2025TypeV2025];
21775
22741
  /**
21776
22742
  *
21777
22743
  * @export
@@ -22146,24 +23112,114 @@ export interface ListFormElementDataByElementIDResponseV2025 {
22146
23112
  'results'?: Array<FormElementDataSourceConfigOptionsV2025>;
22147
23113
  }
22148
23114
  /**
22149
- *
23115
+ * List of FormInstanceResponse items
22150
23116
  * @export
22151
23117
  * @interface ListFormInstancesByTenantResponseV2025
22152
23118
  */
22153
23119
  export interface ListFormInstancesByTenantResponseV2025 {
22154
23120
  /**
22155
- * Count number of Results
22156
- * @type {number}
23121
+ * Unique guid identifying this form instance
23122
+ * @type {string}
22157
23123
  * @memberof ListFormInstancesByTenantResponseV2025
22158
23124
  */
22159
- 'count'?: number;
23125
+ 'id'?: string;
23126
+ /**
23127
+ * Expire is the maximum amount of time that a form can be in progress. After this time is reached then the form will be moved to a CANCELED state automatically. The user will no longer be able to complete the submission. When a form instance is expires an audit log will be generated for that record
23128
+ * @type {string}
23129
+ * @memberof ListFormInstancesByTenantResponseV2025
23130
+ */
23131
+ 'expire'?: string;
23132
+ /**
23133
+ * State the state of the form instance ASSIGNED FormInstanceStateAssigned IN_PROGRESS FormInstanceStateInProgress SUBMITTED FormInstanceStateSubmitted COMPLETED FormInstanceStateCompleted CANCELLED FormInstanceStateCancelled
23134
+ * @type {string}
23135
+ * @memberof ListFormInstancesByTenantResponseV2025
23136
+ */
23137
+ 'state'?: ListFormInstancesByTenantResponseV2025StateV2025;
23138
+ /**
23139
+ * StandAloneForm is a boolean flag to indicate if this form should be available for users to complete via the standalone form UI or should this only be available to be completed by as an embedded form
23140
+ * @type {boolean}
23141
+ * @memberof ListFormInstancesByTenantResponseV2025
23142
+ */
23143
+ 'standAloneForm'?: boolean;
23144
+ /**
23145
+ * StandAloneFormURL is the URL where this form may be completed by the designated recipients using the standalone form UI
23146
+ * @type {string}
23147
+ * @memberof ListFormInstancesByTenantResponseV2025
23148
+ */
23149
+ 'standAloneFormUrl'?: string;
23150
+ /**
23151
+ *
23152
+ * @type {FormInstanceCreatedByV2025}
23153
+ * @memberof ListFormInstancesByTenantResponseV2025
23154
+ */
23155
+ 'createdBy'?: FormInstanceCreatedByV2025;
23156
+ /**
23157
+ * FormDefinitionID is the id of the form definition that created this form
23158
+ * @type {string}
23159
+ * @memberof ListFormInstancesByTenantResponseV2025
23160
+ */
23161
+ 'formDefinitionId'?: string;
23162
+ /**
23163
+ * FormInput is an object of form input labels to value
23164
+ * @type {{ [key: string]: object; }}
23165
+ * @memberof ListFormInstancesByTenantResponseV2025
23166
+ */
23167
+ 'formInput'?: {
23168
+ [key: string]: object;
23169
+ } | null;
23170
+ /**
23171
+ * FormElements is the configuration of the form, this would be a repeat of the fields from the form-config
23172
+ * @type {Array<FormElementV2025>}
23173
+ * @memberof ListFormInstancesByTenantResponseV2025
23174
+ */
23175
+ 'formElements'?: Array<FormElementV2025>;
23176
+ /**
23177
+ * FormData is the data provided by the form on submit. The data is in a key -> value map
23178
+ * @type {{ [key: string]: any; }}
23179
+ * @memberof ListFormInstancesByTenantResponseV2025
23180
+ */
23181
+ 'formData'?: {
23182
+ [key: string]: any;
23183
+ } | null;
23184
+ /**
23185
+ * FormErrors is an array of form validation errors from the last time the form instance was transitioned to the SUBMITTED state. If the form instance had validation errors then it would be moved to the IN PROGRESS state where the client can retrieve these errors
23186
+ * @type {Array<FormErrorV2025>}
23187
+ * @memberof ListFormInstancesByTenantResponseV2025
23188
+ */
23189
+ 'formErrors'?: Array<FormErrorV2025>;
23190
+ /**
23191
+ * FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form
23192
+ * @type {Array<FormConditionV2025>}
23193
+ * @memberof ListFormInstancesByTenantResponseV2025
23194
+ */
23195
+ 'formConditions'?: Array<FormConditionV2025>;
23196
+ /**
23197
+ * Created is the date the form instance was assigned
23198
+ * @type {string}
23199
+ * @memberof ListFormInstancesByTenantResponseV2025
23200
+ */
23201
+ 'created'?: string;
22160
23202
  /**
22161
- * Results holds a list of FormInstanceResponse items
22162
- * @type {Array<FormInstanceResponseV2025>}
23203
+ * Modified is the last date the form instance was modified
23204
+ * @type {string}
22163
23205
  * @memberof ListFormInstancesByTenantResponseV2025
22164
23206
  */
22165
- 'results'?: Array<FormInstanceResponseV2025>;
23207
+ 'modified'?: string;
23208
+ /**
23209
+ * Recipients references to the recipient of a form. The recipients are those who are responsible for filling out a form and completing it
23210
+ * @type {Array<FormInstanceRecipientV2025>}
23211
+ * @memberof ListFormInstancesByTenantResponseV2025
23212
+ */
23213
+ 'recipients'?: Array<FormInstanceRecipientV2025>;
22166
23214
  }
23215
+ export declare const ListFormInstancesByTenantResponseV2025StateV2025: {
23216
+ readonly Assigned: "ASSIGNED";
23217
+ readonly InProgress: "IN_PROGRESS";
23218
+ readonly Submitted: "SUBMITTED";
23219
+ readonly Completed: "COMPLETED";
23220
+ readonly Cancelled: "CANCELLED";
23221
+ };
23222
+ export type ListFormInstancesByTenantResponseV2025StateV2025 = typeof ListFormInstancesByTenantResponseV2025StateV2025[keyof typeof ListFormInstancesByTenantResponseV2025StateV2025];
22167
23223
  /**
22168
23224
  *
22169
23225
  * @export
@@ -23239,6 +24295,175 @@ export declare const MachineClassificationCriteriaOperationV2025: {
23239
24295
  readonly Or: "OR";
23240
24296
  };
23241
24297
  export type MachineClassificationCriteriaOperationV2025 = typeof MachineClassificationCriteriaOperationV2025[keyof typeof MachineClassificationCriteriaOperationV2025];
24298
+ /**
24299
+ *
24300
+ * @export
24301
+ * @interface MachineIdentityAggregationRequestV2025
24302
+ */
24303
+ export interface MachineIdentityAggregationRequestV2025 {
24304
+ /**
24305
+ * List of dataset Ids to aggregate machine identities
24306
+ * @type {Array<string>}
24307
+ * @memberof MachineIdentityAggregationRequestV2025
24308
+ */
24309
+ 'datasetIds': Array<string>;
24310
+ }
24311
+ /**
24312
+ * The target(source) of the aggregation
24313
+ * @export
24314
+ * @interface MachineIdentityAggregationResponseTargetV2025
24315
+ */
24316
+ export interface MachineIdentityAggregationResponseTargetV2025 {
24317
+ /**
24318
+ *
24319
+ * @type {DtoTypeV2025}
24320
+ * @memberof MachineIdentityAggregationResponseTargetV2025
24321
+ */
24322
+ 'type'?: DtoTypeV2025;
24323
+ /**
24324
+ * ID of the object to which this reference applies
24325
+ * @type {string}
24326
+ * @memberof MachineIdentityAggregationResponseTargetV2025
24327
+ */
24328
+ 'id'?: string;
24329
+ /**
24330
+ * Human-readable display name of the object to which this reference applies
24331
+ * @type {string}
24332
+ * @memberof MachineIdentityAggregationResponseTargetV2025
24333
+ */
24334
+ 'name'?: string;
24335
+ }
24336
+ /**
24337
+ *
24338
+ * @export
24339
+ * @interface MachineIdentityAggregationResponseV2025
24340
+ */
24341
+ export interface MachineIdentityAggregationResponseV2025 {
24342
+ /**
24343
+ * System-generated unique ID of the Object
24344
+ * @type {string}
24345
+ * @memberof MachineIdentityAggregationResponseV2025
24346
+ */
24347
+ 'id'?: string;
24348
+ /**
24349
+ * Type of task for aggregation
24350
+ * @type {string}
24351
+ * @memberof MachineIdentityAggregationResponseV2025
24352
+ */
24353
+ 'type'?: MachineIdentityAggregationResponseV2025TypeV2025;
24354
+ /**
24355
+ * Name of the task for aggregation
24356
+ * @type {string}
24357
+ * @memberof MachineIdentityAggregationResponseV2025
24358
+ */
24359
+ 'uniqueName'?: string;
24360
+ /**
24361
+ * Description of the aggregation
24362
+ * @type {string}
24363
+ * @memberof MachineIdentityAggregationResponseV2025
24364
+ */
24365
+ 'description'?: string;
24366
+ /**
24367
+ * Name of the parent of the task for aggregation
24368
+ * @type {string}
24369
+ * @memberof MachineIdentityAggregationResponseV2025
24370
+ */
24371
+ 'parentName'?: string | null;
24372
+ /**
24373
+ * Service to execute the aggregation
24374
+ * @type {string}
24375
+ * @memberof MachineIdentityAggregationResponseV2025
24376
+ */
24377
+ 'launcher'?: string;
24378
+ /**
24379
+ *
24380
+ * @type {MachineIdentityAggregationResponseTargetV2025}
24381
+ * @memberof MachineIdentityAggregationResponseV2025
24382
+ */
24383
+ 'target'?: MachineIdentityAggregationResponseTargetV2025;
24384
+ /**
24385
+ * Creation date of the aggregation
24386
+ * @type {string}
24387
+ * @memberof MachineIdentityAggregationResponseV2025
24388
+ */
24389
+ 'created'?: string;
24390
+ /**
24391
+ * Last modification date of the aggregation
24392
+ * @type {string}
24393
+ * @memberof MachineIdentityAggregationResponseV2025
24394
+ */
24395
+ 'modified'?: string;
24396
+ /**
24397
+ * Launch date of the aggregation
24398
+ * @type {string}
24399
+ * @memberof MachineIdentityAggregationResponseV2025
24400
+ */
24401
+ 'launched'?: string | null;
24402
+ /**
24403
+ * Completion date of the aggregation
24404
+ * @type {string}
24405
+ * @memberof MachineIdentityAggregationResponseV2025
24406
+ */
24407
+ 'completed'?: string | null;
24408
+ /**
24409
+ *
24410
+ * @type {TaskDefinitionSummaryV2025}
24411
+ * @memberof MachineIdentityAggregationResponseV2025
24412
+ */
24413
+ 'taskDefinitionSummary'?: TaskDefinitionSummaryV2025;
24414
+ /**
24415
+ * Completion status of the aggregation
24416
+ * @type {string}
24417
+ * @memberof MachineIdentityAggregationResponseV2025
24418
+ */
24419
+ 'completionStatus'?: MachineIdentityAggregationResponseV2025CompletionStatusV2025 | null;
24420
+ /**
24421
+ * Messages associated with the aggregation
24422
+ * @type {Array<TaskStatusMessageV2025>}
24423
+ * @memberof MachineIdentityAggregationResponseV2025
24424
+ */
24425
+ 'messages'?: Array<TaskStatusMessageV2025>;
24426
+ /**
24427
+ * Return values associated with the aggregation
24428
+ * @type {Array<TaskReturnDetailsV2025>}
24429
+ * @memberof MachineIdentityAggregationResponseV2025
24430
+ */
24431
+ 'returns'?: Array<TaskReturnDetailsV2025>;
24432
+ /**
24433
+ * Attributes of the aggregation
24434
+ * @type {{ [key: string]: any; }}
24435
+ * @memberof MachineIdentityAggregationResponseV2025
24436
+ */
24437
+ 'attributes'?: {
24438
+ [key: string]: any;
24439
+ };
24440
+ /**
24441
+ * Current progress of aggregation
24442
+ * @type {string}
24443
+ * @memberof MachineIdentityAggregationResponseV2025
24444
+ */
24445
+ 'progress'?: string | null;
24446
+ /**
24447
+ * Current percentage completion of aggregation
24448
+ * @type {number}
24449
+ * @memberof MachineIdentityAggregationResponseV2025
24450
+ */
24451
+ 'percentComplete'?: number;
24452
+ }
24453
+ export declare const MachineIdentityAggregationResponseV2025TypeV2025: {
24454
+ readonly Quartz: "QUARTZ";
24455
+ readonly Qpoc: "QPOC";
24456
+ readonly QueuedTask: "QUEUED_TASK";
24457
+ };
24458
+ export type MachineIdentityAggregationResponseV2025TypeV2025 = typeof MachineIdentityAggregationResponseV2025TypeV2025[keyof typeof MachineIdentityAggregationResponseV2025TypeV2025];
24459
+ export declare const MachineIdentityAggregationResponseV2025CompletionStatusV2025: {
24460
+ readonly Success: "SUCCESS";
24461
+ readonly Warning: "WARNING";
24462
+ readonly Error: "ERROR";
24463
+ readonly Terminated: "TERMINATED";
24464
+ readonly Temperror: "TEMPERROR";
24465
+ };
24466
+ export type MachineIdentityAggregationResponseV2025CompletionStatusV2025 = typeof MachineIdentityAggregationResponseV2025CompletionStatusV2025[keyof typeof MachineIdentityAggregationResponseV2025CompletionStatusV2025];
23242
24467
  /**
23243
24468
  * The owner configuration associated to the machine identity
23244
24469
  * @export
@@ -23258,6 +24483,337 @@ export interface MachineIdentityDtoOwnersV2025 {
23258
24483
  */
23259
24484
  'secondaryIdentities': Array<BaseReferenceDtoV2025>;
23260
24485
  }
24486
+ /**
24487
+ *
24488
+ * @export
24489
+ * @interface MachineIdentityRequestUserEntitlementsV2025
24490
+ */
24491
+ export interface MachineIdentityRequestUserEntitlementsV2025 {
24492
+ /**
24493
+ * The ID of the entitlement
24494
+ * @type {string}
24495
+ * @memberof MachineIdentityRequestUserEntitlementsV2025
24496
+ */
24497
+ 'entitlementId': string;
24498
+ /**
24499
+ * The source ID of the entitlement
24500
+ * @type {string}
24501
+ * @memberof MachineIdentityRequestUserEntitlementsV2025
24502
+ */
24503
+ 'sourceId': string;
24504
+ }
24505
+ /**
24506
+ *
24507
+ * @export
24508
+ * @interface MachineIdentityRequestV2025
24509
+ */
24510
+ export interface MachineIdentityRequestV2025 {
24511
+ /**
24512
+ * System-generated unique ID of the Object
24513
+ * @type {string}
24514
+ * @memberof MachineIdentityRequestV2025
24515
+ */
24516
+ 'id'?: string;
24517
+ /**
24518
+ * Name of the Object
24519
+ * @type {string}
24520
+ * @memberof MachineIdentityRequestV2025
24521
+ */
24522
+ 'name': string | null;
24523
+ /**
24524
+ * Creation date of the Object
24525
+ * @type {string}
24526
+ * @memberof MachineIdentityRequestV2025
24527
+ */
24528
+ 'created'?: string;
24529
+ /**
24530
+ * Last modification date of the Object
24531
+ * @type {string}
24532
+ * @memberof MachineIdentityRequestV2025
24533
+ */
24534
+ 'modified'?: string;
24535
+ /**
24536
+ * The business application that the identity represents
24537
+ * @type {string}
24538
+ * @memberof MachineIdentityRequestV2025
24539
+ */
24540
+ 'businessApplication': string;
24541
+ /**
24542
+ * Description of machine identity
24543
+ * @type {string}
24544
+ * @memberof MachineIdentityRequestV2025
24545
+ */
24546
+ 'description'?: string;
24547
+ /**
24548
+ * A map of custom machine identity attributes
24549
+ * @type {object}
24550
+ * @memberof MachineIdentityRequestV2025
24551
+ */
24552
+ 'attributes'?: object;
24553
+ /**
24554
+ * The subtype value associated to the machine identity
24555
+ * @type {string}
24556
+ * @memberof MachineIdentityRequestV2025
24557
+ */
24558
+ 'subtype': string;
24559
+ /**
24560
+ *
24561
+ * @type {MachineIdentityDtoOwnersV2025}
24562
+ * @memberof MachineIdentityRequestV2025
24563
+ */
24564
+ 'owners'?: MachineIdentityDtoOwnersV2025;
24565
+ /**
24566
+ * The source id associated to the machine identity
24567
+ * @type {string}
24568
+ * @memberof MachineIdentityRequestV2025
24569
+ */
24570
+ 'sourceId'?: string;
24571
+ /**
24572
+ * The UUID associated to the machine identity directly aggregated from a source
24573
+ * @type {string}
24574
+ * @memberof MachineIdentityRequestV2025
24575
+ */
24576
+ 'uuid'?: string;
24577
+ /**
24578
+ * The native identity associated to the machine identity directly aggregated from a source
24579
+ * @type {string}
24580
+ * @memberof MachineIdentityRequestV2025
24581
+ */
24582
+ 'nativeIdentity'?: string;
24583
+ /**
24584
+ * The user entitlements associated to the machine identity
24585
+ * @type {Array<MachineIdentityRequestUserEntitlementsV2025>}
24586
+ * @memberof MachineIdentityRequestV2025
24587
+ */
24588
+ 'userEntitlements'?: Array<MachineIdentityRequestUserEntitlementsV2025>;
24589
+ }
24590
+ /**
24591
+ *
24592
+ * @export
24593
+ * @interface MachineIdentityResponseUserEntitlementsV2025
24594
+ */
24595
+ export interface MachineIdentityResponseUserEntitlementsV2025 {
24596
+ /**
24597
+ * The source ID of the entitlement
24598
+ * @type {string}
24599
+ * @memberof MachineIdentityResponseUserEntitlementsV2025
24600
+ */
24601
+ 'sourceId'?: string;
24602
+ /**
24603
+ * The ID of the entitlement
24604
+ * @type {string}
24605
+ * @memberof MachineIdentityResponseUserEntitlementsV2025
24606
+ */
24607
+ 'entitlementId'?: string;
24608
+ /**
24609
+ * The display name of the entitlement
24610
+ * @type {string}
24611
+ * @memberof MachineIdentityResponseUserEntitlementsV2025
24612
+ */
24613
+ 'displayName'?: string;
24614
+ /**
24615
+ * The source of the entitlement
24616
+ * @type {object}
24617
+ * @memberof MachineIdentityResponseUserEntitlementsV2025
24618
+ */
24619
+ 'source'?: object;
24620
+ }
24621
+ /**
24622
+ *
24623
+ * @export
24624
+ * @interface MachineIdentityResponseV2025
24625
+ */
24626
+ export interface MachineIdentityResponseV2025 {
24627
+ /**
24628
+ * System-generated unique ID of the Object
24629
+ * @type {string}
24630
+ * @memberof MachineIdentityResponseV2025
24631
+ */
24632
+ 'id'?: string;
24633
+ /**
24634
+ * Name of the Object
24635
+ * @type {string}
24636
+ * @memberof MachineIdentityResponseV2025
24637
+ */
24638
+ 'name': string | null;
24639
+ /**
24640
+ * Creation date of the Object
24641
+ * @type {string}
24642
+ * @memberof MachineIdentityResponseV2025
24643
+ */
24644
+ 'created'?: string;
24645
+ /**
24646
+ * Last modification date of the Object
24647
+ * @type {string}
24648
+ * @memberof MachineIdentityResponseV2025
24649
+ */
24650
+ 'modified'?: string;
24651
+ /**
24652
+ * The business application that the identity represents
24653
+ * @type {string}
24654
+ * @memberof MachineIdentityResponseV2025
24655
+ */
24656
+ 'businessApplication': string;
24657
+ /**
24658
+ * Description of machine identity
24659
+ * @type {string}
24660
+ * @memberof MachineIdentityResponseV2025
24661
+ */
24662
+ 'description'?: string;
24663
+ /**
24664
+ * A map of custom machine identity attributes
24665
+ * @type {object}
24666
+ * @memberof MachineIdentityResponseV2025
24667
+ */
24668
+ 'attributes'?: object;
24669
+ /**
24670
+ * The subtype value associated to the machine identity
24671
+ * @type {string}
24672
+ * @memberof MachineIdentityResponseV2025
24673
+ */
24674
+ 'subtype': string;
24675
+ /**
24676
+ *
24677
+ * @type {MachineIdentityDtoOwnersV2025}
24678
+ * @memberof MachineIdentityResponseV2025
24679
+ */
24680
+ 'owners'?: MachineIdentityDtoOwnersV2025;
24681
+ /**
24682
+ * The source id associated to the machine identity
24683
+ * @type {string}
24684
+ * @memberof MachineIdentityResponseV2025
24685
+ */
24686
+ 'sourceId'?: string;
24687
+ /**
24688
+ * The UUID associated to the machine identity directly aggregated from a source
24689
+ * @type {string}
24690
+ * @memberof MachineIdentityResponseV2025
24691
+ */
24692
+ 'uuid'?: string;
24693
+ /**
24694
+ * The native identity associated to the machine identity directly aggregated from a source
24695
+ * @type {string}
24696
+ * @memberof MachineIdentityResponseV2025
24697
+ */
24698
+ 'nativeIdentity'?: string;
24699
+ /**
24700
+ * Indicates if the machine identity has been manually edited
24701
+ * @type {boolean}
24702
+ * @memberof MachineIdentityResponseV2025
24703
+ */
24704
+ 'manuallyEdited'?: boolean;
24705
+ /**
24706
+ * Indicates if the machine identity has been manually created
24707
+ * @type {boolean}
24708
+ * @memberof MachineIdentityResponseV2025
24709
+ */
24710
+ 'manuallyCreated'?: boolean;
24711
+ /**
24712
+ * The source of the machine identity
24713
+ * @type {object}
24714
+ * @memberof MachineIdentityResponseV2025
24715
+ */
24716
+ 'source'?: object;
24717
+ /**
24718
+ * The dataset id associated to the source in which the identity was retrieved from
24719
+ * @type {string}
24720
+ * @memberof MachineIdentityResponseV2025
24721
+ */
24722
+ 'datasetId'?: string;
24723
+ /**
24724
+ * The user entitlements associated to the machine identity
24725
+ * @type {Array<MachineIdentityResponseUserEntitlementsV2025>}
24726
+ * @memberof MachineIdentityResponseV2025
24727
+ */
24728
+ 'userEntitlements'?: Array<MachineIdentityResponseUserEntitlementsV2025>;
24729
+ }
24730
+ /**
24731
+ * The user entitlement
24732
+ * @export
24733
+ * @interface MachineIdentityUserEntitlementResponseEntitlementV2025
24734
+ */
24735
+ export interface MachineIdentityUserEntitlementResponseEntitlementV2025 {
24736
+ /**
24737
+ *
24738
+ * @type {DtoTypeV2025}
24739
+ * @memberof MachineIdentityUserEntitlementResponseEntitlementV2025
24740
+ */
24741
+ 'type'?: DtoTypeV2025;
24742
+ /**
24743
+ * ID of the object to which this reference applies
24744
+ * @type {string}
24745
+ * @memberof MachineIdentityUserEntitlementResponseEntitlementV2025
24746
+ */
24747
+ 'id'?: string;
24748
+ /**
24749
+ * Human-readable display name of the object to which this reference applies
24750
+ * @type {string}
24751
+ * @memberof MachineIdentityUserEntitlementResponseEntitlementV2025
24752
+ */
24753
+ 'name'?: string;
24754
+ }
24755
+ /**
24756
+ * The source of the user entitlement
24757
+ * @export
24758
+ * @interface MachineIdentityUserEntitlementResponseSourceV2025
24759
+ */
24760
+ export interface MachineIdentityUserEntitlementResponseSourceV2025 {
24761
+ /**
24762
+ *
24763
+ * @type {DtoTypeV2025}
24764
+ * @memberof MachineIdentityUserEntitlementResponseSourceV2025
24765
+ */
24766
+ 'type'?: DtoTypeV2025;
24767
+ /**
24768
+ * ID of the object to which this reference applies
24769
+ * @type {string}
24770
+ * @memberof MachineIdentityUserEntitlementResponseSourceV2025
24771
+ */
24772
+ 'id'?: string;
24773
+ /**
24774
+ * Human-readable display name of the object to which this reference applies
24775
+ * @type {string}
24776
+ * @memberof MachineIdentityUserEntitlementResponseSourceV2025
24777
+ */
24778
+ 'name'?: string;
24779
+ }
24780
+ /**
24781
+ *
24782
+ * @export
24783
+ * @interface MachineIdentityUserEntitlementResponseV2025
24784
+ */
24785
+ export interface MachineIdentityUserEntitlementResponseV2025 {
24786
+ /**
24787
+ * System-generated unique ID of the Object
24788
+ * @type {string}
24789
+ * @memberof MachineIdentityUserEntitlementResponseV2025
24790
+ */
24791
+ 'id'?: string;
24792
+ /**
24793
+ * System-generated unique ID of the Machine Identity
24794
+ * @type {string}
24795
+ * @memberof MachineIdentityUserEntitlementResponseV2025
24796
+ */
24797
+ 'machineIdentityId'?: string;
24798
+ /**
24799
+ *
24800
+ * @type {MachineIdentityUserEntitlementResponseSourceV2025}
24801
+ * @memberof MachineIdentityUserEntitlementResponseV2025
24802
+ */
24803
+ 'source'?: MachineIdentityUserEntitlementResponseSourceV2025;
24804
+ /**
24805
+ *
24806
+ * @type {MachineIdentityUserEntitlementResponseEntitlementV2025}
24807
+ * @memberof MachineIdentityUserEntitlementResponseV2025
24808
+ */
24809
+ 'entitlement'?: MachineIdentityUserEntitlementResponseEntitlementV2025;
24810
+ /**
24811
+ * Creation date of the Object
24812
+ * @type {string}
24813
+ * @memberof MachineIdentityUserEntitlementResponseV2025
24814
+ */
24815
+ 'created'?: string;
24816
+ }
23261
24817
  /**
23262
24818
  *
23263
24819
  * @export
@@ -23300,12 +24856,6 @@ export interface MachineIdentityV2025 {
23300
24856
  * @memberof MachineIdentityV2025
23301
24857
  */
23302
24858
  'description'?: string;
23303
- /**
23304
- * Indicates if the machine identity has been manually edited
23305
- * @type {boolean}
23306
- * @memberof MachineIdentityV2025
23307
- */
23308
- 'manuallyEdited'?: boolean;
23309
24859
  /**
23310
24860
  * A map of custom machine identity attributes
23311
24861
  * @type {object}
@@ -23324,6 +24874,24 @@ export interface MachineIdentityV2025 {
23324
24874
  * @memberof MachineIdentityV2025
23325
24875
  */
23326
24876
  'owners'?: MachineIdentityDtoOwnersV2025;
24877
+ /**
24878
+ * The source id associated to the machine identity
24879
+ * @type {string}
24880
+ * @memberof MachineIdentityV2025
24881
+ */
24882
+ 'sourceId'?: string;
24883
+ /**
24884
+ * The UUID associated to the machine identity directly aggregated from a source
24885
+ * @type {string}
24886
+ * @memberof MachineIdentityV2025
24887
+ */
24888
+ 'uuid'?: string;
24889
+ /**
24890
+ * The native identity associated to the machine identity directly aggregated from a source
24891
+ * @type {string}
24892
+ * @memberof MachineIdentityV2025
24893
+ */
24894
+ 'nativeIdentity'?: string;
23327
24895
  }
23328
24896
  /**
23329
24897
  * MAIL FROM attributes for a domain / identity
@@ -23387,6 +24955,258 @@ export declare const MailFromAttributesV2025MailFromDomainStatusV2025: {
23387
24955
  readonly Failed: "FAILED";
23388
24956
  };
23389
24957
  export type MailFromAttributesV2025MailFromDomainStatusV2025 = typeof MailFromAttributesV2025MailFromDomainStatusV2025[keyof typeof MailFromAttributesV2025MailFromDomainStatusV2025];
24958
+ /**
24959
+ * Health indicators grouped by category
24960
+ * @export
24961
+ * @interface ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025
24962
+ */
24963
+ export interface ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025 {
24964
+ /**
24965
+ *
24966
+ * @type {HealthIndicatorCategoryV2025}
24967
+ * @memberof ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025
24968
+ */
24969
+ 'container'?: HealthIndicatorCategoryV2025;
24970
+ /**
24971
+ *
24972
+ * @type {HealthIndicatorCategoryV2025}
24973
+ * @memberof ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025
24974
+ */
24975
+ 'memory'?: HealthIndicatorCategoryV2025;
24976
+ /**
24977
+ *
24978
+ * @type {HealthIndicatorCategoryV2025}
24979
+ * @memberof ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025
24980
+ */
24981
+ 'cpu'?: HealthIndicatorCategoryV2025;
24982
+ }
24983
+ /**
24984
+ * Health indicator details from the Managed Client
24985
+ * @export
24986
+ * @interface ManagedClientHealthIndicatorsBodyV2025
24987
+ */
24988
+ export interface ManagedClientHealthIndicatorsBodyV2025 {
24989
+ /**
24990
+ * Health indicator alert key
24991
+ * @type {string}
24992
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
24993
+ */
24994
+ 'alertKey'?: string | null;
24995
+ /**
24996
+ * Unique identifier for the health report
24997
+ * @type {string}
24998
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
24999
+ */
25000
+ 'id': string;
25001
+ /**
25002
+ * Cluster ID the health report belongs to
25003
+ * @type {string}
25004
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25005
+ */
25006
+ 'clusterId': string;
25007
+ /**
25008
+ * API user ID sending the health data
25009
+ * @type {string}
25010
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25011
+ */
25012
+ 'apiUser': string;
25013
+ /**
25014
+ * ETag value for CCG version control
25015
+ * @type {string}
25016
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25017
+ */
25018
+ 'ccg_etag'?: string | null;
25019
+ /**
25020
+ * PIN value for CCG validation
25021
+ * @type {string}
25022
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25023
+ */
25024
+ 'ccg_pin'?: string | null;
25025
+ /**
25026
+ * ETag for cookbook version
25027
+ * @type {string}
25028
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25029
+ */
25030
+ 'cookbook_etag'?: string | null;
25031
+ /**
25032
+ * Hostname of the Managed Client
25033
+ * @type {string}
25034
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25035
+ */
25036
+ 'hostname': string;
25037
+ /**
25038
+ * Internal IP address of the Managed Client
25039
+ * @type {string}
25040
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25041
+ */
25042
+ 'internal_ip'?: string;
25043
+ /**
25044
+ * Epoch timestamp (in millis) when last seen
25045
+ * @type {string}
25046
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25047
+ */
25048
+ 'lastSeen'?: string;
25049
+ /**
25050
+ * Seconds since last seen
25051
+ * @type {string}
25052
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25053
+ */
25054
+ 'sinceSeen'?: string;
25055
+ /**
25056
+ * Milliseconds since last seen
25057
+ * @type {string}
25058
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25059
+ */
25060
+ 'sinceSeenMillis'?: string;
25061
+ /**
25062
+ * Indicates if this is a local development instance
25063
+ * @type {boolean}
25064
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25065
+ */
25066
+ 'localDev'?: boolean;
25067
+ /**
25068
+ * Stacktrace associated with any error, if available
25069
+ * @type {string}
25070
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25071
+ */
25072
+ 'stacktrace'?: string | null;
25073
+ /**
25074
+ * Optional state value from the client
25075
+ * @type {string}
25076
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25077
+ */
25078
+ 'state'?: string | null;
25079
+ /**
25080
+ * Status of the client at the time of report
25081
+ * @type {string}
25082
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25083
+ */
25084
+ 'status': ManagedClientHealthIndicatorsBodyV2025StatusV2025;
25085
+ /**
25086
+ * Optional UUID from the client
25087
+ * @type {string}
25088
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25089
+ */
25090
+ 'uuid'?: string | null;
25091
+ /**
25092
+ * Product type (e.g., idn)
25093
+ * @type {string}
25094
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25095
+ */
25096
+ 'product': string;
25097
+ /**
25098
+ * VA version installed on the client
25099
+ * @type {string}
25100
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25101
+ */
25102
+ 'va_version'?: string | null;
25103
+ /**
25104
+ * Version of the platform on which VA is running
25105
+ * @type {string}
25106
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25107
+ */
25108
+ 'platform_version': string;
25109
+ /**
25110
+ * Operating system version
25111
+ * @type {string}
25112
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25113
+ */
25114
+ 'os_version': string;
25115
+ /**
25116
+ * Operating system type
25117
+ * @type {string}
25118
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25119
+ */
25120
+ 'os_type': string;
25121
+ /**
25122
+ * Virtualization platform used
25123
+ * @type {string}
25124
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25125
+ */
25126
+ 'hypervisor': string;
25127
+ /**
25128
+ * Consolidated health indicator status
25129
+ * @type {string}
25130
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25131
+ */
25132
+ 'consolidatedHealthIndicatorsStatus': ManagedClientHealthIndicatorsBodyV2025ConsolidatedHealthIndicatorsStatusV2025;
25133
+ /**
25134
+ * The last CCG version for which notification was sent
25135
+ * @type {string}
25136
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25137
+ */
25138
+ 'lastNotifiedCcgVersion'?: string;
25139
+ /**
25140
+ * Information about deployed processes
25141
+ * @type {string}
25142
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25143
+ */
25144
+ 'deployed_processes'?: string | null;
25145
+ /**
25146
+ *
25147
+ * @type {ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025}
25148
+ * @memberof ManagedClientHealthIndicatorsBodyV2025
25149
+ */
25150
+ 'health_indicators': ManagedClientHealthIndicatorsBodyHealthIndicatorsV2025;
25151
+ }
25152
+ export declare const ManagedClientHealthIndicatorsBodyV2025StatusV2025: {
25153
+ readonly Normal: "NORMAL";
25154
+ readonly Undefined: "UNDEFINED";
25155
+ readonly Warning: "WARNING";
25156
+ readonly Error: "ERROR";
25157
+ readonly Failed: "FAILED";
25158
+ };
25159
+ export type ManagedClientHealthIndicatorsBodyV2025StatusV2025 = typeof ManagedClientHealthIndicatorsBodyV2025StatusV2025[keyof typeof ManagedClientHealthIndicatorsBodyV2025StatusV2025];
25160
+ export declare const ManagedClientHealthIndicatorsBodyV2025ConsolidatedHealthIndicatorsStatusV2025: {
25161
+ readonly Normal: "NORMAL";
25162
+ readonly Warning: "WARNING";
25163
+ readonly Error: "ERROR";
25164
+ };
25165
+ export type ManagedClientHealthIndicatorsBodyV2025ConsolidatedHealthIndicatorsStatusV2025 = typeof ManagedClientHealthIndicatorsBodyV2025ConsolidatedHealthIndicatorsStatusV2025[keyof typeof ManagedClientHealthIndicatorsBodyV2025ConsolidatedHealthIndicatorsStatusV2025];
25166
+ /**
25167
+ * Health Indicators for a Managed Client
25168
+ * @export
25169
+ * @interface ManagedClientHealthIndicatorsV2025
25170
+ */
25171
+ export interface ManagedClientHealthIndicatorsV2025 {
25172
+ /**
25173
+ *
25174
+ * @type {ManagedClientHealthIndicatorsBodyV2025}
25175
+ * @memberof ManagedClientHealthIndicatorsV2025
25176
+ */
25177
+ 'body': ManagedClientHealthIndicatorsBodyV2025;
25178
+ /**
25179
+ * Top-level status of the Managed Client
25180
+ * @type {string}
25181
+ * @memberof ManagedClientHealthIndicatorsV2025
25182
+ */
25183
+ 'status': ManagedClientHealthIndicatorsV2025StatusV2025;
25184
+ /**
25185
+ * Type of the Managed Client
25186
+ * @type {string}
25187
+ * @memberof ManagedClientHealthIndicatorsV2025
25188
+ */
25189
+ 'type': ManagedClientHealthIndicatorsV2025TypeV2025;
25190
+ /**
25191
+ * Timestamp when this report was generated
25192
+ * @type {string}
25193
+ * @memberof ManagedClientHealthIndicatorsV2025
25194
+ */
25195
+ 'timestamp': string;
25196
+ }
25197
+ export declare const ManagedClientHealthIndicatorsV2025StatusV2025: {
25198
+ readonly Normal: "NORMAL";
25199
+ readonly Undefined: "UNDEFINED";
25200
+ readonly Warning: "WARNING";
25201
+ readonly Error: "ERROR";
25202
+ readonly Failed: "FAILED";
25203
+ };
25204
+ export type ManagedClientHealthIndicatorsV2025StatusV2025 = typeof ManagedClientHealthIndicatorsV2025StatusV2025[keyof typeof ManagedClientHealthIndicatorsV2025StatusV2025];
25205
+ export declare const ManagedClientHealthIndicatorsV2025TypeV2025: {
25206
+ readonly Va: "VA";
25207
+ readonly Ccg: "CCG";
25208
+ };
25209
+ export type ManagedClientHealthIndicatorsV2025TypeV2025 = typeof ManagedClientHealthIndicatorsV2025TypeV2025[keyof typeof ManagedClientHealthIndicatorsV2025TypeV2025];
23390
25210
  /**
23391
25211
  * Managed Client Request
23392
25212
  * @export
@@ -23653,6 +25473,24 @@ export interface ManagedClusterAttributesV2025 {
23653
25473
  */
23654
25474
  'keystore'?: string | null;
23655
25475
  }
25476
+ /**
25477
+ * Defines the encryption settings for a managed cluster, including the format used for storing and processing encrypted data.
25478
+ * @export
25479
+ * @interface ManagedClusterEncryptionConfigV2025
25480
+ */
25481
+ export interface ManagedClusterEncryptionConfigV2025 {
25482
+ /**
25483
+ * Specifies the format used for encrypted data, such as secrets. The format determines how the encrypted data is structured and processed.
25484
+ * @type {string}
25485
+ * @memberof ManagedClusterEncryptionConfigV2025
25486
+ */
25487
+ 'format'?: ManagedClusterEncryptionConfigV2025FormatV2025;
25488
+ }
25489
+ export declare const ManagedClusterEncryptionConfigV2025FormatV2025: {
25490
+ readonly V2: "V2";
25491
+ readonly V3: "V3";
25492
+ };
25493
+ export type ManagedClusterEncryptionConfigV2025FormatV2025 = typeof ManagedClusterEncryptionConfigV2025FormatV2025[keyof typeof ManagedClusterEncryptionConfigV2025FormatV2025];
23656
25494
  /**
23657
25495
  * Managed Cluster key pair for Cluster
23658
25496
  * @export
@@ -23877,7 +25715,7 @@ export interface ManagedClusterV2025 {
23877
25715
  */
23878
25716
  'ccgVersion': string;
23879
25717
  /**
23880
- * boolean flag indiacting whether or not the cluster configuration is pinned
25718
+ * boolean flag indicating whether or not the cluster configuration is pinned
23881
25719
  * @type {boolean}
23882
25720
  * @memberof ManagedClusterV2025
23883
25721
  */
@@ -23918,6 +25756,12 @@ export interface ManagedClusterV2025 {
23918
25756
  * @memberof ManagedClusterV2025
23919
25757
  */
23920
25758
  'publicKey'?: string | null;
25759
+ /**
25760
+ *
25761
+ * @type {ManagedClusterEncryptionConfigV2025}
25762
+ * @memberof ManagedClusterV2025
25763
+ */
25764
+ 'encryptionConfiguration'?: ManagedClusterEncryptionConfigV2025;
23921
25765
  /**
23922
25766
  * Key describing any immediate cluster alerts
23923
25767
  * @type {string}
@@ -24663,10 +26507,10 @@ export interface MultiHostIntegrationsCreateV2025 {
24663
26507
  'description': string;
24664
26508
  /**
24665
26509
  *
24666
- * @type {SourceOwnerV2025}
26510
+ * @type {MultiHostIntegrationsOwnerV2025}
24667
26511
  * @memberof MultiHostIntegrationsCreateV2025
24668
26512
  */
24669
- 'owner': SourceOwnerV2025;
26513
+ 'owner': MultiHostIntegrationsOwnerV2025;
24670
26514
  /**
24671
26515
  *
24672
26516
  * @type {SourceClusterV2025}
@@ -24706,6 +26550,35 @@ export interface MultiHostIntegrationsCreateV2025 {
24706
26550
  */
24707
26551
  'modified'?: string;
24708
26552
  }
26553
+ /**
26554
+ * Reference to identity object who owns the source.
26555
+ * @export
26556
+ * @interface MultiHostIntegrationsOwnerV2025
26557
+ */
26558
+ export interface MultiHostIntegrationsOwnerV2025 {
26559
+ /**
26560
+ * Type of object being referenced.
26561
+ * @type {string}
26562
+ * @memberof MultiHostIntegrationsOwnerV2025
26563
+ */
26564
+ 'type'?: MultiHostIntegrationsOwnerV2025TypeV2025;
26565
+ /**
26566
+ * Owner identity\'s ID.
26567
+ * @type {string}
26568
+ * @memberof MultiHostIntegrationsOwnerV2025
26569
+ */
26570
+ 'id'?: string;
26571
+ /**
26572
+ * Owner identity\'s human-readable display name.
26573
+ * @type {string}
26574
+ * @memberof MultiHostIntegrationsOwnerV2025
26575
+ */
26576
+ 'name'?: string;
26577
+ }
26578
+ export declare const MultiHostIntegrationsOwnerV2025TypeV2025: {
26579
+ readonly Identity: "IDENTITY";
26580
+ };
26581
+ export type MultiHostIntegrationsOwnerV2025TypeV2025 = typeof MultiHostIntegrationsOwnerV2025TypeV2025[keyof typeof MultiHostIntegrationsOwnerV2025TypeV2025];
24709
26582
  /**
24710
26583
  *
24711
26584
  * @export
@@ -24732,10 +26605,10 @@ export interface MultiHostIntegrationsV2025 {
24732
26605
  'description': string;
24733
26606
  /**
24734
26607
  *
24735
- * @type {SourceOwnerV2025}
26608
+ * @type {MultiHostIntegrationsOwnerV2025}
24736
26609
  * @memberof MultiHostIntegrationsV2025
24737
26610
  */
24738
- 'owner': SourceOwnerV2025;
26611
+ 'owner': MultiHostIntegrationsOwnerV2025;
24739
26612
  /**
24740
26613
  *
24741
26614
  * @type {SourceClusterV2025}
@@ -24985,10 +26858,10 @@ export interface MultiHostSourcesV2025 {
24985
26858
  'description'?: string;
24986
26859
  /**
24987
26860
  *
24988
- * @type {SourceOwnerV2025}
26861
+ * @type {MultiHostIntegrationsOwnerV2025}
24989
26862
  * @memberof MultiHostSourcesV2025
24990
26863
  */
24991
- 'owner': SourceOwnerV2025;
26864
+ 'owner': MultiHostIntegrationsOwnerV2025;
24992
26865
  /**
24993
26866
  *
24994
26867
  * @type {SourceClusterV2025}
@@ -39620,7 +41493,7 @@ export interface SourceV2025 {
39620
41493
  * @type {SourceOwnerV2025}
39621
41494
  * @memberof SourceV2025
39622
41495
  */
39623
- 'owner': SourceOwnerV2025;
41496
+ 'owner': SourceOwnerV2025 | null;
39624
41497
  /**
39625
41498
  *
39626
41499
  * @type {SourceClusterV2025}
@@ -40444,6 +42317,19 @@ export interface StartInvocationInputV2025 {
40444
42317
  */
40445
42318
  'contentJson'?: object;
40446
42319
  }
42320
+ /**
42321
+ *
42322
+ * @export
42323
+ * @interface StartLauncher200ResponseV2025
42324
+ */
42325
+ export interface StartLauncher200ResponseV2025 {
42326
+ /**
42327
+ * ID of the Interactive Process that was launched
42328
+ * @type {string}
42329
+ * @memberof StartLauncher200ResponseV2025
42330
+ */
42331
+ 'interactiveProcessId': string;
42332
+ }
40447
42333
  /**
40448
42334
  *
40449
42335
  * @export
@@ -40836,6 +42722,79 @@ export interface SubstringV2025 {
40836
42722
  [key: string]: any;
40837
42723
  };
40838
42724
  }
42725
+ /**
42726
+ * Tagged object\'s category.
42727
+ * @export
42728
+ * @interface TagTagCategoryRefsInnerV2025
42729
+ */
42730
+ export interface TagTagCategoryRefsInnerV2025 {
42731
+ /**
42732
+ * DTO type of the tagged object\'s category.
42733
+ * @type {string}
42734
+ * @memberof TagTagCategoryRefsInnerV2025
42735
+ */
42736
+ 'type'?: TagTagCategoryRefsInnerV2025TypeV2025;
42737
+ /**
42738
+ * Tagged object\'s ID.
42739
+ * @type {string}
42740
+ * @memberof TagTagCategoryRefsInnerV2025
42741
+ */
42742
+ 'id'?: string;
42743
+ /**
42744
+ * Tagged object\'s display name.
42745
+ * @type {string}
42746
+ * @memberof TagTagCategoryRefsInnerV2025
42747
+ */
42748
+ 'name'?: string;
42749
+ }
42750
+ export declare const TagTagCategoryRefsInnerV2025TypeV2025: {
42751
+ readonly AccessProfile: "ACCESS_PROFILE";
42752
+ readonly Application: "APPLICATION";
42753
+ readonly Campaign: "CAMPAIGN";
42754
+ readonly Entitlement: "ENTITLEMENT";
42755
+ readonly Identity: "IDENTITY";
42756
+ readonly Role: "ROLE";
42757
+ readonly SodPolicy: "SOD_POLICY";
42758
+ readonly Source: "SOURCE";
42759
+ };
42760
+ export type TagTagCategoryRefsInnerV2025TypeV2025 = typeof TagTagCategoryRefsInnerV2025TypeV2025[keyof typeof TagTagCategoryRefsInnerV2025TypeV2025];
42761
+ /**
42762
+ *
42763
+ * @export
42764
+ * @interface TagV2025
42765
+ */
42766
+ export interface TagV2025 {
42767
+ /**
42768
+ * Tag id
42769
+ * @type {string}
42770
+ * @memberof TagV2025
42771
+ */
42772
+ 'id': string;
42773
+ /**
42774
+ * Name of the tag.
42775
+ * @type {string}
42776
+ * @memberof TagV2025
42777
+ */
42778
+ 'name': string;
42779
+ /**
42780
+ * Date the tag was created.
42781
+ * @type {string}
42782
+ * @memberof TagV2025
42783
+ */
42784
+ 'created': string;
42785
+ /**
42786
+ * Date the tag was last modified.
42787
+ * @type {string}
42788
+ * @memberof TagV2025
42789
+ */
42790
+ 'modified': string;
42791
+ /**
42792
+ *
42793
+ * @type {Array<TagTagCategoryRefsInnerV2025>}
42794
+ * @memberof TagV2025
42795
+ */
42796
+ 'tagCategoryRefs': Array<TagTagCategoryRefsInnerV2025>;
42797
+ }
40839
42798
  /**
40840
42799
  *
40841
42800
  * @export
@@ -44082,6 +46041,31 @@ export declare const WorkflowExecutionEventV2025TypeV2025: {
44082
46041
  readonly ChildWorkflowExecutionFailed: "ChildWorkflowExecutionFailed";
44083
46042
  };
44084
46043
  export type WorkflowExecutionEventV2025TypeV2025 = typeof WorkflowExecutionEventV2025TypeV2025[keyof typeof WorkflowExecutionEventV2025TypeV2025];
46044
+ /**
46045
+ *
46046
+ * @export
46047
+ * @interface WorkflowExecutionHistoryV2025
46048
+ */
46049
+ export interface WorkflowExecutionHistoryV2025 {
46050
+ /**
46051
+ * The workflow definition for the workflow execution
46052
+ * @type {object}
46053
+ * @memberof WorkflowExecutionHistoryV2025
46054
+ */
46055
+ 'definition'?: object;
46056
+ /**
46057
+ * List of workflow execution events for the given workflow execution
46058
+ * @type {object}
46059
+ * @memberof WorkflowExecutionHistoryV2025
46060
+ */
46061
+ 'history'?: object;
46062
+ /**
46063
+ * The trigger that initiated the workflow execution
46064
+ * @type {object}
46065
+ * @memberof WorkflowExecutionHistoryV2025
46066
+ */
46067
+ 'trigger'?: object;
46068
+ }
44085
46069
  /**
44086
46070
  *
44087
46071
  * @export
@@ -44594,7 +46578,7 @@ export interface WorkflowTriggerV2025 {
44594
46578
  */
44595
46579
  'type': WorkflowTriggerV2025TypeV2025;
44596
46580
  /**
44597
- *
46581
+ * The trigger display name
44598
46582
  * @type {string}
44599
46583
  * @memberof WorkflowTriggerV2025
44600
46584
  */
@@ -46519,6 +48503,7 @@ export declare const AccessRequestsV2025ApiAxiosParamCreator: (configuration?: C
46519
48503
  /**
46520
48504
  * Use this API to get access request statuses of all the access requests in the org based on the specified query parameters. Any user with user level ORG_ADMIN or scope idn:access-request-administration:read can access this endpoint to get the access request statuses
46521
48505
  * @summary Access request status for administrators
48506
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46522
48507
  * @param {string} [requestedFor] Filter the results by the identity the requests were made for. *me* indicates the current user. Mutually exclusive with *regarding-identity*.
46523
48508
  * @param {string} [requestedBy] Filter the results by the identity who made the requests. *me* indicates the current user. Mutually exclusive with *regarding-identity*.
46524
48509
  * @param {string} [regardingIdentity] Filter the results by the specified identity who is either the requester or target of the requests. *me* indicates the current user. Mutually exclusive with *requested-for* and *requested-by*.
@@ -46532,15 +48517,16 @@ export declare const AccessRequestsV2025ApiAxiosParamCreator: (configuration?: C
46532
48517
  * @param {*} [axiosOptions] Override http request option.
46533
48518
  * @throws {RequiredError}
46534
48519
  */
46535
- listAdministratorsAccessRequestStatus: (requestedFor?: string, requestedBy?: string, regardingIdentity?: string, assignedTo?: string, count?: boolean, limit?: number, offset?: number, filters?: string, sorters?: string, requestState?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48520
+ listAdministratorsAccessRequestStatus: (xSailPointExperimental: string, requestedFor?: string, requestedBy?: string, regardingIdentity?: string, assignedTo?: string, count?: boolean, limit?: number, offset?: number, filters?: string, sorters?: string, requestState?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
46536
48521
  /**
46537
48522
  * Use this API to fetch account information for an identity against the items in an access request. Used to fetch accountSelection for the AccessRequest prior to submitting for async processing.
46538
48523
  * @summary Get accounts selections for identity
46539
48524
  * @param {AccountsSelectionRequestV2025} accountsSelectionRequestV2025
48525
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46540
48526
  * @param {*} [axiosOptions] Override http request option.
46541
48527
  * @throws {RequiredError}
46542
48528
  */
46543
- loadAccountSelections: (accountsSelectionRequestV2025: AccountsSelectionRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48529
+ loadAccountSelections: (accountsSelectionRequestV2025: AccountsSelectionRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
46544
48530
  /**
46545
48531
  * This endpoint replaces the current access-request configuration.
46546
48532
  * @summary Update access request configuration
@@ -46632,6 +48618,7 @@ export declare const AccessRequestsV2025ApiFp: (configuration?: Configuration) =
46632
48618
  /**
46633
48619
  * Use this API to get access request statuses of all the access requests in the org based on the specified query parameters. Any user with user level ORG_ADMIN or scope idn:access-request-administration:read can access this endpoint to get the access request statuses
46634
48620
  * @summary Access request status for administrators
48621
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46635
48622
  * @param {string} [requestedFor] Filter the results by the identity the requests were made for. *me* indicates the current user. Mutually exclusive with *regarding-identity*.
46636
48623
  * @param {string} [requestedBy] Filter the results by the identity who made the requests. *me* indicates the current user. Mutually exclusive with *regarding-identity*.
46637
48624
  * @param {string} [regardingIdentity] Filter the results by the specified identity who is either the requester or target of the requests. *me* indicates the current user. Mutually exclusive with *requested-for* and *requested-by*.
@@ -46645,15 +48632,16 @@ export declare const AccessRequestsV2025ApiFp: (configuration?: Configuration) =
46645
48632
  * @param {*} [axiosOptions] Override http request option.
46646
48633
  * @throws {RequiredError}
46647
48634
  */
46648
- listAdministratorsAccessRequestStatus(requestedFor?: string, requestedBy?: string, regardingIdentity?: string, assignedTo?: string, count?: boolean, limit?: number, offset?: number, filters?: string, sorters?: string, requestState?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestAdminItemStatusV2025>>>;
48635
+ listAdministratorsAccessRequestStatus(xSailPointExperimental: string, requestedFor?: string, requestedBy?: string, regardingIdentity?: string, assignedTo?: string, count?: boolean, limit?: number, offset?: number, filters?: string, sorters?: string, requestState?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessRequestAdminItemStatusV2025>>>;
46649
48636
  /**
46650
48637
  * Use this API to fetch account information for an identity against the items in an access request. Used to fetch accountSelection for the AccessRequest prior to submitting for async processing.
46651
48638
  * @summary Get accounts selections for identity
46652
48639
  * @param {AccountsSelectionRequestV2025} accountsSelectionRequestV2025
48640
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46653
48641
  * @param {*} [axiosOptions] Override http request option.
46654
48642
  * @throws {RequiredError}
46655
48643
  */
46656
- loadAccountSelections(accountsSelectionRequestV2025: AccountsSelectionRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountsSelectionResponseV2025>>;
48644
+ loadAccountSelections(accountsSelectionRequestV2025: AccountsSelectionRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountsSelectionResponseV2025>>;
46657
48645
  /**
46658
48646
  * This endpoint replaces the current access-request configuration.
46659
48647
  * @summary Update access request configuration
@@ -46738,7 +48726,7 @@ export declare const AccessRequestsV2025ApiFactory: (configuration?: Configurati
46738
48726
  * @param {*} [axiosOptions] Override http request option.
46739
48727
  * @throws {RequiredError}
46740
48728
  */
46741
- listAdministratorsAccessRequestStatus(requestParameters?: AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestAdminItemStatusV2025>>;
48729
+ listAdministratorsAccessRequestStatus(requestParameters: AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessRequestAdminItemStatusV2025>>;
46742
48730
  /**
46743
48731
  * Use this API to fetch account information for an identity against the items in an access request. Used to fetch accountSelection for the AccessRequest prior to submitting for async processing.
46744
48732
  * @summary Get accounts selections for identity
@@ -46919,6 +48907,12 @@ export interface AccessRequestsV2025ApiListAccessRequestStatusRequest {
46919
48907
  * @interface AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest
46920
48908
  */
46921
48909
  export interface AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest {
48910
+ /**
48911
+ * Use this header to enable this experimental API.
48912
+ * @type {string}
48913
+ * @memberof AccessRequestsV2025ApiListAdministratorsAccessRequestStatus
48914
+ */
48915
+ readonly xSailPointExperimental: string;
46922
48916
  /**
46923
48917
  * Filter the results by the identity the requests were made for. *me* indicates the current user. Mutually exclusive with *regarding-identity*.
46924
48918
  * @type {string}
@@ -46992,6 +48986,12 @@ export interface AccessRequestsV2025ApiLoadAccountSelectionsRequest {
46992
48986
  * @memberof AccessRequestsV2025ApiLoadAccountSelections
46993
48987
  */
46994
48988
  readonly accountsSelectionRequestV2025: AccountsSelectionRequestV2025;
48989
+ /**
48990
+ * Use this header to enable this experimental API.
48991
+ * @type {string}
48992
+ * @memberof AccessRequestsV2025ApiLoadAccountSelections
48993
+ */
48994
+ readonly xSailPointExperimental?: string;
46995
48995
  }
46996
48996
  /**
46997
48997
  * Request parameters for setAccessRequestConfig operation in AccessRequestsV2025Api.
@@ -47092,7 +49092,7 @@ export declare class AccessRequestsV2025Api extends BaseAPI {
47092
49092
  * @throws {RequiredError}
47093
49093
  * @memberof AccessRequestsV2025Api
47094
49094
  */
47095
- listAdministratorsAccessRequestStatus(requestParameters?: AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestAdminItemStatusV2025[], any>>;
49095
+ listAdministratorsAccessRequestStatus(requestParameters: AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessRequestAdminItemStatusV2025[], any>>;
47096
49096
  /**
47097
49097
  * Use this API to fetch account information for an identity against the items in an access request. Used to fetch accountSelection for the AccessRequest prior to submitting for async processing.
47098
49098
  * @summary Get accounts selections for identity
@@ -48529,7 +50529,16 @@ export type GetDiscoveredApplicationsDetailV2025 = typeof GetDiscoveredApplicati
48529
50529
  */
48530
50530
  export declare const ApprovalsV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
48531
50531
  /**
48532
- * Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
50532
+ * Currently this endpoint only supports Entitlement Description Approvals. Approves a specified approval request on behalf of the caller. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. The approval request must be in a state that allows it to be approved. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50533
+ * @summary Post Approvals Approve
50534
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to approve
50535
+ * @param {ApprovalApproveRequestV2025} [approvalApproveRequestV2025]
50536
+ * @param {*} [axiosOptions] Override http request option.
50537
+ * @throws {RequiredError}
50538
+ */
50539
+ approveApproval: (id: string, approvalApproveRequestV2025?: ApprovalApproveRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50540
+ /**
50541
+ * Currently this endpoint only supports Entitlement Description Approvals. Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
48533
50542
  * @summary Get an approval
48534
50543
  * @param {string} id ID of the approval that is to be returned
48535
50544
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -48538,16 +50547,61 @@ export declare const ApprovalsV2025ApiAxiosParamCreator: (configuration?: Config
48538
50547
  */
48539
50548
  getApproval: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48540
50549
  /**
48541
- * Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. Absence of all query parameters will will default to mine=true.
50550
+ * Currently this endpoint only supports Entitlement Description Approvals. Get a list of approvals. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. Absence of all query parameters for non admins will will default to mine=true. Absence of all query parameters for admins will return all approvals in the org.
48542
50551
  * @summary Get approvals
48543
- * @param {boolean} [mine] Returns the list of approvals for the current caller
48544
- * @param {string} [requesterId] Returns the list of approvals for a given requester ID
48545
- * @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: **status**: *eq* **referenceType**: *eq*
48546
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
50552
+ * @param {boolean} [mine] Returns the list of approvals for the current caller.
50553
+ * @param {string} [requesterId] Returns the list of approvals for a given requester ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50554
+ * @param {string} [requesteeId] Returns the list of approvals for a given requesteeId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50555
+ * @param {string} [approverId] Returns the list of approvals for a given approverId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50556
+ * @param {boolean} [count] Adds X-Total-Count to the header to give the amount of total approvals returned from the query.
50557
+ * @param {boolean} [countOnly] Adds X-Total-Count to the header to give the amount of total approvals returned from the query. Only returns the count and no approval objects.
50558
+ * @param {boolean} [includeComments] If set to true in the query, the approval requests returned will include comments.
50559
+ * @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
50560
+ * @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
50561
+ * @param {boolean} [includeBatchInfo2] If set to true in the query, the approval requests returned will include batch information.
50562
+ * @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: **status**: *eq* **referenceType**: *eq* **name**: *eq* **priority**: *eq* **type**: *eq* **medium**: *eq* **description**: *eq* **batchId**: *eq* **approvalId**: *eq* **tenantId**: *eq* **createdDate**: *eq* **dueDate**: *eq* **completedDate**: *eq* **search**: *eq* **referenceId**: *eq* **referenceName**: *eq* **requestedTargetType**: *eq* **requestedTargetRequestType**: *eq* **requestedTargetId**: *eq* **modifiedDate**: *eq* **requesterId**: *eq* **requesteeId**: *eq* **approverId**: *eq*
50563
+ * @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.
50564
+ * @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.
50565
+ * @param {*} [axiosOptions] Override http request option.
50566
+ * @throws {RequiredError}
50567
+ */
50568
+ getApprovals: (mine?: boolean, requesterId?: string, requesteeId?: string, approverId?: string, count?: boolean, countOnly?: boolean, includeComments?: boolean, includeApprovers?: boolean, includeBatchInfo?: boolean, includeBatchInfo2?: boolean, filters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50569
+ /**
50570
+ * Currently this endpoint only supports Entitlement Description Approvals. Rejects a specified approval request on behalf of the caller. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50571
+ * @summary Post Approvals Reject
50572
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to reject.
50573
+ * @param {ApprovalRejectRequestV2025} [approvalRejectRequestV2025]
50574
+ * @param {*} [axiosOptions] Override http request option.
50575
+ * @throws {RequiredError}
50576
+ */
50577
+ rejectApproval: (id: string, approvalRejectRequestV2025?: ApprovalRejectRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50578
+ /**
50579
+ * Currently this endpoint only supports Entitlement Description Approvals. Allows for the edit/addition/removal of the key/value pair additional attributes map for an existing approval request.
50580
+ * @summary Post Approvals Attributes
50581
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to change the attributes of.
50582
+ * @param {ApprovalAttributesRequestV2025} approvalAttributesRequestV2025
50583
+ * @param {*} [axiosOptions] Override http request option.
50584
+ * @throws {RequiredError}
50585
+ */
50586
+ updateApprovalsAttributes: (id: string, approvalAttributesRequestV2025: ApprovalAttributesRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50587
+ /**
50588
+ * Currently this endpoint only supports Entitlement Description Approvals. Adds comments to a specified approval request.
50589
+ * @summary Post Approvals Comments
50590
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to add a comment to.
50591
+ * @param {ApprovalCommentsRequestV2025} approvalCommentsRequestV2025
50592
+ * @param {*} [axiosOptions] Override http request option.
50593
+ * @throws {RequiredError}
50594
+ */
50595
+ updateApprovalsComments: (id: string, approvalCommentsRequestV2025: ApprovalCommentsRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50596
+ /**
50597
+ * Currently this endpoint only supports Entitlement Description Approvals. Reassigns an approval request to another identity resulting in that identity being added as an authorized approver.
50598
+ * @summary Post Approvals Reassign
50599
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to reassign.
50600
+ * @param {ApprovalReassignRequestV2025} approvalReassignRequestV2025
48547
50601
  * @param {*} [axiosOptions] Override http request option.
48548
50602
  * @throws {RequiredError}
48549
50603
  */
48550
- getApprovals: (mine?: boolean, requesterId?: string, filters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50604
+ updateApprovalsReassign: (id: string, approvalReassignRequestV2025: ApprovalReassignRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
48551
50605
  };
48552
50606
  /**
48553
50607
  * ApprovalsV2025Api - functional programming interface
@@ -48555,7 +50609,16 @@ export declare const ApprovalsV2025ApiAxiosParamCreator: (configuration?: Config
48555
50609
  */
48556
50610
  export declare const ApprovalsV2025ApiFp: (configuration?: Configuration) => {
48557
50611
  /**
48558
- * Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
50612
+ * Currently this endpoint only supports Entitlement Description Approvals. Approves a specified approval request on behalf of the caller. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. The approval request must be in a state that allows it to be approved. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50613
+ * @summary Post Approvals Approve
50614
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to approve
50615
+ * @param {ApprovalApproveRequestV2025} [approvalApproveRequestV2025]
50616
+ * @param {*} [axiosOptions] Override http request option.
50617
+ * @throws {RequiredError}
50618
+ */
50619
+ approveApproval(id: string, approvalApproveRequestV2025?: ApprovalApproveRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApprovalV2025>>;
50620
+ /**
50621
+ * Currently this endpoint only supports Entitlement Description Approvals. Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
48559
50622
  * @summary Get an approval
48560
50623
  * @param {string} id ID of the approval that is to be returned
48561
50624
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -48564,16 +50627,61 @@ export declare const ApprovalsV2025ApiFp: (configuration?: Configuration) => {
48564
50627
  */
48565
50628
  getApproval(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApprovalV2025>>;
48566
50629
  /**
48567
- * Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. Absence of all query parameters will will default to mine=true.
50630
+ * Currently this endpoint only supports Entitlement Description Approvals. Get a list of approvals. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. Absence of all query parameters for non admins will will default to mine=true. Absence of all query parameters for admins will return all approvals in the org.
48568
50631
  * @summary Get approvals
48569
- * @param {boolean} [mine] Returns the list of approvals for the current caller
48570
- * @param {string} [requesterId] Returns the list of approvals for a given requester ID
48571
- * @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: **status**: *eq* **referenceType**: *eq*
48572
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
50632
+ * @param {boolean} [mine] Returns the list of approvals for the current caller.
50633
+ * @param {string} [requesterId] Returns the list of approvals for a given requester ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50634
+ * @param {string} [requesteeId] Returns the list of approvals for a given requesteeId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50635
+ * @param {string} [approverId] Returns the list of approvals for a given approverId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
50636
+ * @param {boolean} [count] Adds X-Total-Count to the header to give the amount of total approvals returned from the query.
50637
+ * @param {boolean} [countOnly] Adds X-Total-Count to the header to give the amount of total approvals returned from the query. Only returns the count and no approval objects.
50638
+ * @param {boolean} [includeComments] If set to true in the query, the approval requests returned will include comments.
50639
+ * @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
50640
+ * @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
50641
+ * @param {boolean} [includeBatchInfo2] If set to true in the query, the approval requests returned will include batch information.
50642
+ * @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: **status**: *eq* **referenceType**: *eq* **name**: *eq* **priority**: *eq* **type**: *eq* **medium**: *eq* **description**: *eq* **batchId**: *eq* **approvalId**: *eq* **tenantId**: *eq* **createdDate**: *eq* **dueDate**: *eq* **completedDate**: *eq* **search**: *eq* **referenceId**: *eq* **referenceName**: *eq* **requestedTargetType**: *eq* **requestedTargetRequestType**: *eq* **requestedTargetId**: *eq* **modifiedDate**: *eq* **requesterId**: *eq* **requesteeId**: *eq* **approverId**: *eq*
50643
+ * @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.
50644
+ * @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.
48573
50645
  * @param {*} [axiosOptions] Override http request option.
48574
50646
  * @throws {RequiredError}
48575
50647
  */
48576
- getApprovals(mine?: boolean, requesterId?: string, filters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApprovalV2025>>>;
50648
+ getApprovals(mine?: boolean, requesterId?: string, requesteeId?: string, approverId?: string, count?: boolean, countOnly?: boolean, includeComments?: boolean, includeApprovers?: boolean, includeBatchInfo?: boolean, includeBatchInfo2?: boolean, filters?: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApprovalV2025>>>;
50649
+ /**
50650
+ * Currently this endpoint only supports Entitlement Description Approvals. Rejects a specified approval request on behalf of the caller. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50651
+ * @summary Post Approvals Reject
50652
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to reject.
50653
+ * @param {ApprovalRejectRequestV2025} [approvalRejectRequestV2025]
50654
+ * @param {*} [axiosOptions] Override http request option.
50655
+ * @throws {RequiredError}
50656
+ */
50657
+ rejectApproval(id: string, approvalRejectRequestV2025?: ApprovalRejectRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
50658
+ /**
50659
+ * Currently this endpoint only supports Entitlement Description Approvals. Allows for the edit/addition/removal of the key/value pair additional attributes map for an existing approval request.
50660
+ * @summary Post Approvals Attributes
50661
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to change the attributes of.
50662
+ * @param {ApprovalAttributesRequestV2025} approvalAttributesRequestV2025
50663
+ * @param {*} [axiosOptions] Override http request option.
50664
+ * @throws {RequiredError}
50665
+ */
50666
+ updateApprovalsAttributes(id: string, approvalAttributesRequestV2025: ApprovalAttributesRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApprovalV2025>>;
50667
+ /**
50668
+ * Currently this endpoint only supports Entitlement Description Approvals. Adds comments to a specified approval request.
50669
+ * @summary Post Approvals Comments
50670
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to add a comment to.
50671
+ * @param {ApprovalCommentsRequestV2025} approvalCommentsRequestV2025
50672
+ * @param {*} [axiosOptions] Override http request option.
50673
+ * @throws {RequiredError}
50674
+ */
50675
+ updateApprovalsComments(id: string, approvalCommentsRequestV2025: ApprovalCommentsRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApprovalV2025>>;
50676
+ /**
50677
+ * Currently this endpoint only supports Entitlement Description Approvals. Reassigns an approval request to another identity resulting in that identity being added as an authorized approver.
50678
+ * @summary Post Approvals Reassign
50679
+ * @param {string} id Approval ID that correlates to an existing approval request that a user wants to reassign.
50680
+ * @param {ApprovalReassignRequestV2025} approvalReassignRequestV2025
50681
+ * @param {*} [axiosOptions] Override http request option.
50682
+ * @throws {RequiredError}
50683
+ */
50684
+ updateApprovalsReassign(id: string, approvalReassignRequestV2025: ApprovalReassignRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
48577
50685
  };
48578
50686
  /**
48579
50687
  * ApprovalsV2025Api - factory interface
@@ -48581,7 +50689,15 @@ export declare const ApprovalsV2025ApiFp: (configuration?: Configuration) => {
48581
50689
  */
48582
50690
  export declare const ApprovalsV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
48583
50691
  /**
48584
- * Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
50692
+ * Currently this endpoint only supports Entitlement Description Approvals. Approves a specified approval request on behalf of the caller. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. The approval request must be in a state that allows it to be approved. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50693
+ * @summary Post Approvals Approve
50694
+ * @param {ApprovalsV2025ApiApproveApprovalRequest} requestParameters Request parameters.
50695
+ * @param {*} [axiosOptions] Override http request option.
50696
+ * @throws {RequiredError}
50697
+ */
50698
+ approveApproval(requestParameters: ApprovalsV2025ApiApproveApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ApprovalV2025>;
50699
+ /**
50700
+ * Currently this endpoint only supports Entitlement Description Approvals. Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
48585
50701
  * @summary Get an approval
48586
50702
  * @param {ApprovalsV2025ApiGetApprovalRequest} requestParameters Request parameters.
48587
50703
  * @param {*} [axiosOptions] Override http request option.
@@ -48589,14 +50705,65 @@ export declare const ApprovalsV2025ApiFactory: (configuration?: Configuration, b
48589
50705
  */
48590
50706
  getApproval(requestParameters: ApprovalsV2025ApiGetApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ApprovalV2025>;
48591
50707
  /**
48592
- * Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. Absence of all query parameters will will default to mine=true.
50708
+ * Currently this endpoint only supports Entitlement Description Approvals. Get a list of approvals. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. Absence of all query parameters for non admins will will default to mine=true. Absence of all query parameters for admins will return all approvals in the org.
48593
50709
  * @summary Get approvals
48594
50710
  * @param {ApprovalsV2025ApiGetApprovalsRequest} requestParameters Request parameters.
48595
50711
  * @param {*} [axiosOptions] Override http request option.
48596
50712
  * @throws {RequiredError}
48597
50713
  */
48598
50714
  getApprovals(requestParameters?: ApprovalsV2025ApiGetApprovalsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<ApprovalV2025>>;
50715
+ /**
50716
+ * Currently this endpoint only supports Entitlement Description Approvals. Rejects a specified approval request on behalf of the caller. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50717
+ * @summary Post Approvals Reject
50718
+ * @param {ApprovalsV2025ApiRejectApprovalRequest} requestParameters Request parameters.
50719
+ * @param {*} [axiosOptions] Override http request option.
50720
+ * @throws {RequiredError}
50721
+ */
50722
+ rejectApproval(requestParameters: ApprovalsV2025ApiRejectApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
50723
+ /**
50724
+ * Currently this endpoint only supports Entitlement Description Approvals. Allows for the edit/addition/removal of the key/value pair additional attributes map for an existing approval request.
50725
+ * @summary Post Approvals Attributes
50726
+ * @param {ApprovalsV2025ApiUpdateApprovalsAttributesRequest} requestParameters Request parameters.
50727
+ * @param {*} [axiosOptions] Override http request option.
50728
+ * @throws {RequiredError}
50729
+ */
50730
+ updateApprovalsAttributes(requestParameters: ApprovalsV2025ApiUpdateApprovalsAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ApprovalV2025>;
50731
+ /**
50732
+ * Currently this endpoint only supports Entitlement Description Approvals. Adds comments to a specified approval request.
50733
+ * @summary Post Approvals Comments
50734
+ * @param {ApprovalsV2025ApiUpdateApprovalsCommentsRequest} requestParameters Request parameters.
50735
+ * @param {*} [axiosOptions] Override http request option.
50736
+ * @throws {RequiredError}
50737
+ */
50738
+ updateApprovalsComments(requestParameters: ApprovalsV2025ApiUpdateApprovalsCommentsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ApprovalV2025>;
50739
+ /**
50740
+ * Currently this endpoint only supports Entitlement Description Approvals. Reassigns an approval request to another identity resulting in that identity being added as an authorized approver.
50741
+ * @summary Post Approvals Reassign
50742
+ * @param {ApprovalsV2025ApiUpdateApprovalsReassignRequest} requestParameters Request parameters.
50743
+ * @param {*} [axiosOptions] Override http request option.
50744
+ * @throws {RequiredError}
50745
+ */
50746
+ updateApprovalsReassign(requestParameters: ApprovalsV2025ApiUpdateApprovalsReassignRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
48599
50747
  };
50748
+ /**
50749
+ * Request parameters for approveApproval operation in ApprovalsV2025Api.
50750
+ * @export
50751
+ * @interface ApprovalsV2025ApiApproveApprovalRequest
50752
+ */
50753
+ export interface ApprovalsV2025ApiApproveApprovalRequest {
50754
+ /**
50755
+ * Approval ID that correlates to an existing approval request that a user wants to approve
50756
+ * @type {string}
50757
+ * @memberof ApprovalsV2025ApiApproveApproval
50758
+ */
50759
+ readonly id: string;
50760
+ /**
50761
+ *
50762
+ * @type {ApprovalApproveRequestV2025}
50763
+ * @memberof ApprovalsV2025ApiApproveApproval
50764
+ */
50765
+ readonly approvalApproveRequestV2025?: ApprovalApproveRequestV2025;
50766
+ }
48600
50767
  /**
48601
50768
  * Request parameters for getApproval operation in ApprovalsV2025Api.
48602
50769
  * @export
@@ -48623,29 +50790,159 @@ export interface ApprovalsV2025ApiGetApprovalRequest {
48623
50790
  */
48624
50791
  export interface ApprovalsV2025ApiGetApprovalsRequest {
48625
50792
  /**
48626
- * Returns the list of approvals for the current caller
50793
+ * Returns the list of approvals for the current caller.
48627
50794
  * @type {boolean}
48628
50795
  * @memberof ApprovalsV2025ApiGetApprovals
48629
50796
  */
48630
50797
  readonly mine?: boolean;
48631
50798
  /**
48632
- * Returns the list of approvals for a given requester ID
50799
+ * Returns the list of approvals for a given requester ID. Must match the calling user\&#39;s identity ID unless they are an admin.
48633
50800
  * @type {string}
48634
50801
  * @memberof ApprovalsV2025ApiGetApprovals
48635
50802
  */
48636
50803
  readonly requesterId?: string;
48637
50804
  /**
48638
- * 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: **status**: *eq* **referenceType**: *eq*
50805
+ * Returns the list of approvals for a given requesteeId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
48639
50806
  * @type {string}
48640
50807
  * @memberof ApprovalsV2025ApiGetApprovals
48641
50808
  */
48642
- readonly filters?: string;
50809
+ readonly requesteeId?: string;
48643
50810
  /**
48644
- * Use this header to enable this experimental API.
50811
+ * Returns the list of approvals for a given approverId ID. Must match the calling user\&#39;s identity ID unless they are an admin.
48645
50812
  * @type {string}
48646
50813
  * @memberof ApprovalsV2025ApiGetApprovals
48647
50814
  */
48648
- readonly xSailPointExperimental?: string;
50815
+ readonly approverId?: string;
50816
+ /**
50817
+ * Adds X-Total-Count to the header to give the amount of total approvals returned from the query.
50818
+ * @type {boolean}
50819
+ * @memberof ApprovalsV2025ApiGetApprovals
50820
+ */
50821
+ readonly count?: boolean;
50822
+ /**
50823
+ * Adds X-Total-Count to the header to give the amount of total approvals returned from the query. Only returns the count and no approval objects.
50824
+ * @type {boolean}
50825
+ * @memberof ApprovalsV2025ApiGetApprovals
50826
+ */
50827
+ readonly countOnly?: boolean;
50828
+ /**
50829
+ * If set to true in the query, the approval requests returned will include comments.
50830
+ * @type {boolean}
50831
+ * @memberof ApprovalsV2025ApiGetApprovals
50832
+ */
50833
+ readonly includeComments?: boolean;
50834
+ /**
50835
+ * If set to true in the query, the approval requests returned will include approvers.
50836
+ * @type {boolean}
50837
+ * @memberof ApprovalsV2025ApiGetApprovals
50838
+ */
50839
+ readonly includeApprovers?: boolean;
50840
+ /**
50841
+ * If set to true in the query, the approval requests returned will include batch information.
50842
+ * @type {boolean}
50843
+ * @memberof ApprovalsV2025ApiGetApprovals
50844
+ */
50845
+ readonly includeBatchInfo?: boolean;
50846
+ /**
50847
+ * If set to true in the query, the approval requests returned will include batch information.
50848
+ * @type {boolean}
50849
+ * @memberof ApprovalsV2025ApiGetApprovals
50850
+ */
50851
+ readonly includeBatchInfo2?: boolean;
50852
+ /**
50853
+ * 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: **status**: *eq* **referenceType**: *eq* **name**: *eq* **priority**: *eq* **type**: *eq* **medium**: *eq* **description**: *eq* **batchId**: *eq* **approvalId**: *eq* **tenantId**: *eq* **createdDate**: *eq* **dueDate**: *eq* **completedDate**: *eq* **search**: *eq* **referenceId**: *eq* **referenceName**: *eq* **requestedTargetType**: *eq* **requestedTargetRequestType**: *eq* **requestedTargetId**: *eq* **modifiedDate**: *eq* **requesterId**: *eq* **requesteeId**: *eq* **approverId**: *eq*
50854
+ * @type {string}
50855
+ * @memberof ApprovalsV2025ApiGetApprovals
50856
+ */
50857
+ readonly filters?: string;
50858
+ /**
50859
+ * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
50860
+ * @type {number}
50861
+ * @memberof ApprovalsV2025ApiGetApprovals
50862
+ */
50863
+ readonly limit?: number;
50864
+ /**
50865
+ * 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.
50866
+ * @type {number}
50867
+ * @memberof ApprovalsV2025ApiGetApprovals
50868
+ */
50869
+ readonly offset?: number;
50870
+ }
50871
+ /**
50872
+ * Request parameters for rejectApproval operation in ApprovalsV2025Api.
50873
+ * @export
50874
+ * @interface ApprovalsV2025ApiRejectApprovalRequest
50875
+ */
50876
+ export interface ApprovalsV2025ApiRejectApprovalRequest {
50877
+ /**
50878
+ * Approval ID that correlates to an existing approval request that a user wants to reject.
50879
+ * @type {string}
50880
+ * @memberof ApprovalsV2025ApiRejectApproval
50881
+ */
50882
+ readonly id: string;
50883
+ /**
50884
+ *
50885
+ * @type {ApprovalRejectRequestV2025}
50886
+ * @memberof ApprovalsV2025ApiRejectApproval
50887
+ */
50888
+ readonly approvalRejectRequestV2025?: ApprovalRejectRequestV2025;
50889
+ }
50890
+ /**
50891
+ * Request parameters for updateApprovalsAttributes operation in ApprovalsV2025Api.
50892
+ * @export
50893
+ * @interface ApprovalsV2025ApiUpdateApprovalsAttributesRequest
50894
+ */
50895
+ export interface ApprovalsV2025ApiUpdateApprovalsAttributesRequest {
50896
+ /**
50897
+ * Approval ID that correlates to an existing approval request that a user wants to change the attributes of.
50898
+ * @type {string}
50899
+ * @memberof ApprovalsV2025ApiUpdateApprovalsAttributes
50900
+ */
50901
+ readonly id: string;
50902
+ /**
50903
+ *
50904
+ * @type {ApprovalAttributesRequestV2025}
50905
+ * @memberof ApprovalsV2025ApiUpdateApprovalsAttributes
50906
+ */
50907
+ readonly approvalAttributesRequestV2025: ApprovalAttributesRequestV2025;
50908
+ }
50909
+ /**
50910
+ * Request parameters for updateApprovalsComments operation in ApprovalsV2025Api.
50911
+ * @export
50912
+ * @interface ApprovalsV2025ApiUpdateApprovalsCommentsRequest
50913
+ */
50914
+ export interface ApprovalsV2025ApiUpdateApprovalsCommentsRequest {
50915
+ /**
50916
+ * Approval ID that correlates to an existing approval request that a user wants to add a comment to.
50917
+ * @type {string}
50918
+ * @memberof ApprovalsV2025ApiUpdateApprovalsComments
50919
+ */
50920
+ readonly id: string;
50921
+ /**
50922
+ *
50923
+ * @type {ApprovalCommentsRequestV2025}
50924
+ * @memberof ApprovalsV2025ApiUpdateApprovalsComments
50925
+ */
50926
+ readonly approvalCommentsRequestV2025: ApprovalCommentsRequestV2025;
50927
+ }
50928
+ /**
50929
+ * Request parameters for updateApprovalsReassign operation in ApprovalsV2025Api.
50930
+ * @export
50931
+ * @interface ApprovalsV2025ApiUpdateApprovalsReassignRequest
50932
+ */
50933
+ export interface ApprovalsV2025ApiUpdateApprovalsReassignRequest {
50934
+ /**
50935
+ * Approval ID that correlates to an existing approval request that a user wants to reassign.
50936
+ * @type {string}
50937
+ * @memberof ApprovalsV2025ApiUpdateApprovalsReassign
50938
+ */
50939
+ readonly id: string;
50940
+ /**
50941
+ *
50942
+ * @type {ApprovalReassignRequestV2025}
50943
+ * @memberof ApprovalsV2025ApiUpdateApprovalsReassign
50944
+ */
50945
+ readonly approvalReassignRequestV2025: ApprovalReassignRequestV2025;
48649
50946
  }
48650
50947
  /**
48651
50948
  * ApprovalsV2025Api - object-oriented interface
@@ -48655,7 +50952,16 @@ export interface ApprovalsV2025ApiGetApprovalsRequest {
48655
50952
  */
48656
50953
  export declare class ApprovalsV2025Api extends BaseAPI {
48657
50954
  /**
48658
- * Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
50955
+ * Currently this endpoint only supports Entitlement Description Approvals. Approves a specified approval request on behalf of the caller. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. The approval request must be in a state that allows it to be approved. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50956
+ * @summary Post Approvals Approve
50957
+ * @param {ApprovalsV2025ApiApproveApprovalRequest} requestParameters Request parameters.
50958
+ * @param {*} [axiosOptions] Override http request option.
50959
+ * @throws {RequiredError}
50960
+ * @memberof ApprovalsV2025Api
50961
+ */
50962
+ approveApproval(requestParameters: ApprovalsV2025ApiApproveApprovalRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApprovalV2025, any>>;
50963
+ /**
50964
+ * Currently this endpoint only supports Entitlement Description Approvals. Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals.
48659
50965
  * @summary Get an approval
48660
50966
  * @param {ApprovalsV2025ApiGetApprovalRequest} requestParameters Request parameters.
48661
50967
  * @param {*} [axiosOptions] Override http request option.
@@ -48664,7 +50970,7 @@ export declare class ApprovalsV2025Api extends BaseAPI {
48664
50970
  */
48665
50971
  getApproval(requestParameters: ApprovalsV2025ApiGetApprovalRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApprovalV2025, any>>;
48666
50972
  /**
48667
- * Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. Absence of all query parameters will will default to mine=true.
50973
+ * Currently this endpoint only supports Entitlement Description Approvals. Get a list of approvals. This endpoint is for generic approvals, unlike the access-request-approval endpoint, and does not include access-request-approvals. Absence of all query parameters for non admins will will default to mine=true. Absence of all query parameters for admins will return all approvals in the org.
48668
50974
  * @summary Get approvals
48669
50975
  * @param {ApprovalsV2025ApiGetApprovalsRequest} requestParameters Request parameters.
48670
50976
  * @param {*} [axiosOptions] Override http request option.
@@ -48672,6 +50978,42 @@ export declare class ApprovalsV2025Api extends BaseAPI {
48672
50978
  * @memberof ApprovalsV2025Api
48673
50979
  */
48674
50980
  getApprovals(requestParameters?: ApprovalsV2025ApiGetApprovalsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApprovalV2025[], any>>;
50981
+ /**
50982
+ * Currently this endpoint only supports Entitlement Description Approvals. Rejects a specified approval request on behalf of the caller. If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
50983
+ * @summary Post Approvals Reject
50984
+ * @param {ApprovalsV2025ApiRejectApprovalRequest} requestParameters Request parameters.
50985
+ * @param {*} [axiosOptions] Override http request option.
50986
+ * @throws {RequiredError}
50987
+ * @memberof ApprovalsV2025Api
50988
+ */
50989
+ rejectApproval(requestParameters: ApprovalsV2025ApiRejectApprovalRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
50990
+ /**
50991
+ * Currently this endpoint only supports Entitlement Description Approvals. Allows for the edit/addition/removal of the key/value pair additional attributes map for an existing approval request.
50992
+ * @summary Post Approvals Attributes
50993
+ * @param {ApprovalsV2025ApiUpdateApprovalsAttributesRequest} requestParameters Request parameters.
50994
+ * @param {*} [axiosOptions] Override http request option.
50995
+ * @throws {RequiredError}
50996
+ * @memberof ApprovalsV2025Api
50997
+ */
50998
+ updateApprovalsAttributes(requestParameters: ApprovalsV2025ApiUpdateApprovalsAttributesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApprovalV2025, any>>;
50999
+ /**
51000
+ * Currently this endpoint only supports Entitlement Description Approvals. Adds comments to a specified approval request.
51001
+ * @summary Post Approvals Comments
51002
+ * @param {ApprovalsV2025ApiUpdateApprovalsCommentsRequest} requestParameters Request parameters.
51003
+ * @param {*} [axiosOptions] Override http request option.
51004
+ * @throws {RequiredError}
51005
+ * @memberof ApprovalsV2025Api
51006
+ */
51007
+ updateApprovalsComments(requestParameters: ApprovalsV2025ApiUpdateApprovalsCommentsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApprovalV2025, any>>;
51008
+ /**
51009
+ * Currently this endpoint only supports Entitlement Description Approvals. Reassigns an approval request to another identity resulting in that identity being added as an authorized approver.
51010
+ * @summary Post Approvals Reassign
51011
+ * @param {ApprovalsV2025ApiUpdateApprovalsReassignRequest} requestParameters Request parameters.
51012
+ * @param {*} [axiosOptions] Override http request option.
51013
+ * @throws {RequiredError}
51014
+ * @memberof ApprovalsV2025Api
51015
+ */
51016
+ updateApprovalsReassign(requestParameters: ApprovalsV2025ApiUpdateApprovalsReassignRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
48675
51017
  }
48676
51018
  /**
48677
51019
  * AppsV2025Api - axios parameter creator
@@ -64270,10 +66612,11 @@ export declare const IdentitiesV2025ApiAxiosParamCreator: (configuration?: Confi
64270
66612
  * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
64271
66613
  * @summary Invite identities to register
64272
66614
  * @param {InviteIdentitiesRequestV2025} inviteIdentitiesRequestV2025
66615
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
64273
66616
  * @param {*} [axiosOptions] Override http request option.
64274
66617
  * @throws {RequiredError}
64275
66618
  */
64276
- startIdentitiesInvite: (inviteIdentitiesRequestV2025: InviteIdentitiesRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
66619
+ startIdentitiesInvite: (inviteIdentitiesRequestV2025: InviteIdentitiesRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
64277
66620
  /**
64278
66621
  * This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant\'s timezone to keep your identities synchronized. This endpoint will perform the following tasks: 1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it\'s expected to change). 2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles. 3. Enforce provisioning for any assigned accesses that haven\'t been fulfilled (e.g. failure due to source health). 4. Recalculate manager relationships. 5. Potentially clean-up identity processing errors, assuming the error has been resolved.
64279
66622
  * @summary Process a list of identityids
@@ -64388,10 +66731,11 @@ export declare const IdentitiesV2025ApiFp: (configuration?: Configuration) => {
64388
66731
  * This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
64389
66732
  * @summary Invite identities to register
64390
66733
  * @param {InviteIdentitiesRequestV2025} inviteIdentitiesRequestV2025
66734
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
64391
66735
  * @param {*} [axiosOptions] Override http request option.
64392
66736
  * @throws {RequiredError}
64393
66737
  */
64394
- startIdentitiesInvite(inviteIdentitiesRequestV2025: InviteIdentitiesRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskStatusV2025>>;
66738
+ startIdentitiesInvite(inviteIdentitiesRequestV2025: InviteIdentitiesRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskStatusV2025>>;
64395
66739
  /**
64396
66740
  * This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant\'s timezone to keep your identities synchronized. This endpoint will perform the following tasks: 1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it\'s expected to change). 2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles. 3. Enforce provisioning for any assigned accesses that haven\'t been fulfilled (e.g. failure due to source health). 4. Recalculate manager relationships. 5. Potentially clean-up identity processing errors, assuming the error has been resolved.
64397
66741
  * @summary Process a list of identityids
@@ -64726,6 +67070,12 @@ export interface IdentitiesV2025ApiStartIdentitiesInviteRequest {
64726
67070
  * @memberof IdentitiesV2025ApiStartIdentitiesInvite
64727
67071
  */
64728
67072
  readonly inviteIdentitiesRequestV2025: InviteIdentitiesRequestV2025;
67073
+ /**
67074
+ * Use this header to enable this experimental API.
67075
+ * @type {string}
67076
+ * @memberof IdentitiesV2025ApiStartIdentitiesInvite
67077
+ */
67078
+ readonly xSailPointExperimental?: string;
64729
67079
  }
64730
67080
  /**
64731
67081
  * Request parameters for startIdentityProcessing operation in IdentitiesV2025Api.
@@ -66254,11 +68604,10 @@ export declare const IdentityProfilesV2025ApiAxiosParamCreator: (configuration?:
66254
68604
  * This generates a non-persisted IdentityDetails object that will represent as the preview of the identities attribute when the given policy\'\'s attribute config is applied.
66255
68605
  * @summary Generate identity profile preview
66256
68606
  * @param {IdentityPreviewRequestV2025} identityPreviewRequestV2025 Identity Preview request body.
66257
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66258
68607
  * @param {*} [axiosOptions] Override http request option.
66259
68608
  * @throws {RequiredError}
66260
68609
  */
66261
- generateIdentityPreview: (identityPreviewRequestV2025: IdentityPreviewRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68610
+ generateIdentityPreview: (identityPreviewRequestV2025: IdentityPreviewRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
66262
68611
  /**
66263
68612
  * This returns the default identity attribute config.
66264
68613
  * @summary Get default identity attribute config
@@ -66358,11 +68707,10 @@ export declare const IdentityProfilesV2025ApiFp: (configuration?: Configuration)
66358
68707
  * This generates a non-persisted IdentityDetails object that will represent as the preview of the identities attribute when the given policy\'\'s attribute config is applied.
66359
68708
  * @summary Generate identity profile preview
66360
68709
  * @param {IdentityPreviewRequestV2025} identityPreviewRequestV2025 Identity Preview request body.
66361
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66362
68710
  * @param {*} [axiosOptions] Override http request option.
66363
68711
  * @throws {RequiredError}
66364
68712
  */
66365
- generateIdentityPreview(identityPreviewRequestV2025: IdentityPreviewRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityPreviewResponseV2025>>;
68713
+ generateIdentityPreview(identityPreviewRequestV2025: IdentityPreviewRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityPreviewResponseV2025>>;
66366
68714
  /**
66367
68715
  * This returns the default identity attribute config.
66368
68716
  * @summary Get default identity attribute config
@@ -66599,12 +68947,6 @@ export interface IdentityProfilesV2025ApiGenerateIdentityPreviewRequest {
66599
68947
  * @memberof IdentityProfilesV2025ApiGenerateIdentityPreview
66600
68948
  */
66601
68949
  readonly identityPreviewRequestV2025: IdentityPreviewRequestV2025;
66602
- /**
66603
- * Use this header to enable this experimental API.
66604
- * @type {string}
66605
- * @memberof IdentityProfilesV2025ApiGenerateIdentityPreview
66606
- */
66607
- readonly xSailPointExperimental?: string;
66608
68950
  }
66609
68951
  /**
66610
68952
  * Request parameters for getDefaultIdentityAttributeConfig operation in IdentityProfilesV2025Api.
@@ -66821,6 +69163,332 @@ export declare class IdentityProfilesV2025Api extends BaseAPI {
66821
69163
  */
66822
69164
  updateIdentityProfile(requestParameters: IdentityProfilesV2025ApiUpdateIdentityProfileRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityProfileV2025, any>>;
66823
69165
  }
69166
+ /**
69167
+ * LaunchersV2025Api - axios parameter creator
69168
+ * @export
69169
+ */
69170
+ export declare const LaunchersV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
69171
+ /**
69172
+ * Create a Launcher with given information
69173
+ * @summary Create launcher
69174
+ * @param {LauncherRequestV2025} launcherRequestV2025 Payload to create a Launcher
69175
+ * @param {*} [axiosOptions] Override http request option.
69176
+ * @throws {RequiredError}
69177
+ */
69178
+ createLauncher: (launcherRequestV2025: LauncherRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69179
+ /**
69180
+ * Delete the given Launcher ID
69181
+ * @summary Delete launcher
69182
+ * @param {string} launcherID ID of the Launcher to be deleted
69183
+ * @param {*} [axiosOptions] Override http request option.
69184
+ * @throws {RequiredError}
69185
+ */
69186
+ deleteLauncher: (launcherID: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69187
+ /**
69188
+ * Get details for the given Launcher ID
69189
+ * @summary Get launcher by id
69190
+ * @param {string} launcherID ID of the Launcher to be retrieved
69191
+ * @param {*} [axiosOptions] Override http request option.
69192
+ * @throws {RequiredError}
69193
+ */
69194
+ getLauncher: (launcherID: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69195
+ /**
69196
+ * Return a list of Launchers for the authenticated tenant
69197
+ * @summary List all launchers for tenant
69198
+ * @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: **description**: *sw* **disabled**: *eq* **name**: *sw*
69199
+ * @param {string} [next] Pagination marker
69200
+ * @param {number} [limit] Number of Launchers to return
69201
+ * @param {*} [axiosOptions] Override http request option.
69202
+ * @throws {RequiredError}
69203
+ */
69204
+ getLaunchers: (filters?: string, next?: string, limit?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69205
+ /**
69206
+ * Replace the given Launcher ID with given payload
69207
+ * @summary Replace launcher
69208
+ * @param {string} launcherID ID of the Launcher to be replaced
69209
+ * @param {LauncherRequestV2025} launcherRequestV2025 Payload to replace Launcher
69210
+ * @param {*} [axiosOptions] Override http request option.
69211
+ * @throws {RequiredError}
69212
+ */
69213
+ putLauncher: (launcherID: string, launcherRequestV2025: LauncherRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69214
+ /**
69215
+ * Launch the given Launcher ID
69216
+ * @summary Launch a launcher
69217
+ * @param {string} launcherID ID of the Launcher to be launched
69218
+ * @param {*} [axiosOptions] Override http request option.
69219
+ * @throws {RequiredError}
69220
+ */
69221
+ startLauncher: (launcherID: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69222
+ };
69223
+ /**
69224
+ * LaunchersV2025Api - functional programming interface
69225
+ * @export
69226
+ */
69227
+ export declare const LaunchersV2025ApiFp: (configuration?: Configuration) => {
69228
+ /**
69229
+ * Create a Launcher with given information
69230
+ * @summary Create launcher
69231
+ * @param {LauncherRequestV2025} launcherRequestV2025 Payload to create a Launcher
69232
+ * @param {*} [axiosOptions] Override http request option.
69233
+ * @throws {RequiredError}
69234
+ */
69235
+ createLauncher(launcherRequestV2025: LauncherRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LauncherV2025>>;
69236
+ /**
69237
+ * Delete the given Launcher ID
69238
+ * @summary Delete launcher
69239
+ * @param {string} launcherID ID of the Launcher to be deleted
69240
+ * @param {*} [axiosOptions] Override http request option.
69241
+ * @throws {RequiredError}
69242
+ */
69243
+ deleteLauncher(launcherID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
69244
+ /**
69245
+ * Get details for the given Launcher ID
69246
+ * @summary Get launcher by id
69247
+ * @param {string} launcherID ID of the Launcher to be retrieved
69248
+ * @param {*} [axiosOptions] Override http request option.
69249
+ * @throws {RequiredError}
69250
+ */
69251
+ getLauncher(launcherID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LauncherV2025>>;
69252
+ /**
69253
+ * Return a list of Launchers for the authenticated tenant
69254
+ * @summary List all launchers for tenant
69255
+ * @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: **description**: *sw* **disabled**: *eq* **name**: *sw*
69256
+ * @param {string} [next] Pagination marker
69257
+ * @param {number} [limit] Number of Launchers to return
69258
+ * @param {*} [axiosOptions] Override http request option.
69259
+ * @throws {RequiredError}
69260
+ */
69261
+ getLaunchers(filters?: string, next?: string, limit?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLaunchers200ResponseV2025>>;
69262
+ /**
69263
+ * Replace the given Launcher ID with given payload
69264
+ * @summary Replace launcher
69265
+ * @param {string} launcherID ID of the Launcher to be replaced
69266
+ * @param {LauncherRequestV2025} launcherRequestV2025 Payload to replace Launcher
69267
+ * @param {*} [axiosOptions] Override http request option.
69268
+ * @throws {RequiredError}
69269
+ */
69270
+ putLauncher(launcherID: string, launcherRequestV2025: LauncherRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LauncherV2025>>;
69271
+ /**
69272
+ * Launch the given Launcher ID
69273
+ * @summary Launch a launcher
69274
+ * @param {string} launcherID ID of the Launcher to be launched
69275
+ * @param {*} [axiosOptions] Override http request option.
69276
+ * @throws {RequiredError}
69277
+ */
69278
+ startLauncher(launcherID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StartLauncher200ResponseV2025>>;
69279
+ };
69280
+ /**
69281
+ * LaunchersV2025Api - factory interface
69282
+ * @export
69283
+ */
69284
+ export declare const LaunchersV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
69285
+ /**
69286
+ * Create a Launcher with given information
69287
+ * @summary Create launcher
69288
+ * @param {LaunchersV2025ApiCreateLauncherRequest} requestParameters Request parameters.
69289
+ * @param {*} [axiosOptions] Override http request option.
69290
+ * @throws {RequiredError}
69291
+ */
69292
+ createLauncher(requestParameters: LaunchersV2025ApiCreateLauncherRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<LauncherV2025>;
69293
+ /**
69294
+ * Delete the given Launcher ID
69295
+ * @summary Delete launcher
69296
+ * @param {LaunchersV2025ApiDeleteLauncherRequest} requestParameters Request parameters.
69297
+ * @param {*} [axiosOptions] Override http request option.
69298
+ * @throws {RequiredError}
69299
+ */
69300
+ deleteLauncher(requestParameters: LaunchersV2025ApiDeleteLauncherRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
69301
+ /**
69302
+ * Get details for the given Launcher ID
69303
+ * @summary Get launcher by id
69304
+ * @param {LaunchersV2025ApiGetLauncherRequest} requestParameters Request parameters.
69305
+ * @param {*} [axiosOptions] Override http request option.
69306
+ * @throws {RequiredError}
69307
+ */
69308
+ getLauncher(requestParameters: LaunchersV2025ApiGetLauncherRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<LauncherV2025>;
69309
+ /**
69310
+ * Return a list of Launchers for the authenticated tenant
69311
+ * @summary List all launchers for tenant
69312
+ * @param {LaunchersV2025ApiGetLaunchersRequest} requestParameters Request parameters.
69313
+ * @param {*} [axiosOptions] Override http request option.
69314
+ * @throws {RequiredError}
69315
+ */
69316
+ getLaunchers(requestParameters?: LaunchersV2025ApiGetLaunchersRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<GetLaunchers200ResponseV2025>;
69317
+ /**
69318
+ * Replace the given Launcher ID with given payload
69319
+ * @summary Replace launcher
69320
+ * @param {LaunchersV2025ApiPutLauncherRequest} requestParameters Request parameters.
69321
+ * @param {*} [axiosOptions] Override http request option.
69322
+ * @throws {RequiredError}
69323
+ */
69324
+ putLauncher(requestParameters: LaunchersV2025ApiPutLauncherRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<LauncherV2025>;
69325
+ /**
69326
+ * Launch the given Launcher ID
69327
+ * @summary Launch a launcher
69328
+ * @param {LaunchersV2025ApiStartLauncherRequest} requestParameters Request parameters.
69329
+ * @param {*} [axiosOptions] Override http request option.
69330
+ * @throws {RequiredError}
69331
+ */
69332
+ startLauncher(requestParameters: LaunchersV2025ApiStartLauncherRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<StartLauncher200ResponseV2025>;
69333
+ };
69334
+ /**
69335
+ * Request parameters for createLauncher operation in LaunchersV2025Api.
69336
+ * @export
69337
+ * @interface LaunchersV2025ApiCreateLauncherRequest
69338
+ */
69339
+ export interface LaunchersV2025ApiCreateLauncherRequest {
69340
+ /**
69341
+ * Payload to create a Launcher
69342
+ * @type {LauncherRequestV2025}
69343
+ * @memberof LaunchersV2025ApiCreateLauncher
69344
+ */
69345
+ readonly launcherRequestV2025: LauncherRequestV2025;
69346
+ }
69347
+ /**
69348
+ * Request parameters for deleteLauncher operation in LaunchersV2025Api.
69349
+ * @export
69350
+ * @interface LaunchersV2025ApiDeleteLauncherRequest
69351
+ */
69352
+ export interface LaunchersV2025ApiDeleteLauncherRequest {
69353
+ /**
69354
+ * ID of the Launcher to be deleted
69355
+ * @type {string}
69356
+ * @memberof LaunchersV2025ApiDeleteLauncher
69357
+ */
69358
+ readonly launcherID: string;
69359
+ }
69360
+ /**
69361
+ * Request parameters for getLauncher operation in LaunchersV2025Api.
69362
+ * @export
69363
+ * @interface LaunchersV2025ApiGetLauncherRequest
69364
+ */
69365
+ export interface LaunchersV2025ApiGetLauncherRequest {
69366
+ /**
69367
+ * ID of the Launcher to be retrieved
69368
+ * @type {string}
69369
+ * @memberof LaunchersV2025ApiGetLauncher
69370
+ */
69371
+ readonly launcherID: string;
69372
+ }
69373
+ /**
69374
+ * Request parameters for getLaunchers operation in LaunchersV2025Api.
69375
+ * @export
69376
+ * @interface LaunchersV2025ApiGetLaunchersRequest
69377
+ */
69378
+ export interface LaunchersV2025ApiGetLaunchersRequest {
69379
+ /**
69380
+ * 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: **description**: *sw* **disabled**: *eq* **name**: *sw*
69381
+ * @type {string}
69382
+ * @memberof LaunchersV2025ApiGetLaunchers
69383
+ */
69384
+ readonly filters?: string;
69385
+ /**
69386
+ * Pagination marker
69387
+ * @type {string}
69388
+ * @memberof LaunchersV2025ApiGetLaunchers
69389
+ */
69390
+ readonly next?: string;
69391
+ /**
69392
+ * Number of Launchers to return
69393
+ * @type {number}
69394
+ * @memberof LaunchersV2025ApiGetLaunchers
69395
+ */
69396
+ readonly limit?: number;
69397
+ }
69398
+ /**
69399
+ * Request parameters for putLauncher operation in LaunchersV2025Api.
69400
+ * @export
69401
+ * @interface LaunchersV2025ApiPutLauncherRequest
69402
+ */
69403
+ export interface LaunchersV2025ApiPutLauncherRequest {
69404
+ /**
69405
+ * ID of the Launcher to be replaced
69406
+ * @type {string}
69407
+ * @memberof LaunchersV2025ApiPutLauncher
69408
+ */
69409
+ readonly launcherID: string;
69410
+ /**
69411
+ * Payload to replace Launcher
69412
+ * @type {LauncherRequestV2025}
69413
+ * @memberof LaunchersV2025ApiPutLauncher
69414
+ */
69415
+ readonly launcherRequestV2025: LauncherRequestV2025;
69416
+ }
69417
+ /**
69418
+ * Request parameters for startLauncher operation in LaunchersV2025Api.
69419
+ * @export
69420
+ * @interface LaunchersV2025ApiStartLauncherRequest
69421
+ */
69422
+ export interface LaunchersV2025ApiStartLauncherRequest {
69423
+ /**
69424
+ * ID of the Launcher to be launched
69425
+ * @type {string}
69426
+ * @memberof LaunchersV2025ApiStartLauncher
69427
+ */
69428
+ readonly launcherID: string;
69429
+ }
69430
+ /**
69431
+ * LaunchersV2025Api - object-oriented interface
69432
+ * @export
69433
+ * @class LaunchersV2025Api
69434
+ * @extends {BaseAPI}
69435
+ */
69436
+ export declare class LaunchersV2025Api extends BaseAPI {
69437
+ /**
69438
+ * Create a Launcher with given information
69439
+ * @summary Create launcher
69440
+ * @param {LaunchersV2025ApiCreateLauncherRequest} requestParameters Request parameters.
69441
+ * @param {*} [axiosOptions] Override http request option.
69442
+ * @throws {RequiredError}
69443
+ * @memberof LaunchersV2025Api
69444
+ */
69445
+ createLauncher(requestParameters: LaunchersV2025ApiCreateLauncherRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LauncherV2025, any>>;
69446
+ /**
69447
+ * Delete the given Launcher ID
69448
+ * @summary Delete launcher
69449
+ * @param {LaunchersV2025ApiDeleteLauncherRequest} requestParameters Request parameters.
69450
+ * @param {*} [axiosOptions] Override http request option.
69451
+ * @throws {RequiredError}
69452
+ * @memberof LaunchersV2025Api
69453
+ */
69454
+ deleteLauncher(requestParameters: LaunchersV2025ApiDeleteLauncherRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
69455
+ /**
69456
+ * Get details for the given Launcher ID
69457
+ * @summary Get launcher by id
69458
+ * @param {LaunchersV2025ApiGetLauncherRequest} requestParameters Request parameters.
69459
+ * @param {*} [axiosOptions] Override http request option.
69460
+ * @throws {RequiredError}
69461
+ * @memberof LaunchersV2025Api
69462
+ */
69463
+ getLauncher(requestParameters: LaunchersV2025ApiGetLauncherRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LauncherV2025, any>>;
69464
+ /**
69465
+ * Return a list of Launchers for the authenticated tenant
69466
+ * @summary List all launchers for tenant
69467
+ * @param {LaunchersV2025ApiGetLaunchersRequest} requestParameters Request parameters.
69468
+ * @param {*} [axiosOptions] Override http request option.
69469
+ * @throws {RequiredError}
69470
+ * @memberof LaunchersV2025Api
69471
+ */
69472
+ getLaunchers(requestParameters?: LaunchersV2025ApiGetLaunchersRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLaunchers200ResponseV2025, any>>;
69473
+ /**
69474
+ * Replace the given Launcher ID with given payload
69475
+ * @summary Replace launcher
69476
+ * @param {LaunchersV2025ApiPutLauncherRequest} requestParameters Request parameters.
69477
+ * @param {*} [axiosOptions] Override http request option.
69478
+ * @throws {RequiredError}
69479
+ * @memberof LaunchersV2025Api
69480
+ */
69481
+ putLauncher(requestParameters: LaunchersV2025ApiPutLauncherRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LauncherV2025, any>>;
69482
+ /**
69483
+ * Launch the given Launcher ID
69484
+ * @summary Launch a launcher
69485
+ * @param {LaunchersV2025ApiStartLauncherRequest} requestParameters Request parameters.
69486
+ * @param {*} [axiosOptions] Override http request option.
69487
+ * @throws {RequiredError}
69488
+ * @memberof LaunchersV2025Api
69489
+ */
69490
+ startLauncher(requestParameters: LaunchersV2025ApiStartLauncherRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartLauncher200ResponseV2025, any>>;
69491
+ }
66824
69492
  /**
66825
69493
  * LifecycleStatesV2025Api - axios parameter creator
66826
69494
  * @export
@@ -66860,7 +69528,7 @@ export declare const LifecycleStatesV2025ApiAxiosParamCreator: (configuration?:
66860
69528
  * @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.
66861
69529
  * @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.
66862
69530
  * @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.
66863
- * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified**
69531
+ * @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, priority, created, modified**
66864
69532
  * @param {*} [axiosOptions] Override http request option.
66865
69533
  * @throws {RequiredError}
66866
69534
  */
@@ -66924,7 +69592,7 @@ export declare const LifecycleStatesV2025ApiFp: (configuration?: Configuration)
66924
69592
  * @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.
66925
69593
  * @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.
66926
69594
  * @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.
66927
- * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified**
69595
+ * @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, priority, created, modified**
66928
69596
  * @param {*} [axiosOptions] Override http request option.
66929
69597
  * @throws {RequiredError}
66930
69598
  */
@@ -67091,7 +69759,7 @@ export interface LifecycleStatesV2025ApiGetLifecycleStatesRequest {
67091
69759
  */
67092
69760
  readonly count?: boolean;
67093
69761
  /**
67094
- * Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified**
69762
+ * 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, priority, created, modified**
67095
69763
  * @type {string}
67096
69764
  * @memberof LifecycleStatesV2025ApiGetLifecycleStates
67097
69765
  */
@@ -68669,12 +71337,12 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
68669
71337
  /**
68670
71338
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
68671
71339
  * @summary Create machine identities
68672
- * @param {MachineIdentityV2025} machineIdentityV2025
71340
+ * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
68673
71341
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68674
71342
  * @param {*} [axiosOptions] Override http request option.
68675
71343
  * @throws {RequiredError}
68676
71344
  */
68677
- createMachineIdentity: (machineIdentityV2025: MachineIdentityV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
71345
+ createMachineIdentity: (machineIdentityRequestV2025: MachineIdentityRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68678
71346
  /**
68679
71347
  * The API returns successful response if the requested machine identity was deleted.
68680
71348
  * @summary Delete machine identity
@@ -68696,8 +71364,8 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
68696
71364
  /**
68697
71365
  * This API returns a list of machine identities.
68698
71366
  * @summary List machine identities
68699
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **description**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr*
68700
- * @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: **businessApplication, name**
71367
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr* **source.name**: *eq, in, sw* **source.id**: *eq, in* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw*
71368
+ * @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: **businessApplication, name, owners.primaryIdentity.name, source.name, created, modified**
68701
71369
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68702
71370
  * @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.
68703
71371
  * @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.
@@ -68706,6 +71374,28 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
68706
71374
  * @throws {RequiredError}
68707
71375
  */
68708
71376
  listMachineIdentities: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
71377
+ /**
71378
+ * This API returns a list of user entitlements associated with machine identities.
71379
+ * @summary List machine identity\'s user entitlements
71380
+ * @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: **machineIdentityId**: *eq, in* **machineIdentityName**: *eq, in, sw* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw* **source.id**: *eq, in* **source.name**: *eq, in, sw*
71381
+ * @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: **machineIdentityName, entitlement.name, source.name**
71382
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71383
+ * @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.
71384
+ * @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.
71385
+ * @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.
71386
+ * @param {*} [axiosOptions] Override http request option.
71387
+ * @throws {RequiredError}
71388
+ */
71389
+ listMachineIdentityUserEntitlements: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
71390
+ /**
71391
+ * Use this API to aggregate machine identities (AI Agents).
71392
+ * @summary Start Machine Identity (AI Agent) Aggregation
71393
+ * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
71394
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71395
+ * @param {*} [axiosOptions] Override http request option.
71396
+ * @throws {RequiredError}
71397
+ */
71398
+ startMachineIdentityAggregation: (machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68709
71399
  /**
68710
71400
  * Use this API to update machine identity details.
68711
71401
  * @summary Update a machine identity
@@ -68725,12 +71415,12 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68725
71415
  /**
68726
71416
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
68727
71417
  * @summary Create machine identities
68728
- * @param {MachineIdentityV2025} machineIdentityV2025
71418
+ * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
68729
71419
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68730
71420
  * @param {*} [axiosOptions] Override http request option.
68731
71421
  * @throws {RequiredError}
68732
71422
  */
68733
- createMachineIdentity(machineIdentityV2025: MachineIdentityV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
71423
+ createMachineIdentity(machineIdentityRequestV2025: MachineIdentityRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityResponseV2025>>;
68734
71424
  /**
68735
71425
  * The API returns successful response if the requested machine identity was deleted.
68736
71426
  * @summary Delete machine identity
@@ -68748,12 +71438,12 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68748
71438
  * @param {*} [axiosOptions] Override http request option.
68749
71439
  * @throws {RequiredError}
68750
71440
  */
68751
- getMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
71441
+ getMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityResponseV2025>>;
68752
71442
  /**
68753
71443
  * This API returns a list of machine identities.
68754
71444
  * @summary List machine identities
68755
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **description**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr*
68756
- * @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: **businessApplication, name**
71445
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr* **source.name**: *eq, in, sw* **source.id**: *eq, in* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw*
71446
+ * @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: **businessApplication, name, owners.primaryIdentity.name, source.name, created, modified**
68757
71447
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68758
71448
  * @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.
68759
71449
  * @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.
@@ -68761,7 +71451,29 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68761
71451
  * @param {*} [axiosOptions] Override http request option.
68762
71452
  * @throws {RequiredError}
68763
71453
  */
68764
- listMachineIdentities(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityV2025>>>;
71454
+ listMachineIdentities(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityResponseV2025>>>;
71455
+ /**
71456
+ * This API returns a list of user entitlements associated with machine identities.
71457
+ * @summary List machine identity\'s user entitlements
71458
+ * @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: **machineIdentityId**: *eq, in* **machineIdentityName**: *eq, in, sw* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw* **source.id**: *eq, in* **source.name**: *eq, in, sw*
71459
+ * @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: **machineIdentityName, entitlement.name, source.name**
71460
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71461
+ * @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.
71462
+ * @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.
71463
+ * @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.
71464
+ * @param {*} [axiosOptions] Override http request option.
71465
+ * @throws {RequiredError}
71466
+ */
71467
+ listMachineIdentityUserEntitlements(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2025>>>;
71468
+ /**
71469
+ * Use this API to aggregate machine identities (AI Agents).
71470
+ * @summary Start Machine Identity (AI Agent) Aggregation
71471
+ * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
71472
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71473
+ * @param {*} [axiosOptions] Override http request option.
71474
+ * @throws {RequiredError}
71475
+ */
71476
+ startMachineIdentityAggregation(machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2025>>;
68765
71477
  /**
68766
71478
  * Use this API to update machine identity details.
68767
71479
  * @summary Update a machine identity
@@ -68771,7 +71483,7 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
68771
71483
  * @param {*} [axiosOptions] Override http request option.
68772
71484
  * @throws {RequiredError}
68773
71485
  */
68774
- updateMachineIdentity(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityV2025>>;
71486
+ updateMachineIdentity(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityResponseV2025>>;
68775
71487
  };
68776
71488
  /**
68777
71489
  * MachineIdentitiesV2025Api - factory interface
@@ -68785,7 +71497,7 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68785
71497
  * @param {*} [axiosOptions] Override http request option.
68786
71498
  * @throws {RequiredError}
68787
71499
  */
68788
- createMachineIdentity(requestParameters: MachineIdentitiesV2025ApiCreateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityV2025>;
71500
+ createMachineIdentity(requestParameters: MachineIdentitiesV2025ApiCreateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityResponseV2025>;
68789
71501
  /**
68790
71502
  * The API returns successful response if the requested machine identity was deleted.
68791
71503
  * @summary Delete machine identity
@@ -68801,7 +71513,7 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68801
71513
  * @param {*} [axiosOptions] Override http request option.
68802
71514
  * @throws {RequiredError}
68803
71515
  */
68804
- getMachineIdentity(requestParameters: MachineIdentitiesV2025ApiGetMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityV2025>;
71516
+ getMachineIdentity(requestParameters: MachineIdentitiesV2025ApiGetMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityResponseV2025>;
68805
71517
  /**
68806
71518
  * This API returns a list of machine identities.
68807
71519
  * @summary List machine identities
@@ -68809,7 +71521,23 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68809
71521
  * @param {*} [axiosOptions] Override http request option.
68810
71522
  * @throws {RequiredError}
68811
71523
  */
68812
- listMachineIdentities(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityV2025>>;
71524
+ listMachineIdentities(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityResponseV2025>>;
71525
+ /**
71526
+ * This API returns a list of user entitlements associated with machine identities.
71527
+ * @summary List machine identity\'s user entitlements
71528
+ * @param {MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest} requestParameters Request parameters.
71529
+ * @param {*} [axiosOptions] Override http request option.
71530
+ * @throws {RequiredError}
71531
+ */
71532
+ listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2025>>;
71533
+ /**
71534
+ * Use this API to aggregate machine identities (AI Agents).
71535
+ * @summary Start Machine Identity (AI Agent) Aggregation
71536
+ * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
71537
+ * @param {*} [axiosOptions] Override http request option.
71538
+ * @throws {RequiredError}
71539
+ */
71540
+ startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2025>;
68813
71541
  /**
68814
71542
  * Use this API to update machine identity details.
68815
71543
  * @summary Update a machine identity
@@ -68817,7 +71545,7 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68817
71545
  * @param {*} [axiosOptions] Override http request option.
68818
71546
  * @throws {RequiredError}
68819
71547
  */
68820
- updateMachineIdentity(requestParameters: MachineIdentitiesV2025ApiUpdateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityV2025>;
71548
+ updateMachineIdentity(requestParameters: MachineIdentitiesV2025ApiUpdateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityResponseV2025>;
68821
71549
  };
68822
71550
  /**
68823
71551
  * Request parameters for createMachineIdentity operation in MachineIdentitiesV2025Api.
@@ -68827,10 +71555,10 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
68827
71555
  export interface MachineIdentitiesV2025ApiCreateMachineIdentityRequest {
68828
71556
  /**
68829
71557
  *
68830
- * @type {MachineIdentityV2025}
71558
+ * @type {MachineIdentityRequestV2025}
68831
71559
  * @memberof MachineIdentitiesV2025ApiCreateMachineIdentity
68832
71560
  */
68833
- readonly machineIdentityV2025: MachineIdentityV2025;
71561
+ readonly machineIdentityRequestV2025: MachineIdentityRequestV2025;
68834
71562
  /**
68835
71563
  * Use this header to enable this experimental API.
68836
71564
  * @type {string}
@@ -68883,13 +71611,13 @@ export interface MachineIdentitiesV2025ApiGetMachineIdentityRequest {
68883
71611
  */
68884
71612
  export interface MachineIdentitiesV2025ApiListMachineIdentitiesRequest {
68885
71613
  /**
68886
- * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **description**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr*
71614
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **displayName**: *eq, in, sw* **cisIdentityId**: *eq, in, sw* **businessApplication**: *eq, in, sw* **attributes**: *eq* **manuallyEdited**: *eq* **subtype**: *eq, in* **owners.primaryIdentity.id**: *eq, in, sw* **owners.primaryIdentity.name**: *eq, in, isnull, pr* **owners.secondaryIdentity.id**: *eq, in, sw* **owners.secondaryIdentity.name**: *eq, in, isnull, pr* **source.name**: *eq, in, sw* **source.id**: *eq, in* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw*
68887
71615
  * @type {string}
68888
71616
  * @memberof MachineIdentitiesV2025ApiListMachineIdentities
68889
71617
  */
68890
71618
  readonly filters?: string;
68891
71619
  /**
68892
- * 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: **businessApplication, name**
71620
+ * 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: **businessApplication, name, owners.primaryIdentity.name, source.name, created, modified**
68893
71621
  * @type {string}
68894
71622
  * @memberof MachineIdentitiesV2025ApiListMachineIdentities
68895
71623
  */
@@ -68919,6 +71647,68 @@ export interface MachineIdentitiesV2025ApiListMachineIdentitiesRequest {
68919
71647
  */
68920
71648
  readonly offset?: number;
68921
71649
  }
71650
+ /**
71651
+ * Request parameters for listMachineIdentityUserEntitlements operation in MachineIdentitiesV2025Api.
71652
+ * @export
71653
+ * @interface MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest
71654
+ */
71655
+ export interface MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest {
71656
+ /**
71657
+ * 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: **machineIdentityId**: *eq, in* **machineIdentityName**: *eq, in, sw* **entitlement.id**: *eq, in* **entitlement.name**: *eq, in, sw* **source.id**: *eq, in* **source.name**: *eq, in, sw*
71658
+ * @type {string}
71659
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71660
+ */
71661
+ readonly filters?: string;
71662
+ /**
71663
+ * 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: **machineIdentityName, entitlement.name, source.name**
71664
+ * @type {string}
71665
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71666
+ */
71667
+ readonly sorters?: string;
71668
+ /**
71669
+ * Use this header to enable this experimental API.
71670
+ * @type {string}
71671
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71672
+ */
71673
+ readonly xSailPointExperimental?: string;
71674
+ /**
71675
+ * 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.
71676
+ * @type {boolean}
71677
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71678
+ */
71679
+ readonly count?: boolean;
71680
+ /**
71681
+ * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
71682
+ * @type {number}
71683
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71684
+ */
71685
+ readonly limit?: number;
71686
+ /**
71687
+ * 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.
71688
+ * @type {number}
71689
+ * @memberof MachineIdentitiesV2025ApiListMachineIdentityUserEntitlements
71690
+ */
71691
+ readonly offset?: number;
71692
+ }
71693
+ /**
71694
+ * Request parameters for startMachineIdentityAggregation operation in MachineIdentitiesV2025Api.
71695
+ * @export
71696
+ * @interface MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest
71697
+ */
71698
+ export interface MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest {
71699
+ /**
71700
+ *
71701
+ * @type {MachineIdentityAggregationRequestV2025}
71702
+ * @memberof MachineIdentitiesV2025ApiStartMachineIdentityAggregation
71703
+ */
71704
+ readonly machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025;
71705
+ /**
71706
+ * Use this header to enable this experimental API.
71707
+ * @type {string}
71708
+ * @memberof MachineIdentitiesV2025ApiStartMachineIdentityAggregation
71709
+ */
71710
+ readonly xSailPointExperimental?: string;
71711
+ }
68922
71712
  /**
68923
71713
  * Request parameters for updateMachineIdentity operation in MachineIdentitiesV2025Api.
68924
71714
  * @export
@@ -68959,7 +71749,7 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
68959
71749
  * @throws {RequiredError}
68960
71750
  * @memberof MachineIdentitiesV2025Api
68961
71751
  */
68962
- createMachineIdentity(requestParameters: MachineIdentitiesV2025ApiCreateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityV2025, any>>;
71752
+ createMachineIdentity(requestParameters: MachineIdentitiesV2025ApiCreateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityResponseV2025, any>>;
68963
71753
  /**
68964
71754
  * The API returns successful response if the requested machine identity was deleted.
68965
71755
  * @summary Delete machine identity
@@ -68977,7 +71767,7 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
68977
71767
  * @throws {RequiredError}
68978
71768
  * @memberof MachineIdentitiesV2025Api
68979
71769
  */
68980
- getMachineIdentity(requestParameters: MachineIdentitiesV2025ApiGetMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityV2025, any>>;
71770
+ getMachineIdentity(requestParameters: MachineIdentitiesV2025ApiGetMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityResponseV2025, any>>;
68981
71771
  /**
68982
71772
  * This API returns a list of machine identities.
68983
71773
  * @summary List machine identities
@@ -68986,7 +71776,25 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
68986
71776
  * @throws {RequiredError}
68987
71777
  * @memberof MachineIdentitiesV2025Api
68988
71778
  */
68989
- listMachineIdentities(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityV2025[], any>>;
71779
+ listMachineIdentities(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityResponseV2025[], any>>;
71780
+ /**
71781
+ * This API returns a list of user entitlements associated with machine identities.
71782
+ * @summary List machine identity\'s user entitlements
71783
+ * @param {MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest} requestParameters Request parameters.
71784
+ * @param {*} [axiosOptions] Override http request option.
71785
+ * @throws {RequiredError}
71786
+ * @memberof MachineIdentitiesV2025Api
71787
+ */
71788
+ listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityUserEntitlementResponseV2025[], any>>;
71789
+ /**
71790
+ * Use this API to aggregate machine identities (AI Agents).
71791
+ * @summary Start Machine Identity (AI Agent) Aggregation
71792
+ * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
71793
+ * @param {*} [axiosOptions] Override http request option.
71794
+ * @throws {RequiredError}
71795
+ * @memberof MachineIdentitiesV2025Api
71796
+ */
71797
+ startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityAggregationResponseV2025, any>>;
68990
71798
  /**
68991
71799
  * Use this API to update machine identity details.
68992
71800
  * @summary Update a machine identity
@@ -68995,7 +71803,7 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
68995
71803
  * @throws {RequiredError}
68996
71804
  * @memberof MachineIdentitiesV2025Api
68997
71805
  */
68998
- updateMachineIdentity(requestParameters: MachineIdentitiesV2025ApiUpdateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityV2025, any>>;
71806
+ updateMachineIdentity(requestParameters: MachineIdentitiesV2025ApiUpdateMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityResponseV2025, any>>;
68999
71807
  }
69000
71808
  /**
69001
71809
  * ManagedClientsV2025Api - axios parameter creator
@@ -69026,6 +71834,14 @@ export declare const ManagedClientsV2025ApiAxiosParamCreator: (configuration?: C
69026
71834
  * @throws {RequiredError}
69027
71835
  */
69028
71836
  getManagedClient: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
71837
+ /**
71838
+ * Get a managed client\'s health indicators, using its ID.
71839
+ * @summary Get managed client health indicators
71840
+ * @param {string} id Managed client ID to get health indicators for.
71841
+ * @param {*} [axiosOptions] Override http request option.
71842
+ * @throws {RequiredError}
71843
+ */
71844
+ getManagedClientHealthIndicators: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69029
71845
  /**
69030
71846
  * Get a managed client\'s status, using its ID.
69031
71847
  * @summary Get managed client status
@@ -69085,6 +71901,14 @@ export declare const ManagedClientsV2025ApiFp: (configuration?: Configuration) =
69085
71901
  * @throws {RequiredError}
69086
71902
  */
69087
71903
  getManagedClient(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManagedClientV2025>>;
71904
+ /**
71905
+ * Get a managed client\'s health indicators, using its ID.
71906
+ * @summary Get managed client health indicators
71907
+ * @param {string} id Managed client ID to get health indicators for.
71908
+ * @param {*} [axiosOptions] Override http request option.
71909
+ * @throws {RequiredError}
71910
+ */
71911
+ getManagedClientHealthIndicators(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManagedClientHealthIndicatorsV2025>>;
69088
71912
  /**
69089
71913
  * Get a managed client\'s status, using its ID.
69090
71914
  * @summary Get managed client status
@@ -69144,6 +71968,14 @@ export declare const ManagedClientsV2025ApiFactory: (configuration?: Configurati
69144
71968
  * @throws {RequiredError}
69145
71969
  */
69146
71970
  getManagedClient(requestParameters: ManagedClientsV2025ApiGetManagedClientRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ManagedClientV2025>;
71971
+ /**
71972
+ * Get a managed client\'s health indicators, using its ID.
71973
+ * @summary Get managed client health indicators
71974
+ * @param {ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest} requestParameters Request parameters.
71975
+ * @param {*} [axiosOptions] Override http request option.
71976
+ * @throws {RequiredError}
71977
+ */
71978
+ getManagedClientHealthIndicators(requestParameters: ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ManagedClientHealthIndicatorsV2025>;
69147
71979
  /**
69148
71980
  * Get a managed client\'s status, using its ID.
69149
71981
  * @summary Get managed client status
@@ -69208,6 +72040,19 @@ export interface ManagedClientsV2025ApiGetManagedClientRequest {
69208
72040
  */
69209
72041
  readonly id: string;
69210
72042
  }
72043
+ /**
72044
+ * Request parameters for getManagedClientHealthIndicators operation in ManagedClientsV2025Api.
72045
+ * @export
72046
+ * @interface ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest
72047
+ */
72048
+ export interface ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest {
72049
+ /**
72050
+ * Managed client ID to get health indicators for.
72051
+ * @type {string}
72052
+ * @memberof ManagedClientsV2025ApiGetManagedClientHealthIndicators
72053
+ */
72054
+ readonly id: string;
72055
+ }
69211
72056
  /**
69212
72057
  * Request parameters for getManagedClientStatus operation in ManagedClientsV2025Api.
69213
72058
  * @export
@@ -69311,6 +72156,15 @@ export declare class ManagedClientsV2025Api extends BaseAPI {
69311
72156
  * @memberof ManagedClientsV2025Api
69312
72157
  */
69313
72158
  getManagedClient(requestParameters: ManagedClientsV2025ApiGetManagedClientRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManagedClientV2025, any>>;
72159
+ /**
72160
+ * Get a managed client\'s health indicators, using its ID.
72161
+ * @summary Get managed client health indicators
72162
+ * @param {ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest} requestParameters Request parameters.
72163
+ * @param {*} [axiosOptions] Override http request option.
72164
+ * @throws {RequiredError}
72165
+ * @memberof ManagedClientsV2025Api
72166
+ */
72167
+ getManagedClientHealthIndicators(requestParameters: ManagedClientsV2025ApiGetManagedClientHealthIndicatorsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManagedClientHealthIndicatorsV2025, any>>;
69314
72168
  /**
69315
72169
  * Get a managed client\'s status, using its ID.
69316
72170
  * @summary Get managed client status
@@ -70107,6 +72961,15 @@ export declare const MultiHostIntegrationV2025ApiAxiosParamCreator: (configurati
70107
72961
  * @throws {RequiredError}
70108
72962
  */
70109
72963
  deleteMultiHost: (multihostId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72964
+ /**
72965
+ * This endpoint performs bulk sources delete within Multi-Host Integration via a list of supplied IDs. The following rights are required to access this endpoint: idn:multihosts:delete, idn:sources:delete
72966
+ * @summary Delete sources within multi-host integration
72967
+ * @param {string} multiHostId ID of the Multi-Host Integration
72968
+ * @param {Array<string>} requestBody The delete bulk sources within multi-host integration request body
72969
+ * @param {*} [axiosOptions] Override http request option.
72970
+ * @throws {RequiredError}
72971
+ */
72972
+ deleteMultiHostSources: (multiHostId: string, requestBody: Array<string>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
70110
72973
  /**
70111
72974
  * This API will return array of account aggregation groups within provided Multi-Host Integration ID. A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
70112
72975
  * @summary List account-aggregation-groups by multi-host id
@@ -70233,6 +73096,15 @@ export declare const MultiHostIntegrationV2025ApiFp: (configuration?: Configurat
70233
73096
  * @throws {RequiredError}
70234
73097
  */
70235
73098
  deleteMultiHost(multihostId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
73099
+ /**
73100
+ * This endpoint performs bulk sources delete within Multi-Host Integration via a list of supplied IDs. The following rights are required to access this endpoint: idn:multihosts:delete, idn:sources:delete
73101
+ * @summary Delete sources within multi-host integration
73102
+ * @param {string} multiHostId ID of the Multi-Host Integration
73103
+ * @param {Array<string>} requestBody The delete bulk sources within multi-host integration request body
73104
+ * @param {*} [axiosOptions] Override http request option.
73105
+ * @throws {RequiredError}
73106
+ */
73107
+ deleteMultiHostSources(multiHostId: string, requestBody: Array<string>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
70236
73108
  /**
70237
73109
  * This API will return array of account aggregation groups within provided Multi-Host Integration ID. A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
70238
73110
  * @summary List account-aggregation-groups by multi-host id
@@ -70358,6 +73230,14 @@ export declare const MultiHostIntegrationV2025ApiFactory: (configuration?: Confi
70358
73230
  * @throws {RequiredError}
70359
73231
  */
70360
73232
  deleteMultiHost(requestParameters: MultiHostIntegrationV2025ApiDeleteMultiHostRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
73233
+ /**
73234
+ * This endpoint performs bulk sources delete within Multi-Host Integration via a list of supplied IDs. The following rights are required to access this endpoint: idn:multihosts:delete, idn:sources:delete
73235
+ * @summary Delete sources within multi-host integration
73236
+ * @param {MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest} requestParameters Request parameters.
73237
+ * @param {*} [axiosOptions] Override http request option.
73238
+ * @throws {RequiredError}
73239
+ */
73240
+ deleteMultiHostSources(requestParameters: MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
70361
73241
  /**
70362
73242
  * This API will return array of account aggregation groups within provided Multi-Host Integration ID. A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
70363
73243
  * @summary List account-aggregation-groups by multi-host id
@@ -70483,6 +73363,25 @@ export interface MultiHostIntegrationV2025ApiDeleteMultiHostRequest {
70483
73363
  */
70484
73364
  readonly multihostId: string;
70485
73365
  }
73366
+ /**
73367
+ * Request parameters for deleteMultiHostSources operation in MultiHostIntegrationV2025Api.
73368
+ * @export
73369
+ * @interface MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest
73370
+ */
73371
+ export interface MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest {
73372
+ /**
73373
+ * ID of the Multi-Host Integration
73374
+ * @type {string}
73375
+ * @memberof MultiHostIntegrationV2025ApiDeleteMultiHostSources
73376
+ */
73377
+ readonly multiHostId: string;
73378
+ /**
73379
+ * The delete bulk sources within multi-host integration request body
73380
+ * @type {Array<string>}
73381
+ * @memberof MultiHostIntegrationV2025ApiDeleteMultiHostSources
73382
+ */
73383
+ readonly requestBody: Array<string>;
73384
+ }
70486
73385
  /**
70487
73386
  * Request parameters for getAcctAggregationGroups operation in MultiHostIntegrationV2025Api.
70488
73387
  * @export
@@ -70730,6 +73629,15 @@ export declare class MultiHostIntegrationV2025Api extends BaseAPI {
70730
73629
  * @memberof MultiHostIntegrationV2025Api
70731
73630
  */
70732
73631
  deleteMultiHost(requestParameters: MultiHostIntegrationV2025ApiDeleteMultiHostRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
73632
+ /**
73633
+ * This endpoint performs bulk sources delete within Multi-Host Integration via a list of supplied IDs. The following rights are required to access this endpoint: idn:multihosts:delete, idn:sources:delete
73634
+ * @summary Delete sources within multi-host integration
73635
+ * @param {MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest} requestParameters Request parameters.
73636
+ * @param {*} [axiosOptions] Override http request option.
73637
+ * @throws {RequiredError}
73638
+ * @memberof MultiHostIntegrationV2025Api
73639
+ */
73640
+ deleteMultiHostSources(requestParameters: MultiHostIntegrationV2025ApiDeleteMultiHostSourcesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
70733
73641
  /**
70734
73642
  * This API will return array of account aggregation groups within provided Multi-Host Integration ID. A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
70735
73643
  * @summary List account-aggregation-groups by multi-host id
@@ -74360,45 +77268,50 @@ export declare const PasswordPoliciesV2025ApiAxiosParamCreator: (configuration?:
74360
77268
  * This API creates the specified password policy.
74361
77269
  * @summary Create password policy
74362
77270
  * @param {PasswordPolicyV3DtoV2025} passwordPolicyV3DtoV2025
77271
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74363
77272
  * @param {*} [axiosOptions] Override http request option.
74364
77273
  * @throws {RequiredError}
74365
77274
  */
74366
- createPasswordPolicy: (passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77275
+ createPasswordPolicy: (passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
74367
77276
  /**
74368
77277
  * This API deletes the specified password policy.
74369
77278
  * @summary Delete password policy by id
74370
77279
  * @param {string} id The ID of password policy to delete.
77280
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74371
77281
  * @param {*} [axiosOptions] Override http request option.
74372
77282
  * @throws {RequiredError}
74373
77283
  */
74374
- deletePasswordPolicy: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77284
+ deletePasswordPolicy: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
74375
77285
  /**
74376
77286
  * This API returns the password policy for the specified ID.
74377
77287
  * @summary Get password policy by id
74378
77288
  * @param {string} id The ID of password policy to retrieve.
77289
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74379
77290
  * @param {*} [axiosOptions] Override http request option.
74380
77291
  * @throws {RequiredError}
74381
77292
  */
74382
- getPasswordPolicyById: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77293
+ getPasswordPolicyById: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
74383
77294
  /**
74384
77295
  * This gets list of all Password Policies. Requires role of ORG_ADMIN
74385
77296
  * @summary List password policies
74386
77297
  * @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.
74387
77298
  * @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.
74388
77299
  * @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.
77300
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74389
77301
  * @param {*} [axiosOptions] Override http request option.
74390
77302
  * @throws {RequiredError}
74391
77303
  */
74392
- listPasswordPolicies: (limit?: number, offset?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77304
+ listPasswordPolicies: (limit?: number, offset?: number, count?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
74393
77305
  /**
74394
77306
  * This API updates the specified password policy.
74395
77307
  * @summary Update password policy by id
74396
77308
  * @param {string} id The ID of password policy to update.
74397
77309
  * @param {PasswordPolicyV3DtoV2025} passwordPolicyV3DtoV2025
77310
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74398
77311
  * @param {*} [axiosOptions] Override http request option.
74399
77312
  * @throws {RequiredError}
74400
77313
  */
74401
- setPasswordPolicy: (id: string, passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77314
+ setPasswordPolicy: (id: string, passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
74402
77315
  };
74403
77316
  /**
74404
77317
  * PasswordPoliciesV2025Api - functional programming interface
@@ -74409,45 +77322,50 @@ export declare const PasswordPoliciesV2025ApiFp: (configuration?: Configuration)
74409
77322
  * This API creates the specified password policy.
74410
77323
  * @summary Create password policy
74411
77324
  * @param {PasswordPolicyV3DtoV2025} passwordPolicyV3DtoV2025
77325
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74412
77326
  * @param {*} [axiosOptions] Override http request option.
74413
77327
  * @throws {RequiredError}
74414
77328
  */
74415
- createPasswordPolicy(passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
77329
+ createPasswordPolicy(passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
74416
77330
  /**
74417
77331
  * This API deletes the specified password policy.
74418
77332
  * @summary Delete password policy by id
74419
77333
  * @param {string} id The ID of password policy to delete.
77334
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74420
77335
  * @param {*} [axiosOptions] Override http request option.
74421
77336
  * @throws {RequiredError}
74422
77337
  */
74423
- deletePasswordPolicy(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
77338
+ deletePasswordPolicy(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
74424
77339
  /**
74425
77340
  * This API returns the password policy for the specified ID.
74426
77341
  * @summary Get password policy by id
74427
77342
  * @param {string} id The ID of password policy to retrieve.
77343
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74428
77344
  * @param {*} [axiosOptions] Override http request option.
74429
77345
  * @throws {RequiredError}
74430
77346
  */
74431
- getPasswordPolicyById(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
77347
+ getPasswordPolicyById(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
74432
77348
  /**
74433
77349
  * This gets list of all Password Policies. Requires role of ORG_ADMIN
74434
77350
  * @summary List password policies
74435
77351
  * @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.
74436
77352
  * @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.
74437
77353
  * @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.
77354
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74438
77355
  * @param {*} [axiosOptions] Override http request option.
74439
77356
  * @throws {RequiredError}
74440
77357
  */
74441
- listPasswordPolicies(limit?: number, offset?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PasswordPolicyV3DtoV2025>>>;
77358
+ listPasswordPolicies(limit?: number, offset?: number, count?: boolean, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PasswordPolicyV3DtoV2025>>>;
74442
77359
  /**
74443
77360
  * This API updates the specified password policy.
74444
77361
  * @summary Update password policy by id
74445
77362
  * @param {string} id The ID of password policy to update.
74446
77363
  * @param {PasswordPolicyV3DtoV2025} passwordPolicyV3DtoV2025
77364
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74447
77365
  * @param {*} [axiosOptions] Override http request option.
74448
77366
  * @throws {RequiredError}
74449
77367
  */
74450
- setPasswordPolicy(id: string, passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
77368
+ setPasswordPolicy(id: string, passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PasswordPolicyV3DtoV2025>>;
74451
77369
  };
74452
77370
  /**
74453
77371
  * PasswordPoliciesV2025Api - factory interface
@@ -74507,6 +77425,12 @@ export interface PasswordPoliciesV2025ApiCreatePasswordPolicyRequest {
74507
77425
  * @memberof PasswordPoliciesV2025ApiCreatePasswordPolicy
74508
77426
  */
74509
77427
  readonly passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025;
77428
+ /**
77429
+ * Use this header to enable this experimental API.
77430
+ * @type {string}
77431
+ * @memberof PasswordPoliciesV2025ApiCreatePasswordPolicy
77432
+ */
77433
+ readonly xSailPointExperimental?: string;
74510
77434
  }
74511
77435
  /**
74512
77436
  * Request parameters for deletePasswordPolicy operation in PasswordPoliciesV2025Api.
@@ -74520,6 +77444,12 @@ export interface PasswordPoliciesV2025ApiDeletePasswordPolicyRequest {
74520
77444
  * @memberof PasswordPoliciesV2025ApiDeletePasswordPolicy
74521
77445
  */
74522
77446
  readonly id: string;
77447
+ /**
77448
+ * Use this header to enable this experimental API.
77449
+ * @type {string}
77450
+ * @memberof PasswordPoliciesV2025ApiDeletePasswordPolicy
77451
+ */
77452
+ readonly xSailPointExperimental?: string;
74523
77453
  }
74524
77454
  /**
74525
77455
  * Request parameters for getPasswordPolicyById operation in PasswordPoliciesV2025Api.
@@ -74533,6 +77463,12 @@ export interface PasswordPoliciesV2025ApiGetPasswordPolicyByIdRequest {
74533
77463
  * @memberof PasswordPoliciesV2025ApiGetPasswordPolicyById
74534
77464
  */
74535
77465
  readonly id: string;
77466
+ /**
77467
+ * Use this header to enable this experimental API.
77468
+ * @type {string}
77469
+ * @memberof PasswordPoliciesV2025ApiGetPasswordPolicyById
77470
+ */
77471
+ readonly xSailPointExperimental?: string;
74536
77472
  }
74537
77473
  /**
74538
77474
  * Request parameters for listPasswordPolicies operation in PasswordPoliciesV2025Api.
@@ -74558,6 +77494,12 @@ export interface PasswordPoliciesV2025ApiListPasswordPoliciesRequest {
74558
77494
  * @memberof PasswordPoliciesV2025ApiListPasswordPolicies
74559
77495
  */
74560
77496
  readonly count?: boolean;
77497
+ /**
77498
+ * Use this header to enable this experimental API.
77499
+ * @type {string}
77500
+ * @memberof PasswordPoliciesV2025ApiListPasswordPolicies
77501
+ */
77502
+ readonly xSailPointExperimental?: string;
74561
77503
  }
74562
77504
  /**
74563
77505
  * Request parameters for setPasswordPolicy operation in PasswordPoliciesV2025Api.
@@ -74577,6 +77519,12 @@ export interface PasswordPoliciesV2025ApiSetPasswordPolicyRequest {
74577
77519
  * @memberof PasswordPoliciesV2025ApiSetPasswordPolicy
74578
77520
  */
74579
77521
  readonly passwordPolicyV3DtoV2025: PasswordPolicyV3DtoV2025;
77522
+ /**
77523
+ * Use this header to enable this experimental API.
77524
+ * @type {string}
77525
+ * @memberof PasswordPoliciesV2025ApiSetPasswordPolicy
77526
+ */
77527
+ readonly xSailPointExperimental?: string;
74580
77528
  }
74581
77529
  /**
74582
77530
  * PasswordPoliciesV2025Api - object-oriented interface
@@ -78660,11 +81608,11 @@ export declare const SODViolationsV2025ApiAxiosParamCreator: (configuration?: Co
78660
81608
  /**
78661
81609
  * This API initiates a SOD policy verification asynchronously.
78662
81610
  * @summary Check sod violations
78663
- * @param {IdentityWithNewAccess1V2025} identityWithNewAccess1V2025
81611
+ * @param {IdentityWithNewAccessV2025} identityWithNewAccessV2025
78664
81612
  * @param {*} [axiosOptions] Override http request option.
78665
81613
  * @throws {RequiredError}
78666
81614
  */
78667
- startViolationCheck: (identityWithNewAccess1V2025: IdentityWithNewAccess1V2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81615
+ startViolationCheck: (identityWithNewAccessV2025: IdentityWithNewAccessV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78668
81616
  };
78669
81617
  /**
78670
81618
  * SODViolationsV2025Api - functional programming interface
@@ -78682,11 +81630,11 @@ export declare const SODViolationsV2025ApiFp: (configuration?: Configuration) =>
78682
81630
  /**
78683
81631
  * This API initiates a SOD policy verification asynchronously.
78684
81632
  * @summary Check sod violations
78685
- * @param {IdentityWithNewAccess1V2025} identityWithNewAccess1V2025
81633
+ * @param {IdentityWithNewAccessV2025} identityWithNewAccessV2025
78686
81634
  * @param {*} [axiosOptions] Override http request option.
78687
81635
  * @throws {RequiredError}
78688
81636
  */
78689
- startViolationCheck(identityWithNewAccess1V2025: IdentityWithNewAccess1V2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodViolationCheckV2025>>;
81637
+ startViolationCheck(identityWithNewAccessV2025: IdentityWithNewAccessV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodViolationCheckV2025>>;
78690
81638
  };
78691
81639
  /**
78692
81640
  * SODViolationsV2025Api - factory interface
@@ -78731,10 +81679,10 @@ export interface SODViolationsV2025ApiStartPredictSodViolationsRequest {
78731
81679
  export interface SODViolationsV2025ApiStartViolationCheckRequest {
78732
81680
  /**
78733
81681
  *
78734
- * @type {IdentityWithNewAccess1V2025}
81682
+ * @type {IdentityWithNewAccessV2025}
78735
81683
  * @memberof SODViolationsV2025ApiStartViolationCheck
78736
81684
  */
78737
- readonly identityWithNewAccess1V2025: IdentityWithNewAccess1V2025;
81685
+ readonly identityWithNewAccessV2025: IdentityWithNewAccessV2025;
78738
81686
  }
78739
81687
  /**
78740
81688
  * SODViolationsV2025Api - object-oriented interface
@@ -85124,6 +88072,248 @@ export declare const PutTaggedObjectTypeV2025: {
85124
88072
  readonly Source: "SOURCE";
85125
88073
  };
85126
88074
  export type PutTaggedObjectTypeV2025 = typeof PutTaggedObjectTypeV2025[keyof typeof PutTaggedObjectTypeV2025];
88075
+ /**
88076
+ * TagsV2025Api - axios parameter creator
88077
+ * @export
88078
+ */
88079
+ export declare const TagsV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
88080
+ /**
88081
+ * This API creates new tag. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88082
+ * @summary Create tag
88083
+ * @param {TagV2025} tagV2025
88084
+ * @param {*} [axiosOptions] Override http request option.
88085
+ * @throws {RequiredError}
88086
+ */
88087
+ createTag: (tagV2025: TagV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88088
+ /**
88089
+ * This API deletes a tag by specified id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88090
+ * @summary Delete tag
88091
+ * @param {string} id The ID of the object reference to delete.
88092
+ * @param {*} [axiosOptions] Override http request option.
88093
+ * @throws {RequiredError}
88094
+ */
88095
+ deleteTagById: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88096
+ /**
88097
+ * Returns a tag by its id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88098
+ * @summary Get tag by id
88099
+ * @param {string} id The ID of the object reference to retrieve.
88100
+ * @param {*} [axiosOptions] Override http request option.
88101
+ * @throws {RequiredError}
88102
+ */
88103
+ getTagById: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88104
+ /**
88105
+ * This API returns a list of tags. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88106
+ * @summary List tags
88107
+ * @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.
88108
+ * @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.
88109
+ * @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.
88110
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw*
88111
+ * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified**
88112
+ * @param {*} [axiosOptions] Override http request option.
88113
+ * @throws {RequiredError}
88114
+ */
88115
+ listTags: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88116
+ };
88117
+ /**
88118
+ * TagsV2025Api - functional programming interface
88119
+ * @export
88120
+ */
88121
+ export declare const TagsV2025ApiFp: (configuration?: Configuration) => {
88122
+ /**
88123
+ * This API creates new tag. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88124
+ * @summary Create tag
88125
+ * @param {TagV2025} tagV2025
88126
+ * @param {*} [axiosOptions] Override http request option.
88127
+ * @throws {RequiredError}
88128
+ */
88129
+ createTag(tagV2025: TagV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagV2025>>;
88130
+ /**
88131
+ * This API deletes a tag by specified id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88132
+ * @summary Delete tag
88133
+ * @param {string} id The ID of the object reference to delete.
88134
+ * @param {*} [axiosOptions] Override http request option.
88135
+ * @throws {RequiredError}
88136
+ */
88137
+ deleteTagById(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
88138
+ /**
88139
+ * Returns a tag by its id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88140
+ * @summary Get tag by id
88141
+ * @param {string} id The ID of the object reference to retrieve.
88142
+ * @param {*} [axiosOptions] Override http request option.
88143
+ * @throws {RequiredError}
88144
+ */
88145
+ getTagById(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagV2025>>;
88146
+ /**
88147
+ * This API returns a list of tags. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88148
+ * @summary List tags
88149
+ * @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.
88150
+ * @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.
88151
+ * @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.
88152
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw*
88153
+ * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified**
88154
+ * @param {*} [axiosOptions] Override http request option.
88155
+ * @throws {RequiredError}
88156
+ */
88157
+ listTags(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TagV2025>>>;
88158
+ };
88159
+ /**
88160
+ * TagsV2025Api - factory interface
88161
+ * @export
88162
+ */
88163
+ export declare const TagsV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
88164
+ /**
88165
+ * This API creates new tag. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88166
+ * @summary Create tag
88167
+ * @param {TagsV2025ApiCreateTagRequest} requestParameters Request parameters.
88168
+ * @param {*} [axiosOptions] Override http request option.
88169
+ * @throws {RequiredError}
88170
+ */
88171
+ createTag(requestParameters: TagsV2025ApiCreateTagRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<TagV2025>;
88172
+ /**
88173
+ * This API deletes a tag by specified id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88174
+ * @summary Delete tag
88175
+ * @param {TagsV2025ApiDeleteTagByIdRequest} requestParameters Request parameters.
88176
+ * @param {*} [axiosOptions] Override http request option.
88177
+ * @throws {RequiredError}
88178
+ */
88179
+ deleteTagById(requestParameters: TagsV2025ApiDeleteTagByIdRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
88180
+ /**
88181
+ * Returns a tag by its id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88182
+ * @summary Get tag by id
88183
+ * @param {TagsV2025ApiGetTagByIdRequest} requestParameters Request parameters.
88184
+ * @param {*} [axiosOptions] Override http request option.
88185
+ * @throws {RequiredError}
88186
+ */
88187
+ getTagById(requestParameters: TagsV2025ApiGetTagByIdRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<TagV2025>;
88188
+ /**
88189
+ * This API returns a list of tags. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88190
+ * @summary List tags
88191
+ * @param {TagsV2025ApiListTagsRequest} requestParameters Request parameters.
88192
+ * @param {*} [axiosOptions] Override http request option.
88193
+ * @throws {RequiredError}
88194
+ */
88195
+ listTags(requestParameters?: TagsV2025ApiListTagsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<TagV2025>>;
88196
+ };
88197
+ /**
88198
+ * Request parameters for createTag operation in TagsV2025Api.
88199
+ * @export
88200
+ * @interface TagsV2025ApiCreateTagRequest
88201
+ */
88202
+ export interface TagsV2025ApiCreateTagRequest {
88203
+ /**
88204
+ *
88205
+ * @type {TagV2025}
88206
+ * @memberof TagsV2025ApiCreateTag
88207
+ */
88208
+ readonly tagV2025: TagV2025;
88209
+ }
88210
+ /**
88211
+ * Request parameters for deleteTagById operation in TagsV2025Api.
88212
+ * @export
88213
+ * @interface TagsV2025ApiDeleteTagByIdRequest
88214
+ */
88215
+ export interface TagsV2025ApiDeleteTagByIdRequest {
88216
+ /**
88217
+ * The ID of the object reference to delete.
88218
+ * @type {string}
88219
+ * @memberof TagsV2025ApiDeleteTagById
88220
+ */
88221
+ readonly id: string;
88222
+ }
88223
+ /**
88224
+ * Request parameters for getTagById operation in TagsV2025Api.
88225
+ * @export
88226
+ * @interface TagsV2025ApiGetTagByIdRequest
88227
+ */
88228
+ export interface TagsV2025ApiGetTagByIdRequest {
88229
+ /**
88230
+ * The ID of the object reference to retrieve.
88231
+ * @type {string}
88232
+ * @memberof TagsV2025ApiGetTagById
88233
+ */
88234
+ readonly id: string;
88235
+ }
88236
+ /**
88237
+ * Request parameters for listTags operation in TagsV2025Api.
88238
+ * @export
88239
+ * @interface TagsV2025ApiListTagsRequest
88240
+ */
88241
+ export interface TagsV2025ApiListTagsRequest {
88242
+ /**
88243
+ * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
88244
+ * @type {number}
88245
+ * @memberof TagsV2025ApiListTags
88246
+ */
88247
+ readonly limit?: number;
88248
+ /**
88249
+ * 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.
88250
+ * @type {number}
88251
+ * @memberof TagsV2025ApiListTags
88252
+ */
88253
+ readonly offset?: number;
88254
+ /**
88255
+ * 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.
88256
+ * @type {boolean}
88257
+ * @memberof TagsV2025ApiListTags
88258
+ */
88259
+ readonly count?: boolean;
88260
+ /**
88261
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw*
88262
+ * @type {string}
88263
+ * @memberof TagsV2025ApiListTags
88264
+ */
88265
+ readonly filters?: string;
88266
+ /**
88267
+ * Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified**
88268
+ * @type {string}
88269
+ * @memberof TagsV2025ApiListTags
88270
+ */
88271
+ readonly sorters?: string;
88272
+ }
88273
+ /**
88274
+ * TagsV2025Api - object-oriented interface
88275
+ * @export
88276
+ * @class TagsV2025Api
88277
+ * @extends {BaseAPI}
88278
+ */
88279
+ export declare class TagsV2025Api extends BaseAPI {
88280
+ /**
88281
+ * This API creates new tag. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88282
+ * @summary Create tag
88283
+ * @param {TagsV2025ApiCreateTagRequest} requestParameters Request parameters.
88284
+ * @param {*} [axiosOptions] Override http request option.
88285
+ * @throws {RequiredError}
88286
+ * @memberof TagsV2025Api
88287
+ */
88288
+ createTag(requestParameters: TagsV2025ApiCreateTagRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TagV2025, any>>;
88289
+ /**
88290
+ * This API deletes a tag by specified id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88291
+ * @summary Delete tag
88292
+ * @param {TagsV2025ApiDeleteTagByIdRequest} requestParameters Request parameters.
88293
+ * @param {*} [axiosOptions] Override http request option.
88294
+ * @throws {RequiredError}
88295
+ * @memberof TagsV2025Api
88296
+ */
88297
+ deleteTagById(requestParameters: TagsV2025ApiDeleteTagByIdRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
88298
+ /**
88299
+ * Returns a tag by its id. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88300
+ * @summary Get tag by id
88301
+ * @param {TagsV2025ApiGetTagByIdRequest} requestParameters Request parameters.
88302
+ * @param {*} [axiosOptions] Override http request option.
88303
+ * @throws {RequiredError}
88304
+ * @memberof TagsV2025Api
88305
+ */
88306
+ getTagById(requestParameters: TagsV2025ApiGetTagByIdRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TagV2025, any>>;
88307
+ /**
88308
+ * This API returns a list of tags. A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
88309
+ * @summary List tags
88310
+ * @param {TagsV2025ApiListTagsRequest} requestParameters Request parameters.
88311
+ * @param {*} [axiosOptions] Override http request option.
88312
+ * @throws {RequiredError}
88313
+ * @memberof TagsV2025Api
88314
+ */
88315
+ listTags(requestParameters?: TagsV2025ApiListTagsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TagV2025[], any>>;
88316
+ }
85127
88317
  /**
85128
88318
  * TaskManagementV2025Api - axios parameter creator
85129
88319
  * @export
@@ -88212,6 +91402,14 @@ export declare const WorkflowsV2025ApiAxiosParamCreator: (configuration?: Config
88212
91402
  * @throws {RequiredError}
88213
91403
  */
88214
91404
  getWorkflowExecutionHistory: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
91405
+ /**
91406
+ * Gets a workflow execution history, trigger input, and workflow definition of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
91407
+ * @summary Get updated workflow execution history
91408
+ * @param {string} id Id of the workflow execution
91409
+ * @param {*} [axiosOptions] Override http request option.
91410
+ * @throws {RequiredError}
91411
+ */
91412
+ getWorkflowExecutionHistoryV2: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88215
91413
  /**
88216
91414
  * Use this API to list a specified workflow\'s executions. Workflow executions are available for up to 90 days before being archived. By default, you can get a maximum of 250 executions. To get executions past the first 250 records, you can do the following: 1. Use the [Get Workflows](https://developer.sailpoint.com/idn/api/beta/list-workflows) endpoint to get your workflows. 2. Get your workflow ID from the response. 3. You can then do either of the following: - Filter to find relevant workflow executions. For example, you can filter for failed workflow executions: `GET /workflows/:workflowID/executions?filters=status eq \"Failed\"` - Paginate through results with the `offset` parameter. For example, you can page through 50 executions per page and use that as a way to get to the records past the first 250. Refer to [Paginating Results](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results) for more information about the query parameters you can use to achieve pagination.
88217
91415
  * @summary List workflow executions
@@ -88373,6 +91571,14 @@ export declare const WorkflowsV2025ApiFp: (configuration?: Configuration) => {
88373
91571
  * @throws {RequiredError}
88374
91572
  */
88375
91573
  getWorkflowExecutionHistory(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<WorkflowExecutionEventV2025>>>;
91574
+ /**
91575
+ * Gets a workflow execution history, trigger input, and workflow definition of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
91576
+ * @summary Get updated workflow execution history
91577
+ * @param {string} id Id of the workflow execution
91578
+ * @param {*} [axiosOptions] Override http request option.
91579
+ * @throws {RequiredError}
91580
+ */
91581
+ getWorkflowExecutionHistoryV2(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkflowExecutionHistoryV2025>>;
88376
91582
  /**
88377
91583
  * Use this API to list a specified workflow\'s executions. Workflow executions are available for up to 90 days before being archived. By default, you can get a maximum of 250 executions. To get executions past the first 250 records, you can do the following: 1. Use the [Get Workflows](https://developer.sailpoint.com/idn/api/beta/list-workflows) endpoint to get your workflows. 2. Get your workflow ID from the response. 3. You can then do either of the following: - Filter to find relevant workflow executions. For example, you can filter for failed workflow executions: `GET /workflows/:workflowID/executions?filters=status eq \"Failed\"` - Paginate through results with the `offset` parameter. For example, you can page through 50 executions per page and use that as a way to get to the records past the first 250. Refer to [Paginating Results](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results) for more information about the query parameters you can use to achieve pagination.
88378
91584
  * @summary List workflow executions
@@ -88533,6 +91739,14 @@ export declare const WorkflowsV2025ApiFactory: (configuration?: Configuration, b
88533
91739
  * @throws {RequiredError}
88534
91740
  */
88535
91741
  getWorkflowExecutionHistory(requestParameters: WorkflowsV2025ApiGetWorkflowExecutionHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<WorkflowExecutionEventV2025>>;
91742
+ /**
91743
+ * Gets a workflow execution history, trigger input, and workflow definition of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
91744
+ * @summary Get updated workflow execution history
91745
+ * @param {WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request} requestParameters Request parameters.
91746
+ * @param {*} [axiosOptions] Override http request option.
91747
+ * @throws {RequiredError}
91748
+ */
91749
+ getWorkflowExecutionHistoryV2(requestParameters: WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<WorkflowExecutionHistoryV2025>;
88536
91750
  /**
88537
91751
  * Use this API to list a specified workflow\'s executions. Workflow executions are available for up to 90 days before being archived. By default, you can get a maximum of 250 executions. To get executions past the first 250 records, you can do the following: 1. Use the [Get Workflows](https://developer.sailpoint.com/idn/api/beta/list-workflows) endpoint to get your workflows. 2. Get your workflow ID from the response. 3. You can then do either of the following: - Filter to find relevant workflow executions. For example, you can filter for failed workflow executions: `GET /workflows/:workflowID/executions?filters=status eq \"Failed\"` - Paginate through results with the `offset` parameter. For example, you can page through 50 executions per page and use that as a way to get to the records past the first 250. Refer to [Paginating Results](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results) for more information about the query parameters you can use to achieve pagination.
88538
91752
  * @summary List workflow executions
@@ -88722,6 +91936,19 @@ export interface WorkflowsV2025ApiGetWorkflowExecutionHistoryRequest {
88722
91936
  */
88723
91937
  readonly id: string;
88724
91938
  }
91939
+ /**
91940
+ * Request parameters for getWorkflowExecutionHistoryV2 operation in WorkflowsV2025Api.
91941
+ * @export
91942
+ * @interface WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request
91943
+ */
91944
+ export interface WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request {
91945
+ /**
91946
+ * Id of the workflow execution
91947
+ * @type {string}
91948
+ * @memberof WorkflowsV2025ApiGetWorkflowExecutionHistoryV2
91949
+ */
91950
+ readonly id: string;
91951
+ }
88725
91952
  /**
88726
91953
  * Request parameters for getWorkflowExecutions operation in WorkflowsV2025Api.
88727
91954
  * @export
@@ -88977,6 +92204,15 @@ export declare class WorkflowsV2025Api extends BaseAPI {
88977
92204
  * @memberof WorkflowsV2025Api
88978
92205
  */
88979
92206
  getWorkflowExecutionHistory(requestParameters: WorkflowsV2025ApiGetWorkflowExecutionHistoryRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkflowExecutionEventV2025[], any>>;
92207
+ /**
92208
+ * Gets a workflow execution history, trigger input, and workflow definition of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
92209
+ * @summary Get updated workflow execution history
92210
+ * @param {WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request} requestParameters Request parameters.
92211
+ * @param {*} [axiosOptions] Override http request option.
92212
+ * @throws {RequiredError}
92213
+ * @memberof WorkflowsV2025Api
92214
+ */
92215
+ getWorkflowExecutionHistoryV2(requestParameters: WorkflowsV2025ApiGetWorkflowExecutionHistoryV2Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkflowExecutionHistoryV2025, any>>;
88980
92216
  /**
88981
92217
  * Use this API to list a specified workflow\'s executions. Workflow executions are available for up to 90 days before being archived. By default, you can get a maximum of 250 executions. To get executions past the first 250 records, you can do the following: 1. Use the [Get Workflows](https://developer.sailpoint.com/idn/api/beta/list-workflows) endpoint to get your workflows. 2. Get your workflow ID from the response. 3. You can then do either of the following: - Filter to find relevant workflow executions. For example, you can filter for failed workflow executions: `GET /workflows/:workflowID/executions?filters=status eq \"Failed\"` - Paginate through results with the `offset` parameter. For example, you can page through 50 executions per page and use that as a way to get to the records past the first 250. Refer to [Paginating Results](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results) for more information about the query parameters you can use to achieve pagination.
88982
92218
  * @summary List workflow executions