sailpoint-api-client 1.0.1 → 1.0.3

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 (49) hide show
  1. package/beta/.openapi-generator/FILES +1 -0
  2. package/beta/README.md +2 -2
  3. package/beta/api.ts +1675 -614
  4. package/beta/common.ts +2 -1
  5. package/beta/package.json +1 -1
  6. package/cc/.openapi-generator/FILES +1 -0
  7. package/cc/README.md +2 -2
  8. package/cc/api.ts +56 -46
  9. package/cc/common.ts +2 -1
  10. package/cc/package.json +1 -1
  11. package/configuration.ts +3 -3
  12. package/dist/beta/api.d.ts +1213 -499
  13. package/dist/beta/api.js +1258 -490
  14. package/dist/beta/api.js.map +1 -1
  15. package/dist/beta/common.js +2 -1
  16. package/dist/beta/common.js.map +1 -1
  17. package/dist/cc/api.d.ts +40 -40
  18. package/dist/cc/api.js +31 -26
  19. package/dist/cc/api.js.map +1 -1
  20. package/dist/cc/common.js +2 -1
  21. package/dist/cc/common.js.map +1 -1
  22. package/dist/configuration.js +3 -3
  23. package/dist/configuration.js.map +1 -1
  24. package/dist/index.spec.d.ts +1 -0
  25. package/dist/index.spec.js +217 -0
  26. package/dist/index.spec.js.map +1 -0
  27. package/dist/paginator.js +2 -2
  28. package/dist/paginator.js.map +1 -1
  29. package/dist/v2/common.js +2 -1
  30. package/dist/v2/common.js.map +1 -1
  31. package/dist/v3/api.d.ts +2929 -594
  32. package/dist/v3/api.js +4168 -1698
  33. package/dist/v3/api.js.map +1 -1
  34. package/dist/v3/common.js +2 -1
  35. package/dist/v3/common.js.map +1 -1
  36. package/index.spec.ts +119 -0
  37. package/package.json +12 -2
  38. package/paginator.ts +2 -2
  39. package/readme.md +1 -1
  40. package/tsconfig.json +2 -1
  41. package/v2/.openapi-generator/FILES +1 -0
  42. package/v2/README.md +2 -2
  43. package/v2/common.ts +2 -1
  44. package/v2/package.json +1 -1
  45. package/v3/.openapi-generator/FILES +1 -0
  46. package/v3/README.md +2 -2
  47. package/v3/api.ts +5722 -2238
  48. package/v3/common.ts +2 -1
  49. package/v3/package.json +1 -1
@@ -792,10 +792,10 @@ export interface AccessRequestConfigBeta {
792
792
  'approvalReminderAndEscalationConfig'?: ApprovalReminderAndEscalationConfigBeta;
793
793
  /**
794
794
  *
795
- * @type {EntitlementRequestConfigBeta}
795
+ * @type {EntitlementRequestConfig1Beta}
796
796
  * @memberof AccessRequestConfigBeta
797
797
  */
798
- 'entitlementRequestConfig'?: EntitlementRequestConfigBeta;
798
+ 'entitlementRequestConfig'?: EntitlementRequestConfig1Beta;
799
799
  }
800
800
  /**
801
801
  *
@@ -891,7 +891,7 @@ export interface AccessRequestItemBeta {
891
891
  [key: string]: string;
892
892
  };
893
893
  /**
894
- * The date the role or access profile is no longer assigned to the specified identity. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be modified to either extend or decrease the duration of access item assignments for the specified identity. * Currently it is not supported for entitlements.
894
+ * The date the role or access profile is no longer assigned to the specified identity. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be modified to either extend or decrease the duration of access item assignments for the specified identity. * Currently it is not supported for entitlements. * If sunset date for role or access profile specified, removeDate cannot be established. This rule doesn\'t apply for entitlements.
895
895
  * @type {string}
896
896
  * @memberof AccessRequestItemBeta
897
897
  */
@@ -1284,7 +1284,7 @@ export interface AccessRequestResponseBeta {
1284
1284
  'items'?: Array<AccessRequestItemResponseBeta>;
1285
1285
  }
1286
1286
  /**
1287
- * Access request type. Defaults to GRANT_ACCESS. REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field. Currently REVOKE_ACCESS is not supported for entitlements.
1287
+ * Access request type. Defaults to GRANT_ACCESS. REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field.
1288
1288
  * @export
1289
1289
  * @enum {string}
1290
1290
  */
@@ -2245,7 +2245,7 @@ export declare type AdminReviewReassignReassignToBetaTypeEnum = typeof AdminRevi
2245
2245
  */
2246
2246
  export interface ApprovalForwardHistoryBeta {
2247
2247
  /**
2248
- * Display name of approver that forwarded the approval.
2248
+ * Display name of approver from whom the approval was forwarded.
2249
2249
  * @type {string}
2250
2250
  * @memberof ApprovalForwardHistoryBeta
2251
2251
  */
@@ -2257,17 +2257,29 @@ export interface ApprovalForwardHistoryBeta {
2257
2257
  */
2258
2258
  'newApproverName'?: string;
2259
2259
  /**
2260
- * Comment made by old approver when forwarding.
2260
+ * Comment made while forwarding.
2261
2261
  * @type {string}
2262
2262
  * @memberof ApprovalForwardHistoryBeta
2263
2263
  */
2264
- 'comment'?: string;
2264
+ 'comment'?: string | null;
2265
2265
  /**
2266
2266
  * Time at which approval was forwarded.
2267
2267
  * @type {string}
2268
2268
  * @memberof ApprovalForwardHistoryBeta
2269
2269
  */
2270
2270
  'modified'?: string;
2271
+ /**
2272
+ * Display name of forwarder who forwarded the approval.
2273
+ * @type {string}
2274
+ * @memberof ApprovalForwardHistoryBeta
2275
+ */
2276
+ 'forwarderName'?: string | null;
2277
+ /**
2278
+ *
2279
+ * @type {ReassignmentTypeBeta}
2280
+ * @memberof ApprovalForwardHistoryBeta
2281
+ */
2282
+ 'reassignmentType'?: ReassignmentTypeBeta;
2271
2283
  }
2272
2284
  /**
2273
2285
  *
@@ -2434,6 +2446,7 @@ export declare const ApprovalSchemeBeta: {
2434
2446
  readonly Manager: "MANAGER";
2435
2447
  readonly RoleOwner: "ROLE_OWNER";
2436
2448
  readonly AccessProfileOwner: "ACCESS_PROFILE_OWNER";
2449
+ readonly EntitlementOwner: "ENTITLEMENT_OWNER";
2437
2450
  readonly GovernanceGroup: "GOVERNANCE_GROUP";
2438
2451
  };
2439
2452
  export declare type ApprovalSchemeBeta = typeof ApprovalSchemeBeta[keyof typeof ApprovalSchemeBeta];
@@ -3844,13 +3857,13 @@ export interface CertifierResponseBeta {
3844
3857
  */
3845
3858
  export interface ClientLogConfigurationBeta {
3846
3859
  /**
3847
- * client ID of the Log configuration
3860
+ * Log configuration\'s client ID
3848
3861
  * @type {string}
3849
3862
  * @memberof ClientLogConfigurationBeta
3850
3863
  */
3851
3864
  'clientId'?: string;
3852
3865
  /**
3853
- * duration in minutes for the log configuration to remain in effect before resetting to defaults
3866
+ * Duration in minutes for log configuration to remain in effect before resetting to defaults
3854
3867
  * @type {number}
3855
3868
  * @memberof ClientLogConfigurationBeta
3856
3869
  */
@@ -5464,6 +5477,57 @@ export declare const EmailStatusDtoBetaVerificationStatusEnum: {
5464
5477
  readonly Failed: "FAILED";
5465
5478
  };
5466
5479
  export declare type EmailStatusDtoBetaVerificationStatusEnum = typeof EmailStatusDtoBetaVerificationStatusEnum[keyof typeof EmailStatusDtoBetaVerificationStatusEnum];
5480
+ /**
5481
+ *
5482
+ * @export
5483
+ * @interface EntitlementAccessRequestConfigBeta
5484
+ */
5485
+ export interface EntitlementAccessRequestConfigBeta {
5486
+ /**
5487
+ * Ordered list of approval steps for the access request. Empty when no approval is required.
5488
+ * @type {Array<EntitlementApprovalSchemeBeta>}
5489
+ * @memberof EntitlementAccessRequestConfigBeta
5490
+ */
5491
+ 'approvalSchemes'?: Array<EntitlementApprovalSchemeBeta>;
5492
+ /**
5493
+ * If the requester must provide a comment during access request.
5494
+ * @type {boolean}
5495
+ * @memberof EntitlementAccessRequestConfigBeta
5496
+ */
5497
+ 'requestCommentRequired'?: boolean;
5498
+ /**
5499
+ * If the reviewer must provide a comment when denying the access request.
5500
+ * @type {boolean}
5501
+ * @memberof EntitlementAccessRequestConfigBeta
5502
+ */
5503
+ 'denialCommentRequired'?: boolean;
5504
+ }
5505
+ /**
5506
+ *
5507
+ * @export
5508
+ * @interface EntitlementApprovalSchemeBeta
5509
+ */
5510
+ export interface EntitlementApprovalSchemeBeta {
5511
+ /**
5512
+ * Describes the individual or group that is responsible for an approval step. Values are as follows. **ENTITLEMENT_OWNER**: Owner of the associated Entitlement **SOURCE_OWNER**: Owner of the associated Source **MANAGER**: Manager of the Identity for whom the request is being made **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field
5513
+ * @type {string}
5514
+ * @memberof EntitlementApprovalSchemeBeta
5515
+ */
5516
+ 'approverType'?: EntitlementApprovalSchemeBetaApproverTypeEnum;
5517
+ /**
5518
+ * Id of the specific approver, used only when approverType is GOVERNANCE_GROUP
5519
+ * @type {string}
5520
+ * @memberof EntitlementApprovalSchemeBeta
5521
+ */
5522
+ 'approverId'?: string | null;
5523
+ }
5524
+ export declare const EntitlementApprovalSchemeBetaApproverTypeEnum: {
5525
+ readonly EntitlementOwner: "ENTITLEMENT_OWNER";
5526
+ readonly SourceOwner: "SOURCE_OWNER";
5527
+ readonly Manager: "MANAGER";
5528
+ readonly GovernanceGroup: "GOVERNANCE_GROUP";
5529
+ };
5530
+ export declare type EntitlementApprovalSchemeBetaApproverTypeEnum = typeof EntitlementApprovalSchemeBetaApproverTypeEnum[keyof typeof EntitlementApprovalSchemeBetaApproverTypeEnum];
5467
5531
  /**
5468
5532
  *
5469
5533
  * @export
@@ -5556,6 +5620,12 @@ export interface EntitlementBeta {
5556
5620
  * @memberof EntitlementBeta
5557
5621
  */
5558
5622
  'directPermissions'?: Array<PermissionDtoBeta>;
5623
+ /**
5624
+ *
5625
+ * @type {OwnerReferenceDtoBeta}
5626
+ * @memberof EntitlementBeta
5627
+ */
5628
+ 'owner'?: OwnerReferenceDtoBeta;
5559
5629
  }
5560
5630
  /**
5561
5631
  *
@@ -5608,34 +5678,47 @@ export declare type EntitlementRefBetaTypeEnum = typeof EntitlementRefBetaTypeEn
5608
5678
  /**
5609
5679
  *
5610
5680
  * @export
5611
- * @interface EntitlementRequestConfigBeta
5681
+ * @interface EntitlementRequestConfig1Beta
5612
5682
  */
5613
- export interface EntitlementRequestConfigBeta {
5683
+ export interface EntitlementRequestConfig1Beta {
5614
5684
  /**
5615
5685
  * Flag for allowing entitlement request.
5616
5686
  * @type {boolean}
5617
- * @memberof EntitlementRequestConfigBeta
5687
+ * @memberof EntitlementRequestConfig1Beta
5618
5688
  */
5619
5689
  'allowEntitlementRequest'?: boolean;
5620
5690
  /**
5621
5691
  * Flag for requiring comments while submitting an entitlement request.
5622
5692
  * @type {boolean}
5623
- * @memberof EntitlementRequestConfigBeta
5693
+ * @memberof EntitlementRequestConfig1Beta
5624
5694
  */
5625
5695
  'requestCommentsRequired'?: boolean;
5626
5696
  /**
5627
5697
  * Flag for requiring comments while rejecting an entitlement request.
5628
5698
  * @type {boolean}
5629
- * @memberof EntitlementRequestConfigBeta
5699
+ * @memberof EntitlementRequestConfig1Beta
5630
5700
  */
5631
5701
  'deniedCommentsRequired'?: boolean;
5632
5702
  /**
5633
- * Approval schemes for granting entitlement request. This can be empty if no approval is needed. Multiple schemes must be comma-separated. The valid schemes are \"sourceOwner\", \"manager\" and \"workgroup:{id}\". Multiple workgroups (governance groups) can be used.
5703
+ * Approval schemes for granting entitlement request. This can be empty if no approval is needed. Multiple schemes must be comma-separated. The valid schemes are \"entitlementOwner\", \"sourceOwner\", \"manager\" and \"workgroup:{id}\". Multiple workgroups (governance groups) can be used.
5634
5704
  * @type {string}
5635
- * @memberof EntitlementRequestConfigBeta
5705
+ * @memberof EntitlementRequestConfig1Beta
5636
5706
  */
5637
5707
  'grantRequestApprovalSchemes'?: string;
5638
5708
  }
5709
+ /**
5710
+ *
5711
+ * @export
5712
+ * @interface EntitlementRequestConfigBeta
5713
+ */
5714
+ export interface EntitlementRequestConfigBeta {
5715
+ /**
5716
+ *
5717
+ * @type {EntitlementAccessRequestConfigBeta}
5718
+ * @memberof EntitlementRequestConfigBeta
5719
+ */
5720
+ 'accessRequestConfig'?: EntitlementAccessRequestConfigBeta;
5721
+ }
5639
5722
  /**
5640
5723
  *
5641
5724
  * @export
@@ -6400,7 +6483,7 @@ export interface FullAccountBeta {
6400
6483
  * @type {string}
6401
6484
  * @memberof FullAccountBeta
6402
6485
  */
6403
- 'uuid'?: string;
6486
+ 'uuid'?: string | null;
6404
6487
  /**
6405
6488
  * The native identifier of the account
6406
6489
  * @type {string}
@@ -6412,7 +6495,7 @@ export interface FullAccountBeta {
6412
6495
  * @type {string}
6413
6496
  * @memberof FullAccountBeta
6414
6497
  */
6415
- 'description'?: string;
6498
+ 'description'?: string | null;
6416
6499
  /**
6417
6500
  * Whether the account is disabled
6418
6501
  * @type {boolean}
@@ -6443,6 +6526,12 @@ export interface FullAccountBeta {
6443
6526
  * @memberof FullAccountBeta
6444
6527
  */
6445
6528
  'sourceId'?: string;
6529
+ /**
6530
+ * The name of the source
6531
+ * @type {string}
6532
+ * @memberof FullAccountBeta
6533
+ */
6534
+ 'sourceName'?: string;
6446
6535
  /**
6447
6536
  * The ID of the identity for which this account is correlated to if not uncorrelated
6448
6537
  * @type {string}
@@ -7382,6 +7471,103 @@ export interface IdentityAttributesChangedBeta {
7382
7471
  */
7383
7472
  'changes': Array<TriggerInputIdentityAttributesChangedChangesInnerBeta>;
7384
7473
  }
7474
+ /**
7475
+ *
7476
+ * @export
7477
+ * @interface IdentityBeta
7478
+ */
7479
+ export interface IdentityBeta {
7480
+ /**
7481
+ * System-generated unique ID of the Object
7482
+ * @type {string}
7483
+ * @memberof IdentityBeta
7484
+ */
7485
+ 'id'?: string;
7486
+ /**
7487
+ * Name of the Object
7488
+ * @type {string}
7489
+ * @memberof IdentityBeta
7490
+ */
7491
+ 'name': string;
7492
+ /**
7493
+ * Creation date of the Object
7494
+ * @type {string}
7495
+ * @memberof IdentityBeta
7496
+ */
7497
+ 'created'?: string;
7498
+ /**
7499
+ * Last modification date of the Object
7500
+ * @type {string}
7501
+ * @memberof IdentityBeta
7502
+ */
7503
+ 'modified'?: string;
7504
+ /**
7505
+ * Alternate unique identifier for the identity
7506
+ * @type {string}
7507
+ * @memberof IdentityBeta
7508
+ */
7509
+ 'alias'?: string;
7510
+ /**
7511
+ * The email address of the identity
7512
+ * @type {string}
7513
+ * @memberof IdentityBeta
7514
+ */
7515
+ 'emailAddress'?: string;
7516
+ /**
7517
+ * The processing state of the identity
7518
+ * @type {string}
7519
+ * @memberof IdentityBeta
7520
+ */
7521
+ 'processingState'?: IdentityBetaProcessingStateEnum;
7522
+ /**
7523
+ * The identity\'s status in the system
7524
+ * @type {string}
7525
+ * @memberof IdentityBeta
7526
+ */
7527
+ 'identityStatus'?: IdentityBetaIdentityStatusEnum;
7528
+ /**
7529
+ *
7530
+ * @type {BaseReferenceDtoBeta}
7531
+ * @memberof IdentityBeta
7532
+ */
7533
+ 'managerRef'?: BaseReferenceDtoBeta;
7534
+ /**
7535
+ * Whether this identity is a manager of another identity
7536
+ * @type {boolean}
7537
+ * @memberof IdentityBeta
7538
+ */
7539
+ 'isManager'?: boolean;
7540
+ /**
7541
+ * The last time the identity was refreshed by the system
7542
+ * @type {string}
7543
+ * @memberof IdentityBeta
7544
+ */
7545
+ 'lastRefresh'?: string;
7546
+ /**
7547
+ * A map with the identity attributes for the identity
7548
+ * @type {object}
7549
+ * @memberof IdentityBeta
7550
+ */
7551
+ 'attributes'?: object;
7552
+ }
7553
+ export declare const IdentityBetaProcessingStateEnum: {
7554
+ readonly Error: "ERROR";
7555
+ readonly Ok: "OK";
7556
+ };
7557
+ export declare type IdentityBetaProcessingStateEnum = typeof IdentityBetaProcessingStateEnum[keyof typeof IdentityBetaProcessingStateEnum];
7558
+ export declare const IdentityBetaIdentityStatusEnum: {
7559
+ readonly Unregistered: "UNREGISTERED";
7560
+ readonly Registered: "REGISTERED";
7561
+ readonly Pending: "PENDING";
7562
+ readonly Warning: "WARNING";
7563
+ readonly Disabled: "DISABLED";
7564
+ readonly Active: "ACTIVE";
7565
+ readonly Deactivated: "DEACTIVATED";
7566
+ readonly Terminated: "TERMINATED";
7567
+ readonly Error: "ERROR";
7568
+ readonly Locked: "LOCKED";
7569
+ };
7570
+ export declare type IdentityBetaIdentityStatusEnum = typeof IdentityBetaIdentityStatusEnum[keyof typeof IdentityBetaIdentityStatusEnum];
7385
7571
  /**
7386
7572
  *
7387
7573
  * @export
@@ -7542,6 +7728,79 @@ export interface IdentityDeletedBeta {
7542
7728
  [key: string]: any;
7543
7729
  };
7544
7730
  }
7731
+ /**
7732
+ *
7733
+ * @export
7734
+ * @interface IdentityDtoBeta
7735
+ */
7736
+ export interface IdentityDtoBeta {
7737
+ /**
7738
+ * Alternate unique identifier for the identity
7739
+ * @type {string}
7740
+ * @memberof IdentityDtoBeta
7741
+ */
7742
+ 'alias'?: string;
7743
+ /**
7744
+ * The email address of the identity
7745
+ * @type {string}
7746
+ * @memberof IdentityDtoBeta
7747
+ */
7748
+ 'emailAddress'?: string;
7749
+ /**
7750
+ * The processing state of the identity
7751
+ * @type {string}
7752
+ * @memberof IdentityDtoBeta
7753
+ */
7754
+ 'processingState'?: IdentityDtoBetaProcessingStateEnum;
7755
+ /**
7756
+ * The identity\'s status in the system
7757
+ * @type {string}
7758
+ * @memberof IdentityDtoBeta
7759
+ */
7760
+ 'identityStatus'?: IdentityDtoBetaIdentityStatusEnum;
7761
+ /**
7762
+ *
7763
+ * @type {BaseReferenceDtoBeta}
7764
+ * @memberof IdentityDtoBeta
7765
+ */
7766
+ 'managerRef'?: BaseReferenceDtoBeta;
7767
+ /**
7768
+ * Whether this identity is a manager of another identity
7769
+ * @type {boolean}
7770
+ * @memberof IdentityDtoBeta
7771
+ */
7772
+ 'isManager'?: boolean;
7773
+ /**
7774
+ * The last time the identity was refreshed by the system
7775
+ * @type {string}
7776
+ * @memberof IdentityDtoBeta
7777
+ */
7778
+ 'lastRefresh'?: string;
7779
+ /**
7780
+ * A map with the identity attributes for the identity
7781
+ * @type {object}
7782
+ * @memberof IdentityDtoBeta
7783
+ */
7784
+ 'attributes'?: object;
7785
+ }
7786
+ export declare const IdentityDtoBetaProcessingStateEnum: {
7787
+ readonly Error: "ERROR";
7788
+ readonly Ok: "OK";
7789
+ };
7790
+ export declare type IdentityDtoBetaProcessingStateEnum = typeof IdentityDtoBetaProcessingStateEnum[keyof typeof IdentityDtoBetaProcessingStateEnum];
7791
+ export declare const IdentityDtoBetaIdentityStatusEnum: {
7792
+ readonly Unregistered: "UNREGISTERED";
7793
+ readonly Registered: "REGISTERED";
7794
+ readonly Pending: "PENDING";
7795
+ readonly Warning: "WARNING";
7796
+ readonly Disabled: "DISABLED";
7797
+ readonly Active: "ACTIVE";
7798
+ readonly Deactivated: "DEACTIVATED";
7799
+ readonly Terminated: "TERMINATED";
7800
+ readonly Error: "ERROR";
7801
+ readonly Locked: "LOCKED";
7802
+ };
7803
+ export declare type IdentityDtoBetaIdentityStatusEnum = typeof IdentityDtoBetaIdentityStatusEnum[keyof typeof IdentityDtoBetaIdentityStatusEnum];
7545
7804
  /**
7546
7805
  *
7547
7806
  * @export
@@ -7668,7 +7927,7 @@ export interface IdentityListItemBeta {
7668
7927
  * @type {string}
7669
7928
  * @memberof IdentityListItemBeta
7670
7929
  */
7671
- 'deletedDate'?: string;
7930
+ 'deletedDate'?: string | null;
7672
7931
  }
7673
7932
  /**
7674
7933
  *
@@ -8376,11 +8635,11 @@ export interface ImportOptionsBeta {
8376
8635
  */
8377
8636
  export interface ImportSpConfigRequestBeta {
8378
8637
  /**
8379
- * Name of JSON file containing the objects to be imported.
8380
- * @type {string}
8638
+ * JSON file containing the objects to be imported.
8639
+ * @type {any}
8381
8640
  * @memberof ImportSpConfigRequestBeta
8382
8641
  */
8383
- 'data': string;
8642
+ 'data': any;
8384
8643
  /**
8385
8644
  *
8386
8645
  * @type {ImportOptionsBeta}
@@ -8709,6 +8968,12 @@ export interface ListCompleteWorkflowLibrary200ResponseInnerBeta {
8709
8968
  * @memberof ListCompleteWorkflowLibrary200ResponseInnerBeta
8710
8969
  */
8711
8970
  'name'?: string;
8971
+ /**
8972
+ * Operator type
8973
+ * @type {string}
8974
+ * @memberof ListCompleteWorkflowLibrary200ResponseInnerBeta
8975
+ */
8976
+ 'type'?: string;
8712
8977
  /**
8713
8978
  * Description of the operator
8714
8979
  * @type {string}
@@ -8722,30 +8987,24 @@ export interface ListCompleteWorkflowLibrary200ResponseInnerBeta {
8722
8987
  */
8723
8988
  'formFields'?: Array<WorkflowLibraryFormFieldsBeta>;
8724
8989
  /**
8725
- * Defines the output schema, if any, that this action produces.
8726
- * @type {object}
8990
+ * Determines whether the dynamic output schema is returned in place of the action\'s output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
8991
+ * @type {boolean}
8727
8992
  * @memberof ListCompleteWorkflowLibrary200ResponseInnerBeta
8728
8993
  */
8729
- 'outputSchema'?: object;
8994
+ 'isDynamicSchema'?: boolean;
8730
8995
  /**
8731
- * Trigger type
8996
+ * Defines the output schema, if any, that this action produces.
8732
8997
  * @type {object}
8733
8998
  * @memberof ListCompleteWorkflowLibrary200ResponseInnerBeta
8734
8999
  */
8735
- 'type'?: ListCompleteWorkflowLibrary200ResponseInnerBetaTypeEnum;
9000
+ 'outputSchema'?: object;
8736
9001
  /**
8737
9002
  * Example trigger payload if applicable
8738
9003
  * @type {object}
8739
9004
  * @memberof ListCompleteWorkflowLibrary200ResponseInnerBeta
8740
9005
  */
8741
- 'inputExample'?: object;
9006
+ 'inputExample'?: object | null;
8742
9007
  }
