sailpoint-api-client 1.8.42 → 1.8.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +37 -5
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +37 -5
- package/dist/beta/api.js +8 -0
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +61 -46
- package/dist/v2024/api.js +38 -50
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +236 -141
- package/dist/v2025/api.js +198 -87
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +2229 -130
- package/dist/v2026/api.js +2142 -273
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +83 -76
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +275 -177
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +3121 -180
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/v2025/api.ts
CHANGED
|
@@ -298,6 +298,12 @@ export interface AccessItemAccessProfileResponseV2025 {
|
|
|
298
298
|
* @memberof AccessItemAccessProfileResponseV2025
|
|
299
299
|
*/
|
|
300
300
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2025>;
|
|
301
|
+
/**
|
|
302
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
303
|
+
* @type {string}
|
|
304
|
+
* @memberof AccessItemAccessProfileResponseV2025
|
|
305
|
+
*/
|
|
306
|
+
'startDate'?: string | null;
|
|
301
307
|
/**
|
|
302
308
|
* the date the access profile is no longer assigned to the specified identity
|
|
303
309
|
* @type {string}
|
|
@@ -525,6 +531,12 @@ export interface AccessItemAssociatedAccessItemV2025 {
|
|
|
525
531
|
* @memberof AccessItemAssociatedAccessItemV2025
|
|
526
532
|
*/
|
|
527
533
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2025>;
|
|
534
|
+
/**
|
|
535
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
536
|
+
* @type {string}
|
|
537
|
+
* @memberof AccessItemAssociatedAccessItemV2025
|
|
538
|
+
*/
|
|
539
|
+
'startDate'?: string | null;
|
|
528
540
|
/**
|
|
529
541
|
* the date the role is no longer assigned to the specified identity
|
|
530
542
|
* @type {string}
|
|
@@ -1000,6 +1012,12 @@ export interface AccessItemRoleResponseV2025 {
|
|
|
1000
1012
|
* @memberof AccessItemRoleResponseV2025
|
|
1001
1013
|
*/
|
|
1002
1014
|
'description'?: string;
|
|
1015
|
+
/**
|
|
1016
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
1017
|
+
* @type {string}
|
|
1018
|
+
* @memberof AccessItemRoleResponseV2025
|
|
1019
|
+
*/
|
|
1020
|
+
'startDate'?: string | null;
|
|
1003
1021
|
/**
|
|
1004
1022
|
* the date the role is no longer assigned to the specified identity
|
|
1005
1023
|
* @type {string}
|
|
@@ -7338,12 +7356,6 @@ export interface ApprovalConfigCronTimezoneV2025 {
|
|
|
7338
7356
|
* @interface ApprovalConfigEscalationConfigEscalationChainInnerV2025
|
|
7339
7357
|
*/
|
|
7340
7358
|
export interface ApprovalConfigEscalationConfigEscalationChainInnerV2025 {
|
|
7341
|
-
/**
|
|
7342
|
-
* ID of the escalation chain.
|
|
7343
|
-
* @type {string}
|
|
7344
|
-
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
|
|
7345
|
-
*/
|
|
7346
|
-
'chainId'?: string;
|
|
7347
7359
|
/**
|
|
7348
7360
|
* Starting at 1 defines the order in which the identities will get assigned
|
|
7349
7361
|
* @type {number}
|
|
@@ -7351,18 +7363,46 @@ export interface ApprovalConfigEscalationConfigEscalationChainInnerV2025 {
|
|
|
7351
7363
|
*/
|
|
7352
7364
|
'tier'?: number;
|
|
7353
7365
|
/**
|
|
7354
|
-
* Identity ID in the
|
|
7366
|
+
* Optional Identity ID of the type of identity defined in the \'identityType\' field.
|
|
7355
7367
|
* @type {string}
|
|
7356
7368
|
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
|
|
7357
7369
|
*/
|
|
7358
7370
|
'identityId'?: string;
|
|
7359
7371
|
/**
|
|
7360
|
-
* Type of
|
|
7372
|
+
* Type of identityId in the escalation chain.
|
|
7361
7373
|
* @type {string}
|
|
7362
7374
|
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2025
|
|
7363
7375
|
*/
|
|
7364
|
-
'identityType'?:
|
|
7376
|
+
'identityType'?: ApprovalConfigEscalationConfigEscalationChainInnerV2025IdentityTypeV2025;
|
|
7365
7377
|
}
|
|
7378
|
+
|
|
7379
|
+
export const ApprovalConfigEscalationConfigEscalationChainInnerV2025IdentityTypeV2025 = {
|
|
7380
|
+
Identity: 'IDENTITY',
|
|
7381
|
+
ManagerOf: 'MANAGER_OF',
|
|
7382
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
7383
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
7384
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
7385
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
7386
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
7387
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
7388
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
7389
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
7390
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
7391
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
7392
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
7393
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
7394
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
7395
|
+
RoleOwner: 'ROLE_OWNER',
|
|
7396
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
7397
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
7398
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
7399
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
7400
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
7401
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER'
|
|
7402
|
+
} as const;
|
|
7403
|
+
|
|
7404
|
+
export type ApprovalConfigEscalationConfigEscalationChainInnerV2025IdentityTypeV2025 = typeof ApprovalConfigEscalationConfigEscalationChainInnerV2025IdentityTypeV2025[keyof typeof ApprovalConfigEscalationConfigEscalationChainInnerV2025IdentityTypeV2025];
|
|
7405
|
+
|
|
7366
7406
|
/**
|
|
7367
7407
|
* Configuration for escalations.
|
|
7368
7408
|
* @export
|
|
@@ -7394,6 +7434,55 @@ export interface ApprovalConfigEscalationConfigV2025 {
|
|
|
7394
7434
|
*/
|
|
7395
7435
|
'escalationChain'?: Array<ApprovalConfigEscalationConfigEscalationChainInnerV2025>;
|
|
7396
7436
|
}
|
|
7437
|
+
/**
|
|
7438
|
+
* Configuration for fallback approver. Used if the user cannot be found for whatever reason and escalation config does not exist.
|
|
7439
|
+
* @export
|
|
7440
|
+
* @interface ApprovalConfigFallbackApproverV2025
|
|
7441
|
+
*/
|
|
7442
|
+
export interface ApprovalConfigFallbackApproverV2025 {
|
|
7443
|
+
/**
|
|
7444
|
+
* Optional Identity ID of the type of identity defined in the \'type\' field.
|
|
7445
|
+
* @type {string}
|
|
7446
|
+
* @memberof ApprovalConfigFallbackApproverV2025
|
|
7447
|
+
*/
|
|
7448
|
+
'identityID'?: string;
|
|
7449
|
+
/**
|
|
7450
|
+
* Type of identityID for the fallback approver.
|
|
7451
|
+
* @type {string}
|
|
7452
|
+
* @memberof ApprovalConfigFallbackApproverV2025
|
|
7453
|
+
*/
|
|
7454
|
+
'type'?: ApprovalConfigFallbackApproverV2025TypeV2025;
|
|
7455
|
+
}
|
|
7456
|
+
|
|
7457
|
+
export const ApprovalConfigFallbackApproverV2025TypeV2025 = {
|
|
7458
|
+
Identity: 'IDENTITY',
|
|
7459
|
+
ManagerOf: 'MANAGER_OF',
|
|
7460
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
7461
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
7462
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
7463
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
7464
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
7465
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
7466
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
7467
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
7468
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
7469
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
7470
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
7471
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
7472
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
7473
|
+
RoleOwner: 'ROLE_OWNER',
|
|
7474
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
7475
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
7476
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
7477
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
7478
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
7479
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
7480
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
7481
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER'
|
|
7482
|
+
} as const;
|
|
7483
|
+
|
|
7484
|
+
export type ApprovalConfigFallbackApproverV2025TypeV2025 = typeof ApprovalConfigFallbackApproverV2025TypeV2025[keyof typeof ApprovalConfigFallbackApproverV2025TypeV2025];
|
|
7485
|
+
|
|
7397
7486
|
/**
|
|
7398
7487
|
* Configuration for reminders.
|
|
7399
7488
|
* @export
|
|
@@ -7431,12 +7520,6 @@ export interface ApprovalConfigReminderConfigV2025 {
|
|
|
7431
7520
|
* @interface ApprovalConfigSerialChainInnerV2025
|
|
7432
7521
|
*/
|
|
7433
7522
|
export interface ApprovalConfigSerialChainInnerV2025 {
|
|
7434
|
-
/**
|
|
7435
|
-
* ID of the serial chain.
|
|
7436
|
-
* @type {string}
|
|
7437
|
-
* @memberof ApprovalConfigSerialChainInnerV2025
|
|
7438
|
-
*/
|
|
7439
|
-
'chainId'?: string;
|
|
7440
7523
|
/**
|
|
7441
7524
|
* Starting at 1 defines the order in which the identities will get assigned
|
|
7442
7525
|
* @type {number}
|
|
@@ -7444,18 +7527,61 @@ export interface ApprovalConfigSerialChainInnerV2025 {
|
|
|
7444
7527
|
*/
|
|
7445
7528
|
'tier'?: number;
|
|
7446
7529
|
/**
|
|
7447
|
-
* Identity ID in the
|
|
7530
|
+
* Optional Identity ID of the type of identity defined in the \'identityType\' field.
|
|
7448
7531
|
* @type {string}
|
|
7449
7532
|
* @memberof ApprovalConfigSerialChainInnerV2025
|
|
7450
7533
|
*/
|
|
7451
7534
|
'identityId'?: string;
|
|
7452
7535
|
/**
|
|
7453
|
-
* Type of
|
|
7536
|
+
* Type of identityId in the serial chain.
|
|
7454
7537
|
* @type {string}
|
|
7455
7538
|
* @memberof ApprovalConfigSerialChainInnerV2025
|
|
7456
7539
|
*/
|
|
7457
|
-
'identityType'?:
|
|
7540
|
+
'identityType'?: ApprovalConfigSerialChainInnerV2025IdentityTypeV2025;
|
|
7458
7541
|
}
|
|
7542
|
+
|
|
7543
|
+
export const ApprovalConfigSerialChainInnerV2025IdentityTypeV2025 = {
|
|
7544
|
+
Identity: 'IDENTITY',
|
|
7545
|
+
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
7546
|
+
ManagerOf: 'MANAGER_OF',
|
|
7547
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
7548
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
7549
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
7550
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
7551
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
7552
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
7553
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
7554
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
7555
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
7556
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
7557
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
7558
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
7559
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
7560
|
+
RoleOwner: 'ROLE_OWNER',
|
|
7561
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
7562
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
7563
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
7564
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
7565
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
7566
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
7567
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
7568
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER',
|
|
7569
|
+
AccessProfileSecondaryOwnerGroup: 'ACCESS_PROFILE_SECONDARY_OWNER_GROUP',
|
|
7570
|
+
ApplicationSecondaryOwnerGroup: 'APPLICATION_SECONDARY_OWNER_GROUP',
|
|
7571
|
+
EntitlementSecondaryOwnerGroup: 'ENTITLEMENT_SECONDARY_OWNER_GROUP',
|
|
7572
|
+
RoleSecondaryOwnerGroup: 'ROLE_SECONDARY_OWNER_GROUP',
|
|
7573
|
+
SourceSecondaryOwnerGroup: 'SOURCE_SECONDARY_OWNER_GROUP',
|
|
7574
|
+
RequestedTargetSecondaryOwnerGroup: 'REQUESTED_TARGET_SECONDARY_OWNER_GROUP',
|
|
7575
|
+
AccessProfileAllOwnerGroup: 'ACCESS_PROFILE_ALL_OWNER_GROUP',
|
|
7576
|
+
ApplicationAllOwnerGroup: 'APPLICATION_ALL_OWNER_GROUP',
|
|
7577
|
+
EntitlementAllOwnerGroup: 'ENTITLEMENT_ALL_OWNER_GROUP',
|
|
7578
|
+
RoleAllOwnerGroup: 'ROLE_ALL_OWNER_GROUP',
|
|
7579
|
+
SourceAllOwnerGroup: 'SOURCE_ALL_OWNER_GROUP',
|
|
7580
|
+
RequestedTargetAllOwnerGroup: 'REQUESTED_TARGET_ALL_OWNER_GROUP'
|
|
7581
|
+
} as const;
|
|
7582
|
+
|
|
7583
|
+
export type ApprovalConfigSerialChainInnerV2025IdentityTypeV2025 = typeof ApprovalConfigSerialChainInnerV2025IdentityTypeV2025[keyof typeof ApprovalConfigSerialChainInnerV2025IdentityTypeV2025];
|
|
7584
|
+
|
|
7459
7585
|
/**
|
|
7460
7586
|
* TimeoutConfig contains configurations around when the approval request should expire.
|
|
7461
7587
|
* @export
|
|
@@ -7532,11 +7658,11 @@ export interface ApprovalConfigV2025 {
|
|
|
7532
7658
|
*/
|
|
7533
7659
|
'requiresComment'?: ApprovalConfigV2025RequiresCommentV2025;
|
|
7534
7660
|
/**
|
|
7535
|
-
*
|
|
7536
|
-
* @type {
|
|
7661
|
+
*
|
|
7662
|
+
* @type {ApprovalConfigFallbackApproverV2025}
|
|
7537
7663
|
* @memberof ApprovalConfigV2025
|
|
7538
7664
|
*/
|
|
7539
|
-
'fallbackApprover'?:
|
|
7665
|
+
'fallbackApprover'?: ApprovalConfigFallbackApproverV2025;
|
|
7540
7666
|
/**
|
|
7541
7667
|
* Specifies how to treat the identity type \"MANAGER_OF\" when the requestee is a machine identity.
|
|
7542
7668
|
* @type {string}
|
|
@@ -7773,7 +7899,7 @@ export interface ApprovalIdentityV2025 {
|
|
|
7773
7899
|
*/
|
|
7774
7900
|
'email'?: string;
|
|
7775
7901
|
/**
|
|
7776
|
-
* Identity ID.
|
|
7902
|
+
* Identity ID of the type of identity defined in the \'type\' field.
|
|
7777
7903
|
* @type {string}
|
|
7778
7904
|
* @memberof ApprovalIdentityV2025
|
|
7779
7905
|
*/
|
|
@@ -7803,7 +7929,7 @@ export interface ApprovalIdentityV2025 {
|
|
|
7803
7929
|
*/
|
|
7804
7930
|
'serialOrder'?: number;
|
|
7805
7931
|
/**
|
|
7806
|
-
* Type of
|
|
7932
|
+
* Type of identityID.
|
|
7807
7933
|
* @type {string}
|
|
7808
7934
|
* @memberof ApprovalIdentityV2025
|
|
7809
7935
|
*/
|
|
@@ -7812,13 +7938,42 @@ export interface ApprovalIdentityV2025 {
|
|
|
7812
7938
|
|
|
7813
7939
|
export const ApprovalIdentityV2025TypeV2025 = {
|
|
7814
7940
|
Identity: 'IDENTITY',
|
|
7815
|
-
ManagerOf: 'MANAGER_OF',
|
|
7816
7941
|
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
7817
|
-
|
|
7818
|
-
|
|
7942
|
+
ManagerOf: 'MANAGER_OF',
|
|
7943
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
7944
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
7945
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
7946
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
7947
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
7948
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
7949
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
7950
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
7951
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
7952
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
7819
7953
|
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
7954
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
7820
7955
|
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
7821
|
-
|
|
7956
|
+
RoleOwner: 'ROLE_OWNER',
|
|
7957
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
7958
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
7959
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
7960
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
7961
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
7962
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
7963
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
7964
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER',
|
|
7965
|
+
AccessProfileSecondaryOwnerGroup: 'ACCESS_PROFILE_SECONDARY_OWNER_GROUP',
|
|
7966
|
+
ApplicationSecondaryOwnerGroup: 'APPLICATION_SECONDARY_OWNER_GROUP',
|
|
7967
|
+
EntitlementSecondaryOwnerGroup: 'ENTITLEMENT_SECONDARY_OWNER_GROUP',
|
|
7968
|
+
RoleSecondaryOwnerGroup: 'ROLE_SECONDARY_OWNER_GROUP',
|
|
7969
|
+
SourceSecondaryOwnerGroup: 'SOURCE_SECONDARY_OWNER_GROUP',
|
|
7970
|
+
RequestedTargetSecondaryOwnerGroup: 'REQUESTED_TARGET_SECONDARY_OWNER_GROUP',
|
|
7971
|
+
AccessProfileAllOwnerGroup: 'ACCESS_PROFILE_ALL_OWNER_GROUP',
|
|
7972
|
+
ApplicationAllOwnerGroup: 'APPLICATION_ALL_OWNER_GROUP',
|
|
7973
|
+
EntitlementAllOwnerGroup: 'ENTITLEMENT_ALL_OWNER_GROUP',
|
|
7974
|
+
RoleAllOwnerGroup: 'ROLE_ALL_OWNER_GROUP',
|
|
7975
|
+
SourceAllOwnerGroup: 'SOURCE_ALL_OWNER_GROUP',
|
|
7976
|
+
RequestedTargetAllOwnerGroup: 'REQUESTED_TARGET_ALL_OWNER_GROUP'
|
|
7822
7977
|
} as const;
|
|
7823
7978
|
|
|
7824
7979
|
export type ApprovalIdentityV2025TypeV2025 = typeof ApprovalIdentityV2025TypeV2025[keyof typeof ApprovalIdentityV2025TypeV2025];
|
|
@@ -18557,33 +18712,6 @@ export interface EntityCreatedByDTOV2025 {
|
|
|
18557
18712
|
*/
|
|
18558
18713
|
'displayName'?: string;
|
|
18559
18714
|
}
|
|
18560
|
-
/**
|
|
18561
|
-
*
|
|
18562
|
-
* @export
|
|
18563
|
-
* @interface ErrorMessageDto1V2025
|
|
18564
|
-
*/
|
|
18565
|
-
export interface ErrorMessageDto1V2025 {
|
|
18566
|
-
/**
|
|
18567
|
-
* The locale for the message text, a BCP 47 language tag.
|
|
18568
|
-
* @type {string}
|
|
18569
|
-
* @memberof ErrorMessageDto1V2025
|
|
18570
|
-
*/
|
|
18571
|
-
'locale'?: string | null;
|
|
18572
|
-
/**
|
|
18573
|
-
*
|
|
18574
|
-
* @type {LocaleOriginV2025}
|
|
18575
|
-
* @memberof ErrorMessageDto1V2025
|
|
18576
|
-
*/
|
|
18577
|
-
'localeOrigin'?: LocaleOriginV2025 | null;
|
|
18578
|
-
/**
|
|
18579
|
-
* Actual text of the error message in the indicated locale.
|
|
18580
|
-
* @type {string}
|
|
18581
|
-
* @memberof ErrorMessageDto1V2025
|
|
18582
|
-
*/
|
|
18583
|
-
'text'?: string;
|
|
18584
|
-
}
|
|
18585
|
-
|
|
18586
|
-
|
|
18587
18715
|
/**
|
|
18588
18716
|
*
|
|
18589
18717
|
* @export
|
|
@@ -18636,37 +18764,6 @@ export interface ErrorMessageV2025 {
|
|
|
18636
18764
|
*/
|
|
18637
18765
|
'text'?: string;
|
|
18638
18766
|
}
|
|
18639
|
-
/**
|
|
18640
|
-
*
|
|
18641
|
-
* @export
|
|
18642
|
-
* @interface ErrorResponseDto1V2025
|
|
18643
|
-
*/
|
|
18644
|
-
export interface ErrorResponseDto1V2025 {
|
|
18645
|
-
/**
|
|
18646
|
-
* Fine-grained error code providing more detail of the error.
|
|
18647
|
-
* @type {string}
|
|
18648
|
-
* @memberof ErrorResponseDto1V2025
|
|
18649
|
-
*/
|
|
18650
|
-
'detailCode'?: string;
|
|
18651
|
-
/**
|
|
18652
|
-
* Unique tracking id for the error.
|
|
18653
|
-
* @type {string}
|
|
18654
|
-
* @memberof ErrorResponseDto1V2025
|
|
18655
|
-
*/
|
|
18656
|
-
'trackingId'?: string;
|
|
18657
|
-
/**
|
|
18658
|
-
* Generic localized reason for error
|
|
18659
|
-
* @type {Array<ErrorMessageDto1V2025>}
|
|
18660
|
-
* @memberof ErrorResponseDto1V2025
|
|
18661
|
-
*/
|
|
18662
|
-
'messages'?: Array<ErrorMessageDto1V2025>;
|
|
18663
|
-
/**
|
|
18664
|
-
* Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
|
|
18665
|
-
* @type {Array<ErrorMessageDto1V2025>}
|
|
18666
|
-
* @memberof ErrorResponseDto1V2025
|
|
18667
|
-
*/
|
|
18668
|
-
'causes'?: Array<ErrorMessageDto1V2025>;
|
|
18669
|
-
}
|
|
18670
18767
|
/**
|
|
18671
18768
|
*
|
|
18672
18769
|
* @export
|
|
@@ -26122,6 +26219,12 @@ export interface ListIdentityAccessItems200ResponseInnerV2025 {
|
|
|
26122
26219
|
* @memberof ListIdentityAccessItems200ResponseInnerV2025
|
|
26123
26220
|
*/
|
|
26124
26221
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2025>;
|
|
26222
|
+
/**
|
|
26223
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
26224
|
+
* @type {string}
|
|
26225
|
+
* @memberof ListIdentityAccessItems200ResponseInnerV2025
|
|
26226
|
+
*/
|
|
26227
|
+
'startDate'?: string | null;
|
|
26125
26228
|
/**
|
|
26126
26229
|
* the date the role is no longer assigned to the specified identity
|
|
26127
26230
|
* @type {string}
|
|
@@ -47101,7 +47204,7 @@ export interface SpConfigExportJobStatusV2025 {
|
|
|
47101
47204
|
* @type {string}
|
|
47102
47205
|
* @memberof SpConfigExportJobStatusV2025
|
|
47103
47206
|
*/
|
|
47104
|
-
'expiration'
|
|
47207
|
+
'expiration'?: string;
|
|
47105
47208
|
/**
|
|
47106
47209
|
* The time the job was started.
|
|
47107
47210
|
* @type {string}
|
|
@@ -47173,7 +47276,7 @@ export interface SpConfigExportJobV2025 {
|
|
|
47173
47276
|
* @type {string}
|
|
47174
47277
|
* @memberof SpConfigExportJobV2025
|
|
47175
47278
|
*/
|
|
47176
|
-
'expiration'
|
|
47279
|
+
'expiration'?: string;
|
|
47177
47280
|
/**
|
|
47178
47281
|
* The time the job was started.
|
|
47179
47282
|
* @type {string}
|
|
@@ -47282,7 +47385,7 @@ export interface SpConfigImportJobStatusV2025 {
|
|
|
47282
47385
|
* @type {string}
|
|
47283
47386
|
* @memberof SpConfigImportJobStatusV2025
|
|
47284
47387
|
*/
|
|
47285
|
-
'expiration'
|
|
47388
|
+
'expiration'?: string;
|
|
47286
47389
|
/**
|
|
47287
47390
|
* The time the job was started.
|
|
47288
47391
|
* @type {string}
|
|
@@ -47373,7 +47476,7 @@ export interface SpConfigJobV2025 {
|
|
|
47373
47476
|
* @type {string}
|
|
47374
47477
|
* @memberof SpConfigJobV2025
|
|
47375
47478
|
*/
|
|
47376
|
-
'expiration'
|
|
47479
|
+
'expiration'?: string;
|
|
47377
47480
|
/**
|
|
47378
47481
|
* The time the job was started.
|
|
47379
47482
|
* @type {string}
|
|
@@ -48976,7 +49079,7 @@ export interface TaskStatusV2025 {
|
|
|
48976
49079
|
* @type {string}
|
|
48977
49080
|
* @memberof TaskStatusV2025
|
|
48978
49081
|
*/
|
|
48979
|
-
'modified': string;
|
|
49082
|
+
'modified': string | null;
|
|
48980
49083
|
/**
|
|
48981
49084
|
* Launch date of the task this TaskStatus represents
|
|
48982
49085
|
* @type {string}
|
|
@@ -60894,9 +60997,9 @@ export const ApprovalsV2025ApiAxiosParamCreator = function (configuration?: Conf
|
|
|
60894
60997
|
};
|
|
60895
60998
|
},
|
|
60896
60999
|
/**
|
|
60897
|
-
* Gets a list of approvals.
|
|
61000
|
+
* Gets a list of approvals. One of the following query parameters should be present: \'mine\', \'approverId\', \'requesterId\', \'requesteeId\'. The absence of all query parameters for non admins will default to mine=true (which is the equivalent of \'approverId=[your_identity_id]\') while admins will default to mine=false (which will show all approvals in the org). For lookups by access request ID please use the following: \'/generic-approvals?mine=false&filters=referenceType+eq+\"accessRequestId\"+and+referenceId+eq+\"12345678901234567890123456789012\"\'
|
|
60898
61001
|
* @summary Get approvals
|
|
60899
|
-
* @param {boolean} [mine]
|
|
61002
|
+
* @param {boolean} [mine] Determines whether to return the list of approvals assigned to the current caller or all approvals in the org. Defaults to false if admin, true otherwise (which is the equivalent of \'approverId=[your_identity_id]\').
|
|
60900
61003
|
* @param {string} [requesterId] Returns the list of approvals for a given requester ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
60901
61004
|
* @param {string} [requesteeId] Returns the list of approvals for a given requesteeId ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
60902
61005
|
* @param {string} [approverId] Returns the list of approvals for a given approverId ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
@@ -60906,7 +61009,7 @@ export const ApprovalsV2025ApiAxiosParamCreator = function (configuration?: Conf
|
|
|
60906
61009
|
* @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
|
|
60907
61010
|
* @param {boolean} [includeReassignmentHistory] If set to true in the query, the approval requests returned will include reassignment history.
|
|
60908
61011
|
* @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
|
|
60909
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **
|
|
61012
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **name**: *eq, ne, in, co, sw* **priority**: *eq, ne, in, co, sw* **type**: *eq, ne, in, co, sw* **medium**: *eq, ne, in, co, sw* **description**: *eq, ne, in, co, sw* **batchId**: *eq, ne, in, co, sw* **createdDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **dueDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **completedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **search**: *eq, ne, in, co, sw* **referenceId**: *eq, ne, in, co, sw* **referenceType**: *eq, ne, in, co, sw* **referenceName**: *eq, ne, in, co, sw* **requestedTargetId**: *eq, ne, in, co, sw* **requestedTargetType**: *eq, ne, in, co, sw* **requestedTargetName**: *eq, ne, in, co, sw* **requestedTargetRequestType**: *eq, ne, in, co, sw* **modifiedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **decisionDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **approvalId**: *eq, ne, in, co, sw* **requesterId**: *eq, ne, in, co, sw* **requesteeId**: *eq, ne, in, co, sw* **approverId**: *eq, ne, in, co, sw*
|
|
60910
61013
|
* @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.
|
|
60911
61014
|
* @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.
|
|
60912
61015
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -61446,9 +61549,9 @@ export const ApprovalsV2025ApiFp = function(configuration?: Configuration) {
|
|
|
61446
61549
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61447
61550
|
},
|
|
61448
61551
|
/**
|
|
61449
|
-
* Gets a list of approvals.
|
|
61552
|
+
* Gets a list of approvals. One of the following query parameters should be present: \'mine\', \'approverId\', \'requesterId\', \'requesteeId\'. The absence of all query parameters for non admins will default to mine=true (which is the equivalent of \'approverId=[your_identity_id]\') while admins will default to mine=false (which will show all approvals in the org). For lookups by access request ID please use the following: \'/generic-approvals?mine=false&filters=referenceType+eq+\"accessRequestId\"+and+referenceId+eq+\"12345678901234567890123456789012\"\'
|
|
61450
61553
|
* @summary Get approvals
|
|
61451
|
-
* @param {boolean} [mine]
|
|
61554
|
+
* @param {boolean} [mine] Determines whether to return the list of approvals assigned to the current caller or all approvals in the org. Defaults to false if admin, true otherwise (which is the equivalent of \'approverId=[your_identity_id]\').
|
|
61452
61555
|
* @param {string} [requesterId] Returns the list of approvals for a given requester ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
61453
61556
|
* @param {string} [requesteeId] Returns the list of approvals for a given requesteeId ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
61454
61557
|
* @param {string} [approverId] Returns the list of approvals for a given approverId ID. Must match the calling user\'s identity ID unless they are an admin.
|
|
@@ -61458,7 +61561,7 @@ export const ApprovalsV2025ApiFp = function(configuration?: Configuration) {
|
|
|
61458
61561
|
* @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
|
|
61459
61562
|
* @param {boolean} [includeReassignmentHistory] If set to true in the query, the approval requests returned will include reassignment history.
|
|
61460
61563
|
* @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
|
|
61461
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **
|
|
61564
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **name**: *eq, ne, in, co, sw* **priority**: *eq, ne, in, co, sw* **type**: *eq, ne, in, co, sw* **medium**: *eq, ne, in, co, sw* **description**: *eq, ne, in, co, sw* **batchId**: *eq, ne, in, co, sw* **createdDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **dueDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **completedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **search**: *eq, ne, in, co, sw* **referenceId**: *eq, ne, in, co, sw* **referenceType**: *eq, ne, in, co, sw* **referenceName**: *eq, ne, in, co, sw* **requestedTargetId**: *eq, ne, in, co, sw* **requestedTargetType**: *eq, ne, in, co, sw* **requestedTargetName**: *eq, ne, in, co, sw* **requestedTargetRequestType**: *eq, ne, in, co, sw* **modifiedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **decisionDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **approvalId**: *eq, ne, in, co, sw* **requesterId**: *eq, ne, in, co, sw* **requesteeId**: *eq, ne, in, co, sw* **approverId**: *eq, ne, in, co, sw*
|
|
61462
61565
|
* @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.
|
|
61463
61566
|
* @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.
|
|
61464
61567
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -61641,7 +61744,7 @@ export const ApprovalsV2025ApiFactory = function (configuration?: Configuration,
|
|
|
61641
61744
|
return localVarFp.getApproval(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
61642
61745
|
},
|
|
61643
61746
|
/**
|
|
61644
|
-
* Gets a list of approvals.
|
|
61747
|
+
* Gets a list of approvals. One of the following query parameters should be present: \'mine\', \'approverId\', \'requesterId\', \'requesteeId\'. The absence of all query parameters for non admins will default to mine=true (which is the equivalent of \'approverId=[your_identity_id]\') while admins will default to mine=false (which will show all approvals in the org). For lookups by access request ID please use the following: \'/generic-approvals?mine=false&filters=referenceType+eq+\"accessRequestId\"+and+referenceId+eq+\"12345678901234567890123456789012\"\'
|
|
61645
61748
|
* @summary Get approvals
|
|
61646
61749
|
* @param {ApprovalsV2025ApiGetApprovalsRequest} requestParameters Request parameters.
|
|
61647
61750
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -61824,7 +61927,7 @@ export interface ApprovalsV2025ApiGetApprovalRequest {
|
|
|
61824
61927
|
*/
|
|
61825
61928
|
export interface ApprovalsV2025ApiGetApprovalsRequest {
|
|
61826
61929
|
/**
|
|
61827
|
-
*
|
|
61930
|
+
* Determines whether to return the list of approvals assigned to the current caller or all approvals in the org. Defaults to false if admin, true otherwise (which is the equivalent of \'approverId=[your_identity_id]\').
|
|
61828
61931
|
* @type {boolean}
|
|
61829
61932
|
* @memberof ApprovalsV2025ApiGetApprovals
|
|
61830
61933
|
*/
|
|
@@ -61894,7 +61997,7 @@ export interface ApprovalsV2025ApiGetApprovalsRequest {
|
|
|
61894
61997
|
readonly includeBatchInfo?: boolean
|
|
61895
61998
|
|
|
61896
61999
|
/**
|
|
61897
|
-
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **
|
|
62000
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **status**: *eq, ne, in, co, sw* **name**: *eq, ne, in, co, sw* **priority**: *eq, ne, in, co, sw* **type**: *eq, ne, in, co, sw* **medium**: *eq, ne, in, co, sw* **description**: *eq, ne, in, co, sw* **batchId**: *eq, ne, in, co, sw* **createdDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **dueDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **completedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **search**: *eq, ne, in, co, sw* **referenceId**: *eq, ne, in, co, sw* **referenceType**: *eq, ne, in, co, sw* **referenceName**: *eq, ne, in, co, sw* **requestedTargetId**: *eq, ne, in, co, sw* **requestedTargetType**: *eq, ne, in, co, sw* **requestedTargetName**: *eq, ne, in, co, sw* **requestedTargetRequestType**: *eq, ne, in, co, sw* **modifiedDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **decisionDate**: *eq, ne, in, co, sw, gt, ge, lt, le* **approvalId**: *eq, ne, in, co, sw* **requesterId**: *eq, ne, in, co, sw* **requesteeId**: *eq, ne, in, co, sw* **approverId**: *eq, ne, in, co, sw*
|
|
61898
62001
|
* @type {string}
|
|
61899
62002
|
* @memberof ApprovalsV2025ApiGetApprovals
|
|
61900
62003
|
*/
|
|
@@ -62137,7 +62240,7 @@ export class ApprovalsV2025Api extends BaseAPI {
|
|
|
62137
62240
|
}
|
|
62138
62241
|
|
|
62139
62242
|
/**
|
|
62140
|
-
* Gets a list of approvals.
|
|
62243
|
+
* Gets a list of approvals. One of the following query parameters should be present: \'mine\', \'approverId\', \'requesterId\', \'requesteeId\'. The absence of all query parameters for non admins will default to mine=true (which is the equivalent of \'approverId=[your_identity_id]\') while admins will default to mine=false (which will show all approvals in the org). For lookups by access request ID please use the following: \'/generic-approvals?mine=false&filters=referenceType+eq+\"accessRequestId\"+and+referenceId+eq+\"12345678901234567890123456789012\"\'
|
|
62141
62244
|
* @summary Get approvals
|
|
62142
62245
|
* @param {ApprovalsV2025ApiGetApprovalsRequest} requestParameters Request parameters.
|
|
62143
62246
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -104094,19 +104197,23 @@ export const MachineIdentitiesV2025ApiAxiosParamCreator = function (configuratio
|
|
|
104094
104197
|
/**
|
|
104095
104198
|
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
104096
104199
|
* @summary Start machine identity aggregation
|
|
104200
|
+
* @param {string} sourceId Source ID.
|
|
104097
104201
|
* @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
|
|
104098
104202
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
104099
104203
|
* @param {*} [axiosOptions] Override http request option.
|
|
104100
104204
|
* @throws {RequiredError}
|
|
104101
104205
|
*/
|
|
104102
|
-
startMachineIdentityAggregation: async (machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104206
|
+
startMachineIdentityAggregation: async (sourceId: string, machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104207
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
104208
|
+
assertParamExists('startMachineIdentityAggregation', 'sourceId', sourceId)
|
|
104103
104209
|
// verify required parameter 'machineIdentityAggregationRequestV2025' is not null or undefined
|
|
104104
104210
|
assertParamExists('startMachineIdentityAggregation', 'machineIdentityAggregationRequestV2025', machineIdentityAggregationRequestV2025)
|
|
104105
104211
|
if (xSailPointExperimental === undefined) {
|
|
104106
104212
|
xSailPointExperimental = 'true';
|
|
104107
104213
|
}
|
|
104108
104214
|
|
|
104109
|
-
const localVarPath = `/sources/{sourceId}/aggregate-agents
|
|
104215
|
+
const localVarPath = `/sources/{sourceId}/aggregate-agents`
|
|
104216
|
+
.replace(`{${"sourceId"}}`, encodeURIComponent(String(sourceId)));
|
|
104110
104217
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
104111
104218
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
104112
104219
|
let baseOptions;
|
|
@@ -104294,13 +104401,14 @@ export const MachineIdentitiesV2025ApiFp = function(configuration?: Configuratio
|
|
|
104294
104401
|
/**
|
|
104295
104402
|
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
104296
104403
|
* @summary Start machine identity aggregation
|
|
104404
|
+
* @param {string} sourceId Source ID.
|
|
104297
104405
|
* @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
|
|
104298
104406
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
104299
104407
|
* @param {*} [axiosOptions] Override http request option.
|
|
104300
104408
|
* @throws {RequiredError}
|
|
104301
104409
|
*/
|
|
104302
|
-
async startMachineIdentityAggregation(machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2025>> {
|
|
104303
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.startMachineIdentityAggregation(machineIdentityAggregationRequestV2025, xSailPointExperimental, axiosOptions);
|
|
104410
|
+
async startMachineIdentityAggregation(sourceId: string, machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2025>> {
|
|
104411
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.startMachineIdentityAggregation(sourceId, machineIdentityAggregationRequestV2025, xSailPointExperimental, axiosOptions);
|
|
104304
104412
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
104305
104413
|
const localVarOperationServerBasePath = operationServerMap['MachineIdentitiesV2025Api.startMachineIdentityAggregation']?.[localVarOperationServerIndex]?.url;
|
|
104306
104414
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -104388,7 +104496,7 @@ export const MachineIdentitiesV2025ApiFactory = function (configuration?: Config
|
|
|
104388
104496
|
* @throws {RequiredError}
|
|
104389
104497
|
*/
|
|
104390
104498
|
startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2025> {
|
|
104391
|
-
return localVarFp.startMachineIdentityAggregation(requestParameters.machineIdentityAggregationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
104499
|
+
return localVarFp.startMachineIdentityAggregation(requestParameters.sourceId, requestParameters.machineIdentityAggregationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
104392
104500
|
},
|
|
104393
104501
|
/**
|
|
104394
104502
|
* Use this API to update machine identity details.
|
|
@@ -104570,6 +104678,13 @@ export interface MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsReq
|
|
|
104570
104678
|
* @interface MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest
|
|
104571
104679
|
*/
|
|
104572
104680
|
export interface MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest {
|
|
104681
|
+
/**
|
|
104682
|
+
* Source ID.
|
|
104683
|
+
* @type {string}
|
|
104684
|
+
* @memberof MachineIdentitiesV2025ApiStartMachineIdentityAggregation
|
|
104685
|
+
*/
|
|
104686
|
+
readonly sourceId: string
|
|
104687
|
+
|
|
104573
104688
|
/**
|
|
104574
104689
|
*
|
|
104575
104690
|
* @type {MachineIdentityAggregationRequestV2025}
|
|
@@ -104689,7 +104804,7 @@ export class MachineIdentitiesV2025Api extends BaseAPI {
|
|
|
104689
104804
|
* @memberof MachineIdentitiesV2025Api
|
|
104690
104805
|
*/
|
|
104691
104806
|
public startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104692
|
-
return MachineIdentitiesV2025ApiFp(this.configuration).startMachineIdentityAggregation(requestParameters.machineIdentityAggregationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104807
|
+
return MachineIdentitiesV2025ApiFp(this.configuration).startMachineIdentityAggregation(requestParameters.sourceId, requestParameters.machineIdentityAggregationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104693
104808
|
}
|
|
104694
104809
|
|
|
104695
104810
|
/**
|
|
@@ -133046,16 +133161,20 @@ export const SourcesV2025ApiAxiosParamCreator = function (configuration?: Config
|
|
|
133046
133161
|
/**
|
|
133047
133162
|
* 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.
|
|
133048
133163
|
* @summary Get source entitlement request configuration
|
|
133164
|
+
* @param {string} id The Source id
|
|
133049
133165
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
133050
133166
|
* @param {*} [axiosOptions] Override http request option.
|
|
133051
133167
|
* @throws {RequiredError}
|
|
133052
133168
|
*/
|
|
133053
|
-
getSourceEntitlementRequestConfig: async (xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
133169
|
+
getSourceEntitlementRequestConfig: async (id: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
133170
|
+
// verify required parameter 'id' is not null or undefined
|
|
133171
|
+
assertParamExists('getSourceEntitlementRequestConfig', 'id', id)
|
|
133054
133172
|
if (xSailPointExperimental === undefined) {
|
|
133055
133173
|
xSailPointExperimental = 'true';
|
|
133056
133174
|
}
|
|
133057
133175
|
|
|
133058
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
133176
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
133177
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
133059
133178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
133060
133179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
133061
133180
|
let baseOptions;
|
|
@@ -134612,19 +134731,23 @@ export const SourcesV2025ApiAxiosParamCreator = function (configuration?: Config
|
|
|
134612
134731
|
/**
|
|
134613
134732
|
* 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.
|
|
134614
134733
|
* @summary Update source entitlement request configuration
|
|
134734
|
+
* @param {string} id The Source id
|
|
134615
134735
|
* @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
|
|
134616
134736
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
134617
134737
|
* @param {*} [axiosOptions] Override http request option.
|
|
134618
134738
|
* @throws {RequiredError}
|
|
134619
134739
|
*/
|
|
134620
|
-
updateSourceEntitlementRequestConfig: async (sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
134740
|
+
updateSourceEntitlementRequestConfig: async (id: string, sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
134741
|
+
// verify required parameter 'id' is not null or undefined
|
|
134742
|
+
assertParamExists('updateSourceEntitlementRequestConfig', 'id', id)
|
|
134621
134743
|
// verify required parameter 'sourceEntitlementRequestConfigV2025' is not null or undefined
|
|
134622
134744
|
assertParamExists('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2025', sourceEntitlementRequestConfigV2025)
|
|
134623
134745
|
if (xSailPointExperimental === undefined) {
|
|
134624
134746
|
xSailPointExperimental = 'true';
|
|
134625
134747
|
}
|
|
134626
134748
|
|
|
134627
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
134749
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
134750
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
134628
134751
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
134629
134752
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
134630
134753
|
let baseOptions;
|
|
@@ -135044,12 +135167,13 @@ export const SourcesV2025ApiFp = function(configuration?: Configuration) {
|
|
|
135044
135167
|
/**
|
|
135045
135168
|
* 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.
|
|
135046
135169
|
* @summary Get source entitlement request configuration
|
|
135170
|
+
* @param {string} id The Source id
|
|
135047
135171
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
135048
135172
|
* @param {*} [axiosOptions] Override http request option.
|
|
135049
135173
|
* @throws {RequiredError}
|
|
135050
135174
|
*/
|
|
135051
|
-
async getSourceEntitlementRequestConfig(xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>> {
|
|
135052
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(xSailPointExperimental, axiosOptions);
|
|
135175
|
+
async getSourceEntitlementRequestConfig(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>> {
|
|
135176
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(id, xSailPointExperimental, axiosOptions);
|
|
135053
135177
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
135054
135178
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2025Api.getSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
135055
135179
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -135471,13 +135595,14 @@ export const SourcesV2025ApiFp = function(configuration?: Configuration) {
|
|
|
135471
135595
|
/**
|
|
135472
135596
|
* 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.
|
|
135473
135597
|
* @summary Update source entitlement request configuration
|
|
135598
|
+
* @param {string} id The Source id
|
|
135474
135599
|
* @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
|
|
135475
135600
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
135476
135601
|
* @param {*} [axiosOptions] Override http request option.
|
|
135477
135602
|
* @throws {RequiredError}
|
|
135478
135603
|
*/
|
|
135479
|
-
async updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>> {
|
|
135480
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2025, xSailPointExperimental, axiosOptions);
|
|
135604
|
+
async updateSourceEntitlementRequestConfig(id: string, sourceEntitlementRequestConfigV2025: SourceEntitlementRequestConfigV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2025>> {
|
|
135605
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(id, sourceEntitlementRequestConfigV2025, xSailPointExperimental, axiosOptions);
|
|
135481
135606
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
135482
135607
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2025Api.updateSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
135483
135608
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -135719,8 +135844,8 @@ export const SourcesV2025ApiFactory = function (configuration?: Configuration, b
|
|
|
135719
135844
|
* @param {*} [axiosOptions] Override http request option.
|
|
135720
135845
|
* @throws {RequiredError}
|
|
135721
135846
|
*/
|
|
135722
|
-
getSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiGetSourceEntitlementRequestConfigRequest
|
|
135723
|
-
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
135847
|
+
getSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2025> {
|
|
135848
|
+
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
135724
135849
|
},
|
|
135725
135850
|
/**
|
|
135726
135851
|
* This endpoint fetches source health by source\'s id
|
|
@@ -136020,7 +136145,7 @@ export const SourcesV2025ApiFactory = function (configuration?: Configuration, b
|
|
|
136020
136145
|
* @throws {RequiredError}
|
|
136021
136146
|
*/
|
|
136022
136147
|
updateSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2025> {
|
|
136023
|
-
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
136148
|
+
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
136024
136149
|
},
|
|
136025
136150
|
/**
|
|
136026
136151
|
* Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
|
|
@@ -136394,6 +136519,13 @@ export interface SourcesV2025ApiGetSourceConnectionsRequest {
|
|
|
136394
136519
|
* @interface SourcesV2025ApiGetSourceEntitlementRequestConfigRequest
|
|
136395
136520
|
*/
|
|
136396
136521
|
export interface SourcesV2025ApiGetSourceEntitlementRequestConfigRequest {
|
|
136522
|
+
/**
|
|
136523
|
+
* The Source id
|
|
136524
|
+
* @type {string}
|
|
136525
|
+
* @memberof SourcesV2025ApiGetSourceEntitlementRequestConfig
|
|
136526
|
+
*/
|
|
136527
|
+
readonly id: string
|
|
136528
|
+
|
|
136397
136529
|
/**
|
|
136398
136530
|
* Use this header to enable this experimental API.
|
|
136399
136531
|
* @type {string}
|
|
@@ -137073,6 +137205,13 @@ export interface SourcesV2025ApiUpdateSourceRequest {
|
|
|
137073
137205
|
* @interface SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest
|
|
137074
137206
|
*/
|
|
137075
137207
|
export interface SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest {
|
|
137208
|
+
/**
|
|
137209
|
+
* The Source id
|
|
137210
|
+
* @type {string}
|
|
137211
|
+
* @memberof SourcesV2025ApiUpdateSourceEntitlementRequestConfig
|
|
137212
|
+
*/
|
|
137213
|
+
readonly id: string
|
|
137214
|
+
|
|
137076
137215
|
/**
|
|
137077
137216
|
*
|
|
137078
137217
|
* @type {SourceEntitlementRequestConfigV2025}
|
|
@@ -137387,8 +137526,8 @@ export class SourcesV2025Api extends BaseAPI {
|
|
|
137387
137526
|
* @throws {RequiredError}
|
|
137388
137527
|
* @memberof SourcesV2025Api
|
|
137389
137528
|
*/
|
|
137390
|
-
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiGetSourceEntitlementRequestConfigRequest
|
|
137391
|
-
return SourcesV2025ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
137529
|
+
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
137530
|
+
return SourcesV2025ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
137392
137531
|
}
|
|
137393
137532
|
|
|
137394
137533
|
/**
|
|
@@ -137748,7 +137887,7 @@ export class SourcesV2025Api extends BaseAPI {
|
|
|
137748
137887
|
* @memberof SourcesV2025Api
|
|
137749
137888
|
*/
|
|
137750
137889
|
public updateSourceEntitlementRequestConfig(requestParameters: SourcesV2025ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
137751
|
-
return SourcesV2025ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
137890
|
+
return SourcesV2025ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
137752
137891
|
}
|
|
137753
137892
|
|
|
137754
137893
|
/**
|
|
@@ -140934,17 +141073,12 @@ export class TenantV2025Api extends BaseAPI {
|
|
|
140934
141073
|
export const TenantContextV2025ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
140935
141074
|
return {
|
|
140936
141075
|
/**
|
|
140937
|
-
* Returns
|
|
141076
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
140938
141077
|
* @summary Retrieve tenant context
|
|
140939
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
140940
141078
|
* @param {*} [axiosOptions] Override http request option.
|
|
140941
141079
|
* @throws {RequiredError}
|
|
140942
141080
|
*/
|
|
140943
|
-
getTenantContext: async (
|
|
140944
|
-
if (xSailPointExperimental === undefined) {
|
|
140945
|
-
xSailPointExperimental = 'true';
|
|
140946
|
-
}
|
|
140947
|
-
|
|
141081
|
+
getTenantContext: async (axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
140948
141082
|
const localVarPath = `/tenant-context`;
|
|
140949
141083
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
140950
141084
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -140971,9 +141105,6 @@ export const TenantContextV2025ApiAxiosParamCreator = function (configuration?:
|
|
|
140971
141105
|
|
|
140972
141106
|
|
|
140973
141107
|
|
|
140974
|
-
if (xSailPointExperimental != null) {
|
|
140975
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
140976
|
-
}
|
|
140977
141108
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
140978
141109
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
140979
141110
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -140987,17 +141118,12 @@ export const TenantContextV2025ApiAxiosParamCreator = function (configuration?:
|
|
|
140987
141118
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
140988
141119
|
* @summary Update tenant context
|
|
140989
141120
|
* @param {JsonPatchOperationV2025} jsonPatchOperationV2025
|
|
140990
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
140991
141121
|
* @param {*} [axiosOptions] Override http request option.
|
|
140992
141122
|
* @throws {RequiredError}
|
|
140993
141123
|
*/
|
|
140994
|
-
patchTenantContext: async (jsonPatchOperationV2025: JsonPatchOperationV2025,
|
|
141124
|
+
patchTenantContext: async (jsonPatchOperationV2025: JsonPatchOperationV2025, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
140995
141125
|
// verify required parameter 'jsonPatchOperationV2025' is not null or undefined
|
|
140996
141126
|
assertParamExists('patchTenantContext', 'jsonPatchOperationV2025', jsonPatchOperationV2025)
|
|
140997
|
-
if (xSailPointExperimental === undefined) {
|
|
140998
|
-
xSailPointExperimental = 'true';
|
|
140999
|
-
}
|
|
141000
|
-
|
|
141001
141127
|
const localVarPath = `/tenant-context`;
|
|
141002
141128
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
141003
141129
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -141026,9 +141152,6 @@ export const TenantContextV2025ApiAxiosParamCreator = function (configuration?:
|
|
|
141026
141152
|
|
|
141027
141153
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
141028
141154
|
|
|
141029
|
-
if (xSailPointExperimental != null) {
|
|
141030
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
141031
|
-
}
|
|
141032
141155
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
141033
141156
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
141034
141157
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -141050,14 +141173,13 @@ export const TenantContextV2025ApiFp = function(configuration?: Configuration) {
|
|
|
141050
141173
|
const localVarAxiosParamCreator = TenantContextV2025ApiAxiosParamCreator(configuration)
|
|
141051
141174
|
return {
|
|
141052
141175
|
/**
|
|
141053
|
-
* Returns
|
|
141176
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
141054
141177
|
* @summary Retrieve tenant context
|
|
141055
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
141056
141178
|
* @param {*} [axiosOptions] Override http request option.
|
|
141057
141179
|
* @throws {RequiredError}
|
|
141058
141180
|
*/
|
|
141059
|
-
async getTenantContext(
|
|
141060
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(
|
|
141181
|
+
async getTenantContext(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetTenantContext200ResponseInnerV2025>>> {
|
|
141182
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(axiosOptions);
|
|
141061
141183
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
141062
141184
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2025Api.getTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
141063
141185
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -141066,12 +141188,11 @@ export const TenantContextV2025ApiFp = function(configuration?: Configuration) {
|
|
|
141066
141188
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
141067
141189
|
* @summary Update tenant context
|
|
141068
141190
|
* @param {JsonPatchOperationV2025} jsonPatchOperationV2025
|
|
141069
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
141070
141191
|
* @param {*} [axiosOptions] Override http request option.
|
|
141071
141192
|
* @throws {RequiredError}
|
|
141072
141193
|
*/
|
|
141073
|
-
async patchTenantContext(jsonPatchOperationV2025: JsonPatchOperationV2025,
|
|
141074
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2025,
|
|
141194
|
+
async patchTenantContext(jsonPatchOperationV2025: JsonPatchOperationV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
141195
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2025, axiosOptions);
|
|
141075
141196
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
141076
141197
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2025Api.patchTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
141077
141198
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -141087,14 +141208,13 @@ export const TenantContextV2025ApiFactory = function (configuration?: Configurat
|
|
|
141087
141208
|
const localVarFp = TenantContextV2025ApiFp(configuration)
|
|
141088
141209
|
return {
|
|
141089
141210
|
/**
|
|
141090
|
-
* Returns
|
|
141211
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
141091
141212
|
* @summary Retrieve tenant context
|
|
141092
|
-
* @param {TenantContextV2025ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
141093
141213
|
* @param {*} [axiosOptions] Override http request option.
|
|
141094
141214
|
* @throws {RequiredError}
|
|
141095
141215
|
*/
|
|
141096
|
-
getTenantContext(
|
|
141097
|
-
return localVarFp.getTenantContext(
|
|
141216
|
+
getTenantContext(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetTenantContext200ResponseInnerV2025>> {
|
|
141217
|
+
return localVarFp.getTenantContext(axiosOptions).then((request) => request(axios, basePath));
|
|
141098
141218
|
},
|
|
141099
141219
|
/**
|
|
141100
141220
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
@@ -141104,25 +141224,11 @@ export const TenantContextV2025ApiFactory = function (configuration?: Configurat
|
|
|
141104
141224
|
* @throws {RequiredError}
|
|
141105
141225
|
*/
|
|
141106
141226
|
patchTenantContext(requestParameters: TenantContextV2025ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
141107
|
-
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2025,
|
|
141227
|
+
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2025, axiosOptions).then((request) => request(axios, basePath));
|
|
141108
141228
|
},
|
|
141109
141229
|
};
|
|
141110
141230
|
};
|
|
141111
141231
|
|
|
141112
|
-
/**
|
|
141113
|
-
* Request parameters for getTenantContext operation in TenantContextV2025Api.
|
|
141114
|
-
* @export
|
|
141115
|
-
* @interface TenantContextV2025ApiGetTenantContextRequest
|
|
141116
|
-
*/
|
|
141117
|
-
export interface TenantContextV2025ApiGetTenantContextRequest {
|
|
141118
|
-
/**
|
|
141119
|
-
* Use this header to enable this experimental API.
|
|
141120
|
-
* @type {string}
|
|
141121
|
-
* @memberof TenantContextV2025ApiGetTenantContext
|
|
141122
|
-
*/
|
|
141123
|
-
readonly xSailPointExperimental?: string
|
|
141124
|
-
}
|
|
141125
|
-
|
|
141126
141232
|
/**
|
|
141127
141233
|
* Request parameters for patchTenantContext operation in TenantContextV2025Api.
|
|
141128
141234
|
* @export
|
|
@@ -141135,13 +141241,6 @@ export interface TenantContextV2025ApiPatchTenantContextRequest {
|
|
|
141135
141241
|
* @memberof TenantContextV2025ApiPatchTenantContext
|
|
141136
141242
|
*/
|
|
141137
141243
|
readonly jsonPatchOperationV2025: JsonPatchOperationV2025
|
|
141138
|
-
|
|
141139
|
-
/**
|
|
141140
|
-
* Use this header to enable this experimental API.
|
|
141141
|
-
* @type {string}
|
|
141142
|
-
* @memberof TenantContextV2025ApiPatchTenantContext
|
|
141143
|
-
*/
|
|
141144
|
-
readonly xSailPointExperimental?: string
|
|
141145
141244
|
}
|
|
141146
141245
|
|
|
141147
141246
|
/**
|
|
@@ -141152,15 +141251,14 @@ export interface TenantContextV2025ApiPatchTenantContextRequest {
|
|
|
141152
141251
|
*/
|
|
141153
141252
|
export class TenantContextV2025Api extends BaseAPI {
|
|
141154
141253
|
/**
|
|
141155
|
-
* Returns
|
|
141254
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
141156
141255
|
* @summary Retrieve tenant context
|
|
141157
|
-
* @param {TenantContextV2025ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
141158
141256
|
* @param {*} [axiosOptions] Override http request option.
|
|
141159
141257
|
* @throws {RequiredError}
|
|
141160
141258
|
* @memberof TenantContextV2025Api
|
|
141161
141259
|
*/
|
|
141162
|
-
public getTenantContext(
|
|
141163
|
-
return TenantContextV2025ApiFp(this.configuration).getTenantContext(
|
|
141260
|
+
public getTenantContext(axiosOptions?: RawAxiosRequestConfig) {
|
|
141261
|
+
return TenantContextV2025ApiFp(this.configuration).getTenantContext(axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
141164
141262
|
}
|
|
141165
141263
|
|
|
141166
141264
|
/**
|
|
@@ -141172,7 +141270,7 @@ export class TenantContextV2025Api extends BaseAPI {
|
|
|
141172
141270
|
* @memberof TenantContextV2025Api
|
|
141173
141271
|
*/
|
|
141174
141272
|
public patchTenantContext(requestParameters: TenantContextV2025ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
141175
|
-
return TenantContextV2025ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2025,
|
|
141273
|
+
return TenantContextV2025ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2025, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
141176
141274
|
}
|
|
141177
141275
|
}
|
|
141178
141276
|
|