8743
- export declare const ListCompleteWorkflowLibrary200ResponseInnerBetaTypeEnum: {
8744
- readonly Event: "EVENT";
8745
- readonly Scheduled: "SCHEDULED";
8746
- readonly External: "EXTERNAL";
8747
- };
8748
- export declare type ListCompleteWorkflowLibrary200ResponseInnerBetaTypeEnum = typeof ListCompleteWorkflowLibrary200ResponseInnerBetaTypeEnum[keyof typeof ListCompleteWorkflowLibrary200ResponseInnerBetaTypeEnum];
8749
9008
  /**
8750
9009
  * @type ListIdentityAccessItems200ResponseInnerBeta
8751
9010
  * @export
@@ -9271,6 +9530,12 @@ export interface ManualWorkItemDetailsBeta {
9271
9530
  * @memberof ManualWorkItemDetailsBeta
9272
9531
  */
9273
9532
  'status'?: ManualWorkItemStateBeta;
9533
+ /**
9534
+ * The history of approval forward action.
9535
+ * @type {Array<ApprovalForwardHistoryBeta>}
9536
+ * @memberof ManualWorkItemDetailsBeta
9537
+ */
9538
+ 'forwardHistory'?: Array<ApprovalForwardHistoryBeta>;
9274
9539
  }
9275
9540
  /**
9276
9541
  * Indicates the state of the request processing for this item: * PENDING: The request for this item is awaiting processing. * APPROVED: The request for this item has been approved. * REJECTED: The request for this item was rejected. * EXPIRED: The request for this item expired with no action taken. * CANCELLED: The request for this item was cancelled with no user action. * ARCHIVED: The request for this item has been archived after completion.
@@ -10987,31 +11252,31 @@ export interface OrgConfigBeta {
10987
11252
  * @type {string}
10988
11253
  * @memberof OrgConfigBeta
10989
11254
  */
10990
- 'armCustomerId'?: string;
11255
+ 'armCustomerId'?: string | null;
10991
11256
  /**
10992
11257
  * A list of IDN::sourceId to ARM::systemId mappings.
10993
11258
  * @type {string}
10994
11259
  * @memberof OrgConfigBeta
10995
11260
  */
10996
- 'armSapSystemIdMappings'?: string;
11261
+ 'armSapSystemIdMappings'?: string | null;
10997
11262
  /**
10998
11263
  * ARM authentication string
10999
11264
  * @type {string}
11000
11265
  * @memberof OrgConfigBeta
11001
11266
  */
11002
- 'armAuth'?: string;
11267
+ 'armAuth'?: string | null;
11003
11268
  /**
11004
11269
  * ARM database name
11005
11270
  * @type {string}
11006
11271
  * @memberof OrgConfigBeta
11007
11272
  */
11008
- 'armDb'?: string;
11273
+ 'armDb'?: string | null;
11009
11274
  /**
11010
11275
  * ARM SSO URL
11011
11276
  * @type {string}
11012
11277
  * @memberof OrgConfigBeta
11013
11278
  */
11014
- 'armSsoUrl'?: string;
11279
+ 'armSsoUrl'?: string | null;
11015
11280
  /**
11016
11281
  * Flag to determine whether IAI Certification Recommendations are enabled for the current org
11017
11282
  * @type {boolean}
@@ -11248,6 +11513,35 @@ export interface OwnerReferenceBeta {
11248
11513
  */
11249
11514
  'name'?: string;
11250
11515
  }
11516
+ /**
11517
+ * Simplified DTO for the owner object of the entitlement
11518
+ * @export
11519
+ * @interface OwnerReferenceDtoBeta
11520
+ */
11521
+ export interface OwnerReferenceDtoBeta {
11522
+ /**
11523
+ * The owner id for the entitlement
11524
+ * @type {string}
11525
+ * @memberof OwnerReferenceDtoBeta
11526
+ */
11527
+ 'id'?: string;
11528
+ /**
11529
+ * The owner name for the entitlement
11530
+ * @type {string}
11531
+ * @memberof OwnerReferenceDtoBeta
11532
+ */
11533
+ 'name'?: string;
11534
+ /**
11535
+ * The type of the owner. Initially only type IDENTITY is supported
11536
+ * @type {string}
11537
+ * @memberof OwnerReferenceDtoBeta
11538
+ */
11539
+ 'type'?: OwnerReferenceDtoBetaTypeEnum;
11540
+ }
11541
+ export declare const OwnerReferenceDtoBetaTypeEnum: {
11542
+ readonly Identity: "IDENTITY";
11543
+ };
11544
+ export declare type OwnerReferenceDtoBetaTypeEnum = typeof OwnerReferenceDtoBetaTypeEnum[keyof typeof OwnerReferenceDtoBetaTypeEnum];
11251
11545
  /**
11252
11546
  *
11253
11547
  * @export
@@ -11522,7 +11816,7 @@ export interface PasswordSyncGroupBeta {
11522
11816
  */
11523
11817
  'name'?: string;
11524
11818
  /**
11525
- *
11819
+ * ID of the password policy
11526
11820
  * @type {string}
11527
11821
  * @memberof PasswordSyncGroupBeta
11528
11822
  */
@@ -11914,6 +12208,18 @@ export interface ProvisioningConfigBeta {
11914
12208
  * @memberof ProvisioningConfigBeta
11915
12209
  */
11916
12210
  'planInitializerScript'?: ProvisioningConfigPlanInitializerScriptBeta;
12211
+ /**
12212
+ * Name of an attribute that when true disables the saving of ProvisioningRequest objects whenever plans are sent through this integration.
12213
+ * @type {boolean}
12214
+ * @memberof ProvisioningConfigBeta
12215
+ */
12216
+ 'noProvisioningRequests'?: boolean;
12217
+ /**
12218
+ * When saving pending requests is enabled, this defines the number of hours the request is allowed to live before it is considered expired and no longer affects plan compilation.
12219
+ * @type {number}
12220
+ * @memberof ProvisioningConfigBeta
12221
+ */
12222
+ 'provisioningRequestExpiration'?: number;
11917
12223
  }
11918
12224
  /**
11919
12225
  *
@@ -11923,22 +12229,22 @@ export interface ProvisioningConfigBeta {
11923
12229
  export interface ProvisioningConfigManagedResourceRefsInnerBeta {
11924
12230
  /**
11925
12231
  * The type of object being referenced
11926
- * @type {string}
12232
+ * @type {object}
11927
12233
  * @memberof ProvisioningConfigManagedResourceRefsInnerBeta
11928
12234
  */
11929
12235
  'type'?: ProvisioningConfigManagedResourceRefsInnerBetaTypeEnum;
11930
12236
  /**
11931
12237
  * ID of the source
11932
- * @type {string}
12238
+ * @type {object}
11933
12239
  * @memberof ProvisioningConfigManagedResourceRefsInnerBeta
11934
12240
  */
11935
- 'id'?: string;
12241
+ 'id'?: object;
11936
12242
  /**
11937
12243
  * Human-readable display name of the source
11938
- * @type {string}
12244
+ * @type {object}
11939
12245
  * @memberof ProvisioningConfigManagedResourceRefsInnerBeta
11940
12246
  */
11941
- 'name'?: string;
12247
+ 'name'?: object;
11942
12248
  }
11943
12249
  export declare const ProvisioningConfigManagedResourceRefsInnerBetaTypeEnum: {
11944
12250
  readonly Source: "SOURCE";
@@ -12223,6 +12529,18 @@ export interface ReassignmentBeta {
12223
12529
  */
12224
12530
  'comment'?: string;
12225
12531
  }
12532
+ /**
12533
+ * Type of approval reassignment.
12534
+ * @export
12535
+ * @enum {string}
12536
+ */
12537
+ export declare const ReassignmentTypeBeta: {
12538
+ readonly ManualReassignment: "MANUAL_REASSIGNMENT";
12539
+ readonly AutomaticReassignment: "AUTOMATIC_REASSIGNMENT";
12540
+ readonly AutoEscalation: "AUTO_ESCALATION";
12541
+ readonly SelfReviewDelegation: "SELF_REVIEW_DELEGATION";
12542
+ };
12543
+ export declare type ReassignmentTypeBeta = typeof ReassignmentTypeBeta[keyof typeof ReassignmentTypeBeta];
12226
12544
  /**
12227
12545
  *
12228
12546
  * @export
@@ -15220,35 +15538,6 @@ export declare const SendTestNotificationRequestDtoBetaMediumEnum: {
15220
15538
  readonly Teams: "TEAMS";
15221
15539
  };
15222
15540
  export declare type SendTestNotificationRequestDtoBetaMediumEnum = typeof SendTestNotificationRequestDtoBetaMediumEnum[keyof typeof SendTestNotificationRequestDtoBetaMediumEnum];
15223
- /**
15224
- * Reference to beforeProvisioningRule for this Service Desk integration
15225
- * @export
15226
- * @interface ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta
15227
- */
15228
- export interface ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta {
15229
- /**
15230
- * The type of object being referenced
15231
- * @type {string}
15232
- * @memberof ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta
15233
- */
15234
- 'type'?: ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBetaTypeEnum;
15235
- /**
15236
- * ID of the rule
15237
- * @type {string}
15238
- * @memberof ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta
15239
- */
15240
- 'id'?: string;
15241
- /**
15242
- * Human-readable display name of the rule
15243
- * @type {string}
15244
- * @memberof ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta
15245
- */
15246
- 'name'?: string;
15247
- }
15248
- export declare const ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBetaTypeEnum: {
15249
- readonly Rule: "RULE";
15250
- };
15251
- export declare type ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBetaTypeEnum = typeof ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBetaTypeEnum[keyof typeof ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBetaTypeEnum];
15252
15541
  /**
15253
15542
  * Specification of a Service Desk integration
15254
15543
  * @export
@@ -15268,17 +15557,17 @@ export interface ServiceDeskIntegrationDtoAllOfBeta {
15268
15557
  */
15269
15558
  'type': string;
15270
15559
  /**
15271
- *
15272
- * @type {ServiceDeskIntegrationDtoAllOfOwnerRefBeta}
15560
+ * Reference to the identity that is the owner of this Service Desk integration
15561
+ * @type {BaseReferenceDtoBeta}
15273
15562
  * @memberof ServiceDeskIntegrationDtoAllOfBeta
15274
15563
  */
15275
- 'ownerRef'?: ServiceDeskIntegrationDtoAllOfOwnerRefBeta;
15564
+ 'ownerRef'?: BaseReferenceDtoBeta;
15276
15565
  /**
15277
- *
15278
- * @type {ServiceDeskIntegrationDtoAllOfClusterRefBeta}
15566
+ * Reference to the source cluster for this Service Desk integration
15567
+ * @type {BaseReferenceDtoBeta}
15279
15568
  * @memberof ServiceDeskIntegrationDtoAllOfBeta
15280
15569
  */
15281
- 'clusterRef'?: ServiceDeskIntegrationDtoAllOfClusterRefBeta;
15570
+ 'clusterRef'?: BaseReferenceDtoBeta;
15282
15571
  /**
15283
15572
  * ID of the cluster for the Service Desk integration (replaced by clusterRef, retained for backward compatibility)
15284
15573
  * @type {string}
@@ -15308,70 +15597,12 @@ export interface ServiceDeskIntegrationDtoAllOfBeta {
15308
15597
  [key: string]: any;
15309
15598
  };
15310
15599
  /**
15311
- *
15312
- * @type {ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta}
15600
+ * Reference to beforeProvisioningRule for this Service Desk integration
15601
+ * @type {BaseReferenceDtoBeta}
15313
15602
  * @memberof ServiceDeskIntegrationDtoAllOfBeta
15314
15603
  */
15315
- 'beforeProvisioningRule'?: ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta;
15604
+ 'beforeProvisioningRule'?: BaseReferenceDtoBeta;
15316
15605
  }
15317
- /**
15318
- * Reference to the source cluster for this Service Desk integration
15319
- * @export
15320
- * @interface ServiceDeskIntegrationDtoAllOfClusterRefBeta
15321
- */
15322
- export interface ServiceDeskIntegrationDtoAllOfClusterRefBeta {
15323
- /**
15324
- * The type of object being referenced
15325
- * @type {string}
15326
- * @memberof ServiceDeskIntegrationDtoAllOfClusterRefBeta
15327
- */
15328
- 'type'?: ServiceDeskIntegrationDtoAllOfClusterRefBetaTypeEnum;
15329
- /**
15330
- * ID of the cluster
15331
- * @type {string}
15332
- * @memberof ServiceDeskIntegrationDtoAllOfClusterRefBeta
15333
- */
15334
- 'id'?: string;
15335
- /**
15336
- * Human-readable display name of the cluster
15337
- * @type {string}
15338
- * @memberof ServiceDeskIntegrationDtoAllOfClusterRefBeta
15339
- */
15340
- 'name'?: string;
15341
- }
15342
- export declare const ServiceDeskIntegrationDtoAllOfClusterRefBetaTypeEnum: {
15343
- readonly Cluster: "CLUSTER";
15344
- };
15345
- export declare type ServiceDeskIntegrationDtoAllOfClusterRefBetaTypeEnum = typeof ServiceDeskIntegrationDtoAllOfClusterRefBetaTypeEnum[keyof typeof ServiceDeskIntegrationDtoAllOfClusterRefBetaTypeEnum];
15346
- /**
15347
- * Reference to the identity that is the owner of this Service Desk integration
15348
- * @export
15349
- * @interface ServiceDeskIntegrationDtoAllOfOwnerRefBeta
15350
- */
15351
- export interface ServiceDeskIntegrationDtoAllOfOwnerRefBeta {
15352
- /**
15353
- * The type of object being referenced
15354
- * @type {string}
15355
- * @memberof ServiceDeskIntegrationDtoAllOfOwnerRefBeta
15356
- */
15357
- 'type'?: ServiceDeskIntegrationDtoAllOfOwnerRefBetaTypeEnum;
15358
- /**
15359
- * ID of the identity
15360
- * @type {string}
15361
- * @memberof ServiceDeskIntegrationDtoAllOfOwnerRefBeta
15362
- */
15363
- 'id'?: string;
15364
- /**
15365
- * Human-readable display name of the identity
15366
- * @type {string}
15367
- * @memberof ServiceDeskIntegrationDtoAllOfOwnerRefBeta
15368
- */
15369
- 'name'?: string;
15370
- }
15371
- export declare const ServiceDeskIntegrationDtoAllOfOwnerRefBetaTypeEnum: {
15372
- readonly Identity: "IDENTITY";
15373
- };
15374
- export declare type ServiceDeskIntegrationDtoAllOfOwnerRefBetaTypeEnum = typeof ServiceDeskIntegrationDtoAllOfOwnerRefBetaTypeEnum[keyof typeof ServiceDeskIntegrationDtoAllOfOwnerRefBetaTypeEnum];
15375
15606
  /**
15376
15607
  *
15377
15608
  * @export
@@ -15415,17 +15646,17 @@ export interface ServiceDeskIntegrationDtoBeta {
15415
15646
  */
15416
15647
  'type': string;
15417
15648
  /**
15418
- *
15419
- * @type {ServiceDeskIntegrationDtoAllOfOwnerRefBeta}
15649
+ * Reference to the identity that is the owner of this Service Desk integration
15650
+ * @type {BaseReferenceDtoBeta}
15420
15651
  * @memberof ServiceDeskIntegrationDtoBeta
15421
15652
  */
15422
- 'ownerRef'?: ServiceDeskIntegrationDtoAllOfOwnerRefBeta;
15653
+ 'ownerRef'?: BaseReferenceDtoBeta;
15423
15654
  /**
15424
- *
15425
- * @type {ServiceDeskIntegrationDtoAllOfClusterRefBeta}
15655
+ * Reference to the source cluster for this Service Desk integration
15656
+ * @type {BaseReferenceDtoBeta}
15426
15657
  * @memberof ServiceDeskIntegrationDtoBeta
15427
15658
  */
15428
- 'clusterRef'?: ServiceDeskIntegrationDtoAllOfClusterRefBeta;
15659
+ 'clusterRef'?: BaseReferenceDtoBeta;
15429
15660
  /**
15430
15661
  * ID of the cluster for the Service Desk integration (replaced by clusterRef, retained for backward compatibility)
15431
15662
  * @type {string}
@@ -15455,11 +15686,11 @@ export interface ServiceDeskIntegrationDtoBeta {
15455
15686
  [key: string]: any;
15456
15687
  };
15457
15688
  /**
15458
- *
15459
- * @type {ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta}
15689
+ * Reference to beforeProvisioningRule for this Service Desk integration
15690
+ * @type {BaseReferenceDtoBeta}
15460
15691
  * @memberof ServiceDeskIntegrationDtoBeta
15461
15692
  */
15462
- 'beforeProvisioningRule'?: ServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleBeta;
15693
+ 'beforeProvisioningRule'?: BaseReferenceDtoBeta;
15463
15694
  }
15464
15695
  /**
15465
15696
  * This is the model for a Service Desk integration template, used to create and edit Service Desk Integrations.
@@ -15575,7 +15806,7 @@ export interface SlimAccountAllOfBeta {
15575
15806
  * @type {string}
15576
15807
  * @memberof SlimAccountAllOfBeta
15577
15808
  */
15578
- 'uuid'?: string;
15809
+ 'uuid'?: string | null;
15579
15810
  /**
15580
15811
  * The native identifier of the account
15581
15812
  * @type {string}
@@ -15587,7 +15818,7 @@ export interface SlimAccountAllOfBeta {
15587
15818
  * @type {string}
15588
15819
  * @memberof SlimAccountAllOfBeta
15589
15820
  */
15590
- 'description'?: string;
15821
+ 'description'?: string | null;
15591
15822
  /**
15592
15823
  * Whether the account is disabled
15593
15824
  * @type {boolean}
@@ -15618,6 +15849,12 @@ export interface SlimAccountAllOfBeta {
15618
15849
  * @memberof SlimAccountAllOfBeta
15619
15850
  */
15620
15851
  'sourceId'?: string;
15852
+ /**
15853
+ * The name of the source
15854
+ * @type {string}
15855
+ * @memberof SlimAccountAllOfBeta
15856
+ */
15857
+ 'sourceName'?: string;
15621
15858
  /**
15622
15859
  * The ID of the identity for which this account is correlated to if not uncorrelated
15623
15860
  * @type {string}
@@ -15666,7 +15903,7 @@ export interface SlimAccountBeta {
15666
15903
  * @type {string}
15667
15904
  * @memberof SlimAccountBeta
15668
15905
  */
15669
- 'uuid'?: string;
15906
+ 'uuid'?: string | null;
15670
15907
  /**
15671
15908
  * The native identifier of the account
15672
15909
  * @type {string}
@@ -15678,7 +15915,7 @@ export interface SlimAccountBeta {
15678
15915
  * @type {string}
15679
15916
  * @memberof SlimAccountBeta
15680
15917
  */
15681
- 'description'?: string;
15918
+ 'description'?: string | null;
15682
15919
  /**
15683
15920
  * Whether the account is disabled
15684
15921
  * @type {boolean}
@@ -15709,6 +15946,12 @@ export interface SlimAccountBeta {
15709
15946
  * @memberof SlimAccountBeta
15710
15947
  */
15711
15948
  'sourceId'?: string;
15949
+ /**
15950
+ * The name of the source
15951
+ * @type {string}
15952
+ * @memberof SlimAccountBeta
15953
+ */
15954
+ 'sourceName'?: string;
15712
15955
  /**
15713
15956
  * The ID of the identity for which this account is correlated to if not uncorrelated
15714
15957
  * @type {string}
@@ -16445,6 +16688,12 @@ export interface SourceBeta {
16445
16688
  * @memberof SourceBeta
16446
16689
  */
16447
16690
  'id'?: string;
16691
+ /**
16692
+ * Human-readable name of the source
16693
+ * @type {string}
16694
+ * @memberof SourceBeta
16695
+ */
16696
+ 'name': string;
16448
16697
  /**
16449
16698
  * Human-readable description of the source
16450
16699
  * @type {string}
@@ -16456,7 +16705,7 @@ export interface SourceBeta {
16456
16705
  * @type {SourceOwnerBeta}
16457
16706
  * @memberof SourceBeta
16458
16707
  */
16459
- 'owner'?: SourceOwnerBeta;
16708
+ 'owner': SourceOwnerBeta;
16460
16709
  /**
16461
16710
  *
16462
16711
  * @type {SourceClusterBeta}
@@ -16522,7 +16771,7 @@ export interface SourceBeta {
16522
16771
  * @type {string}
16523
16772
  * @memberof SourceBeta
16524
16773
  */
16525
- 'connector'?: string;
16774
+ 'connector': string;
16526
16775
  /**
16527
16776
  * The fully qualified name of the Java class that implements the connector interface.
16528
16777
  * @type {string}
@@ -16730,6 +16979,19 @@ export interface SourceDeletedBeta {
16730
16979
  */
16731
16980
  'actor': TriggerInputSourceDeletedActorBeta;
16732
16981
  }
16982
+ /**
16983
+ * Entitlement Request Configuration
16984
+ * @export
16985
+ * @interface SourceEntitlementRequestConfigBeta
16986
+ */
16987
+ export interface SourceEntitlementRequestConfigBeta {
16988
+ /**
16989
+ *
16990
+ * @type {EntitlementAccessRequestConfigBeta}
16991
+ * @memberof SourceEntitlementRequestConfigBeta
16992
+ */
16993
+ 'accessRequestConfig'?: EntitlementAccessRequestConfigBeta;
16994
+ }
16733
16995
  /**
16734
16996
  * Optional features that can be supported by an source. * AUTHENTICATE: The source supports pass-through authentication. * COMPOSITE: The source supports composite source creation. * DIRECT_PERMISSIONS: The source supports returning DirectPermissions. * DISCOVER_SCHEMA: The source supports discovering schemas for users and groups. * ENABLE The source supports reading if an account is enabled or disabled. * MANAGER_LOOKUP: The source supports looking up managers as they are encountered in a feed. This is the opposite of NO_RANDOM_ACCESS. * NO_RANDOM_ACCESS: The source does not support random access and the getObject() methods should not be called and expected to perform. * PROXY: The source can serve as a proxy for another source. When an source has a proxy, all connector calls made with that source are redirected through the connector for the proxy source. * SEARCH * TEMPLATE * UNLOCK: The source supports reading if an account is locked or unlocked. * UNSTRUCTURED_TARGETS: The source supports returning unstructured Targets. * SHAREPOINT_TARGET: The source supports returning unstructured Target data for SharePoint. It will be typically used by AD, LDAP sources. * PROVISIONING: The source can both read and write accounts. Having this feature implies that the provision() method is implemented. It also means that direct and target permissions can also be provisioned if they can be returned by aggregation. * GROUP_PROVISIONING: The source can both read and write groups. Having this feature implies that the provision() method is implemented. * SYNC_PROVISIONING: The source can provision accounts synchronously. * PASSWORD: The source can provision password changes. Since sources can never read passwords, this is should only be used in conjunction with the PROVISIONING feature. * CURRENT_PASSWORD: Some source types support verification of the current password * ACCOUNT_ONLY_REQUEST: The source supports requesting accounts without entitlements. * ADDITIONAL_ACCOUNT_REQUEST: The source supports requesting additional accounts. * NO_AGGREGATION: A source that does not support aggregation. * GROUPS_HAVE_MEMBERS: The source models group memberships with a member attribute on the group object rather than a groups attribute on the account object. This effects the implementation of delta account aggregation. * NO_PERMISSIONS_PROVISIONING: Indicates that the connector cannot provision direct or target permissions for accounts. When DIRECT_PERMISSIONS and PROVISIONING features are present, it is assumed that the connector can also provision direct permissions. This feature disables that assumption and causes permission request to be converted to work items for accounts. * NO_GROUP_PERMISSIONS_PROVISIONING: Indicates that the connector cannot provision direct or target permissions for groups. When DIRECT_PERMISSIONS and PROVISIONING features are present, it is assumed that the connector can also provision direct permissions. This feature disables that assumption and causes permission request to be converted to work items for groups. * NO_UNSTRUCTURED_TARGETS_PROVISIONING: This string will be replaced by NO_GROUP_PERMISSIONS_PROVISIONING and NO_PERMISSIONS_PROVISIONING. * NO_DIRECT_PERMISSIONS_PROVISIONING: This string will be replaced by NO_GROUP_PERMISSIONS_PROVISIONING and NO_PERMISSIONS_PROVISIONING.
16735
16997
  * @export
@@ -21097,6 +21359,31 @@ export interface VisibilityCriteriaBeta {
21097
21359
  */
21098
21360
  'expression'?: ExpressionBeta;
21099
21361
  }
21362
+ /**
21363
+ *
21364
+ * @export
21365
+ * @interface WorkItemForwardBeta
21366
+ */
21367
+ export interface WorkItemForwardBeta {
21368
+ /**
21369
+ * The ID of the identity to forward this work item to.
21370
+ * @type {string}
21371
+ * @memberof WorkItemForwardBeta
21372
+ */
21373
+ 'targetOwnerId': string;
21374
+ /**
21375
+ * Comments to send to the target owner
21376
+ * @type {string}
21377
+ * @memberof WorkItemForwardBeta
21378
+ */
21379
+ 'comment': string;
21380
+ /**
21381
+ * If true, send a notification to the target owner.
21382
+ * @type {boolean}
21383
+ * @memberof WorkItemForwardBeta
21384
+ */
21385
+ 'sendNotifications'?: boolean;
21386
+ }
21100
21387
  /**
21101
21388
  * The state of a work item
21102
21389
  * @export
@@ -21586,6 +21873,12 @@ export interface WorkflowLibraryActionBeta {
21586
21873
  * @memberof WorkflowLibraryActionBeta
21587
21874
  */
21588
21875
  'name'?: string;
21876
+ /**
21877
+ * Action type
21878
+ * @type {string}
21879
+ * @memberof WorkflowLibraryActionBeta
21880
+ */
21881
+ 'type'?: string;
21589
21882
  /**
21590
21883
  * Action Description
21591
21884
  * @type {string}
@@ -21598,6 +21891,12 @@ export interface WorkflowLibraryActionBeta {
21598
21891
  * @memberof WorkflowLibraryActionBeta
21599
21892
  */
21600
21893
  'formFields'?: Array<WorkflowLibraryFormFieldsBeta>;
21894
+ /**
21895
+ * Determines whether the dynamic output schema is returned in place of the action\'s output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
21896
+ * @type {boolean}
21897
+ * @memberof WorkflowLibraryActionBeta
21898
+ */
21899
+ 'isDynamicSchema'?: boolean;
21601
21900
  /**
21602
21901
  * Defines the output schema, if any, that this action produces.
21603
21902
  * @type {object}
@@ -21651,6 +21950,20 @@ export declare const WorkflowLibraryFormFieldsBetaTypeEnum: {
21651
21950
  readonly Number: "number";
21652
21951
  readonly Json: "json";
21653
21952
  readonly Checkbox: "checkbox";
21953
+ readonly Jsonpath: "jsonpath";
21954
+ readonly Select: "select";
21955
+ readonly MultiType: "multiType";
21956
+ readonly Duration: "duration";
21957
+ readonly Toggle: "toggle";
21958
+ readonly IdentityPicker: "identityPicker";
21959
+ readonly GovernanceGroupPicker: "governanceGroupPicker";
21960
+ readonly String: "string";
21961
+ readonly Object: "object";
21962
+ readonly Array: "array";
21963
+ readonly Secret: "secret";
21964
+ readonly KeyValuePairs: "keyValuePairs";
21965
+ readonly EmailPicker: "emailPicker";
21966
+ readonly AdvancedToggle: "advancedToggle";
21654
21967
  };
21655
21968
  export declare type WorkflowLibraryFormFieldsBetaTypeEnum = typeof WorkflowLibraryFormFieldsBetaTypeEnum[keyof typeof WorkflowLibraryFormFieldsBetaTypeEnum];
21656
21969
  /**
@@ -21671,6 +21984,12 @@ export interface WorkflowLibraryOperatorBeta {
21671
21984
  * @memberof WorkflowLibraryOperatorBeta
21672
21985
  */
21673
21986
  'name'?: string;
21987
+ /**
21988
+ * Operator type
21989
+ * @type {string}
21990
+ * @memberof WorkflowLibraryOperatorBeta
21991
+ */
21992
+ 'type'?: string;
21674
21993
  /**
21675
21994
  * Description of the operator
21676
21995
  * @type {string}
@@ -21714,18 +22033,24 @@ export interface WorkflowLibraryTriggerBeta {
21714
22033
  * @memberof WorkflowLibraryTriggerBeta
21715
22034
  */
21716
22035
  'description'?: string;
22036
+ /**
22037
+ * Determines whether the dynamic output schema is returned in place of the action\'s output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
22038
+ * @type {boolean}
22039
+ * @memberof WorkflowLibraryTriggerBeta
22040
+ */
22041
+ 'isDynamicSchema'?: boolean;
21717
22042
  /**
21718
22043
  * Example trigger payload if applicable
21719
22044
  * @type {object}
21720
22045
  * @memberof WorkflowLibraryTriggerBeta
21721
22046
  */
21722
- 'inputExample'?: object;
22047
+ 'inputExample'?: object | null;
21723
22048
  /**
21724
22049
  * One or more inputs that the trigger accepts
21725
22050
  * @type {Array<WorkflowLibraryFormFieldsBeta>}
21726
22051
  * @memberof WorkflowLibraryTriggerBeta
21727
22052
  */
21728
- 'formFields'?: Array<WorkflowLibraryFormFieldsBeta>;
22053
+ 'formFields'?: Array<WorkflowLibraryFormFieldsBeta> | null;
21729
22054
  }
21730
22055
  export declare const WorkflowLibraryTriggerBetaTypeEnum: {
21731
22056
  readonly Event: "EVENT";
@@ -21884,7 +22209,7 @@ export declare const AccessProfilesBetaApiFp: (configuration?: Configuration) =>
21884
22209
  * @param {*} [axiosOptions] Override http request option.
21885
22210
  * @throws {RequiredError}
21886
22211
  */
21887
- deleteAccessProfile(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseReferenceDtoBeta>>;
22212
+ deleteAccessProfile(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
21888
22213
  /**
21889
22214
  * This API initiates a bulk deletion of one or more Access Profiles. By default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.
21890
22215
  * @summary Delete Access Profile(s)
@@ -21959,7 +22284,7 @@ export declare const AccessProfilesBetaApiFactory: (configuration?: Configuratio
21959
22284
  * @param {*} [axiosOptions] Override http request option.
21960
22285
  * @throws {RequiredError}
21961
22286
  */
21962
- deleteAccessProfile(id: string, axiosOptions?: any): AxiosPromise<BaseReferenceDtoBeta>;
22287
+ deleteAccessProfile(id: string, axiosOptions?: any): AxiosPromise<void>;
21963
22288
  /**
21964
22289
  * This API initiates a bulk deletion of one or more Access Profiles. By default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.
21965
22290
  * @summary Delete Access Profile(s)
@@ -22207,7 +22532,7 @@ export declare class AccessProfilesBetaApi extends BaseAPI {
22207
22532
  * @throws {RequiredError}
22208
22533
  * @memberof AccessProfilesBetaApi
22209
22534
  */
22210
- deleteAccessProfile(requestParameters: AccessProfilesBetaApiDeleteAccessProfileRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseReferenceDtoBeta, any>>;
22535
+ deleteAccessProfile(requestParameters: AccessProfilesBetaApiDeleteAccessProfileRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
22211
22536
  /**
22212
22537
  * This API initiates a bulk deletion of one or more Access Profiles. By default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.
22213
22538
  * @summary Delete Access Profile(s)
@@ -22704,7 +23029,7 @@ export declare const AccessRequestsBetaApiAxiosParamCreator: (configuration?: Co
22704
23029
  */
22705
23030
  closeAccessRequest: (closeAccessRequestBeta: CloseAccessRequestBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
22706
23031
  /**
22707
- * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. * Roles and Access Profiles can be requested for revocation. Revoke request for entitlements are not supported currently. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
23032
+ * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time only for Roles and Access Profiles. Entitlements are currently unsupported for removeDate. * Roles, Access Profiles, and Entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * [Roles, Access Profiles] RemoveData can be specified only if access don\'t have a sunset date. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
22708
23033
  * @summary Submit an Access Request
22709
23034
  * @param {AccessRequestBeta} accessRequestBeta
22710
23035
  * @param {*} [axiosOptions] Override http request option.
@@ -22764,7 +23089,7 @@ export declare const AccessRequestsBetaApiFp: (configuration?: Configuration) =>
22764
23089
  */
22765
23090
  closeAccessRequest(closeAccessRequestBeta: CloseAccessRequestBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
22766
23091
  /**
22767
- * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. * Roles and Access Profiles can be requested for revocation. Revoke request for entitlements are not supported currently. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
23092
+ * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time only for Roles and Access Profiles. Entitlements are currently unsupported for removeDate. * Roles, Access Profiles, and Entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * [Roles, Access Profiles] RemoveData can be specified only if access don\'t have a sunset date. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
22768
23093
  * @summary Submit an Access Request
22769
23094
  * @param {AccessRequestBeta} accessRequestBeta
22770
23095
  * @param {*} [axiosOptions] Override http request option.
@@ -22824,7 +23149,7 @@ export declare const AccessRequestsBetaApiFactory: (configuration?: Configuratio
22824
23149
  */
22825
23150
  closeAccessRequest(closeAccessRequestBeta: CloseAccessRequestBeta, axiosOptions?: any): AxiosPromise<object>;
22826
23151
  /**
22827
- * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. * Roles and Access Profiles can be requested for revocation. Revoke request for entitlements are not supported currently. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
23152
+ * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time only for Roles and Access Profiles. Entitlements are currently unsupported for removeDate. * Roles, Access Profiles, and Entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * [Roles, Access Profiles] RemoveData can be specified only if access don\'t have a sunset date. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
22828
23153
  * @summary Submit an Access Request
22829
23154
  * @param {AccessRequestBeta} accessRequestBeta
22830
23155
  * @param {*} [axiosOptions] Override http request option.
@@ -22995,7 +23320,7 @@ export declare class AccessRequestsBetaApi extends BaseAPI {
22995
23320
  */
22996
23321
  closeAccessRequest(requestParameters: AccessRequestsBetaApiCloseAccessRequestRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
22997
23322
  /**
22998
- * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. * Roles and Access Profiles can be requested for revocation. Revoke request for entitlements are not supported currently. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
23323
+ * This submits the access request into IdentityNow, where it will follow any IdentityNow approval processes. Access requests are processed asynchronously by IdentityNow. A success response from this endpoint means the request has been submitted to IDN and is queued for processing. Because this endpoint is asynchronous, it will not return an error if you submit duplicate access requests in quick succession, or you submit an access request for access that is already in progress, approved, or rejected. It is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [access request status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [pending access request approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) endpoints. You can also use the [search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items that an identity has before submitting an access request to ensure you are not requesting access that is already granted. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users, see \'/beta/access-request-config\' endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, Access Profiles and Entitlements can be requested. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If removeDate is specified, then the access will be removed on that date and time only for Roles and Access Profiles. Entitlements are currently unsupported for removeDate. * Roles, Access Profiles, and Entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * [Roles, Access Profiles] RemoveData can be specified only if access don\'t have a sunset date. * Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone. NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API. A token with API authority cannot be used to call this endpoint.
22999
23324
  * @summary Submit an Access Request
23000
23325
  * @param {AccessRequestsBetaApiCreateAccessRequestRequest} requestParameters Request parameters.
23001
23326
  * @param {*} [axiosOptions] Override http request option.
@@ -25973,7 +26298,7 @@ export declare const ConnectorsBetaApiFp: (configuration?: Configuration) => {
25973
26298
  * @param {*} [axiosOptions] Override http request option.
25974
26299
  * @throws {RequiredError}
25975
26300
  */
25976
- getConnectorList(filters?: string, limit?: number, offset?: number, count?: boolean, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V3ConnectorDtoBeta>>;
26301
+ getConnectorList(filters?: string, limit?: number, offset?: number, count?: boolean, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V3ConnectorDtoBeta>>>;
25977
26302
  };
25978
26303
  /**
25979
26304
  * ConnectorsBetaApi - factory interface
@@ -25991,7 +26316,7 @@ export declare const ConnectorsBetaApiFactory: (configuration?: Configuration, b
25991
26316
  * @param {*} [axiosOptions] Override http request option.
25992
26317
  * @throws {RequiredError}
25993
26318
  */
25994
- getConnectorList(filters?: string, limit?: number, offset?: number, count?: boolean, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: any): AxiosPromise<V3ConnectorDtoBeta>;
26319
+ getConnectorList(filters?: string, limit?: number, offset?: number, count?: boolean, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: any): AxiosPromise<Array<V3ConnectorDtoBeta>>;
25995
26320
  };
25996
26321
  /**
25997
26322
  * Request parameters for getConnectorList operation in ConnectorsBetaApi.
@@ -26045,7 +26370,7 @@ export declare class ConnectorsBetaApi extends BaseAPI {
26045
26370
  * @throws {RequiredError}
26046
26371
  * @memberof ConnectorsBetaApi
26047
26372
  */
26048
- getConnectorList(requestParameters?: ConnectorsBetaApiGetConnectorListRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V3ConnectorDtoBeta, any>>;
26373
+ getConnectorList(requestParameters?: ConnectorsBetaApiGetConnectorListRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V3ConnectorDtoBeta[], any>>;
26049
26374
  }
26050
26375
  /**
26051
26376
  * CustomPasswordInstructionsBetaApi - axios parameter creator
@@ -26235,13 +26560,21 @@ export declare class CustomPasswordInstructionsBetaApi extends BaseAPI {
26235
26560
  */
26236
26561
  export declare const EntitlementsBetaApiAxiosParamCreator: (configuration?: Configuration) => {
26237
26562
  /**
26238
- * This API returns an Entitlement by its ID.
26239
- * @summary Get an Entitlement
26240
- * @param {string} id Entitlement Id
26563
+ * This API returns an entitlement by its ID.
26564
+ * @summary Get an entitlement
26565
+ * @param {string} id The entitlement ID
26241
26566
  * @param {*} [axiosOptions] Override http request option.
26242
26567
  * @throws {RequiredError}
26243
26568
  */
26244
26569
  getEntitlement: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
26570
+ /**
26571
+ * This API returns the entitlement request config for a specified entitlement.
26572
+ * @summary Get Entitlement Request Config
26573
+ * @param {string} id Entitlement Id
26574
+ * @param {*} [axiosOptions] Override http request option.
26575
+ * @throws {RequiredError}
26576
+ */
26577
+ getEntitlementRequestConfig: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
26245
26578
  /**
26246
26579
  * This API returns a list of all child entitlements of a given entitlement.
26247
26580
  * @summary List of entitlements children
@@ -26281,14 +26614,23 @@ export declare const EntitlementsBetaApiAxiosParamCreator: (configuration?: Conf
26281
26614
  */
26282
26615
  listEntitlements: (accountId?: string, segmentedForIdentity?: string, forSegmentIds?: string, includeUnsegmented?: boolean, offset?: number, limit?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
26283
26616
  /**
26284
- * This API updates an existing Entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments** A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26285
- * @summary Patch a specified Entitlement
26286
- * @param {string} id ID of the Entitlement to patch
26617
+ * This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**. When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26618
+ * @summary Patch an entitlement
26619
+ * @param {string} id ID of the entitlement to patch
26287
26620
  * @param {Array<JsonPatchOperationBeta>} [jsonPatchOperationBeta]
26288
26621
  * @param {*} [axiosOptions] Override http request option.
26289
26622
  * @throws {RequiredError}
26290
26623
  */
26291
26624
  patchEntitlement: (id: string, jsonPatchOperationBeta?: Array<JsonPatchOperationBeta>, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
26625
+ /**
26626
+ * This API replaces the entitlement request config for a specified entitlement.
26627
+ * @summary Replace Entitlement Request Config
26628
+ * @param {string} id Entitlement ID
26629
+ * @param {EntitlementRequestConfigBeta} entitlementRequestConfigBeta
26630
+ * @param {*} [axiosOptions] Override http request option.
26631
+ * @throws {RequiredError}
26632
+ */
26633
+ putEntitlementRequestConfig: (id: string, entitlementRequestConfigBeta: EntitlementRequestConfigBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
26292
26634
  /**
26293
26635
  * This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. allowed operations : **{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }** **{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }** A token with ORG_ADMIN or API authority is required to call this API.
26294
26636
  * @summary Bulk update an entitlement list
@@ -26304,13 +26646,21 @@ export declare const EntitlementsBetaApiAxiosParamCreator: (configuration?: Conf
26304
26646
  */
26305
26647
  export declare const EntitlementsBetaApiFp: (configuration?: Configuration) => {
26306
26648
  /**
26307
- * This API returns an Entitlement by its ID.
26308
- * @summary Get an Entitlement
26309
- * @param {string} id Entitlement Id
26649
+ * This API returns an entitlement by its ID.
26650
+ * @summary Get an entitlement
26651
+ * @param {string} id The entitlement ID
26310
26652
  * @param {*} [axiosOptions] Override http request option.
26311
26653
  * @throws {RequiredError}
26312
26654
  */
26313
26655
  getEntitlement(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementBeta>>;
26656
+ /**
26657
+ * This API returns the entitlement request config for a specified entitlement.
26658
+ * @summary Get Entitlement Request Config
26659
+ * @param {string} id Entitlement Id
26660
+ * @param {*} [axiosOptions] Override http request option.
26661
+ * @throws {RequiredError}
26662
+ */
26663
+ getEntitlementRequestConfig(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementRequestConfigBeta>>;
26314
26664
  /**
26315
26665
  * This API returns a list of all child entitlements of a given entitlement.
26316
26666
  * @summary List of entitlements children
@@ -26350,14 +26700,23 @@ export declare const EntitlementsBetaApiFp: (configuration?: Configuration) => {
26350
26700
  */
26351
26701
  listEntitlements(accountId?: string, segmentedForIdentity?: string, forSegmentIds?: string, includeUnsegmented?: boolean, offset?: number, limit?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<EntitlementBeta>>>;
26352
26702
  /**
26353
- * This API updates an existing Entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments** A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26354
- * @summary Patch a specified Entitlement
26355
- * @param {string} id ID of the Entitlement to patch
26703
+ * This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**. When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26704
+ * @summary Patch an entitlement
26705
+ * @param {string} id ID of the entitlement to patch
26356
26706
  * @param {Array<JsonPatchOperationBeta>} [jsonPatchOperationBeta]
26357
26707
  * @param {*} [axiosOptions] Override http request option.
26358
26708
  * @throws {RequiredError}
26359
26709
  */
26360
26710
  patchEntitlement(id: string, jsonPatchOperationBeta?: Array<JsonPatchOperationBeta>, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementBeta>>;
26711
+ /**
26712
+ * This API replaces the entitlement request config for a specified entitlement.
26713
+ * @summary Replace Entitlement Request Config
26714
+ * @param {string} id Entitlement ID
26715
+ * @param {EntitlementRequestConfigBeta} entitlementRequestConfigBeta
26716
+ * @param {*} [axiosOptions] Override http request option.
26717
+ * @throws {RequiredError}
26718
+ */
26719
+ putEntitlementRequestConfig(id: string, entitlementRequestConfigBeta: EntitlementRequestConfigBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementRequestConfigBeta>>;
26361
26720
  /**
26362
26721
  * This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. allowed operations : **{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }** **{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }** A token with ORG_ADMIN or API authority is required to call this API.
26363
26722
  * @summary Bulk update an entitlement list
@@ -26373,13 +26732,21 @@ export declare const EntitlementsBetaApiFp: (configuration?: Configuration) => {
26373
26732
  */
26374
26733
  export declare const EntitlementsBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
26375
26734
  /**
26376
- * This API returns an Entitlement by its ID.
26377
- * @summary Get an Entitlement
26378
- * @param {string} id Entitlement Id
26735
+ * This API returns an entitlement by its ID.
26736
+ * @summary Get an entitlement
26737
+ * @param {string} id The entitlement ID
26379
26738
  * @param {*} [axiosOptions] Override http request option.
26380
26739
  * @throws {RequiredError}
26381
26740
  */
26382
26741
  getEntitlement(id: string, axiosOptions?: any): AxiosPromise<EntitlementBeta>;
26742
+ /**
26743
+ * This API returns the entitlement request config for a specified entitlement.
26744
+ * @summary Get Entitlement Request Config
26745
+ * @param {string} id Entitlement Id
26746
+ * @param {*} [axiosOptions] Override http request option.
26747
+ * @throws {RequiredError}
26748
+ */
26749
+ getEntitlementRequestConfig(id: string, axiosOptions?: any): AxiosPromise<EntitlementRequestConfigBeta>;
26383
26750
  /**
26384
26751
  * This API returns a list of all child entitlements of a given entitlement.
26385
26752
  * @summary List of entitlements children
@@ -26419,14 +26786,23 @@ export declare const EntitlementsBetaApiFactory: (configuration?: Configuration,
26419
26786
  */
26420
26787
  listEntitlements(accountId?: string, segmentedForIdentity?: string, forSegmentIds?: string, includeUnsegmented?: boolean, offset?: number, limit?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: any): AxiosPromise<Array<EntitlementBeta>>;
26421
26788
  /**
26422
- * This API updates an existing Entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments** A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26423
- * @summary Patch a specified Entitlement
26424
- * @param {string} id ID of the Entitlement to patch
26789
+ * This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**. When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26790
+ * @summary Patch an entitlement
26791
+ * @param {string} id ID of the entitlement to patch
26425
26792
  * @param {Array<JsonPatchOperationBeta>} [jsonPatchOperationBeta]
26426
26793
  * @param {*} [axiosOptions] Override http request option.
26427
26794
  * @throws {RequiredError}
26428
26795
  */
26429
26796
  patchEntitlement(id: string, jsonPatchOperationBeta?: Array<JsonPatchOperationBeta>, axiosOptions?: any): AxiosPromise<EntitlementBeta>;
26797
+ /**
26798
+ * This API replaces the entitlement request config for a specified entitlement.
26799
+ * @summary Replace Entitlement Request Config
26800
+ * @param {string} id Entitlement ID
26801
+ * @param {EntitlementRequestConfigBeta} entitlementRequestConfigBeta
26802
+ * @param {*} [axiosOptions] Override http request option.
26803
+ * @throws {RequiredError}
26804
+ */
26805
+ putEntitlementRequestConfig(id: string, entitlementRequestConfigBeta: EntitlementRequestConfigBeta, axiosOptions?: any): AxiosPromise<EntitlementRequestConfigBeta>;
26430
26806
  /**
26431
26807
  * This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. allowed operations : **{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }** **{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }** A token with ORG_ADMIN or API authority is required to call this API.
26432
26808
  * @summary Bulk update an entitlement list
@@ -26443,12 +26819,25 @@ export declare const EntitlementsBetaApiFactory: (configuration?: Configuration,
26443
26819
  */
26444
26820
  export interface EntitlementsBetaApiGetEntitlementRequest {
26445
26821
  /**
26446
- * Entitlement Id
26822
+ * The entitlement ID
26447
26823
  * @type {string}
26448
26824
  * @memberof EntitlementsBetaApiGetEntitlement
26449
26825
  */
26450
26826
  readonly id: string;
26451
26827
  }
26828
+ /**
26829
+ * Request parameters for getEntitlementRequestConfig operation in EntitlementsBetaApi.
26830
+ * @export
26831
+ * @interface EntitlementsBetaApiGetEntitlementRequestConfigRequest
26832
+ */
26833
+ export interface EntitlementsBetaApiGetEntitlementRequestConfigRequest {
26834
+ /**
26835
+ * Entitlement Id
26836
+ * @type {string}
26837
+ * @memberof EntitlementsBetaApiGetEntitlementRequestConfig
26838
+ */
26839
+ readonly id: string;
26840
+ }
26452
26841
  /**
26453
26842
  * Request parameters for listEntitlementChildren operation in EntitlementsBetaApi.
26454
26843
  * @export
@@ -26579,7 +26968,7 @@ export interface EntitlementsBetaApiListEntitlementsRequest {
26579
26968
  */
26580
26969
  export interface EntitlementsBetaApiPatchEntitlementRequest {
26581
26970
  /**
26582
- * ID of the Entitlement to patch
26971
+ * ID of the entitlement to patch
26583
26972
  * @type {string}
26584
26973
  * @memberof EntitlementsBetaApiPatchEntitlement
26585
26974
  */
@@ -26591,6 +26980,25 @@ export interface EntitlementsBetaApiPatchEntitlementRequest {
26591
26980
  */
26592
26981
  readonly jsonPatchOperationBeta?: Array<JsonPatchOperationBeta>;
26593
26982
  }
26983
+ /**
26984
+ * Request parameters for putEntitlementRequestConfig operation in EntitlementsBetaApi.
26985
+ * @export
26986
+ * @interface EntitlementsBetaApiPutEntitlementRequestConfigRequest
26987
+ */
26988
+ export interface EntitlementsBetaApiPutEntitlementRequestConfigRequest {
26989
+ /**
26990
+ * Entitlement ID
26991
+ * @type {string}
26992
+ * @memberof EntitlementsBetaApiPutEntitlementRequestConfig
26993
+ */
26994
+ readonly id: string;
26995
+ /**
26996
+ *
26997
+ * @type {EntitlementRequestConfigBeta}
26998
+ * @memberof EntitlementsBetaApiPutEntitlementRequestConfig
26999
+ */
27000
+ readonly entitlementRequestConfigBeta: EntitlementRequestConfigBeta;
27001
+ }
26594
27002
  /**
26595
27003
  * Request parameters for updateEntitlementsInBulk operation in EntitlementsBetaApi.
26596
27004
  * @export
@@ -26612,14 +27020,23 @@ export interface EntitlementsBetaApiUpdateEntitlementsInBulkRequest {
26612
27020
  */
26613
27021
  export declare class EntitlementsBetaApi extends BaseAPI {
26614
27022
  /**
26615
- * This API returns an Entitlement by its ID.
26616
- * @summary Get an Entitlement
27023
+ * This API returns an entitlement by its ID.
27024
+ * @summary Get an entitlement
26617
27025
  * @param {EntitlementsBetaApiGetEntitlementRequest} requestParameters Request parameters.
26618
27026
  * @param {*} [axiosOptions] Override http request option.
26619
27027
  * @throws {RequiredError}
26620
27028
  * @memberof EntitlementsBetaApi
26621
27029
  */
26622
27030
  getEntitlement(requestParameters: EntitlementsBetaApiGetEntitlementRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementBeta, any>>;
27031
+ /**
27032
+ * This API returns the entitlement request config for a specified entitlement.
27033
+ * @summary Get Entitlement Request Config
27034
+ * @param {EntitlementsBetaApiGetEntitlementRequestConfigRequest} requestParameters Request parameters.
27035
+ * @param {*} [axiosOptions] Override http request option.
27036
+ * @throws {RequiredError}
27037
+ * @memberof EntitlementsBetaApi
27038
+ */
27039
+ getEntitlementRequestConfig(requestParameters: EntitlementsBetaApiGetEntitlementRequestConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementRequestConfigBeta, any>>;
26623
27040
  /**
26624
27041
  * This API returns a list of all child entitlements of a given entitlement.
26625
27042
  * @summary List of entitlements children
@@ -26648,14 +27065,23 @@ export declare class EntitlementsBetaApi extends BaseAPI {
26648
27065
  */
26649
27066
  listEntitlements(requestParameters?: EntitlementsBetaApiListEntitlementsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementBeta[], any>>;
26650
27067
  /**
26651
- * This API updates an existing Entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments** A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
26652
- * @summary Patch a specified Entitlement
27068
+ * This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**. When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
27069
+ * @summary Patch an entitlement
26653
27070
  * @param {EntitlementsBetaApiPatchEntitlementRequest} requestParameters Request parameters.
26654
27071
  * @param {*} [axiosOptions] Override http request option.
26655
27072
  * @throws {RequiredError}
26656
27073
  * @memberof EntitlementsBetaApi
26657
27074
  */
26658
27075
  patchEntitlement(requestParameters: EntitlementsBetaApiPatchEntitlementRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementBeta, any>>;
27076
+ /**
27077
+ * This API replaces the entitlement request config for a specified entitlement.
27078
+ * @summary Replace Entitlement Request Config
27079
+ * @param {EntitlementsBetaApiPutEntitlementRequestConfigRequest} requestParameters Request parameters.
27080
+ * @param {*} [axiosOptions] Override http request option.
27081
+ * @throws {RequiredError}
27082
+ * @memberof EntitlementsBetaApi
27083
+ */
27084
+ putEntitlementRequestConfig(requestParameters: EntitlementsBetaApiPutEntitlementRequestConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EntitlementRequestConfigBeta, any>>;
26659
27085
  /**
26660
27086
  * This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. allowed operations : **{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }** **{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }** A token with ORG_ADMIN or API authority is required to call this API.
26661
27087
  * @summary Bulk update an entitlement list
@@ -27516,13 +27942,13 @@ export declare const IAIOutliersBetaApiAxiosParamCreator: (configuration?: Confi
27516
27942
  getLatestIdentityOutlierSnapshots: (type?: 'LOW_SIMILARITY' | 'STRUCTURAL', axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
27517
27943
  /**
27518
27944
  * This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object Requires authorization scope of \'iai:outliers-management:read\'
27519
- * @summary IAI Get an Identity Outlier\'s Contibuting Features
27945
+ * @summary Get identity outlier\'s contibuting features
27520
27946
  * @param {string} outlierId The outlier id
27521
27947
  * @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.
27522
27948
  * @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.
27523
27949
  * @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.
27524
27950
  * @param {string} [includeTranslationMessages] Whether or not to include translation messages object in returned response
27525
- * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/standard_collection_parameters.html) Sorting is supported for the following fields: **importance**
27951
+ * @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: **importance**
27526
27952
  * @param {*} [axiosOptions] Override http request option.
27527
27953
  * @throws {RequiredError}
27528
27954
  */
@@ -27592,13 +28018,13 @@ export declare const IAIOutliersBetaApiFp: (configuration?: Configuration) => {
27592
28018
  getLatestIdentityOutlierSnapshots(type?: 'LOW_SIMILARITY' | 'STRUCTURAL', axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LatestOutlierSummaryBeta>>>;
27593
28019
  /**
27594
28020
  * This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object Requires authorization scope of \'iai:outliers-management:read\'
27595
- * @summary IAI Get an Identity Outlier\'s Contibuting Features
28021
+ * @summary Get identity outlier\'s contibuting features
27596
28022
  * @param {string} outlierId The outlier id
27597
28023
  * @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.
27598
28024
  * @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.
27599
28025
  * @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.
27600
28026
  * @param {string} [includeTranslationMessages] Whether or not to include translation messages object in returned response
27601
- * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/standard_collection_parameters.html) Sorting is supported for the following fields: **importance**
28027
+ * @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: **importance**
27602
28028
  * @param {*} [axiosOptions] Override http request option.
27603
28029
  * @throws {RequiredError}
27604
28030
  */
@@ -27668,13 +28094,13 @@ export declare const IAIOutliersBetaApiFactory: (configuration?: Configuration,
27668
28094
  getLatestIdentityOutlierSnapshots(type?: 'LOW_SIMILARITY' | 'STRUCTURAL', axiosOptions?: any): AxiosPromise<Array<LatestOutlierSummaryBeta>>;
27669
28095
  /**
27670
28096
  * This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object Requires authorization scope of \'iai:outliers-management:read\'
27671
- * @summary IAI Get an Identity Outlier\'s Contibuting Features
28097
+ * @summary Get identity outlier\'s contibuting features
27672
28098
  * @param {string} outlierId The outlier id
27673
28099
  * @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.
27674
28100
  * @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.
27675
28101
  * @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.
27676
28102
  * @param {string} [includeTranslationMessages] Whether or not to include translation messages object in returned response
27677
- * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/standard_collection_parameters.html) Sorting is supported for the following fields: **importance**
28103
+ * @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: **importance**
27678
28104
  * @param {*} [axiosOptions] Override http request option.
27679
28105
  * @throws {RequiredError}
27680
28106
  */
@@ -27839,7 +28265,7 @@ export interface IAIOutliersBetaApiGetPeerGroupOutliersContributingFeaturesReque
27839
28265
  */
27840
28266
  readonly includeTranslationMessages?: string;
27841
28267
  /**
27842
- * Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/standard_collection_parameters.html) Sorting is supported for the following fields: **importance**
28268
+ * 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: **importance**
27843
28269
  * @type {string}
27844
28270
  * @memberof IAIOutliersBetaApiGetPeerGroupOutliersContributingFeatures
27845
28271
  */
@@ -27916,7 +28342,7 @@ export declare class IAIOutliersBetaApi extends BaseAPI {
27916
28342
  getLatestIdentityOutlierSnapshots(requestParameters?: IAIOutliersBetaApiGetLatestIdentityOutlierSnapshotsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LatestOutlierSummaryBeta[], any>>;
27917
28343
  /**
27918
28344
  * This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object Requires authorization scope of \'iai:outliers-management:read\'
27919
- * @summary IAI Get an Identity Outlier\'s Contibuting Features
28345
+ * @summary Get identity outlier\'s contibuting features
27920
28346
  * @param {IAIOutliersBetaApiGetPeerGroupOutliersContributingFeaturesRequest} requestParameters Request parameters.
27921
28347
  * @param {*} [axiosOptions] Override http request option.
27922
28348
  * @throws {RequiredError}
@@ -27948,13 +28374,14 @@ export declare class IAIOutliersBetaApi extends BaseAPI {
27948
28374
  */
27949
28375
  export declare const IAIPeerGroupStrategiesBetaApiAxiosParamCreator: (configuration?: Configuration) => {
27950
28376
  /**
27951
- * This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
28377
+ * -- Deprecated : See \'IAI Outliers\' This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
27952
28378
  * @summary Identity Outliers List
27953
28379
  * @param {string} strategy The strategy used to create peer groups. Currently, \&#39;entitlement\&#39; is supported.
27954
28380
  * @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.
27955
28381
  * @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.
27956
28382
  * @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.
27957
28383
  * @param {*} [axiosOptions] Override http request option.
28384
+ * @deprecated
27958
28385
  * @throws {RequiredError}
27959
28386
  */
27960
28387
  getPeerGroupOutliers: (strategy: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -27965,13 +28392,14 @@ export declare const IAIPeerGroupStrategiesBetaApiAxiosParamCreator: (configurat
27965
28392
  */
27966
28393
  export declare const IAIPeerGroupStrategiesBetaApiFp: (configuration?: Configuration) => {
27967
28394
  /**
27968
- * This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
28395
+ * -- Deprecated : See \'IAI Outliers\' This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
27969
28396
  * @summary Identity Outliers List
27970
28397
  * @param {string} strategy The strategy used to create peer groups. Currently, \&#39;entitlement\&#39; is supported.
27971
28398
  * @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.
27972
28399
  * @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.
27973
28400
  * @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.
27974
28401
  * @param {*} [axiosOptions] Override http request option.
28402
+ * @deprecated
27975
28403
  * @throws {RequiredError}
27976
28404
  */
27977
28405
  getPeerGroupOutliers(strategy: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PeerGroupMemberBeta>>>;
@@ -27982,13 +28410,14 @@ export declare const IAIPeerGroupStrategiesBetaApiFp: (configuration?: Configura
27982
28410
  */
27983
28411
  export declare const IAIPeerGroupStrategiesBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
27984
28412
  /**
27985
- * This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
28413
+ * -- Deprecated : See \'IAI Outliers\' This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
27986
28414
  * @summary Identity Outliers List
27987
28415
  * @param {string} strategy The strategy used to create peer groups. Currently, \&#39;entitlement\&#39; is supported.
27988
28416
  * @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.
27989
28417
  * @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.
27990
28418
  * @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.
27991
28419
  * @param {*} [axiosOptions] Override http request option.
28420
+ * @deprecated
27992
28421
  * @throws {RequiredError}
27993
28422
  */
27994
28423
  getPeerGroupOutliers(strategy: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: any): AxiosPromise<Array<PeerGroupMemberBeta>>;
@@ -28032,10 +28461,11 @@ export interface IAIPeerGroupStrategiesBetaApiGetPeerGroupOutliersRequest {
28032
28461
  */
28033
28462
  export declare class IAIPeerGroupStrategiesBetaApi extends BaseAPI {
28034
28463
  /**
28035
- * This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
28464
+ * -- Deprecated : See \'IAI Outliers\' This API will be used by Identity Governance systems to identify identities that are not included in an organization\'s peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
28036
28465
  * @summary Identity Outliers List
28037
28466
  * @param {IAIPeerGroupStrategiesBetaApiGetPeerGroupOutliersRequest} requestParameters Request parameters.
28038
28467
  * @param {*} [axiosOptions] Override http request option.
28468
+ * @deprecated
28039
28469
  * @throws {RequiredError}
28040
28470
  * @memberof IAIPeerGroupStrategiesBetaApi
28041
28471
  */
@@ -29604,6 +30034,35 @@ export declare class IAIRoleMiningBetaApi extends BaseAPI {
29604
30034
  * @export
29605
30035
  */
29606
30036
  export declare const IdentitiesBetaApiAxiosParamCreator: (configuration?: Configuration) => {
30037
+ /**
30038
+ * The API returns successful response if the requested identity was deleted.
30039
+ * @summary Deletes an identity.
30040
+ * @param {string} identityId Identity Id
30041
+ * @param {*} [axiosOptions] Override http request option.
30042
+ * @throws {RequiredError}
30043
+ */
30044
+ deleteIdentity: (identityId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
30045
+ /**
30046
+ * This API returns a single identity using the Identity ID.
30047
+ * @summary Identity Details
30048
+ * @param {string} identityId Identity Id
30049
+ * @param {*} [axiosOptions] Override http request option.
30050
+ * @throws {RequiredError}
30051
+ */
30052
+ getIdentity: (identityId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
30053
+ /**
30054
+ * This API returns a list of identities.
30055
+ * @summary List Identities
30056
+ * @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 is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **alias**: *eq, sw* **firstname**: *eq, sw* **lastname**: *eq, sw* **email**: *eq, sw* **cloudStatus**: *eq* **processingState**: *eq* **correlated**: *eq* **protected**: *eq*
30057
+ * @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, alias, cloudStatus**
30058
+ * @param {'CORRELATED_ONLY' | 'NONE'} [defaultFilter] Adds additional filter to filters query parameter. CORRELATED_ONLY adds correlated&#x3D;true and returns only identities that are correlated. NONE does not add any and returns all identities that satisfy filters query parameter.
30059
+ * @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.
30060
+ * @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.
30061
+ * @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.
30062
+ * @param {*} [axiosOptions] Override http request option.
30063
+ * @throws {RequiredError}
30064
+ */
30065
+ listIdentities: (filters?: string, sorters?: string, defaultFilter?: 'CORRELATED_ONLY' | 'NONE', count?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
29607
30066
  /**
29608
30067
  * This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity. A token with ORG_ADMIN or API authority is required to call this API.
29609
30068
  * @summary Attribute synchronization for single identity.
@@ -29618,6 +30077,35 @@ export declare const IdentitiesBetaApiAxiosParamCreator: (configuration?: Config
29618
30077
  * @export
29619
30078
  */
29620
30079
  export declare const IdentitiesBetaApiFp: (configuration?: Configuration) => {
30080
+ /**
30081
+ * The API returns successful response if the requested identity was deleted.
30082
+ * @summary Deletes an identity.
30083
+ * @param {string} identityId Identity Id
30084
+ * @param {*} [axiosOptions] Override http request option.
30085
+ * @throws {RequiredError}
30086
+ */
30087
+ deleteIdentity(identityId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
30088
+ /**
30089
+ * This API returns a single identity using the Identity ID.
30090
+ * @summary Identity Details
30091
+ * @param {string} identityId Identity Id
30092
+ * @param {*} [axiosOptions] Override http request option.
30093
+ * @throws {RequiredError}
30094
+ */
30095
+ getIdentity(identityId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityBeta>>;
30096
+ /**
30097
+ * This API returns a list of identities.
30098
+ * @summary List Identities
30099
+ * @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 is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **alias**: *eq, sw* **firstname**: *eq, sw* **lastname**: *eq, sw* **email**: *eq, sw* **cloudStatus**: *eq* **processingState**: *eq* **correlated**: *eq* **protected**: *eq*
30100
+ * @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, alias, cloudStatus**
30101
+ * @param {'CORRELATED_ONLY' | 'NONE'} [defaultFilter] Adds additional filter to filters query parameter. CORRELATED_ONLY adds correlated&#x3D;true and returns only identities that are correlated. NONE does not add any and returns all identities that satisfy filters query parameter.
30102
+ * @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.
30103
+ * @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.
30104
+ * @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.
30105
+ * @param {*} [axiosOptions] Override http request option.
30106
+ * @throws {RequiredError}
30107
+ */
30108
+ listIdentities(filters?: string, sorters?: string, defaultFilter?: 'CORRELATED_ONLY' | 'NONE', count?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityBeta>>>;
29621
30109
  /**
29622
30110
  * This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity. A token with ORG_ADMIN or API authority is required to call this API.
29623
30111
  * @summary Attribute synchronization for single identity.
@@ -29632,6 +30120,35 @@ export declare const IdentitiesBetaApiFp: (configuration?: Configuration) => {
29632
30120
  * @export
29633
30121
  */
29634
30122
  export declare const IdentitiesBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
30123
+ /**
30124
+ * The API returns successful response if the requested identity was deleted.
30125
+ * @summary Deletes an identity.
30126
+ * @param {string} identityId Identity Id
30127
+ * @param {*} [axiosOptions] Override http request option.
30128
+ * @throws {RequiredError}
30129
+ */
30130
+ deleteIdentity(identityId: string, axiosOptions?: any): AxiosPromise<void>;
30131
+ /**
30132
+ * This API returns a single identity using the Identity ID.
30133
+ * @summary Identity Details
30134
+ * @param {string} identityId Identity Id
30135
+ * @param {*} [axiosOptions] Override http request option.
30136
+ * @throws {RequiredError}
30137
+ */
30138
+ getIdentity(identityId: string, axiosOptions?: any): AxiosPromise<IdentityBeta>;
30139
+ /**
30140
+ * This API returns a list of identities.
30141
+ * @summary List Identities
30142
+ * @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 is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **alias**: *eq, sw* **firstname**: *eq, sw* **lastname**: *eq, sw* **email**: *eq, sw* **cloudStatus**: *eq* **processingState**: *eq* **correlated**: *eq* **protected**: *eq*
30143
+ * @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, alias, cloudStatus**
30144
+ * @param {'CORRELATED_ONLY' | 'NONE'} [defaultFilter] Adds additional filter to filters query parameter. CORRELATED_ONLY adds correlated&#x3D;true and returns only identities that are correlated. NONE does not add any and returns all identities that satisfy filters query parameter.
30145
+ * @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.
30146
+ * @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.
30147
+ * @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.
30148
+ * @param {*} [axiosOptions] Override http request option.
30149
+ * @throws {RequiredError}
30150
+ */
30151
+ listIdentities(filters?: string, sorters?: string, defaultFilter?: 'CORRELATED_ONLY' | 'NONE', count?: boolean, limit?: number, offset?: number, axiosOptions?: any): AxiosPromise<Array<IdentityBeta>>;
29635
30152
  /**
29636
30153
  * This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity. A token with ORG_ADMIN or API authority is required to call this API.
29637
30154
  * @summary Attribute synchronization for single identity.
@@ -29641,6 +30158,75 @@ export declare const IdentitiesBetaApiFactory: (configuration?: Configuration, b
29641
30158
  */
29642
30159
  synchronizeAttributesForIdentity(identityId: string, axiosOptions?: any): AxiosPromise<IdentitySyncJobBeta>;
29643
30160
  };
30161
+ /**
30162
+ * Request parameters for deleteIdentity operation in IdentitiesBetaApi.
30163
+ * @export
30164
+ * @interface IdentitiesBetaApiDeleteIdentityRequest
30165
+ */
30166
+ export interface IdentitiesBetaApiDeleteIdentityRequest {
30167
+ /**
30168
+ * Identity Id
30169
+ * @type {string}
30170
+ * @memberof IdentitiesBetaApiDeleteIdentity
30171
+ */
30172
+ readonly identityId: string;
30173
+ }
30174
+ /**
30175
+ * Request parameters for getIdentity operation in IdentitiesBetaApi.
30176
+ * @export
30177
+ * @interface IdentitiesBetaApiGetIdentityRequest
30178
+ */
30179
+ export interface IdentitiesBetaApiGetIdentityRequest {
30180
+ /**
30181
+ * Identity Id
30182
+ * @type {string}
30183
+ * @memberof IdentitiesBetaApiGetIdentity
30184
+ */
30185
+ readonly identityId: string;
30186
+ }
30187
+ /**
30188
+ * Request parameters for listIdentities operation in IdentitiesBetaApi.
30189
+ * @export
30190
+ * @interface IdentitiesBetaApiListIdentitiesRequest
30191
+ */
30192
+ export interface IdentitiesBetaApiListIdentitiesRequest {
30193
+ /**
30194
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **alias**: *eq, sw* **firstname**: *eq, sw* **lastname**: *eq, sw* **email**: *eq, sw* **cloudStatus**: *eq* **processingState**: *eq* **correlated**: *eq* **protected**: *eq*
30195
+ * @type {string}
30196
+ * @memberof IdentitiesBetaApiListIdentities
30197
+ */
30198
+ readonly filters?: string;
30199
+ /**
30200
+ * 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, alias, cloudStatus**
30201
+ * @type {string}
30202
+ * @memberof IdentitiesBetaApiListIdentities
30203
+ */
30204
+ readonly sorters?: string;
30205
+ /**
30206
+ * Adds additional filter to filters query parameter. CORRELATED_ONLY adds correlated&#x3D;true and returns only identities that are correlated. NONE does not add any and returns all identities that satisfy filters query parameter.
30207
+ * @type {'CORRELATED_ONLY' | 'NONE'}
30208
+ * @memberof IdentitiesBetaApiListIdentities
30209
+ */
30210
+ readonly defaultFilter?: 'CORRELATED_ONLY' | 'NONE';
30211
+ /**
30212
+ * 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.
30213
+ * @type {boolean}
30214
+ * @memberof IdentitiesBetaApiListIdentities
30215
+ */
30216
+ readonly count?: boolean;
30217
+ /**
30218
+ * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
30219
+ * @type {number}
30220
+ * @memberof IdentitiesBetaApiListIdentities
30221
+ */
30222
+ readonly limit?: number;
30223
+ /**
30224
+ * 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.
30225
+ * @type {number}
30226
+ * @memberof IdentitiesBetaApiListIdentities
30227
+ */
30228
+ readonly offset?: number;
30229
+ }
29644
30230
  /**
29645
30231
  * Request parameters for synchronizeAttributesForIdentity operation in IdentitiesBetaApi.
29646
30232
  * @export
@@ -29661,6 +30247,33 @@ export interface IdentitiesBetaApiSynchronizeAttributesForIdentityRequest {
29661
30247
  * @extends {BaseAPI}
29662
30248
  */
29663
30249
  export declare class IdentitiesBetaApi extends BaseAPI {
30250
+ /**
30251
+ * The API returns successful response if the requested identity was deleted.
30252
+ * @summary Deletes an identity.
30253
+ * @param {IdentitiesBetaApiDeleteIdentityRequest} requestParameters Request parameters.
30254
+ * @param {*} [axiosOptions] Override http request option.
30255
+ * @throws {RequiredError}
30256
+ * @memberof IdentitiesBetaApi
30257
+ */
30258
+ deleteIdentity(requestParameters: IdentitiesBetaApiDeleteIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
30259
+ /**
30260
+ * This API returns a single identity using the Identity ID.
30261
+ * @summary Identity Details
30262
+ * @param {IdentitiesBetaApiGetIdentityRequest} requestParameters Request parameters.
30263
+ * @param {*} [axiosOptions] Override http request option.
30264
+ * @throws {RequiredError}
30265
+ * @memberof IdentitiesBetaApi
30266
+ */
30267
+ getIdentity(requestParameters: IdentitiesBetaApiGetIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityBeta, any>>;
30268
+ /**
30269
+ * This API returns a list of identities.
30270
+ * @summary List Identities
30271
+ * @param {IdentitiesBetaApiListIdentitiesRequest} requestParameters Request parameters.
30272
+ * @param {*} [axiosOptions] Override http request option.
30273
+ * @throws {RequiredError}
30274
+ * @memberof IdentitiesBetaApi
30275
+ */
30276
+ listIdentities(requestParameters?: IdentitiesBetaApiListIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityBeta[], any>>;
29664
30277
  /**
29665
30278
  * This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity. A token with ORG_ADMIN or API authority is required to call this API.
29666
30279
  * @summary Attribute synchronization for single identity.
@@ -29705,6 +30318,14 @@ export declare const IdentityHistoryBetaApiAxiosParamCreator: (configuration?: C
29705
30318
  * @throws {RequiredError}
29706
30319
  */
29707
30320
  compareIdentitySnapshotsAccessType: (id: string, accessType: string, accessAssociated?: boolean, snapshot1?: string, snapshot2?: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
30321
+ /**
30322
+ * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
30323
+ * @summary Get latest snapshot of identity
30324
+ * @param {string} id The identity id
30325
+ * @param {*} [axiosOptions] Override http request option.
30326
+ * @throws {RequiredError}
30327
+ */
30328
+ getHistoricalIdentity: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
29708
30329
  /**
29709
30330
  * This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
29710
30331
  * @summary Lists all events for the given identity
@@ -29719,14 +30340,6 @@ export declare const IdentityHistoryBetaApiAxiosParamCreator: (configuration?: C
29719
30340
  * @throws {RequiredError}
29720
30341
  */
29721
30342
  getHistoricalIdentityEvents: (id: string, from?: string, eventTypes?: Array<string>, accessItemTypes?: Array<string>, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
29722
- /**
29723
- * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
29724
- * @summary Gets the most recent snapshot of a specific identity
29725
- * @param {string} id The identity id
29726
- * @param {*} [axiosOptions] Override http request option.
29727
- * @throws {RequiredError}
29728
- */
29729
- getIdentity: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
29730
30343
  /**
29731
30344
  * This method retrieves a specified identity snapshot at a given date Requires authorization scope of \'idn:identity-history:read\'
29732
30345
  * @summary Gets an identity snapshot at a given date
@@ -29769,7 +30382,7 @@ export declare const IdentityHistoryBetaApiAxiosParamCreator: (configuration?: C
29769
30382
  * @param {*} [axiosOptions] Override http request option.
29770
30383
  * @throws {RequiredError}
29771
30384
  */
29772
- listIdentities: (startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
30385
+ listHistoricalIdentities: (startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
29773
30386
  /**
29774
30387
  * This method retrieves a list of access item for the identity filtered by the access item type Requires authorization scope of \'idn:identity-history:read\'
29775
30388
  * @summary Gets a list of access items for the identity filtered by item type
@@ -29837,6 +30450,14 @@ export declare const IdentityHistoryBetaApiFp: (configuration?: Configuration) =
29837
30450
  * @throws {RequiredError}
29838
30451
  */
29839
30452
  compareIdentitySnapshotsAccessType(id: string, accessType: string, accessAssociated?: boolean, snapshot1?: string, snapshot2?: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessItemDiffBeta>>>;
30453
+ /**
30454
+ * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
30455
+ * @summary Get latest snapshot of identity
30456
+ * @param {string} id The identity id
30457
+ * @param {*} [axiosOptions] Override http request option.
30458
+ * @throws {RequiredError}
30459
+ */
30460
+ getHistoricalIdentity(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityHistoryResponseBeta>>;
29840
30461
  /**
29841
30462
  * This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
29842
30463
  * @summary Lists all events for the given identity
@@ -29851,14 +30472,6 @@ export declare const IdentityHistoryBetaApiFp: (configuration?: Configuration) =
29851
30472
  * @throws {RequiredError}
29852
30473
  */
29853
30474
  getHistoricalIdentityEvents(id: string, from?: string, eventTypes?: Array<string>, accessItemTypes?: Array<string>, limit?: number, offset?: number, count?: boolean, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetHistoricalIdentityEvents200ResponseInnerBeta>>>;
29854
- /**
29855
- * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
29856
- * @summary Gets the most recent snapshot of a specific identity
29857
- * @param {string} id The identity id
29858
- * @param {*} [axiosOptions] Override http request option.
29859
- * @throws {RequiredError}
29860
- */
29861
- getIdentity(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityHistoryResponseBeta>>;
29862
30475
  /**
29863
30476
  * This method retrieves a specified identity snapshot at a given date Requires authorization scope of \'idn:identity-history:read\'
29864
30477
  * @summary Gets an identity snapshot at a given date
@@ -29901,7 +30514,7 @@ export declare const IdentityHistoryBetaApiFp: (configuration?: Configuration) =
29901
30514
  * @param {*} [axiosOptions] Override http request option.
29902
30515
  * @throws {RequiredError}
29903
30516
  */
29904
- listIdentities(startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityListItemBeta>>>;
30517
+ listHistoricalIdentities(startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityListItemBeta>>>;
29905
30518
  /**
29906
30519
  * This method retrieves a list of access item for the identity filtered by the access item type Requires authorization scope of \'idn:identity-history:read\'
29907
30520
  * @summary Gets a list of access items for the identity filtered by item type
@@ -29969,6 +30582,14 @@ export declare const IdentityHistoryBetaApiFactory: (configuration?: Configurati
29969
30582
  * @throws {RequiredError}
29970
30583
  */
29971
30584
  compareIdentitySnapshotsAccessType(id: string, accessType: string, accessAssociated?: boolean, snapshot1?: string, snapshot2?: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: any): AxiosPromise<Array<AccessItemDiffBeta>>;
30585
+ /**
30586
+ * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
30587
+ * @summary Get latest snapshot of identity
30588
+ * @param {string} id The identity id
30589
+ * @param {*} [axiosOptions] Override http request option.
30590
+ * @throws {RequiredError}
30591
+ */
30592
+ getHistoricalIdentity(id: string, axiosOptions?: any): AxiosPromise<IdentityHistoryResponseBeta>;
29972
30593
  /**
29973
30594
  * This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
29974
30595
  * @summary Lists all events for the given identity
@@ -29983,14 +30604,6 @@ export declare const IdentityHistoryBetaApiFactory: (configuration?: Configurati
29983
30604
  * @throws {RequiredError}
29984
30605
  */
29985
30606
  getHistoricalIdentityEvents(id: string, from?: string, eventTypes?: Array<string>, accessItemTypes?: Array<string>, limit?: number, offset?: number, count?: boolean, axiosOptions?: any): AxiosPromise<Array<GetHistoricalIdentityEvents200ResponseInnerBeta>>;
29986
- /**
29987
- * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
29988
- * @summary Gets the most recent snapshot of a specific identity
29989
- * @param {string} id The identity id
29990
- * @param {*} [axiosOptions] Override http request option.
29991
- * @throws {RequiredError}
29992
- */
29993
- getIdentity(id: string, axiosOptions?: any): AxiosPromise<IdentityHistoryResponseBeta>;
29994
30607
  /**
29995
30608
  * This method retrieves a specified identity snapshot at a given date Requires authorization scope of \'idn:identity-history:read\'
29996
30609
  * @summary Gets an identity snapshot at a given date
@@ -30033,7 +30646,7 @@ export declare const IdentityHistoryBetaApiFactory: (configuration?: Configurati
30033
30646
  * @param {*} [axiosOptions] Override http request option.
30034
30647
  * @throws {RequiredError}
30035
30648
  */
30036
- listIdentities(startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: any): AxiosPromise<Array<IdentityListItemBeta>>;
30649
+ listHistoricalIdentities(startsWithQuery?: string, isDeleted?: boolean, isActive?: boolean, limit?: number, offset?: number, axiosOptions?: any): AxiosPromise<Array<IdentityListItemBeta>>;
30037
30650
  /**
30038
30651
  * This method retrieves a list of access item for the identity filtered by the access item type Requires authorization scope of \'idn:identity-history:read\'
30039
30652
  * @summary Gets a list of access items for the identity filtered by item type
@@ -30171,6 +30784,19 @@ export interface IdentityHistoryBetaApiCompareIdentitySnapshotsAccessTypeRequest
30171
30784
  */
30172
30785
  readonly count?: boolean;
30173
30786
  }
30787
+ /**
30788
+ * Request parameters for getHistoricalIdentity operation in IdentityHistoryBetaApi.
30789
+ * @export
30790
+ * @interface IdentityHistoryBetaApiGetHistoricalIdentityRequest
30791
+ */
30792
+ export interface IdentityHistoryBetaApiGetHistoricalIdentityRequest {
30793
+ /**
30794
+ * The identity id
30795
+ * @type {string}
30796
+ * @memberof IdentityHistoryBetaApiGetHistoricalIdentity
30797
+ */
30798
+ readonly id: string;
30799
+ }
30174
30800
  /**
30175
30801
  * Request parameters for getHistoricalIdentityEvents operation in IdentityHistoryBetaApi.
30176
30802
  * @export
@@ -30220,19 +30846,6 @@ export interface IdentityHistoryBetaApiGetHistoricalIdentityEventsRequest {
30220
30846
  */
30221
30847
  readonly count?: boolean;
30222
30848
  }
30223
- /**
30224
- * Request parameters for getIdentity operation in IdentityHistoryBetaApi.
30225
- * @export
30226
- * @interface IdentityHistoryBetaApiGetIdentityRequest
30227
- */
30228
- export interface IdentityHistoryBetaApiGetIdentityRequest {
30229
- /**
30230
- * The identity id
30231
- * @type {string}
30232
- * @memberof IdentityHistoryBetaApiGetIdentity
30233
- */
30234
- readonly id: string;
30235
- }
30236
30849
  /**
30237
30850
  * Request parameters for getIdentitySnapshot operation in IdentityHistoryBetaApi.
30238
30851
  * @export
@@ -30315,39 +30928,39 @@ export interface IdentityHistoryBetaApiGetIdentityStartDateRequest {
30315
30928
  readonly id: string;
30316
30929
  }
30317
30930
  /**
30318
- * Request parameters for listIdentities operation in IdentityHistoryBetaApi.
30931
+ * Request parameters for listHistoricalIdentities operation in IdentityHistoryBetaApi.
30319
30932
  * @export
30320
- * @interface IdentityHistoryBetaApiListIdentitiesRequest
30933
+ * @interface IdentityHistoryBetaApiListHistoricalIdentitiesRequest
30321
30934
  */
30322
- export interface IdentityHistoryBetaApiListIdentitiesRequest {
30935
+ export interface IdentityHistoryBetaApiListHistoricalIdentitiesRequest {
30323
30936
  /**
30324
30937
  * This param is used for starts-with search for first, last and display name of the identity
30325
30938
  * @type {string}
30326
- * @memberof IdentityHistoryBetaApiListIdentities
30939
+ * @memberof IdentityHistoryBetaApiListHistoricalIdentities
30327
30940
  */
30328
30941
  readonly startsWithQuery?: string;
30329
30942
  /**
30330
30943
  * Indicates if we want to only list down deleted identities or not.
30331
30944
  * @type {boolean}
30332
- * @memberof IdentityHistoryBetaApiListIdentities
30945
+ * @memberof IdentityHistoryBetaApiListHistoricalIdentities
30333
30946
  */
30334
30947
  readonly isDeleted?: boolean;
30335
30948
  /**
30336
30949
  * Indicates if we want to only list active or inactive identities.
30337
30950
  * @type {boolean}
30338
- * @memberof IdentityHistoryBetaApiListIdentities
30951
+ * @memberof IdentityHistoryBetaApiListHistoricalIdentities
30339
30952
  */
30340
30953
  readonly isActive?: boolean;
30341
30954
  /**
30342
30955
  * Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
30343
30956
  * @type {number}
30344
- * @memberof IdentityHistoryBetaApiListIdentities
30957
+ * @memberof IdentityHistoryBetaApiListHistoricalIdentities
30345
30958
  */
30346
30959
  readonly limit?: number;
30347
30960
  /**
30348
30961
  * 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.
30349
30962
  * @type {number}
30350
- * @memberof IdentityHistoryBetaApiListIdentities
30963
+ * @memberof IdentityHistoryBetaApiListHistoricalIdentities
30351
30964
  */
30352
30965
  readonly offset?: number;
30353
30966
  }
@@ -30464,23 +31077,23 @@ export declare class IdentityHistoryBetaApi extends BaseAPI {
30464
31077
  */
30465
31078
  compareIdentitySnapshotsAccessType(requestParameters: IdentityHistoryBetaApiCompareIdentitySnapshotsAccessTypeRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessItemDiffBeta[], any>>;
30466
31079
  /**
30467
- * This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
30468
- * @summary Lists all events for the given identity
30469
- * @param {IdentityHistoryBetaApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
31080
+ * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
31081
+ * @summary Get latest snapshot of identity
31082
+ * @param {IdentityHistoryBetaApiGetHistoricalIdentityRequest} requestParameters Request parameters.
30470
31083
  * @param {*} [axiosOptions] Override http request option.
30471
31084
  * @throws {RequiredError}
30472
31085
  * @memberof IdentityHistoryBetaApi
30473
31086
  */
30474
- getHistoricalIdentityEvents(requestParameters: IdentityHistoryBetaApiGetHistoricalIdentityEventsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetHistoricalIdentityEvents200ResponseInnerBeta[], any>>;
31087
+ getHistoricalIdentity(requestParameters: IdentityHistoryBetaApiGetHistoricalIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityHistoryResponseBeta, any>>;
30475
31088
  /**
30476
- * This method retrieves a specified identity Requires authorization scope of \'idn:identity-history:read\'
30477
- * @summary Gets the most recent snapshot of a specific identity
30478
- * @param {IdentityHistoryBetaApiGetIdentityRequest} requestParameters Request parameters.
31089
+ * This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
31090
+ * @summary Lists all events for the given identity
31091
+ * @param {IdentityHistoryBetaApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
30479
31092
  * @param {*} [axiosOptions] Override http request option.
30480
31093
  * @throws {RequiredError}
30481
31094
  * @memberof IdentityHistoryBetaApi
30482
31095
  */
30483
- getIdentity(requestParameters: IdentityHistoryBetaApiGetIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityHistoryResponseBeta, any>>;
31096
+ getHistoricalIdentityEvents(requestParameters: IdentityHistoryBetaApiGetHistoricalIdentityEventsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetHistoricalIdentityEvents200ResponseInnerBeta[], any>>;
30484
31097
  /**
30485
31098
  * This method retrieves a specified identity snapshot at a given date Requires authorization scope of \'idn:identity-history:read\'
30486
31099
  * @summary Gets an identity snapshot at a given date
@@ -30511,12 +31124,12 @@ export declare class IdentityHistoryBetaApi extends BaseAPI {
30511
31124
  /**
30512
31125
  * This gets the list of identities for the customer. This list end point does not support count=true request param. The total count of identities would never be returned even if the count param is specified in the request Requires authorization scope of \'idn:identity-history:read\'
30513
31126
  * @summary Lists all the identities
30514
- * @param {IdentityHistoryBetaApiListIdentitiesRequest} requestParameters Request parameters.
31127
+ * @param {IdentityHistoryBetaApiListHistoricalIdentitiesRequest} requestParameters Request parameters.
30515
31128
  * @param {*} [axiosOptions] Override http request option.
30516
31129
  * @throws {RequiredError}
30517
31130
  * @memberof IdentityHistoryBetaApi
30518
31131
  */
30519
- listIdentities(requestParameters?: IdentityHistoryBetaApiListIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityListItemBeta[], any>>;
31132
+ listHistoricalIdentities(requestParameters?: IdentityHistoryBetaApiListHistoricalIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityListItemBeta[], any>>;
30520
31133
  /**
30521
31134
  * This method retrieves a list of access item for the identity filtered by the access item type Requires authorization scope of \'idn:identity-history:read\'
30522
31135
  * @summary Gets a list of access items for the identity filtered by item type
@@ -31618,9 +32231,9 @@ export declare class ManagedClientsBetaApi extends BaseAPI {
31618
32231
  */
31619
32232
  export declare const ManagedClustersBetaApiAxiosParamCreator: (configuration?: Configuration) => {
31620
32233
  /**
31621
- * Get log configuration for a managed cluster.
31622
- * @summary get ManagedCluster Log Configuration for a specified cluster
31623
- * @param {string} id ID of the ManagedCluster to get log configuration for
32234
+ * Get managed cluster\'s log configuration.
32235
+ * @summary Get managed cluster\'s log configuration
32236
+ * @param {string} id ID of ManagedCluster to get log configuration for
31624
32237
  * @param {*} [axiosOptions] Override http request option.
31625
32238
  * @throws {RequiredError}
31626
32239
  */
@@ -31645,10 +32258,10 @@ export declare const ManagedClustersBetaApiAxiosParamCreator: (configuration?: C
31645
32258
  */
31646
32259
  getManagedClusters: (offset?: number, limit?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
31647
32260
  /**
31648
- * Update log configuration for a managed cluster.
31649
- * @summary Update log configuration for a specified cluster.
31650
- * @param {string} id ID of the ManagedCluster to update log configuration for
31651
- * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for the given ManagedCluster
32261
+ * Update managed cluster\'s log configuration
32262
+ * @summary Update managed cluster\'s log configuration
32263
+ * @param {string} id ID of ManagedCluster to update log configuration for
32264
+ * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for given ManagedCluster
31652
32265
  * @param {*} [axiosOptions] Override http request option.
31653
32266
  * @throws {RequiredError}
31654
32267
  */
@@ -31660,9 +32273,9 @@ export declare const ManagedClustersBetaApiAxiosParamCreator: (configuration?: C
31660
32273
  */
31661
32274
  export declare const ManagedClustersBetaApiFp: (configuration?: Configuration) => {
31662
32275
  /**
31663
- * Get log configuration for a managed cluster.
31664
- * @summary get ManagedCluster Log Configuration for a specified cluster
31665
- * @param {string} id ID of the ManagedCluster to get log configuration for
32276
+ * Get managed cluster\'s log configuration.
32277
+ * @summary Get managed cluster\'s log configuration
32278
+ * @param {string} id ID of ManagedCluster to get log configuration for
31666
32279
  * @param {*} [axiosOptions] Override http request option.
31667
32280
  * @throws {RequiredError}
31668
32281
  */
@@ -31687,10 +32300,10 @@ export declare const ManagedClustersBetaApiFp: (configuration?: Configuration) =
31687
32300
  */
31688
32301
  getManagedClusters(offset?: number, limit?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ManagedClusterBeta>>>;
31689
32302
  /**
31690
- * Update log configuration for a managed cluster.
31691
- * @summary Update log configuration for a specified cluster.
31692
- * @param {string} id ID of the ManagedCluster to update log configuration for
31693
- * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for the given ManagedCluster
32303
+ * Update managed cluster\'s log configuration
32304
+ * @summary Update managed cluster\'s log configuration
32305
+ * @param {string} id ID of ManagedCluster to update log configuration for
32306
+ * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for given ManagedCluster
31694
32307
  * @param {*} [axiosOptions] Override http request option.
31695
32308
  * @throws {RequiredError}
31696
32309
  */
@@ -31702,9 +32315,9 @@ export declare const ManagedClustersBetaApiFp: (configuration?: Configuration) =
31702
32315
  */
31703
32316
  export declare const ManagedClustersBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
31704
32317
  /**
31705
- * Get log configuration for a managed cluster.
31706
- * @summary get ManagedCluster Log Configuration for a specified cluster
31707
- * @param {string} id ID of the ManagedCluster to get log configuration for
32318
+ * Get managed cluster\'s log configuration.
32319
+ * @summary Get managed cluster\'s log configuration
32320
+ * @param {string} id ID of ManagedCluster to get log configuration for
31708
32321
  * @param {*} [axiosOptions] Override http request option.
31709
32322
  * @throws {RequiredError}
31710
32323
  */
@@ -31729,10 +32342,10 @@ export declare const ManagedClustersBetaApiFactory: (configuration?: Configurati
31729
32342
  */
31730
32343
  getManagedClusters(offset?: number, limit?: number, count?: boolean, filters?: string, axiosOptions?: any): AxiosPromise<Array<ManagedClusterBeta>>;
31731
32344
  /**
31732
- * Update log configuration for a managed cluster.
31733
- * @summary Update log configuration for a specified cluster.
31734
- * @param {string} id ID of the ManagedCluster to update log configuration for
31735
- * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for the given ManagedCluster
32345
+ * Update managed cluster\'s log configuration
32346
+ * @summary Update managed cluster\'s log configuration
32347
+ * @param {string} id ID of ManagedCluster to update log configuration for
32348
+ * @param {ClientLogConfigurationBeta} clientLogConfigurationBeta ClientLogConfiguration for given ManagedCluster
31736
32349
  * @param {*} [axiosOptions] Override http request option.
31737
32350
  * @throws {RequiredError}
31738
32351
  */
@@ -31745,7 +32358,7 @@ export declare const ManagedClustersBetaApiFactory: (configuration?: Configurati
31745
32358
  */
31746
32359
  export interface ManagedClustersBetaApiGetClientLogConfigurationRequest {
31747
32360
  /**
31748
- * ID of the ManagedCluster to get log configuration for
32361
+ * ID of ManagedCluster to get log configuration for
31749
32362
  * @type {string}
31750
32363
  * @memberof ManagedClustersBetaApiGetClientLogConfiguration
31751
32364
  */
@@ -31802,13 +32415,13 @@ export interface ManagedClustersBetaApiGetManagedClustersRequest {
31802
32415
  */
31803
32416
  export interface ManagedClustersBetaApiUpdateClientLogConfigurationRequest {
31804
32417
  /**
31805
- * ID of the ManagedCluster to update log configuration for
32418
+ * ID of ManagedCluster to update log configuration for
31806
32419
  * @type {string}
31807
32420
  * @memberof ManagedClustersBetaApiUpdateClientLogConfiguration
31808
32421
  */
31809
32422
  readonly id: string;
31810
32423
  /**
31811
- * ClientLogConfiguration for the given ManagedCluster
32424
+ * ClientLogConfiguration for given ManagedCluster
31812
32425
  * @type {ClientLogConfigurationBeta}
31813
32426
  * @memberof ManagedClustersBetaApiUpdateClientLogConfiguration
31814
32427
  */
@@ -31822,8 +32435,8 @@ export interface ManagedClustersBetaApiUpdateClientLogConfigurationRequest {
31822
32435
  */
31823
32436
  export declare class ManagedClustersBetaApi extends BaseAPI {
31824
32437
  /**
31825
- * Get log configuration for a managed cluster.
31826
- * @summary get ManagedCluster Log Configuration for a specified cluster
32438
+ * Get managed cluster\'s log configuration.
32439
+ * @summary Get managed cluster\'s log configuration
31827
32440
  * @param {ManagedClustersBetaApiGetClientLogConfigurationRequest} requestParameters Request parameters.
31828
32441
  * @param {*} [axiosOptions] Override http request option.
31829
32442
  * @throws {RequiredError}
@@ -31849,8 +32462,8 @@ export declare class ManagedClustersBetaApi extends BaseAPI {
31849
32462
  */
31850
32463
  getManagedClusters(requestParameters?: ManagedClustersBetaApiGetManagedClustersRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ManagedClusterBeta[], any>>;
31851
32464
  /**
31852
- * Update log configuration for a managed cluster.
31853
- * @summary Update log configuration for a specified cluster.
32465
+ * Update managed cluster\'s log configuration
32466
+ * @summary Update managed cluster\'s log configuration
31854
32467
  * @param {ManagedClustersBetaApiUpdateClientLogConfigurationRequest} requestParameters Request parameters.
31855
32468
  * @param {*} [axiosOptions] Override http request option.
31856
32469
  * @throws {RequiredError}
@@ -34640,21 +35253,21 @@ export declare class OAuthClientsBetaApi extends BaseAPI {
34640
35253
  */
34641
35254
  export declare const OrgConfigBetaApiAxiosParamCreator: (configuration?: Configuration) => {
34642
35255
  /**
34643
- * Get org configuration with only external (org admin) accessible properties for the current org. Request will require the following security scope: - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35256
+ * Get org configuration with only external (org admin) accessible properties for the current org.
34644
35257
  * @summary Get Org configuration settings
34645
35258
  * @param {*} [axiosOptions] Override http request option.
34646
35259
  * @throws {RequiredError}
34647
35260
  */
34648
35261
  getOrgConfig: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
34649
35262
  /**
34650
- * Get a list of valid time zones that can be set in org configurations. Request will require the following security scope: - \'idn:org-config-user:read\' - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35263
+ * Get a list of valid time zones that can be set in org configurations.
34651
35264
  * @summary Get list of time zones
34652
35265
  * @param {*} [axiosOptions] Override http request option.
34653
35266
  * @throws {RequiredError}
34654
35267
  */
34655
35268
  getValidTimeZones: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
34656
35269
  /**
34657
- * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org. Request will require a security scope of: - \'idn:org-config:write\' - \'idn:org-config-internal:write\'
35270
+ * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org.
34658
35271
  * @summary Patch an Org configuration property
34659
35272
  * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
34660
35273
  * @param {*} [axiosOptions] Override http request option.
@@ -34668,21 +35281,21 @@ export declare const OrgConfigBetaApiAxiosParamCreator: (configuration?: Configu
34668
35281
  */
34669
35282
  export declare const OrgConfigBetaApiFp: (configuration?: Configuration) => {
34670
35283
  /**
34671
- * Get org configuration with only external (org admin) accessible properties for the current org. Request will require the following security scope: - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35284
+ * Get org configuration with only external (org admin) accessible properties for the current org.
34672
35285
  * @summary Get Org configuration settings
34673
35286
  * @param {*} [axiosOptions] Override http request option.
34674
35287
  * @throws {RequiredError}
34675
35288
  */
34676
35289
  getOrgConfig(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrgConfigBeta>>;
34677
35290
  /**
34678
- * Get a list of valid time zones that can be set in org configurations. Request will require the following security scope: - \'idn:org-config-user:read\' - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35291
+ * Get a list of valid time zones that can be set in org configurations.
34679
35292
  * @summary Get list of time zones
34680
35293
  * @param {*} [axiosOptions] Override http request option.
34681
35294
  * @throws {RequiredError}
34682
35295
  */
34683
35296
  getValidTimeZones(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
34684
35297
  /**
34685
- * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org. Request will require a security scope of: - \'idn:org-config:write\' - \'idn:org-config-internal:write\'
35298
+ * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org.
34686
35299
  * @summary Patch an Org configuration property
34687
35300
  * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
34688
35301
  * @param {*} [axiosOptions] Override http request option.
@@ -34696,21 +35309,21 @@ export declare const OrgConfigBetaApiFp: (configuration?: Configuration) => {
34696
35309
  */
34697
35310
  export declare const OrgConfigBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
34698
35311
  /**
34699
- * Get org configuration with only external (org admin) accessible properties for the current org. Request will require the following security scope: - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35312
+ * Get org configuration with only external (org admin) accessible properties for the current org.
34700
35313
  * @summary Get Org configuration settings
34701
35314
  * @param {*} [axiosOptions] Override http request option.
34702
35315
  * @throws {RequiredError}
34703
35316
  */
34704
35317
  getOrgConfig(axiosOptions?: any): AxiosPromise<OrgConfigBeta>;
34705
35318
  /**
34706
- * Get a list of valid time zones that can be set in org configurations. Request will require the following security scope: - \'idn:org-config-user:read\' - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35319
+ * Get a list of valid time zones that can be set in org configurations.
34707
35320
  * @summary Get list of time zones
34708
35321
  * @param {*} [axiosOptions] Override http request option.
34709
35322
  * @throws {RequiredError}
34710
35323
  */
34711
35324
  getValidTimeZones(axiosOptions?: any): AxiosPromise<Array<string>>;
34712
35325
  /**
34713
- * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org. Request will require a security scope of: - \'idn:org-config:write\' - \'idn:org-config-internal:write\'
35326
+ * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org.
34714
35327
  * @summary Patch an Org configuration property
34715
35328
  * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
34716
35329
  * @param {*} [axiosOptions] Override http request option.
@@ -34739,7 +35352,7 @@ export interface OrgConfigBetaApiPatchOrgConfigRequest {
34739
35352
  */
34740
35353
  export declare class OrgConfigBetaApi extends BaseAPI {
34741
35354
  /**
34742
- * Get org configuration with only external (org admin) accessible properties for the current org. Request will require the following security scope: - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35355
+ * Get org configuration with only external (org admin) accessible properties for the current org.
34743
35356
  * @summary Get Org configuration settings
34744
35357
  * @param {*} [axiosOptions] Override http request option.
34745
35358
  * @throws {RequiredError}
@@ -34747,7 +35360,7 @@ export declare class OrgConfigBetaApi extends BaseAPI {
34747
35360
  */
34748
35361
  getOrgConfig(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrgConfigBeta, any>>;
34749
35362
  /**
34750
- * Get a list of valid time zones that can be set in org configurations. Request will require the following security scope: - \'idn:org-config-user:read\' - \'idn:org-config:read\' - \'idn:org-config-internal:read\'
35363
+ * Get a list of valid time zones that can be set in org configurations.
34751
35364
  * @summary Get list of time zones
34752
35365
  * @param {*} [axiosOptions] Override http request option.
34753
35366
  * @throws {RequiredError}
@@ -34755,7 +35368,7 @@ export declare class OrgConfigBetaApi extends BaseAPI {
34755
35368
  */
34756
35369
  getValidTimeZones(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any>>;
34757
35370
  /**
34758
- * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org. Request will require a security scope of: - \'idn:org-config:write\' - \'idn:org-config-internal:write\'
35371
+ * Patch configuration of the current org using http://jsonpatch.com/ syntax. Commonly used for changing the time zone of an org.
34759
35372
  * @summary Patch an Org configuration property
34760
35373
  * @param {OrgConfigBetaApiPatchOrgConfigRequest} requestParameters Request parameters.
34761
35374
  * @param {*} [axiosOptions] Override http request option.
@@ -34923,13 +35536,6 @@ export declare const PasswordDictionaryBetaApiAxiosParamCreator: (configuration?
34923
35536
  * @throws {RequiredError}
34924
35537
  */
34925
35538
  getPasswordDictionary: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
34926
- /**
34927
- * Used to check the status of password dictionary. A token with ORG_ADMIN authority is required to call this API.
34928
- * @summary Get Password Dictionary Status
34929
- * @param {*} [axiosOptions] Override http request option.
34930
- * @throws {RequiredError}
34931
- */
34932
- getPasswordDictionaryFileStatus: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
34933
35539
  /**
34934
35540
  * This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
34935
35541
  * @summary Update Password Dictionary
@@ -34951,13 +35557,6 @@ export declare const PasswordDictionaryBetaApiFp: (configuration?: Configuration
34951
35557
  * @throws {RequiredError}
34952
35558
  */
34953
35559
  getPasswordDictionary(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
34954
- /**
34955
- * Used to check the status of password dictionary. A token with ORG_ADMIN authority is required to call this API.
34956
- * @summary Get Password Dictionary Status
34957
- * @param {*} [axiosOptions] Override http request option.
34958
- * @throws {RequiredError}
34959
- */
34960
- getPasswordDictionaryFileStatus(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
34961
35560
  /**
34962
35561
  * This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
34963
35562
  * @summary Update Password Dictionary
@@ -34979,13 +35578,6 @@ export declare const PasswordDictionaryBetaApiFactory: (configuration?: Configur
34979
35578
  * @throws {RequiredError}
34980
35579
  */
34981
35580
  getPasswordDictionary(axiosOptions?: any): AxiosPromise<string>;
34982
- /**
34983
- * Used to check the status of password dictionary. A token with ORG_ADMIN authority is required to call this API.
34984
- * @summary Get Password Dictionary Status
34985
- * @param {*} [axiosOptions] Override http request option.
34986
- * @throws {RequiredError}
34987
- */
34988
- getPasswordDictionaryFileStatus(axiosOptions?: any): AxiosPromise<void>;
34989
35581
  /**
34990
35582
  * This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
34991
35583
  * @summary Update Password Dictionary
@@ -35023,14 +35615,6 @@ export declare class PasswordDictionaryBetaApi extends BaseAPI {
35023
35615
  * @memberof PasswordDictionaryBetaApi
35024
35616
  */
35025
35617
  getPasswordDictionary(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
35026
- /**
35027
- * Used to check the status of password dictionary. A token with ORG_ADMIN authority is required to call this API.
35028
- * @summary Get Password Dictionary Status
35029
- * @param {*} [axiosOptions] Override http request option.
35030
- * @throws {RequiredError}
35031
- * @memberof PasswordDictionaryBetaApi
35032
- */
35033
- getPasswordDictionaryFileStatus(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
35034
35618
  /**
35035
35619
  * This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
35036
35620
  * @summary Update Password Dictionary
@@ -36644,7 +37228,7 @@ export declare const RolesBetaApiFp: (configuration?: Configuration) => {
36644
37228
  * @param {*} [axiosOptions] Override http request option.
36645
37229
  * @throws {RequiredError}
36646
37230
  */
36647
- deleteRole(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseReferenceDtoBeta>>;
37231
+ deleteRole(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
36648
37232
  /**
36649
37233
  * This API returns a Role by its ID. A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
36650
37234
  * @summary Get a Role
@@ -36711,7 +37295,7 @@ export declare const RolesBetaApiFactory: (configuration?: Configuration, basePa
36711
37295
  * @param {*} [axiosOptions] Override http request option.
36712
37296
  * @throws {RequiredError}
36713
37297
  */
36714
- deleteRole(id: string, axiosOptions?: any): AxiosPromise<BaseReferenceDtoBeta>;
37298
+ deleteRole(id: string, axiosOptions?: any): AxiosPromise<void>;
36715
37299
  /**
36716
37300
  * This API returns a Role by its ID. A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
36717
37301
  * @summary Get a Role
@@ -36938,7 +37522,7 @@ export declare class RolesBetaApi extends BaseAPI {
36938
37522
  * @throws {RequiredError}
36939
37523
  * @memberof RolesBetaApi
36940
37524
  */
36941
- deleteRole(requestParameters: RolesBetaApiDeleteRoleRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseReferenceDtoBeta, any>>;
37525
+ deleteRole(requestParameters: RolesBetaApiDeleteRoleRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
36942
37526
  /**
36943
37527
  * This API returns a Role by its ID. A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
36944
37528
  * @summary Get a Role
@@ -36982,8 +37566,8 @@ export declare class RolesBetaApi extends BaseAPI {
36982
37566
  */
36983
37567
  export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configuration) => {
36984
37568
  /**
36985
- * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy Requires role of ORG_ADMIN
36986
- * @summary Create SOD Policy
37569
+ * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy. Requires role of ORG_ADMIN.
37570
+ * @summary Create SOD policy
36987
37571
  * @param {SodPolicyBeta} sodPolicyBeta
36988
37572
  * @param {*} [axiosOptions] Override http request option.
36989
37573
  * @throws {RequiredError}
@@ -36991,23 +37575,23 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
36991
37575
  createSodPolicy: (sodPolicyBeta: SodPolicyBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
36992
37576
  /**
36993
37577
  * This deletes a specified SOD policy. Requires role of ORG_ADMIN.
36994
- * @summary Delete SOD Policy by ID
37578
+ * @summary Delete SOD policy by ID
36995
37579
  * @param {string} id The ID of the SOD Policy to delete.
36996
- * @param {boolean} [logical] whether this is soft delete i.e. logical true or hard delete
37580
+ * @param {boolean} [logical] Indicates whether this is a soft delete (logical true) or a hard delete.
36997
37581
  * @param {*} [axiosOptions] Override http request option.
36998
37582
  * @throws {RequiredError}
36999
37583
  */
37000
37584
  deleteSodPolicy: (id: string, logical?: boolean, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37001
37585
  /**
37002
37586
  * This deletes schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37003
- * @summary Delete SOD Policy Schedule
37004
- * @param {string} id The ID of the SOD Policy for which the schedule needs to be deleted.
37587
+ * @summary Delete SOD policy schedule
37588
+ * @param {string} id The ID of the SOD policy the schedule must be deleted for.
37005
37589
  * @param {*} [axiosOptions] Override http request option.
37006
37590
  * @throws {RequiredError}
37007
37591
  */
37008
37592
  deleteSodPolicySchedule: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37009
37593
  /**
37010
- * This allows to download a specified named violation report for given report reference. Requires role of ORG_ADMIN.
37594
+ * This allows to download a specified named violation report for a given report reference. Requires role of ORG_ADMIN.
37011
37595
  * @summary Download custom violation report
37012
37596
  * @param {string} reportResultId The ID of the report reference to download.
37013
37597
  * @param {string} fileName Custom Name for the file.
@@ -37016,7 +37600,7 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37016
37600
  */
37017
37601
  downloadCustomViolationReport: (reportResultId: string, fileName: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37018
37602
  /**
37019
- * This allows to download a violation report for given report reference. Requires role of ORG_ADMIN.
37603
+ * This allows to download a violation report for a given report reference. Requires role of ORG_ADMIN.
37020
37604
  * @summary Download violation report
37021
37605
  * @param {string} reportResultId The ID of the report reference to download.
37022
37606
  * @param {*} [axiosOptions] Override http request option.
@@ -37024,7 +37608,7 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37024
37608
  */
37025
37609
  downloadDefaultViolationReport: (reportResultId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37026
37610
  /**
37027
- * This gets status for a violation report for all policy run. Requires role of ORG_ADMIN.
37611
+ * This endpoint gets the status for a violation report for all policy run. Requires role of ORG_ADMIN.
37028
37612
  * @summary Get multi-report run task status
37029
37613
  * @param {*} [axiosOptions] Override http request option.
37030
37614
  * @throws {RequiredError}
@@ -37032,22 +37616,22 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37032
37616
  getSodAllReportRunStatus: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37033
37617
  /**
37034
37618
  * This gets specified SOD policy. Requires role of ORG_ADMIN.
37035
- * @summary Get SOD Policy By ID
37619
+ * @summary Get SOD policy by ID
37036
37620
  * @param {string} id The ID of the object reference to retrieve.
37037
37621
  * @param {*} [axiosOptions] Override http request option.
37038
37622
  * @throws {RequiredError}
37039
37623
  */
37040
37624
  getSodPolicy: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37041
37625
  /**
37042
- * This gets schedule for a specified SOD policy. Requires a role of ORG_ADMIN
37043
- * @summary Get SOD Policy Schedule
37626
+ * This endpoint gets a specified SOD policy\'s schedule. Requires the role of ORG_ADMIN.
37627
+ * @summary Get SOD policy schedule
37044
37628
  * @param {string} id The ID of the object reference to retrieve.
37045
37629
  * @param {*} [axiosOptions] Override http request option.
37046
37630
  * @throws {RequiredError}
37047
37631
  */
37048
37632
  getSodPolicySchedule: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37049
37633
  /**
37050
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37634
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37051
37635
  * @summary Get violation report run status
37052
37636
  * @param {string} reportResultId The ID of the report reference to retrieve.
37053
37637
  * @param {*} [axiosOptions] Override http request option.
@@ -37055,7 +37639,7 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37055
37639
  */
37056
37640
  getSodViolationReportRunStatus: (reportResultId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37057
37641
  /**
37058
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37642
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37059
37643
  * @summary Get SOD violation report status
37060
37644
  * @param {string} id The ID of the object reference to retrieve.
37061
37645
  * @param {*} [axiosOptions] Override http request option.
@@ -37063,8 +37647,8 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37063
37647
  */
37064
37648
  getSodViolationReportStatus: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37065
37649
  /**
37066
- * This gets list of all SOD Policies. Requires role of ORG_ADMIN
37067
- * @summary List SOD Policies
37650
+ * This gets list of all SOD policies. Requires role of ORG_ADMIN
37651
+ * @summary List SOD policies
37068
37652
  * @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.
37069
37653
  * @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.
37070
37654
  * @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.
@@ -37074,32 +37658,32 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37074
37658
  */
37075
37659
  listSodPolicies: (limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37076
37660
  /**
37077
- * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN.
37078
- * @summary Update a SOD Policy
37079
- * @param {string} id The ID of the SOD Policy being modified.
37661
+ * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN. This endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception.
37662
+ * @summary Patch a SOD policy
37663
+ * @param {string} id The ID of the SOD policy being modified.
37080
37664
  * @param {Array<object>} requestBody A list of SOD Policy update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * ownerRef * externalPolicyReference * compensatingControls * correctionAdvice * state * tags * violationOwnerAssignmentConfig * scheduled * conflictingAccessCriteria
37081
37665
  * @param {*} [axiosOptions] Override http request option.
37082
37666
  * @throws {RequiredError}
37083
37667
  */
37084
37668
  patchSodPolicy: (id: string, requestBody: Array<object>, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37085
37669
  /**
37086
- * Runs multi policy report for the Org. If a policy reports more than 5000 violation, the report mentions Violation limit exceeded for that policy. If the request is empty, report will run for all policies. Otherwise, report will run only for the filtered policy list provided. Requires role of ORG_ADMIN.
37087
- * @summary Runs all policies for Org.
37670
+ * Runs multi-policy report for the org. If a policy reports more than 5000 violations, the report mentions that the violation limit was exceeded for that policy. If the request is empty, the report runs for all policies. Otherwise, the report runs for only the filtered policy list provided. Requires role of ORG_ADMIN.
37671
+ * @summary Runs all policies for org
37088
37672
  * @param {MultiPolicyRequestBeta} [multiPolicyRequestBeta]
37089
37673
  * @param {*} [axiosOptions] Override http request option.
37090
37674
  * @throws {RequiredError}
37091
37675
  */
37092
37676
  runSodAllPoliciesForOrg: (multiPolicyRequestBeta?: MultiPolicyRequestBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37093
37677
  /**
37094
- * This invokes processing of violation report for given SOD Policy. If policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37095
- * @summary Runs SOD Policy Violation Report
37096
- * @param {string} id The ID of the SOD Policy to run.
37678
+ * This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37679
+ * @summary Runs SOD policy violation report
37680
+ * @param {string} id The SOD policy ID to run.
37097
37681
  * @param {*} [axiosOptions] Override http request option.
37098
37682
  * @throws {RequiredError}
37099
37683
  */
37100
37684
  runSodPolicy: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37101
37685
  /**
37102
- * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN
37686
+ * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37103
37687
  * @summary Update SOD Policy schedule
37104
37688
  * @param {string} id The ID of the SOD policy to update its schedule.
37105
37689
  * @param {SodPolicyScheduleBeta} sodPolicyScheduleBeta
@@ -37109,7 +37693,7 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37109
37693
  updatePolicySchedule: (id: string, sodPolicyScheduleBeta: SodPolicyScheduleBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37110
37694
  /**
37111
37695
  * This updates a specified SOD policy. Requires role of ORG_ADMIN.
37112
- * @summary Update SOD Policy By ID
37696
+ * @summary Update SOD policy by ID
37113
37697
  * @param {string} id The ID of the SOD policy to update.
37114
37698
  * @param {SodPolicyBeta} sodPolicyBeta
37115
37699
  * @param {*} [axiosOptions] Override http request option.
@@ -37123,8 +37707,8 @@ export declare const SODPolicyBetaApiAxiosParamCreator: (configuration?: Configu
37123
37707
  */
37124
37708
  export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37125
37709
  /**
37126
- * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy Requires role of ORG_ADMIN
37127
- * @summary Create SOD Policy
37710
+ * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy. Requires role of ORG_ADMIN.
37711
+ * @summary Create SOD policy
37128
37712
  * @param {SodPolicyBeta} sodPolicyBeta
37129
37713
  * @param {*} [axiosOptions] Override http request option.
37130
37714
  * @throws {RequiredError}
@@ -37132,23 +37716,23 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37132
37716
  createSodPolicy(sodPolicyBeta: SodPolicyBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodPolicyBeta>>;
37133
37717
  /**
37134
37718
  * This deletes a specified SOD policy. Requires role of ORG_ADMIN.
37135
- * @summary Delete SOD Policy by ID
37719
+ * @summary Delete SOD policy by ID
37136
37720
  * @param {string} id The ID of the SOD Policy to delete.
37137
- * @param {boolean} [logical] whether this is soft delete i.e. logical true or hard delete
37721
+ * @param {boolean} [logical] Indicates whether this is a soft delete (logical true) or a hard delete.
37138
37722
  * @param {*} [axiosOptions] Override http request option.
37139
37723
  * @throws {RequiredError}
37140
37724
  */
37141
37725
  deleteSodPolicy(id: string, logical?: boolean, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
37142
37726
  /**
37143
37727
  * This deletes schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37144
- * @summary Delete SOD Policy Schedule
37145
- * @param {string} id The ID of the SOD Policy for which the schedule needs to be deleted.
37728
+ * @summary Delete SOD policy schedule
37729
+ * @param {string} id The ID of the SOD policy the schedule must be deleted for.
37146
37730
  * @param {*} [axiosOptions] Override http request option.
37147
37731
  * @throws {RequiredError}
37148
37732
  */
37149
37733
  deleteSodPolicySchedule(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
37150
37734
  /**
37151
- * This allows to download a specified named violation report for given report reference. Requires role of ORG_ADMIN.
37735
+ * This allows to download a specified named violation report for a given report reference. Requires role of ORG_ADMIN.
37152
37736
  * @summary Download custom violation report
37153
37737
  * @param {string} reportResultId The ID of the report reference to download.
37154
37738
  * @param {string} fileName Custom Name for the file.
@@ -37157,7 +37741,7 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37157
37741
  */
37158
37742
  downloadCustomViolationReport(reportResultId: string, fileName: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
37159
37743
  /**
37160
- * This allows to download a violation report for given report reference. Requires role of ORG_ADMIN.
37744
+ * This allows to download a violation report for a given report reference. Requires role of ORG_ADMIN.
37161
37745
  * @summary Download violation report
37162
37746
  * @param {string} reportResultId The ID of the report reference to download.
37163
37747
  * @param {*} [axiosOptions] Override http request option.
@@ -37165,7 +37749,7 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37165
37749
  */
37166
37750
  downloadDefaultViolationReport(reportResultId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
37167
37751
  /**
37168
- * This gets status for a violation report for all policy run. Requires role of ORG_ADMIN.
37752
+ * This endpoint gets the status for a violation report for all policy run. Requires role of ORG_ADMIN.
37169
37753
  * @summary Get multi-report run task status
37170
37754
  * @param {*} [axiosOptions] Override http request option.
37171
37755
  * @throws {RequiredError}
@@ -37173,22 +37757,22 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37173
37757
  getSodAllReportRunStatus(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportResultReferenceBeta>>;
37174
37758
  /**
37175
37759
  * This gets specified SOD policy. Requires role of ORG_ADMIN.
37176
- * @summary Get SOD Policy By ID
37760
+ * @summary Get SOD policy by ID
37177
37761
  * @param {string} id The ID of the object reference to retrieve.
37178
37762
  * @param {*} [axiosOptions] Override http request option.
37179
37763
  * @throws {RequiredError}
37180
37764
  */
37181
37765
  getSodPolicy(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodPolicyBeta>>;
37182
37766
  /**
37183
- * This gets schedule for a specified SOD policy. Requires a role of ORG_ADMIN
37184
- * @summary Get SOD Policy Schedule
37767
+ * This endpoint gets a specified SOD policy\'s schedule. Requires the role of ORG_ADMIN.
37768
+ * @summary Get SOD policy schedule
37185
37769
  * @param {string} id The ID of the object reference to retrieve.
37186
37770
  * @param {*} [axiosOptions] Override http request option.
37187
37771
  * @throws {RequiredError}
37188
37772
  */
37189
37773
  getSodPolicySchedule(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodPolicyScheduleBeta>>;
37190
37774
  /**
37191
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37775
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37192
37776
  * @summary Get violation report run status
37193
37777
  * @param {string} reportResultId The ID of the report reference to retrieve.
37194
37778
  * @param {*} [axiosOptions] Override http request option.
@@ -37196,7 +37780,7 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37196
37780
  */
37197
37781
  getSodViolationReportRunStatus(reportResultId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportResultReferenceBeta>>;
37198
37782
  /**
37199
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37783
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37200
37784
  * @summary Get SOD violation report status
37201
37785
  * @param {string} id The ID of the object reference to retrieve.
37202
37786
  * @param {*} [axiosOptions] Override http request option.
@@ -37204,8 +37788,8 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37204
37788
  */
37205
37789
  getSodViolationReportStatus(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportResultReferenceBeta>>;
37206
37790
  /**
37207
- * This gets list of all SOD Policies. Requires role of ORG_ADMIN
37208
- * @summary List SOD Policies
37791
+ * This gets list of all SOD policies. Requires role of ORG_ADMIN
37792
+ * @summary List SOD policies
37209
37793
  * @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.
37210
37794
  * @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.
37211
37795
  * @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.
@@ -37215,32 +37799,32 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37215
37799
  */
37216
37800
  listSodPolicies(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SodPolicyBeta>>>;
37217
37801
  /**
37218
- * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN.
37219
- * @summary Update a SOD Policy
37220
- * @param {string} id The ID of the SOD Policy being modified.
37802
+ * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN. This endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception.
37803
+ * @summary Patch a SOD policy
37804
+ * @param {string} id The ID of the SOD policy being modified.
37221
37805
  * @param {Array<object>} requestBody A list of SOD Policy update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * ownerRef * externalPolicyReference * compensatingControls * correctionAdvice * state * tags * violationOwnerAssignmentConfig * scheduled * conflictingAccessCriteria
37222
37806
  * @param {*} [axiosOptions] Override http request option.
37223
37807
  * @throws {RequiredError}
37224
37808
  */
37225
37809
  patchSodPolicy(id: string, requestBody: Array<object>, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodPolicyBeta>>;
37226
37810
  /**
37227
- * Runs multi policy report for the Org. If a policy reports more than 5000 violation, the report mentions Violation limit exceeded for that policy. If the request is empty, report will run for all policies. Otherwise, report will run only for the filtered policy list provided. Requires role of ORG_ADMIN.
37228
- * @summary Runs all policies for Org.
37811
+ * Runs multi-policy report for the org. If a policy reports more than 5000 violations, the report mentions that the violation limit was exceeded for that policy. If the request is empty, the report runs for all policies. Otherwise, the report runs for only the filtered policy list provided. Requires role of ORG_ADMIN.
37812
+ * @summary Runs all policies for org
37229
37813
  * @param {MultiPolicyRequestBeta} [multiPolicyRequestBeta]
37230
37814
  * @param {*} [axiosOptions] Override http request option.
37231
37815
  * @throws {RequiredError}
37232
37816
  */
37233
37817
  runSodAllPoliciesForOrg(multiPolicyRequestBeta?: MultiPolicyRequestBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportResultReferenceBeta>>;
37234
37818
  /**
37235
- * This invokes processing of violation report for given SOD Policy. If policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37236
- * @summary Runs SOD Policy Violation Report
37237
- * @param {string} id The ID of the SOD Policy to run.
37819
+ * This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37820
+ * @summary Runs SOD policy violation report
37821
+ * @param {string} id The SOD policy ID to run.
37238
37822
  * @param {*} [axiosOptions] Override http request option.
37239
37823
  * @throws {RequiredError}
37240
37824
  */
37241
37825
  runSodPolicy(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportResultReferenceBeta>>;
37242
37826
  /**
37243
- * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN
37827
+ * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37244
37828
  * @summary Update SOD Policy schedule
37245
37829
  * @param {string} id The ID of the SOD policy to update its schedule.
37246
37830
  * @param {SodPolicyScheduleBeta} sodPolicyScheduleBeta
@@ -37250,7 +37834,7 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37250
37834
  updatePolicySchedule(id: string, sodPolicyScheduleBeta: SodPolicyScheduleBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SodPolicyScheduleBeta>>;
37251
37835
  /**
37252
37836
  * This updates a specified SOD policy. Requires role of ORG_ADMIN.
37253
- * @summary Update SOD Policy By ID
37837
+ * @summary Update SOD policy by ID
37254
37838
  * @param {string} id The ID of the SOD policy to update.
37255
37839
  * @param {SodPolicyBeta} sodPolicyBeta
37256
37840
  * @param {*} [axiosOptions] Override http request option.
@@ -37264,8 +37848,8 @@ export declare const SODPolicyBetaApiFp: (configuration?: Configuration) => {
37264
37848
  */
37265
37849
  export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
37266
37850
  /**
37267
- * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy Requires role of ORG_ADMIN
37268
- * @summary Create SOD Policy
37851
+ * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy. Requires role of ORG_ADMIN.
37852
+ * @summary Create SOD policy
37269
37853
  * @param {SodPolicyBeta} sodPolicyBeta
37270
37854
  * @param {*} [axiosOptions] Override http request option.
37271
37855
  * @throws {RequiredError}
@@ -37273,23 +37857,23 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37273
37857
  createSodPolicy(sodPolicyBeta: SodPolicyBeta, axiosOptions?: any): AxiosPromise<SodPolicyBeta>;
37274
37858
  /**
37275
37859
  * This deletes a specified SOD policy. Requires role of ORG_ADMIN.
37276
- * @summary Delete SOD Policy by ID
37860
+ * @summary Delete SOD policy by ID
37277
37861
  * @param {string} id The ID of the SOD Policy to delete.
37278
- * @param {boolean} [logical] whether this is soft delete i.e. logical true or hard delete
37862
+ * @param {boolean} [logical] Indicates whether this is a soft delete (logical true) or a hard delete.
37279
37863
  * @param {*} [axiosOptions] Override http request option.
37280
37864
  * @throws {RequiredError}
37281
37865
  */
37282
37866
  deleteSodPolicy(id: string, logical?: boolean, axiosOptions?: any): AxiosPromise<void>;
37283
37867
  /**
37284
37868
  * This deletes schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37285
- * @summary Delete SOD Policy Schedule
37286
- * @param {string} id The ID of the SOD Policy for which the schedule needs to be deleted.
37869
+ * @summary Delete SOD policy schedule
37870
+ * @param {string} id The ID of the SOD policy the schedule must be deleted for.
37287
37871
  * @param {*} [axiosOptions] Override http request option.
37288
37872
  * @throws {RequiredError}
37289
37873
  */
37290
37874
  deleteSodPolicySchedule(id: string, axiosOptions?: any): AxiosPromise<void>;
37291
37875
  /**
37292
- * This allows to download a specified named violation report for given report reference. Requires role of ORG_ADMIN.
37876
+ * This allows to download a specified named violation report for a given report reference. Requires role of ORG_ADMIN.
37293
37877
  * @summary Download custom violation report
37294
37878
  * @param {string} reportResultId The ID of the report reference to download.
37295
37879
  * @param {string} fileName Custom Name for the file.
@@ -37298,7 +37882,7 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37298
37882
  */
37299
37883
  downloadCustomViolationReport(reportResultId: string, fileName: string, axiosOptions?: any): AxiosPromise<any>;
37300
37884
  /**
37301
- * This allows to download a violation report for given report reference. Requires role of ORG_ADMIN.
37885
+ * This allows to download a violation report for a given report reference. Requires role of ORG_ADMIN.
37302
37886
  * @summary Download violation report
37303
37887
  * @param {string} reportResultId The ID of the report reference to download.
37304
37888
  * @param {*} [axiosOptions] Override http request option.
@@ -37306,7 +37890,7 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37306
37890
  */
37307
37891
  downloadDefaultViolationReport(reportResultId: string, axiosOptions?: any): AxiosPromise<any>;
37308
37892
  /**
37309
- * This gets status for a violation report for all policy run. Requires role of ORG_ADMIN.
37893
+ * This endpoint gets the status for a violation report for all policy run. Requires role of ORG_ADMIN.
37310
37894
  * @summary Get multi-report run task status
37311
37895
  * @param {*} [axiosOptions] Override http request option.
37312
37896
  * @throws {RequiredError}
@@ -37314,22 +37898,22 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37314
37898
  getSodAllReportRunStatus(axiosOptions?: any): AxiosPromise<ReportResultReferenceBeta>;
37315
37899
  /**
37316
37900
  * This gets specified SOD policy. Requires role of ORG_ADMIN.
37317
- * @summary Get SOD Policy By ID
37901
+ * @summary Get SOD policy by ID
37318
37902
  * @param {string} id The ID of the object reference to retrieve.
37319
37903
  * @param {*} [axiosOptions] Override http request option.
37320
37904
  * @throws {RequiredError}
37321
37905
  */
37322
37906
  getSodPolicy(id: string, axiosOptions?: any): AxiosPromise<SodPolicyBeta>;
37323
37907
  /**
37324
- * This gets schedule for a specified SOD policy. Requires a role of ORG_ADMIN
37325
- * @summary Get SOD Policy Schedule
37908
+ * This endpoint gets a specified SOD policy\'s schedule. Requires the role of ORG_ADMIN.
37909
+ * @summary Get SOD policy schedule
37326
37910
  * @param {string} id The ID of the object reference to retrieve.
37327
37911
  * @param {*} [axiosOptions] Override http request option.
37328
37912
  * @throws {RequiredError}
37329
37913
  */
37330
37914
  getSodPolicySchedule(id: string, axiosOptions?: any): AxiosPromise<SodPolicyScheduleBeta>;
37331
37915
  /**
37332
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37916
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37333
37917
  * @summary Get violation report run status
37334
37918
  * @param {string} reportResultId The ID of the report reference to retrieve.
37335
37919
  * @param {*} [axiosOptions] Override http request option.
@@ -37337,7 +37921,7 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37337
37921
  */
37338
37922
  getSodViolationReportRunStatus(reportResultId: string, axiosOptions?: any): AxiosPromise<ReportResultReferenceBeta>;
37339
37923
  /**
37340
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
37924
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37341
37925
  * @summary Get SOD violation report status
37342
37926
  * @param {string} id The ID of the object reference to retrieve.
37343
37927
  * @param {*} [axiosOptions] Override http request option.
@@ -37345,8 +37929,8 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37345
37929
  */
37346
37930
  getSodViolationReportStatus(id: string, axiosOptions?: any): AxiosPromise<ReportResultReferenceBeta>;
37347
37931
  /**
37348
- * This gets list of all SOD Policies. Requires role of ORG_ADMIN
37349
- * @summary List SOD Policies
37932
+ * This gets list of all SOD policies. Requires role of ORG_ADMIN
37933
+ * @summary List SOD policies
37350
37934
  * @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.
37351
37935
  * @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.
37352
37936
  * @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.
@@ -37356,32 +37940,32 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37356
37940
  */
37357
37941
  listSodPolicies(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: any): AxiosPromise<Array<SodPolicyBeta>>;
37358
37942
  /**
37359
- * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN.
37360
- * @summary Update a SOD Policy
37361
- * @param {string} id The ID of the SOD Policy being modified.
37943
+ * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN. This endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception.
37944
+ * @summary Patch a SOD policy
37945
+ * @param {string} id The ID of the SOD policy being modified.
37362
37946
  * @param {Array<object>} requestBody A list of SOD Policy update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * ownerRef * externalPolicyReference * compensatingControls * correctionAdvice * state * tags * violationOwnerAssignmentConfig * scheduled * conflictingAccessCriteria
37363
37947
  * @param {*} [axiosOptions] Override http request option.
37364
37948
  * @throws {RequiredError}
37365
37949
  */
37366
37950
  patchSodPolicy(id: string, requestBody: Array<object>, axiosOptions?: any): AxiosPromise<SodPolicyBeta>;
37367
37951
  /**
37368
- * Runs multi policy report for the Org. If a policy reports more than 5000 violation, the report mentions Violation limit exceeded for that policy. If the request is empty, report will run for all policies. Otherwise, report will run only for the filtered policy list provided. Requires role of ORG_ADMIN.
37369
- * @summary Runs all policies for Org.
37952
+ * Runs multi-policy report for the org. If a policy reports more than 5000 violations, the report mentions that the violation limit was exceeded for that policy. If the request is empty, the report runs for all policies. Otherwise, the report runs for only the filtered policy list provided. Requires role of ORG_ADMIN.
37953
+ * @summary Runs all policies for org
37370
37954
  * @param {MultiPolicyRequestBeta} [multiPolicyRequestBeta]
37371
37955
  * @param {*} [axiosOptions] Override http request option.
37372
37956
  * @throws {RequiredError}
37373
37957
  */
37374
37958
  runSodAllPoliciesForOrg(multiPolicyRequestBeta?: MultiPolicyRequestBeta, axiosOptions?: any): AxiosPromise<ReportResultReferenceBeta>;
37375
37959
  /**
37376
- * This invokes processing of violation report for given SOD Policy. If policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37377
- * @summary Runs SOD Policy Violation Report
37378
- * @param {string} id The ID of the SOD Policy to run.
37960
+ * This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37961
+ * @summary Runs SOD policy violation report
37962
+ * @param {string} id The SOD policy ID to run.
37379
37963
  * @param {*} [axiosOptions] Override http request option.
37380
37964
  * @throws {RequiredError}
37381
37965
  */
37382
37966
  runSodPolicy(id: string, axiosOptions?: any): AxiosPromise<ReportResultReferenceBeta>;
37383
37967
  /**
37384
- * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN
37968
+ * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37385
37969
  * @summary Update SOD Policy schedule
37386
37970
  * @param {string} id The ID of the SOD policy to update its schedule.
37387
37971
  * @param {SodPolicyScheduleBeta} sodPolicyScheduleBeta
@@ -37391,7 +37975,7 @@ export declare const SODPolicyBetaApiFactory: (configuration?: Configuration, ba
37391
37975
  updatePolicySchedule(id: string, sodPolicyScheduleBeta: SodPolicyScheduleBeta, axiosOptions?: any): AxiosPromise<SodPolicyScheduleBeta>;
37392
37976
  /**
37393
37977
  * This updates a specified SOD policy. Requires role of ORG_ADMIN.
37394
- * @summary Update SOD Policy By ID
37978
+ * @summary Update SOD policy by ID
37395
37979
  * @param {string} id The ID of the SOD policy to update.
37396
37980
  * @param {SodPolicyBeta} sodPolicyBeta
37397
37981
  * @param {*} [axiosOptions] Override http request option.
@@ -37425,7 +38009,7 @@ export interface SODPolicyBetaApiDeleteSodPolicyRequest {
37425
38009
  */
37426
38010
  readonly id: string;
37427
38011
  /**
37428
- * whether this is soft delete i.e. logical true or hard delete
38012
+ * Indicates whether this is a soft delete (logical true) or a hard delete.
37429
38013
  * @type {boolean}
37430
38014
  * @memberof SODPolicyBetaApiDeleteSodPolicy
37431
38015
  */
@@ -37438,7 +38022,7 @@ export interface SODPolicyBetaApiDeleteSodPolicyRequest {
37438
38022
  */
37439
38023
  export interface SODPolicyBetaApiDeleteSodPolicyScheduleRequest {
37440
38024
  /**
37441
- * The ID of the SOD Policy for which the schedule needs to be deleted.
38025
+ * The ID of the SOD policy the schedule must be deleted for.
37442
38026
  * @type {string}
37443
38027
  * @memberof SODPolicyBetaApiDeleteSodPolicySchedule
37444
38028
  */
@@ -37566,7 +38150,7 @@ export interface SODPolicyBetaApiListSodPoliciesRequest {
37566
38150
  */
37567
38151
  export interface SODPolicyBetaApiPatchSodPolicyRequest {
37568
38152
  /**
37569
- * The ID of the SOD Policy being modified.
38153
+ * The ID of the SOD policy being modified.
37570
38154
  * @type {string}
37571
38155
  * @memberof SODPolicyBetaApiPatchSodPolicy
37572
38156
  */
@@ -37598,7 +38182,7 @@ export interface SODPolicyBetaApiRunSodAllPoliciesForOrgRequest {
37598
38182
  */
37599
38183
  export interface SODPolicyBetaApiRunSodPolicyRequest {
37600
38184
  /**
37601
- * The ID of the SOD Policy to run.
38185
+ * The SOD policy ID to run.
37602
38186
  * @type {string}
37603
38187
  * @memberof SODPolicyBetaApiRunSodPolicy
37604
38188
  */
@@ -37650,8 +38234,8 @@ export interface SODPolicyBetaApiUpdateSodPolicyRequest {
37650
38234
  */
37651
38235
  export declare class SODPolicyBetaApi extends BaseAPI {
37652
38236
  /**
37653
- * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy Requires role of ORG_ADMIN
37654
- * @summary Create SOD Policy
38237
+ * This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy. Requires role of ORG_ADMIN.
38238
+ * @summary Create SOD policy
37655
38239
  * @param {SODPolicyBetaApiCreateSodPolicyRequest} requestParameters Request parameters.
37656
38240
  * @param {*} [axiosOptions] Override http request option.
37657
38241
  * @throws {RequiredError}
@@ -37660,7 +38244,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37660
38244
  createSodPolicy(requestParameters: SODPolicyBetaApiCreateSodPolicyRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyBeta, any>>;
37661
38245
  /**
37662
38246
  * This deletes a specified SOD policy. Requires role of ORG_ADMIN.
37663
- * @summary Delete SOD Policy by ID
38247
+ * @summary Delete SOD policy by ID
37664
38248
  * @param {SODPolicyBetaApiDeleteSodPolicyRequest} requestParameters Request parameters.
37665
38249
  * @param {*} [axiosOptions] Override http request option.
37666
38250
  * @throws {RequiredError}
@@ -37669,7 +38253,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37669
38253
  deleteSodPolicy(requestParameters: SODPolicyBetaApiDeleteSodPolicyRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
37670
38254
  /**
37671
38255
  * This deletes schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37672
- * @summary Delete SOD Policy Schedule
38256
+ * @summary Delete SOD policy schedule
37673
38257
  * @param {SODPolicyBetaApiDeleteSodPolicyScheduleRequest} requestParameters Request parameters.
37674
38258
  * @param {*} [axiosOptions] Override http request option.
37675
38259
  * @throws {RequiredError}
@@ -37677,7 +38261,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37677
38261
  */
37678
38262
  deleteSodPolicySchedule(requestParameters: SODPolicyBetaApiDeleteSodPolicyScheduleRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
37679
38263
  /**
37680
- * This allows to download a specified named violation report for given report reference. Requires role of ORG_ADMIN.
38264
+ * This allows to download a specified named violation report for a given report reference. Requires role of ORG_ADMIN.
37681
38265
  * @summary Download custom violation report
37682
38266
  * @param {SODPolicyBetaApiDownloadCustomViolationReportRequest} requestParameters Request parameters.
37683
38267
  * @param {*} [axiosOptions] Override http request option.
@@ -37686,7 +38270,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37686
38270
  */
37687
38271
  downloadCustomViolationReport(requestParameters: SODPolicyBetaApiDownloadCustomViolationReportRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
37688
38272
  /**
37689
- * This allows to download a violation report for given report reference. Requires role of ORG_ADMIN.
38273
+ * This allows to download a violation report for a given report reference. Requires role of ORG_ADMIN.
37690
38274
  * @summary Download violation report
37691
38275
  * @param {SODPolicyBetaApiDownloadDefaultViolationReportRequest} requestParameters Request parameters.
37692
38276
  * @param {*} [axiosOptions] Override http request option.
@@ -37695,7 +38279,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37695
38279
  */
37696
38280
  downloadDefaultViolationReport(requestParameters: SODPolicyBetaApiDownloadDefaultViolationReportRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
37697
38281
  /**
37698
- * This gets status for a violation report for all policy run. Requires role of ORG_ADMIN.
38282
+ * This endpoint gets the status for a violation report for all policy run. Requires role of ORG_ADMIN.
37699
38283
  * @summary Get multi-report run task status
37700
38284
  * @param {*} [axiosOptions] Override http request option.
37701
38285
  * @throws {RequiredError}
@@ -37704,7 +38288,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37704
38288
  getSodAllReportRunStatus(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportResultReferenceBeta, any>>;
37705
38289
  /**
37706
38290
  * This gets specified SOD policy. Requires role of ORG_ADMIN.
37707
- * @summary Get SOD Policy By ID
38291
+ * @summary Get SOD policy by ID
37708
38292
  * @param {SODPolicyBetaApiGetSodPolicyRequest} requestParameters Request parameters.
37709
38293
  * @param {*} [axiosOptions] Override http request option.
37710
38294
  * @throws {RequiredError}
@@ -37712,8 +38296,8 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37712
38296
  */
37713
38297
  getSodPolicy(requestParameters: SODPolicyBetaApiGetSodPolicyRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyBeta, any>>;
37714
38298
  /**
37715
- * This gets schedule for a specified SOD policy. Requires a role of ORG_ADMIN
37716
- * @summary Get SOD Policy Schedule
38299
+ * This endpoint gets a specified SOD policy\'s schedule. Requires the role of ORG_ADMIN.
38300
+ * @summary Get SOD policy schedule
37717
38301
  * @param {SODPolicyBetaApiGetSodPolicyScheduleRequest} requestParameters Request parameters.
37718
38302
  * @param {*} [axiosOptions] Override http request option.
37719
38303
  * @throws {RequiredError}
@@ -37721,7 +38305,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37721
38305
  */
37722
38306
  getSodPolicySchedule(requestParameters: SODPolicyBetaApiGetSodPolicyScheduleRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyScheduleBeta, any>>;
37723
38307
  /**
37724
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
38308
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37725
38309
  * @summary Get violation report run status
37726
38310
  * @param {SODPolicyBetaApiGetSodViolationReportRunStatusRequest} requestParameters Request parameters.
37727
38311
  * @param {*} [axiosOptions] Override http request option.
@@ -37730,7 +38314,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37730
38314
  */
37731
38315
  getSodViolationReportRunStatus(requestParameters: SODPolicyBetaApiGetSodViolationReportRunStatusRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportResultReferenceBeta, any>>;
37732
38316
  /**
37733
- * This gets status for a violation report run task invoked already. Requires role of ORG_ADMIN.
38317
+ * This gets the status for a violation report run task that has already been invoked. Requires role of ORG_ADMIN.
37734
38318
  * @summary Get SOD violation report status
37735
38319
  * @param {SODPolicyBetaApiGetSodViolationReportStatusRequest} requestParameters Request parameters.
37736
38320
  * @param {*} [axiosOptions] Override http request option.
@@ -37739,8 +38323,8 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37739
38323
  */
37740
38324
  getSodViolationReportStatus(requestParameters: SODPolicyBetaApiGetSodViolationReportStatusRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportResultReferenceBeta, any>>;
37741
38325
  /**
37742
- * This gets list of all SOD Policies. Requires role of ORG_ADMIN
37743
- * @summary List SOD Policies
38326
+ * This gets list of all SOD policies. Requires role of ORG_ADMIN
38327
+ * @summary List SOD policies
37744
38328
  * @param {SODPolicyBetaApiListSodPoliciesRequest} requestParameters Request parameters.
37745
38329
  * @param {*} [axiosOptions] Override http request option.
37746
38330
  * @throws {RequiredError}
@@ -37748,8 +38332,8 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37748
38332
  */
37749
38333
  listSodPolicies(requestParameters?: SODPolicyBetaApiListSodPoliciesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyBeta[], any>>;
37750
38334
  /**
37751
- * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN.
37752
- * @summary Update a SOD Policy
38335
+ * Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Requires role of ORG_ADMIN. This endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception.
38336
+ * @summary Patch a SOD policy
37753
38337
  * @param {SODPolicyBetaApiPatchSodPolicyRequest} requestParameters Request parameters.
37754
38338
  * @param {*} [axiosOptions] Override http request option.
37755
38339
  * @throws {RequiredError}
@@ -37757,8 +38341,8 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37757
38341
  */
37758
38342
  patchSodPolicy(requestParameters: SODPolicyBetaApiPatchSodPolicyRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyBeta, any>>;
37759
38343
  /**
37760
- * Runs multi policy report for the Org. If a policy reports more than 5000 violation, the report mentions Violation limit exceeded for that policy. If the request is empty, report will run for all policies. Otherwise, report will run only for the filtered policy list provided. Requires role of ORG_ADMIN.
37761
- * @summary Runs all policies for Org.
38344
+ * Runs multi-policy report for the org. If a policy reports more than 5000 violations, the report mentions that the violation limit was exceeded for that policy. If the request is empty, the report runs for all policies. Otherwise, the report runs for only the filtered policy list provided. Requires role of ORG_ADMIN.
38345
+ * @summary Runs all policies for org
37762
38346
  * @param {SODPolicyBetaApiRunSodAllPoliciesForOrgRequest} requestParameters Request parameters.
37763
38347
  * @param {*} [axiosOptions] Override http request option.
37764
38348
  * @throws {RequiredError}
@@ -37766,8 +38350,8 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37766
38350
  */
37767
38351
  runSodAllPoliciesForOrg(requestParameters?: SODPolicyBetaApiRunSodAllPoliciesForOrgRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportResultReferenceBeta, any>>;
37768
38352
  /**
37769
- * This invokes processing of violation report for given SOD Policy. If policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
37770
- * @summary Runs SOD Policy Violation Report
38353
+ * This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message. Requires role of ORG_ADMIN.
38354
+ * @summary Runs SOD policy violation report
37771
38355
  * @param {SODPolicyBetaApiRunSodPolicyRequest} requestParameters Request parameters.
37772
38356
  * @param {*} [axiosOptions] Override http request option.
37773
38357
  * @throws {RequiredError}
@@ -37775,7 +38359,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37775
38359
  */
37776
38360
  runSodPolicy(requestParameters: SODPolicyBetaApiRunSodPolicyRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportResultReferenceBeta, any>>;
37777
38361
  /**
37778
- * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN
38362
+ * This updates schedule for a specified SOD policy. Requires role of ORG_ADMIN.
37779
38363
  * @summary Update SOD Policy schedule
37780
38364
  * @param {SODPolicyBetaApiUpdatePolicyScheduleRequest} requestParameters Request parameters.
37781
38365
  * @param {*} [axiosOptions] Override http request option.
@@ -37785,7 +38369,7 @@ export declare class SODPolicyBetaApi extends BaseAPI {
37785
38369
  updatePolicySchedule(requestParameters: SODPolicyBetaApiUpdatePolicyScheduleRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SodPolicyScheduleBeta, any>>;
37786
38370
  /**
37787
38371
  * This updates a specified SOD policy. Requires role of ORG_ADMIN.
37788
- * @summary Update SOD Policy By ID
38372
+ * @summary Update SOD policy by ID
37789
38373
  * @param {SODPolicyBetaApiUpdateSodPolicyRequest} requestParameters Request parameters.
37790
38374
  * @param {*} [axiosOptions] Override http request option.
37791
38375
  * @throws {RequiredError}
@@ -37897,13 +38481,13 @@ export declare const SPConfigBetaApiAxiosParamCreator: (configuration?: Configur
37897
38481
  /**
37898
38482
  * This post will import objects from a JSON configuration file into a tenant. By default, every import will first export all existing objects supported by sp-config as a backup before the import is attempted. The backup is provided so that the state of the configuration prior to the import is available for inspection or restore if needed. The backup can be skipped by setting \"excludeBackup\" to true in the import options. If a backup is performed, the id of the backup will be provided in the ImportResult as the \"exportJobId\". This can be downloaded using the /sp-config/export/{exportJobId}/download endpoint. Request will need the following security scope: - sp:config:manage
37899
38483
  * @summary Initiates Configuration Objects Import Job.
37900
- * @param {string} data Name of JSON file containing the objects to be imported.
38484
+ * @param {any} data JSON file containing the objects to be imported.
37901
38485
  * @param {boolean} [preview] This option is intended to give the user information about how an import operation would proceed, without having any affect on the target tenant. If true, no objects will be imported. Instead, the import process will pre-process the import file and attempt to resolve references within imported objects. The import result file will contain messages pertaining to how specific references were resolved, any errors associated with the preprocessing, and messages indicating which objects would be imported.
37902
38486
  * @param {ImportOptionsBeta} [options]
37903
38487
  * @param {*} [axiosOptions] Override http request option.
37904
38488
  * @throws {RequiredError}
37905
38489
  */
37906
- importSpConfig: (data: string, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
38490
+ importSpConfig: (data: any, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
37907
38491
  /**
37908
38492
  * This gets import file resulting from the import job with the requested id and downloads it to a file. The downloaded file will contain the results of the import operation, including any error, warning or informational messages associated with the import. Request will need the following security scope: - sp:config:manage
37909
38493
  * @summary Download Result of Import Job
@@ -37960,13 +38544,13 @@ export declare const SPConfigBetaApiFp: (configuration?: Configuration) => {
37960
38544
  /**
37961
38545
  * This post will import objects from a JSON configuration file into a tenant. By default, every import will first export all existing objects supported by sp-config as a backup before the import is attempted. The backup is provided so that the state of the configuration prior to the import is available for inspection or restore if needed. The backup can be skipped by setting \"excludeBackup\" to true in the import options. If a backup is performed, the id of the backup will be provided in the ImportResult as the \"exportJobId\". This can be downloaded using the /sp-config/export/{exportJobId}/download endpoint. Request will need the following security scope: - sp:config:manage
37962
38546
  * @summary Initiates Configuration Objects Import Job.
37963
- * @param {string} data Name of JSON file containing the objects to be imported.
38547
+ * @param {any} data JSON file containing the objects to be imported.
37964
38548
  * @param {boolean} [preview] This option is intended to give the user information about how an import operation would proceed, without having any affect on the target tenant. If true, no objects will be imported. Instead, the import process will pre-process the import file and attempt to resolve references within imported objects. The import result file will contain messages pertaining to how specific references were resolved, any errors associated with the preprocessing, and messages indicating which objects would be imported.
37965
38549
  * @param {ImportOptionsBeta} [options]
37966
38550
  * @param {*} [axiosOptions] Override http request option.
37967
38551
  * @throws {RequiredError}
37968
38552
  */
37969
- importSpConfig(data: string, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpConfigJobBeta>>;
38553
+ importSpConfig(data: any, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpConfigJobBeta>>;
37970
38554
  /**
37971
38555
  * This gets import file resulting from the import job with the requested id and downloads it to a file. The downloaded file will contain the results of the import operation, including any error, warning or informational messages associated with the import. Request will need the following security scope: - sp:config:manage
37972
38556
  * @summary Download Result of Import Job
@@ -38023,13 +38607,13 @@ export declare const SPConfigBetaApiFactory: (configuration?: Configuration, bas
38023
38607
  /**
38024
38608
  * This post will import objects from a JSON configuration file into a tenant. By default, every import will first export all existing objects supported by sp-config as a backup before the import is attempted. The backup is provided so that the state of the configuration prior to the import is available for inspection or restore if needed. The backup can be skipped by setting \"excludeBackup\" to true in the import options. If a backup is performed, the id of the backup will be provided in the ImportResult as the \"exportJobId\". This can be downloaded using the /sp-config/export/{exportJobId}/download endpoint. Request will need the following security scope: - sp:config:manage
38025
38609
  * @summary Initiates Configuration Objects Import Job.
38026
- * @param {string} data Name of JSON file containing the objects to be imported.
38610
+ * @param {any} data JSON file containing the objects to be imported.
38027
38611
  * @param {boolean} [preview] This option is intended to give the user information about how an import operation would proceed, without having any affect on the target tenant. If true, no objects will be imported. Instead, the import process will pre-process the import file and attempt to resolve references within imported objects. The import result file will contain messages pertaining to how specific references were resolved, any errors associated with the preprocessing, and messages indicating which objects would be imported.
38028
38612
  * @param {ImportOptionsBeta} [options]
38029
38613
  * @param {*} [axiosOptions] Override http request option.
38030
38614
  * @throws {RequiredError}
38031
38615
  */
38032
- importSpConfig(data: string, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: any): AxiosPromise<SpConfigJobBeta>;
38616
+ importSpConfig(data: any, preview?: boolean, options?: ImportOptionsBeta, axiosOptions?: any): AxiosPromise<SpConfigJobBeta>;
38033
38617
  /**
38034
38618
  * This gets import file resulting from the import job with the requested id and downloads it to a file. The downloaded file will contain the results of the import operation, including any error, warning or informational messages associated with the import. Request will need the following security scope: - sp:config:manage
38035
38619
  * @summary Download Result of Import Job
@@ -38100,11 +38684,11 @@ export interface SPConfigBetaApiExportSpConfigJobStatusRequest {
38100
38684
  */
38101
38685
  export interface SPConfigBetaApiImportSpConfigRequest {
38102
38686
  /**
38103
- * Name of JSON file containing the objects to be imported.
38104
- * @type {string}
38687
+ * JSON file containing the objects to be imported.
38688
+ * @type {any}
38105
38689
  * @memberof SPConfigBetaApiImportSpConfig
38106
38690
  */
38107
- readonly data: string;
38691
+ readonly data: any;
38108
38692
  /**
38109
38693
  * This option is intended to give the user information about how an import operation would proceed, without having any affect on the target tenant. If true, no objects will be imported. Instead, the import process will pre-process the import file and attempt to resolve references within imported objects. The import result file will contain messages pertaining to how specific references were resolved, any errors associated with the preprocessing, and messages indicating which objects would be imported.
38110
38694
  * @type {boolean}
@@ -38817,14 +39401,6 @@ export declare const ServiceDeskIntegrationBetaApiAxiosParamCreator: (configurat
38817
39401
  * @throws {RequiredError}
38818
39402
  */
38819
39403
  patchServiceDeskIntegration: (id: string, jsonPatchBeta: JsonPatchBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
38820
- /**
38821
- * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
38822
- * @summary Update the time check configuration of queued SDIM tickets
38823
- * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
38824
- * @param {*} [axiosOptions] Override http request option.
38825
- * @throws {RequiredError}
38826
- */
38827
- updateManagedClientStatusCheckDetails: (queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
38828
39404
  /**
38829
39405
  * Update an existing Service Desk integration by ID with updated value in JSON form as the request body. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
38830
39406
  * @summary Update a Service Desk integration by ID
@@ -38834,6 +39410,14 @@ export declare const ServiceDeskIntegrationBetaApiAxiosParamCreator: (configurat
38834
39410
  * @throws {RequiredError}
38835
39411
  */
38836
39412
  updateServiceDeskIntegration: (id: string, serviceDeskIntegrationDtoBeta: ServiceDeskIntegrationDtoBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
39413
+ /**
39414
+ * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39415
+ * @summary Update the time check configuration of queued SDIM tickets
39416
+ * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
39417
+ * @param {*} [axiosOptions] Override http request option.
39418
+ * @throws {RequiredError}
39419
+ */
39420
+ updateStatusCheckDetails: (queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
38837
39421
  };
38838
39422
  /**
38839
39423
  * ServiceDeskIntegrationBetaApi - functional programming interface
@@ -38907,14 +39491,6 @@ export declare const ServiceDeskIntegrationBetaApiFp: (configuration?: Configura
38907
39491
  * @throws {RequiredError}
38908
39492
  */
38909
39493
  patchServiceDeskIntegration(id: string, jsonPatchBeta: JsonPatchBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoBeta>>;
38910
- /**
38911
- * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
38912
- * @summary Update the time check configuration of queued SDIM tickets
38913
- * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
38914
- * @param {*} [axiosOptions] Override http request option.
38915
- * @throws {RequiredError}
38916
- */
38917
- updateManagedClientStatusCheckDetails(queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<QueuedCheckConfigDetailsBeta>>;
38918
39494
  /**
38919
39495
  * Update an existing Service Desk integration by ID with updated value in JSON form as the request body. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
38920
39496
  * @summary Update a Service Desk integration by ID
@@ -38924,6 +39500,14 @@ export declare const ServiceDeskIntegrationBetaApiFp: (configuration?: Configura
38924
39500
  * @throws {RequiredError}
38925
39501
  */
38926
39502
  updateServiceDeskIntegration(id: string, serviceDeskIntegrationDtoBeta: ServiceDeskIntegrationDtoBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoBeta>>;
39503
+ /**
39504
+ * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39505
+ * @summary Update the time check configuration of queued SDIM tickets
39506
+ * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
39507
+ * @param {*} [axiosOptions] Override http request option.
39508
+ * @throws {RequiredError}
39509
+ */
39510
+ updateStatusCheckDetails(queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<QueuedCheckConfigDetailsBeta>>;
38927
39511
  };
38928
39512
  /**
38929
39513
  * ServiceDeskIntegrationBetaApi - factory interface
@@ -38997,14 +39581,6 @@ export declare const ServiceDeskIntegrationBetaApiFactory: (configuration?: Conf
38997
39581
  * @throws {RequiredError}
38998
39582
  */
38999
39583
  patchServiceDeskIntegration(id: string, jsonPatchBeta: JsonPatchBeta, axiosOptions?: any): AxiosPromise<ServiceDeskIntegrationDtoBeta>;
39000
- /**
39001
- * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39002
- * @summary Update the time check configuration of queued SDIM tickets
39003
- * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
39004
- * @param {*} [axiosOptions] Override http request option.
39005
- * @throws {RequiredError}
39006
- */
39007
- updateManagedClientStatusCheckDetails(queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: any): AxiosPromise<QueuedCheckConfigDetailsBeta>;
39008
39584
  /**
39009
39585
  * Update an existing Service Desk integration by ID with updated value in JSON form as the request body. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39010
39586
  * @summary Update a Service Desk integration by ID
@@ -39014,6 +39590,14 @@ export declare const ServiceDeskIntegrationBetaApiFactory: (configuration?: Conf
39014
39590
  * @throws {RequiredError}
39015
39591
  */
39016
39592
  updateServiceDeskIntegration(id: string, serviceDeskIntegrationDtoBeta: ServiceDeskIntegrationDtoBeta, axiosOptions?: any): AxiosPromise<ServiceDeskIntegrationDtoBeta>;
39593
+ /**
39594
+ * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39595
+ * @summary Update the time check configuration of queued SDIM tickets
39596
+ * @param {QueuedCheckConfigDetailsBeta} queuedCheckConfigDetailsBeta the modified time check configuration
39597
+ * @param {*} [axiosOptions] Override http request option.
39598
+ * @throws {RequiredError}
39599
+ */
39600
+ updateStatusCheckDetails(queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta, axiosOptions?: any): AxiosPromise<QueuedCheckConfigDetailsBeta>;
39017
39601
  };
39018
39602
  /**
39019
39603
  * Request parameters for createServiceDeskIntegration operation in ServiceDeskIntegrationBetaApi.
@@ -39123,19 +39707,6 @@ export interface ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest
39123
39707
  */
39124
39708
  readonly jsonPatchBeta: JsonPatchBeta;
39125
39709
  }
39126
- /**
39127
- * Request parameters for updateManagedClientStatusCheckDetails operation in ServiceDeskIntegrationBetaApi.
39128
- * @export
39129
- * @interface ServiceDeskIntegrationBetaApiUpdateManagedClientStatusCheckDetailsRequest
39130
- */
39131
- export interface ServiceDeskIntegrationBetaApiUpdateManagedClientStatusCheckDetailsRequest {
39132
- /**
39133
- * the modified time check configuration
39134
- * @type {QueuedCheckConfigDetailsBeta}
39135
- * @memberof ServiceDeskIntegrationBetaApiUpdateManagedClientStatusCheckDetails
39136
- */
39137
- readonly queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta;
39138
- }
39139
39710
  /**
39140
39711
  * Request parameters for updateServiceDeskIntegration operation in ServiceDeskIntegrationBetaApi.
39141
39712
  * @export
@@ -39155,6 +39726,19 @@ export interface ServiceDeskIntegrationBetaApiUpdateServiceDeskIntegrationReques
39155
39726
  */
39156
39727
  readonly serviceDeskIntegrationDtoBeta: ServiceDeskIntegrationDtoBeta;
39157
39728
  }
39729
+ /**
39730
+ * Request parameters for updateStatusCheckDetails operation in ServiceDeskIntegrationBetaApi.
39731
+ * @export
39732
+ * @interface ServiceDeskIntegrationBetaApiUpdateStatusCheckDetailsRequest
39733
+ */
39734
+ export interface ServiceDeskIntegrationBetaApiUpdateStatusCheckDetailsRequest {
39735
+ /**
39736
+ * the modified time check configuration
39737
+ * @type {QueuedCheckConfigDetailsBeta}
39738
+ * @memberof ServiceDeskIntegrationBetaApiUpdateStatusCheckDetails
39739
+ */
39740
+ readonly queuedCheckConfigDetailsBeta: QueuedCheckConfigDetailsBeta;
39741
+ }
39158
39742
  /**
39159
39743
  * ServiceDeskIntegrationBetaApi - object-oriented interface
39160
39744
  * @export
@@ -39233,23 +39817,23 @@ export declare class ServiceDeskIntegrationBetaApi extends BaseAPI {
39233
39817
  */
39234
39818
  patchServiceDeskIntegration(requestParameters: ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceDeskIntegrationDtoBeta, any>>;
39235
39819
  /**
39236
- * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39237
- * @summary Update the time check configuration of queued SDIM tickets
39238
- * @param {ServiceDeskIntegrationBetaApiUpdateManagedClientStatusCheckDetailsRequest} requestParameters Request parameters.
39820
+ * Update an existing Service Desk integration by ID with updated value in JSON form as the request body. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39821
+ * @summary Update a Service Desk integration by ID
39822
+ * @param {ServiceDeskIntegrationBetaApiUpdateServiceDeskIntegrationRequest} requestParameters Request parameters.
39239
39823
  * @param {*} [axiosOptions] Override http request option.
39240
39824
  * @throws {RequiredError}
39241
39825
  * @memberof ServiceDeskIntegrationBetaApi
39242
39826
  */
39243
- updateManagedClientStatusCheckDetails(requestParameters: ServiceDeskIntegrationBetaApiUpdateManagedClientStatusCheckDetailsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QueuedCheckConfigDetailsBeta, any>>;
39827
+ updateServiceDeskIntegration(requestParameters: ServiceDeskIntegrationBetaApiUpdateServiceDeskIntegrationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceDeskIntegrationDtoBeta, any>>;
39244
39828
  /**
39245
- * Update an existing Service Desk integration by ID with updated value in JSON form as the request body. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39246
- * @summary Update a Service Desk integration by ID
39247
- * @param {ServiceDeskIntegrationBetaApiUpdateServiceDeskIntegrationRequest} requestParameters Request parameters.
39829
+ * Update the time check configuration of queued SDIM tickets. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
39830
+ * @summary Update the time check configuration of queued SDIM tickets
39831
+ * @param {ServiceDeskIntegrationBetaApiUpdateStatusCheckDetailsRequest} requestParameters Request parameters.
39248
39832
  * @param {*} [axiosOptions] Override http request option.
39249
39833
  * @throws {RequiredError}
39250
39834
  * @memberof ServiceDeskIntegrationBetaApi
39251
39835
  */
39252
- updateServiceDeskIntegration(requestParameters: ServiceDeskIntegrationBetaApiUpdateServiceDeskIntegrationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceDeskIntegrationDtoBeta, any>>;
39836
+ updateStatusCheckDetails(requestParameters: ServiceDeskIntegrationBetaApiUpdateStatusCheckDetailsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QueuedCheckConfigDetailsBeta, any>>;
39253
39837
  }
39254
39838
  /**
39255
39839
  * SourcesBetaApi - axios parameter creator
@@ -39360,6 +39944,13 @@ export declare const SourcesBetaApiAxiosParamCreator: (configuration?: Configura
39360
39944
  * @throws {RequiredError}
39361
39945
  */
39362
39946
  getSourceConfig: (id: string, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
39947
+ /**
39948
+ * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
39949
+ * @summary Get Source Entitlement Request Configuration
39950
+ * @param {*} [axiosOptions] Override http request option.
39951
+ * @throws {RequiredError}
39952
+ */
39953
+ getSourceEntitlementRequestConfig: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
39363
39954
  /**
39364
39955
  * Get the Source Schema by ID in IdentityNow.
39365
39956
  * @summary Get Source Schema by ID
@@ -39507,7 +40098,15 @@ export declare const SourcesBetaApiAxiosParamCreator: (configuration?: Configura
39507
40098
  */
39508
40099
  updateSource: (id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
39509
40100
  /**
39510
- * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
40101
+ * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
40102
+ * @summary Update Source Entitlement Request Configuration
40103
+ * @param {SourceEntitlementRequestConfigBeta} sourceEntitlementRequestConfigBeta
40104
+ * @param {*} [axiosOptions] Override http request option.
40105
+ * @throws {RequiredError}
40106
+ */
40107
+ updateSourceEntitlementRequestConfig: (sourceEntitlementRequestConfigBeta: SourceEntitlementRequestConfigBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
40108
+ /**
40109
+ * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/beta/create-source-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
39511
40110
  * @summary Update Source Schema (Partial)
39512
40111
  * @param {string} sourceId The Source id.
39513
40112
  * @param {string} schemaId The Schema id.
@@ -39654,6 +40253,13 @@ export declare const SourcesBetaApiFp: (configuration?: Configuration) => {
39654
40253
  * @throws {RequiredError}
39655
40254
  */
39656
40255
  getSourceConfig(id: string, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConnectorDetailBeta>>;
40256
+ /**
40257
+ * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
40258
+ * @summary Get Source Entitlement Request Configuration
40259
+ * @param {*} [axiosOptions] Override http request option.
40260
+ * @throws {RequiredError}
40261
+ */
40262
+ getSourceEntitlementRequestConfig(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigBeta>>;
39657
40263
  /**
39658
40264
  * Get the Source Schema by ID in IdentityNow.
39659
40265
  * @summary Get Source Schema by ID
@@ -39801,7 +40407,15 @@ export declare const SourcesBetaApiFp: (configuration?: Configuration) => {
39801
40407
  */
39802
40408
  updateSource(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceBeta>>;
39803
40409
  /**
39804
- * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
40410
+ * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
40411
+ * @summary Update Source Entitlement Request Configuration
40412
+ * @param {SourceEntitlementRequestConfigBeta} sourceEntitlementRequestConfigBeta
40413
+ * @param {*} [axiosOptions] Override http request option.
40414
+ * @throws {RequiredError}
40415
+ */
40416
+ updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigBeta: SourceEntitlementRequestConfigBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigBeta>>;
40417
+ /**
40418
+ * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/beta/create-source-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
39805
40419
  * @summary Update Source Schema (Partial)
39806
40420
  * @param {string} sourceId The Source id.
39807
40421
  * @param {string} schemaId The Schema id.
@@ -39948,6 +40562,13 @@ export declare const SourcesBetaApiFactory: (configuration?: Configuration, base
39948
40562
  * @throws {RequiredError}
39949
40563
  */
39950
40564
  getSourceConfig(id: string, locale?: 'de' | 'false' | 'fi' | 'sv' | 'ru' | 'pt' | 'ko' | 'zh-TW' | 'en' | 'it' | 'fr' | 'zh-CN' | 'hu' | 'es' | 'cs' | 'ja' | 'pl' | 'da' | 'nl', axiosOptions?: any): AxiosPromise<ConnectorDetailBeta>;
40565
+ /**
40566
+ * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
40567
+ * @summary Get Source Entitlement Request Configuration
40568
+ * @param {*} [axiosOptions] Override http request option.
40569
+ * @throws {RequiredError}
40570
+ */
40571
+ getSourceEntitlementRequestConfig(axiosOptions?: any): AxiosPromise<SourceEntitlementRequestConfigBeta>;
39951
40572
  /**
39952
40573
  * Get the Source Schema by ID in IdentityNow.
39953
40574
  * @summary Get Source Schema by ID
@@ -40095,7 +40716,15 @@ export declare const SourcesBetaApiFactory: (configuration?: Configuration, base
40095
40716
  */
40096
40717
  updateSource(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: any): AxiosPromise<SourceBeta>;
40097
40718
  /**
40098
- * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
40719
+ * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
40720
+ * @summary Update Source Entitlement Request Configuration
40721
+ * @param {SourceEntitlementRequestConfigBeta} sourceEntitlementRequestConfigBeta
40722
+ * @param {*} [axiosOptions] Override http request option.
40723
+ * @throws {RequiredError}
40724
+ */
40725
+ updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigBeta: SourceEntitlementRequestConfigBeta, axiosOptions?: any): AxiosPromise<SourceEntitlementRequestConfigBeta>;
40726
+ /**
40727
+ * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/beta/create-source-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
40099
40728
  * @summary Update Source Schema (Partial)
40100
40729
  * @param {string} sourceId The Source id.
40101
40730
  * @param {string} schemaId The Schema id.
@@ -40653,6 +41282,19 @@ export interface SourcesBetaApiUpdateSourceRequest {
40653
41282
  */
40654
41283
  readonly jsonPatchOperationBeta: Array<JsonPatchOperationBeta>;
40655
41284
  }
41285
+ /**
41286
+ * Request parameters for updateSourceEntitlementRequestConfig operation in SourcesBetaApi.
41287
+ * @export
41288
+ * @interface SourcesBetaApiUpdateSourceEntitlementRequestConfigRequest
41289
+ */
41290
+ export interface SourcesBetaApiUpdateSourceEntitlementRequestConfigRequest {
41291
+ /**
41292
+ *
41293
+ * @type {SourceEntitlementRequestConfigBeta}
41294
+ * @memberof SourcesBetaApiUpdateSourceEntitlementRequestConfig
41295
+ */
41296
+ readonly sourceEntitlementRequestConfigBeta: SourceEntitlementRequestConfigBeta;
41297
+ }
40656
41298
  /**
40657
41299
  * Request parameters for updateSourceSchema operation in SourcesBetaApi.
40658
41300
  * @export
@@ -40856,6 +41498,14 @@ export declare class SourcesBetaApi extends BaseAPI {
40856
41498
  * @memberof SourcesBetaApi
40857
41499
  */
40858
41500
  getSourceConfig(requestParameters: SourcesBetaApiGetSourceConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConnectorDetailBeta, any>>;
41501
+ /**
41502
+ * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
41503
+ * @summary Get Source Entitlement Request Configuration
41504
+ * @param {*} [axiosOptions] Override http request option.
41505
+ * @throws {RequiredError}
41506
+ * @memberof SourcesBetaApi
41507
+ */
41508
+ getSourceEntitlementRequestConfig(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceEntitlementRequestConfigBeta, any>>;
40859
41509
  /**
40860
41510
  * Get the Source Schema by ID in IdentityNow.
40861
41511
  * @summary Get Source Schema by ID
@@ -41001,7 +41651,16 @@ export declare class SourcesBetaApi extends BaseAPI {
41001
41651
  */
41002
41652
  updateSource(requestParameters: SourcesBetaApiUpdateSourceRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceBeta, any>>;
41003
41653
  /**
41004
- * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/v3/create-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
41654
+ * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
41655
+ * @summary Update Source Entitlement Request Configuration
41656
+ * @param {SourcesBetaApiUpdateSourceEntitlementRequestConfigRequest} requestParameters Request parameters.
41657
+ * @param {*} [axiosOptions] Override http request option.
41658
+ * @throws {RequiredError}
41659
+ * @memberof SourcesBetaApi
41660
+ */
41661
+ updateSourceEntitlementRequestConfig(requestParameters: SourcesBetaApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceEntitlementRequestConfigBeta, any>>;
41662
+ /**
41663
+ * Use this API to selectively update an existing Schema using a JSONPatch payload. The following schema fields are immutable and cannot be updated: - id - name - created - modified To switch an account attribute to a group entitlement, you need to have the following in place: - `isEntitlement: true` - Must define a schema for the group and [add it to the source](https://developer.sailpoint.com/idn/api/beta/create-source-schema) before updating the `isGroup` flag. For example, here is the `group` account attribute referencing a schema that defines the group: ```json { \"name\": \"groups\", \"type\": \"STRING\", \"schema\": { \"type\": \"CONNECTOR_SCHEMA\", \"id\": \"2c9180887671ff8c01767b4671fc7d60\", \"name\": \"group\" }, \"description\": \"The groups, roles etc. that reference account group objects\", \"isMulti\": true, \"isEntitlement\": true, \"isGroup\": true } ```
41005
41664
  * @summary Update Source Schema (Partial)
41006
41665
  * @param {SourcesBetaApiUpdateSourceSchemaRequest} requestParameters Request parameters.
41007
41666
  * @param {*} [axiosOptions] Override http request option.
@@ -41167,7 +41826,7 @@ export declare const TaggedObjectsBetaApiFp: (configuration?: Configuration) =>
41167
41826
  * @param {*} [axiosOptions] Override http request option.
41168
41827
  * @throws {RequiredError}
41169
41828
  */
41170
- listTaggedObjects(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaggedObjectBeta>>;
41829
+ listTaggedObjects(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TaggedObjectBeta>>>;
41171
41830
  /**
41172
41831
  * This API returns a list of all tagged objects by type. Any authenticated token may be used to call this API.
41173
41832
  * @summary List Tagged Objects
@@ -41248,7 +41907,7 @@ export declare const TaggedObjectsBetaApiFactory: (configuration?: Configuration
41248
41907
  * @param {*} [axiosOptions] Override http request option.
41249
41908
  * @throws {RequiredError}
41250
41909
  */
41251
- listTaggedObjects(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: any): AxiosPromise<TaggedObjectBeta>;
41910
+ listTaggedObjects(limit?: number, offset?: number, count?: boolean, filters?: string, axiosOptions?: any): AxiosPromise<Array<TaggedObjectBeta>>;
41252
41911
  /**
41253
41912
  * This API returns a list of all tagged objects by type. Any authenticated token may be used to call this API.
41254
41913
  * @summary List Tagged Objects
@@ -41501,7 +42160,7 @@ export declare class TaggedObjectsBetaApi extends BaseAPI {
41501
42160
  * @throws {RequiredError}
41502
42161
  * @memberof TaggedObjectsBetaApi
41503
42162
  */
41504
- listTaggedObjects(requestParameters?: TaggedObjectsBetaApiListTaggedObjectsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TaggedObjectBeta, any>>;
42163
+ listTaggedObjects(requestParameters?: TaggedObjectsBetaApiListTaggedObjectsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TaggedObjectBeta[], any>>;
41505
42164
  /**
41506
42165
  * This API returns a list of all tagged objects by type. Any authenticated token may be used to call this API.
41507
42166
  * @summary List Tagged Objects
@@ -42482,6 +43141,15 @@ export declare const WorkItemsBetaApiAxiosParamCreator: (configuration?: Configu
42482
43141
  * @throws {RequiredError}
42483
43142
  */
42484
43143
  completeWorkItem: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
43144
+ /**
43145
+ * This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.
43146
+ * @summary Forward a Work Item
43147
+ * @param {string} id The ID of the work item
43148
+ * @param {WorkItemForwardBeta} workItemForwardBeta
43149
+ * @param {*} [axiosOptions] Override http request option.
43150
+ * @throws {RequiredError}
43151
+ */
43152
+ forwardWorkItem: (id: string, workItemForwardBeta: WorkItemForwardBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
42485
43153
  /**
42486
43154
  * This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
42487
43155
  * @summary Completed Work Items
@@ -42596,6 +43264,15 @@ export declare const WorkItemsBetaApiFp: (configuration?: Configuration) => {
42596
43264
  * @throws {RequiredError}
42597
43265
  */
42598
43266
  completeWorkItem(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkItemsBeta>>;
43267
+ /**
43268
+ * This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.
43269
+ * @summary Forward a Work Item
43270
+ * @param {string} id The ID of the work item
43271
+ * @param {WorkItemForwardBeta} workItemForwardBeta
43272
+ * @param {*} [axiosOptions] Override http request option.
43273
+ * @throws {RequiredError}
43274
+ */
43275
+ forwardWorkItem(id: string, workItemForwardBeta: WorkItemForwardBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
42599
43276
  /**
42600
43277
  * This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
42601
43278
  * @summary Completed Work Items
@@ -42710,6 +43387,15 @@ export declare const WorkItemsBetaApiFactory: (configuration?: Configuration, ba
42710
43387
  * @throws {RequiredError}
42711
43388
  */
42712
43389
  completeWorkItem(id: string, axiosOptions?: any): AxiosPromise<WorkItemsBeta>;
43390
+ /**
43391
+ * This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.
43392
+ * @summary Forward a Work Item
43393
+ * @param {string} id The ID of the work item
43394
+ * @param {WorkItemForwardBeta} workItemForwardBeta
43395
+ * @param {*} [axiosOptions] Override http request option.
43396
+ * @throws {RequiredError}
43397
+ */
43398
+ forwardWorkItem(id: string, workItemForwardBeta: WorkItemForwardBeta, axiosOptions?: any): AxiosPromise<void>;
42713
43399
  /**
42714
43400
  * This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
42715
43401
  * @summary Completed Work Items
@@ -42839,6 +43525,25 @@ export interface WorkItemsBetaApiCompleteWorkItemRequest {
42839
43525
  */
42840
43526
  readonly id: string;
42841
43527
  }
43528
+ /**
43529
+ * Request parameters for forwardWorkItem operation in WorkItemsBetaApi.
43530
+ * @export
43531
+ * @interface WorkItemsBetaApiForwardWorkItemRequest
43532
+ */
43533
+ export interface WorkItemsBetaApiForwardWorkItemRequest {
43534
+ /**
43535
+ * The ID of the work item
43536
+ * @type {string}
43537
+ * @memberof WorkItemsBetaApiForwardWorkItem
43538
+ */
43539
+ readonly id: string;
43540
+ /**
43541
+ *
43542
+ * @type {WorkItemForwardBeta}
43543
+ * @memberof WorkItemsBetaApiForwardWorkItem
43544
+ */
43545
+ readonly workItemForwardBeta: WorkItemForwardBeta;
43546
+ }
42842
43547
  /**
42843
43548
  * Request parameters for getCompletedWorkItems operation in WorkItemsBetaApi.
42844
43549
  * @export
@@ -43046,6 +43751,15 @@ export declare class WorkItemsBetaApi extends BaseAPI {
43046
43751
  * @memberof WorkItemsBetaApi
43047
43752
  */
43048
43753
  completeWorkItem(requestParameters: WorkItemsBetaApiCompleteWorkItemRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkItemsBeta, any>>;
43754
+ /**
43755
+ * This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.
43756
+ * @summary Forward a Work Item
43757
+ * @param {WorkItemsBetaApiForwardWorkItemRequest} requestParameters Request parameters.
43758
+ * @param {*} [axiosOptions] Override http request option.
43759
+ * @throws {RequiredError}
43760
+ * @memberof WorkItemsBetaApi
43761
+ */
43762
+ forwardWorkItem(requestParameters: WorkItemsBetaApiForwardWorkItemRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
43049
43763
  /**
43050
43764
  * This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
43051
43765
  * @summary Completed Work Items