sailpoint-api-client 1.8.42 → 1.8.51
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/v2026/api.ts
CHANGED
|
@@ -298,6 +298,12 @@ export interface AccessItemAccessProfileResponseV2026 {
|
|
|
298
298
|
* @memberof AccessItemAccessProfileResponseV2026
|
|
299
299
|
*/
|
|
300
300
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2026>;
|
|
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 AccessItemAccessProfileResponseV2026
|
|
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 AccessItemAssociatedAccessItemV2026 {
|
|
|
525
531
|
* @memberof AccessItemAssociatedAccessItemV2026
|
|
526
532
|
*/
|
|
527
533
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2026>;
|
|
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 AccessItemAssociatedAccessItemV2026
|
|
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 AccessItemRoleResponseV2026 {
|
|
|
1000
1012
|
* @memberof AccessItemRoleResponseV2026
|
|
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 AccessItemRoleResponseV2026
|
|
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}
|
|
@@ -8013,12 +8031,6 @@ export interface ApprovalConfigCronTimezoneV2026 {
|
|
|
8013
8031
|
* @interface ApprovalConfigEscalationConfigEscalationChainInnerV2026
|
|
8014
8032
|
*/
|
|
8015
8033
|
export interface ApprovalConfigEscalationConfigEscalationChainInnerV2026 {
|
|
8016
|
-
/**
|
|
8017
|
-
* ID of the escalation chain.
|
|
8018
|
-
* @type {string}
|
|
8019
|
-
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2026
|
|
8020
|
-
*/
|
|
8021
|
-
'chainId'?: string;
|
|
8022
8034
|
/**
|
|
8023
8035
|
* Starting at 1 defines the order in which the identities will get assigned
|
|
8024
8036
|
* @type {number}
|
|
@@ -8026,18 +8038,46 @@ export interface ApprovalConfigEscalationConfigEscalationChainInnerV2026 {
|
|
|
8026
8038
|
*/
|
|
8027
8039
|
'tier'?: number;
|
|
8028
8040
|
/**
|
|
8029
|
-
* Identity ID in the
|
|
8041
|
+
* Optional Identity ID of the type of identity defined in the \'identityType\' field.
|
|
8030
8042
|
* @type {string}
|
|
8031
8043
|
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2026
|
|
8032
8044
|
*/
|
|
8033
8045
|
'identityId'?: string;
|
|
8034
8046
|
/**
|
|
8035
|
-
* Type of
|
|
8047
|
+
* Type of identityId in the escalation chain.
|
|
8036
8048
|
* @type {string}
|
|
8037
8049
|
* @memberof ApprovalConfigEscalationConfigEscalationChainInnerV2026
|
|
8038
8050
|
*/
|
|
8039
|
-
'identityType'?:
|
|
8051
|
+
'identityType'?: ApprovalConfigEscalationConfigEscalationChainInnerV2026IdentityTypeV2026;
|
|
8040
8052
|
}
|
|
8053
|
+
|
|
8054
|
+
export const ApprovalConfigEscalationConfigEscalationChainInnerV2026IdentityTypeV2026 = {
|
|
8055
|
+
Identity: 'IDENTITY',
|
|
8056
|
+
ManagerOf: 'MANAGER_OF',
|
|
8057
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
8058
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
8059
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
8060
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
8061
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
8062
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
8063
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
8064
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
8065
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
8066
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
8067
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
8068
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
8069
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
8070
|
+
RoleOwner: 'ROLE_OWNER',
|
|
8071
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
8072
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
8073
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
8074
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
8075
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
8076
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER'
|
|
8077
|
+
} as const;
|
|
8078
|
+
|
|
8079
|
+
export type ApprovalConfigEscalationConfigEscalationChainInnerV2026IdentityTypeV2026 = typeof ApprovalConfigEscalationConfigEscalationChainInnerV2026IdentityTypeV2026[keyof typeof ApprovalConfigEscalationConfigEscalationChainInnerV2026IdentityTypeV2026];
|
|
8080
|
+
|
|
8041
8081
|
/**
|
|
8042
8082
|
* Configuration for escalations.
|
|
8043
8083
|
* @export
|
|
@@ -8069,6 +8109,55 @@ export interface ApprovalConfigEscalationConfigV2026 {
|
|
|
8069
8109
|
*/
|
|
8070
8110
|
'escalationChain'?: Array<ApprovalConfigEscalationConfigEscalationChainInnerV2026>;
|
|
8071
8111
|
}
|
|
8112
|
+
/**
|
|
8113
|
+
* Configuration for fallback approver. Used if the user cannot be found for whatever reason and escalation config does not exist.
|
|
8114
|
+
* @export
|
|
8115
|
+
* @interface ApprovalConfigFallbackApproverV2026
|
|
8116
|
+
*/
|
|
8117
|
+
export interface ApprovalConfigFallbackApproverV2026 {
|
|
8118
|
+
/**
|
|
8119
|
+
* Optional Identity ID of the type of identity defined in the \'type\' field.
|
|
8120
|
+
* @type {string}
|
|
8121
|
+
* @memberof ApprovalConfigFallbackApproverV2026
|
|
8122
|
+
*/
|
|
8123
|
+
'identityID'?: string;
|
|
8124
|
+
/**
|
|
8125
|
+
* Type of identityID for the fallback approver.
|
|
8126
|
+
* @type {string}
|
|
8127
|
+
* @memberof ApprovalConfigFallbackApproverV2026
|
|
8128
|
+
*/
|
|
8129
|
+
'type'?: ApprovalConfigFallbackApproverV2026TypeV2026;
|
|
8130
|
+
}
|
|
8131
|
+
|
|
8132
|
+
export const ApprovalConfigFallbackApproverV2026TypeV2026 = {
|
|
8133
|
+
Identity: 'IDENTITY',
|
|
8134
|
+
ManagerOf: 'MANAGER_OF',
|
|
8135
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
8136
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
8137
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
8138
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
8139
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
8140
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
8141
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
8142
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
8143
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
8144
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
8145
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
8146
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
8147
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
8148
|
+
RoleOwner: 'ROLE_OWNER',
|
|
8149
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
8150
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
8151
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
8152
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
8153
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
8154
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
8155
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
8156
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER'
|
|
8157
|
+
} as const;
|
|
8158
|
+
|
|
8159
|
+
export type ApprovalConfigFallbackApproverV2026TypeV2026 = typeof ApprovalConfigFallbackApproverV2026TypeV2026[keyof typeof ApprovalConfigFallbackApproverV2026TypeV2026];
|
|
8160
|
+
|
|
8072
8161
|
/**
|
|
8073
8162
|
* Configuration for reminders.
|
|
8074
8163
|
* @export
|
|
@@ -8106,12 +8195,6 @@ export interface ApprovalConfigReminderConfigV2026 {
|
|
|
8106
8195
|
* @interface ApprovalConfigSerialChainInnerV2026
|
|
8107
8196
|
*/
|
|
8108
8197
|
export interface ApprovalConfigSerialChainInnerV2026 {
|
|
8109
|
-
/**
|
|
8110
|
-
* ID of the serial chain.
|
|
8111
|
-
* @type {string}
|
|
8112
|
-
* @memberof ApprovalConfigSerialChainInnerV2026
|
|
8113
|
-
*/
|
|
8114
|
-
'chainId'?: string;
|
|
8115
8198
|
/**
|
|
8116
8199
|
* Starting at 1 defines the order in which the identities will get assigned
|
|
8117
8200
|
* @type {number}
|
|
@@ -8119,18 +8202,61 @@ export interface ApprovalConfigSerialChainInnerV2026 {
|
|
|
8119
8202
|
*/
|
|
8120
8203
|
'tier'?: number;
|
|
8121
8204
|
/**
|
|
8122
|
-
* Identity ID in the
|
|
8205
|
+
* Optional Identity ID of the type of identity defined in the \'identityType\' field.
|
|
8123
8206
|
* @type {string}
|
|
8124
8207
|
* @memberof ApprovalConfigSerialChainInnerV2026
|
|
8125
8208
|
*/
|
|
8126
8209
|
'identityId'?: string;
|
|
8127
8210
|
/**
|
|
8128
|
-
* Type of
|
|
8211
|
+
* Type of identityId in the serial chain.
|
|
8129
8212
|
* @type {string}
|
|
8130
8213
|
* @memberof ApprovalConfigSerialChainInnerV2026
|
|
8131
8214
|
*/
|
|
8132
|
-
'identityType'?:
|
|
8215
|
+
'identityType'?: ApprovalConfigSerialChainInnerV2026IdentityTypeV2026;
|
|
8133
8216
|
}
|
|
8217
|
+
|
|
8218
|
+
export const ApprovalConfigSerialChainInnerV2026IdentityTypeV2026 = {
|
|
8219
|
+
Identity: 'IDENTITY',
|
|
8220
|
+
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
8221
|
+
ManagerOf: 'MANAGER_OF',
|
|
8222
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
8223
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
8224
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
8225
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
8226
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
8227
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
8228
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
8229
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
8230
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
8231
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
8232
|
+
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
8233
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
8234
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
8235
|
+
RoleOwner: 'ROLE_OWNER',
|
|
8236
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
8237
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
8238
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
8239
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
8240
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
8241
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
8242
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
8243
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER',
|
|
8244
|
+
AccessProfileSecondaryOwnerGroup: 'ACCESS_PROFILE_SECONDARY_OWNER_GROUP',
|
|
8245
|
+
ApplicationSecondaryOwnerGroup: 'APPLICATION_SECONDARY_OWNER_GROUP',
|
|
8246
|
+
EntitlementSecondaryOwnerGroup: 'ENTITLEMENT_SECONDARY_OWNER_GROUP',
|
|
8247
|
+
RoleSecondaryOwnerGroup: 'ROLE_SECONDARY_OWNER_GROUP',
|
|
8248
|
+
SourceSecondaryOwnerGroup: 'SOURCE_SECONDARY_OWNER_GROUP',
|
|
8249
|
+
RequestedTargetSecondaryOwnerGroup: 'REQUESTED_TARGET_SECONDARY_OWNER_GROUP',
|
|
8250
|
+
AccessProfileAllOwnerGroup: 'ACCESS_PROFILE_ALL_OWNER_GROUP',
|
|
8251
|
+
ApplicationAllOwnerGroup: 'APPLICATION_ALL_OWNER_GROUP',
|
|
8252
|
+
EntitlementAllOwnerGroup: 'ENTITLEMENT_ALL_OWNER_GROUP',
|
|
8253
|
+
RoleAllOwnerGroup: 'ROLE_ALL_OWNER_GROUP',
|
|
8254
|
+
SourceAllOwnerGroup: 'SOURCE_ALL_OWNER_GROUP',
|
|
8255
|
+
RequestedTargetAllOwnerGroup: 'REQUESTED_TARGET_ALL_OWNER_GROUP'
|
|
8256
|
+
} as const;
|
|
8257
|
+
|
|
8258
|
+
export type ApprovalConfigSerialChainInnerV2026IdentityTypeV2026 = typeof ApprovalConfigSerialChainInnerV2026IdentityTypeV2026[keyof typeof ApprovalConfigSerialChainInnerV2026IdentityTypeV2026];
|
|
8259
|
+
|
|
8134
8260
|
/**
|
|
8135
8261
|
* TimeoutConfig contains configurations around when the approval request should expire.
|
|
8136
8262
|
* @export
|
|
@@ -8207,11 +8333,11 @@ export interface ApprovalConfigV2026 {
|
|
|
8207
8333
|
*/
|
|
8208
8334
|
'requiresComment'?: ApprovalConfigV2026RequiresCommentV2026;
|
|
8209
8335
|
/**
|
|
8210
|
-
*
|
|
8211
|
-
* @type {
|
|
8336
|
+
*
|
|
8337
|
+
* @type {ApprovalConfigFallbackApproverV2026}
|
|
8212
8338
|
* @memberof ApprovalConfigV2026
|
|
8213
8339
|
*/
|
|
8214
|
-
'fallbackApprover'?:
|
|
8340
|
+
'fallbackApprover'?: ApprovalConfigFallbackApproverV2026;
|
|
8215
8341
|
/**
|
|
8216
8342
|
* Specifies how to treat the identity type \"MANAGER_OF\" when the requestee is a machine identity.
|
|
8217
8343
|
* @type {string}
|
|
@@ -8487,7 +8613,7 @@ export interface ApprovalIdentityV2026 {
|
|
|
8487
8613
|
*/
|
|
8488
8614
|
'email'?: string;
|
|
8489
8615
|
/**
|
|
8490
|
-
* Identity ID.
|
|
8616
|
+
* Identity ID of the type of identity defined in the \'type\' field.
|
|
8491
8617
|
* @type {string}
|
|
8492
8618
|
* @memberof ApprovalIdentityV2026
|
|
8493
8619
|
*/
|
|
@@ -8517,7 +8643,7 @@ export interface ApprovalIdentityV2026 {
|
|
|
8517
8643
|
*/
|
|
8518
8644
|
'serialOrder'?: number;
|
|
8519
8645
|
/**
|
|
8520
|
-
* Type of
|
|
8646
|
+
* Type of identityID.
|
|
8521
8647
|
* @type {string}
|
|
8522
8648
|
* @memberof ApprovalIdentityV2026
|
|
8523
8649
|
*/
|
|
@@ -8526,13 +8652,42 @@ export interface ApprovalIdentityV2026 {
|
|
|
8526
8652
|
|
|
8527
8653
|
export const ApprovalIdentityV2026TypeV2026 = {
|
|
8528
8654
|
Identity: 'IDENTITY',
|
|
8529
|
-
ManagerOf: 'MANAGER_OF',
|
|
8530
8655
|
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
8531
|
-
|
|
8532
|
-
|
|
8656
|
+
ManagerOf: 'MANAGER_OF',
|
|
8657
|
+
AccountOwner: 'ACCOUNT_OWNER',
|
|
8658
|
+
MachineAccountOwner: 'MACHINE_ACCOUNT_OWNER',
|
|
8659
|
+
MachineIdentityOwner: 'MACHINE_IDENTITY_OWNER',
|
|
8660
|
+
ManagerOfRequestedTargetOwner: 'MANAGER_OF_REQUESTED_TARGET_OWNER',
|
|
8661
|
+
ManagerOfMachineIdentityOwner: 'MANAGER_OF_MACHINE_IDENTITY_OWNER',
|
|
8662
|
+
ManagerOfAccountOwner: 'MANAGER_OF_ACCOUNT_OWNER',
|
|
8663
|
+
ManagerOfMachineAccountOwner: 'MANAGER_OF_MACHINE_ACCOUNT_OWNER',
|
|
8664
|
+
ManagerOfRequester: 'MANAGER_OF_REQUESTER',
|
|
8665
|
+
ManagerOfRequesterOwner: 'MANAGER_OF_REQUESTER_OWNER',
|
|
8666
|
+
ManagerOfOwner: 'MANAGER_OF_OWNER',
|
|
8533
8667
|
AccessProfileOwner: 'ACCESS_PROFILE_OWNER',
|
|
8668
|
+
ApplicationOwner: 'APPLICATION_OWNER',
|
|
8534
8669
|
EntitlementOwner: 'ENTITLEMENT_OWNER',
|
|
8535
|
-
|
|
8670
|
+
RoleOwner: 'ROLE_OWNER',
|
|
8671
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
8672
|
+
RequestedTargetOwner: 'REQUESTED_TARGET_OWNER',
|
|
8673
|
+
AccessProfilePrimaryOwner: 'ACCESS_PROFILE_PRIMARY_OWNER',
|
|
8674
|
+
ApplicationPrimaryOwner: 'APPLICATION_PRIMARY_OWNER',
|
|
8675
|
+
EntitlementPrimaryOwner: 'ENTITLEMENT_PRIMARY_OWNER',
|
|
8676
|
+
RolePrimaryOwner: 'ROLE_PRIMARY_OWNER',
|
|
8677
|
+
SourcePrimaryOwner: 'SOURCE_PRIMARY_OWNER',
|
|
8678
|
+
RequestedTargetPrimaryOwner: 'REQUESTED_TARGET_PRIMARY_OWNER',
|
|
8679
|
+
AccessProfileSecondaryOwnerGroup: 'ACCESS_PROFILE_SECONDARY_OWNER_GROUP',
|
|
8680
|
+
ApplicationSecondaryOwnerGroup: 'APPLICATION_SECONDARY_OWNER_GROUP',
|
|
8681
|
+
EntitlementSecondaryOwnerGroup: 'ENTITLEMENT_SECONDARY_OWNER_GROUP',
|
|
8682
|
+
RoleSecondaryOwnerGroup: 'ROLE_SECONDARY_OWNER_GROUP',
|
|
8683
|
+
SourceSecondaryOwnerGroup: 'SOURCE_SECONDARY_OWNER_GROUP',
|
|
8684
|
+
RequestedTargetSecondaryOwnerGroup: 'REQUESTED_TARGET_SECONDARY_OWNER_GROUP',
|
|
8685
|
+
AccessProfileAllOwnerGroup: 'ACCESS_PROFILE_ALL_OWNER_GROUP',
|
|
8686
|
+
ApplicationAllOwnerGroup: 'APPLICATION_ALL_OWNER_GROUP',
|
|
8687
|
+
EntitlementAllOwnerGroup: 'ENTITLEMENT_ALL_OWNER_GROUP',
|
|
8688
|
+
RoleAllOwnerGroup: 'ROLE_ALL_OWNER_GROUP',
|
|
8689
|
+
SourceAllOwnerGroup: 'SOURCE_ALL_OWNER_GROUP',
|
|
8690
|
+
RequestedTargetAllOwnerGroup: 'REQUESTED_TARGET_ALL_OWNER_GROUP'
|
|
8536
8691
|
} as const;
|
|
8537
8692
|
|
|
8538
8693
|
export type ApprovalIdentityV2026TypeV2026 = typeof ApprovalIdentityV2026TypeV2026[keyof typeof ApprovalIdentityV2026TypeV2026];
|
|
@@ -11532,6 +11687,91 @@ export interface BulkApproveAccessRequestV2026 {
|
|
|
11532
11687
|
*/
|
|
11533
11688
|
'comment': string;
|
|
11534
11689
|
}
|
|
11690
|
+
/**
|
|
11691
|
+
* A single item in a bulk entitlement recommendation approval request. The recordType is optional; the backend resolves the type by ID lookup when omitted. Description applies to SED items only; privilegeLevel is required for privilege items.
|
|
11692
|
+
* @export
|
|
11693
|
+
* @interface BulkApproveEntitlementRecommendationItemV2026
|
|
11694
|
+
*/
|
|
11695
|
+
export interface BulkApproveEntitlementRecommendationItemV2026 {
|
|
11696
|
+
/**
|
|
11697
|
+
* The unique identifier of the recommendation record to approve.
|
|
11698
|
+
* @type {string}
|
|
11699
|
+
* @memberof BulkApproveEntitlementRecommendationItemV2026
|
|
11700
|
+
*/
|
|
11701
|
+
'id': string;
|
|
11702
|
+
/**
|
|
11703
|
+
* The type of the recommendation. When omitted, the backend resolves the type by looking up the ID.
|
|
11704
|
+
* @type {string}
|
|
11705
|
+
* @memberof BulkApproveEntitlementRecommendationItemV2026
|
|
11706
|
+
*/
|
|
11707
|
+
'recordType'?: BulkApproveEntitlementRecommendationItemV2026RecordTypeV2026 | null;
|
|
11708
|
+
/**
|
|
11709
|
+
* The approved description text. Required for SED-type items; ignored for privilege items.
|
|
11710
|
+
* @type {string}
|
|
11711
|
+
* @memberof BulkApproveEntitlementRecommendationItemV2026
|
|
11712
|
+
*/
|
|
11713
|
+
'description'?: string | null;
|
|
11714
|
+
/**
|
|
11715
|
+
* The approved privilege level. Required for privilege-type items; ignored for SED items.
|
|
11716
|
+
* @type {string}
|
|
11717
|
+
* @memberof BulkApproveEntitlementRecommendationItemV2026
|
|
11718
|
+
*/
|
|
11719
|
+
'privilegeLevel'?: string | null;
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
export const BulkApproveEntitlementRecommendationItemV2026RecordTypeV2026 = {
|
|
11723
|
+
Sed: 'SED',
|
|
11724
|
+
Privilege: 'privilege'
|
|
11725
|
+
} as const;
|
|
11726
|
+
|
|
11727
|
+
export type BulkApproveEntitlementRecommendationItemV2026RecordTypeV2026 = typeof BulkApproveEntitlementRecommendationItemV2026RecordTypeV2026[keyof typeof BulkApproveEntitlementRecommendationItemV2026RecordTypeV2026];
|
|
11728
|
+
|
|
11729
|
+
/**
|
|
11730
|
+
* Request body for bulk-approving a set of entitlement recommendations.
|
|
11731
|
+
* @export
|
|
11732
|
+
* @interface BulkApproveEntitlementRecommendationRequestV2026
|
|
11733
|
+
*/
|
|
11734
|
+
export interface BulkApproveEntitlementRecommendationRequestV2026 {
|
|
11735
|
+
/**
|
|
11736
|
+
* The list of recommendation items to approve.
|
|
11737
|
+
* @type {Array<BulkApproveEntitlementRecommendationItemV2026>}
|
|
11738
|
+
* @memberof BulkApproveEntitlementRecommendationRequestV2026
|
|
11739
|
+
*/
|
|
11740
|
+
'items': Array<BulkApproveEntitlementRecommendationItemV2026>;
|
|
11741
|
+
}
|
|
11742
|
+
/**
|
|
11743
|
+
* The result for a single item in a bulk entitlement recommendation approval response.
|
|
11744
|
+
* @export
|
|
11745
|
+
* @interface BulkApproveEntitlementRecommendationResultV2026
|
|
11746
|
+
*/
|
|
11747
|
+
export interface BulkApproveEntitlementRecommendationResultV2026 {
|
|
11748
|
+
/**
|
|
11749
|
+
* The unique identifier of the processed recommendation record.
|
|
11750
|
+
* @type {string}
|
|
11751
|
+
* @memberof BulkApproveEntitlementRecommendationResultV2026
|
|
11752
|
+
*/
|
|
11753
|
+
'id'?: string;
|
|
11754
|
+
/**
|
|
11755
|
+
* The outcome of the approval for this item.
|
|
11756
|
+
* @type {string}
|
|
11757
|
+
* @memberof BulkApproveEntitlementRecommendationResultV2026
|
|
11758
|
+
*/
|
|
11759
|
+
'status'?: BulkApproveEntitlementRecommendationResultV2026StatusV2026;
|
|
11760
|
+
/**
|
|
11761
|
+
* The reason for failure if status is FAILURE; null on success.
|
|
11762
|
+
* @type {string}
|
|
11763
|
+
* @memberof BulkApproveEntitlementRecommendationResultV2026
|
|
11764
|
+
*/
|
|
11765
|
+
'failedReason'?: string | null;
|
|
11766
|
+
}
|
|
11767
|
+
|
|
11768
|
+
export const BulkApproveEntitlementRecommendationResultV2026StatusV2026 = {
|
|
11769
|
+
Success: 'SUCCESS',
|
|
11770
|
+
Failure: 'FAILURE'
|
|
11771
|
+
} as const;
|
|
11772
|
+
|
|
11773
|
+
export type BulkApproveEntitlementRecommendationResultV2026StatusV2026 = typeof BulkApproveEntitlementRecommendationResultV2026StatusV2026[keyof typeof BulkApproveEntitlementRecommendationResultV2026StatusV2026];
|
|
11774
|
+
|
|
11535
11775
|
/**
|
|
11536
11776
|
* BulkApproveRequestDTO is the input struct that represents the request body required to facilitate a bulk approval action for a set of generic approval requests.
|
|
11537
11777
|
* @export
|
|
@@ -19157,6 +19397,216 @@ export const EntitlementPrivilegeLevelV2026EffectiveV2026 = {
|
|
|
19157
19397
|
|
|
19158
19398
|
export type EntitlementPrivilegeLevelV2026EffectiveV2026 = typeof EntitlementPrivilegeLevelV2026EffectiveV2026[keyof typeof EntitlementPrivilegeLevelV2026EffectiveV2026];
|
|
19159
19399
|
|
|
19400
|
+
/**
|
|
19401
|
+
* Request body for assigning a set of entitlement recommendations to a reviewer.
|
|
19402
|
+
* @export
|
|
19403
|
+
* @interface EntitlementRecommendationAssignRequestV2026
|
|
19404
|
+
*/
|
|
19405
|
+
export interface EntitlementRecommendationAssignRequestV2026 {
|
|
19406
|
+
/**
|
|
19407
|
+
* The list of recommendation record IDs to assign.
|
|
19408
|
+
* @type {Array<string>}
|
|
19409
|
+
* @memberof EntitlementRecommendationAssignRequestV2026
|
|
19410
|
+
*/
|
|
19411
|
+
'items': Array<string>;
|
|
19412
|
+
/**
|
|
19413
|
+
*
|
|
19414
|
+
* @type {EntitlementRecommendationAssigneeV2026}
|
|
19415
|
+
* @memberof EntitlementRecommendationAssignRequestV2026
|
|
19416
|
+
*/
|
|
19417
|
+
'assignee': EntitlementRecommendationAssigneeV2026;
|
|
19418
|
+
}
|
|
19419
|
+
/**
|
|
19420
|
+
* Response body returned when entitlement recommendations are successfully queued for assignment.
|
|
19421
|
+
* @export
|
|
19422
|
+
* @interface EntitlementRecommendationAssignResultV2026
|
|
19423
|
+
*/
|
|
19424
|
+
export interface EntitlementRecommendationAssignResultV2026 {
|
|
19425
|
+
/**
|
|
19426
|
+
* The unique identifier of the assignment batch created by this request.
|
|
19427
|
+
* @type {string}
|
|
19428
|
+
* @memberof EntitlementRecommendationAssignResultV2026
|
|
19429
|
+
*/
|
|
19430
|
+
'batchId'?: string;
|
|
19431
|
+
}
|
|
19432
|
+
/**
|
|
19433
|
+
* Assign to the source owner or entitlement owner role. No value field is required.
|
|
19434
|
+
* @export
|
|
19435
|
+
* @interface EntitlementRecommendationAssigneeOneOf1V2026
|
|
19436
|
+
*/
|
|
19437
|
+
export interface EntitlementRecommendationAssigneeOneOf1V2026 {
|
|
19438
|
+
/**
|
|
19439
|
+
* The type of assignee.
|
|
19440
|
+
* @type {string}
|
|
19441
|
+
* @memberof EntitlementRecommendationAssigneeOneOf1V2026
|
|
19442
|
+
*/
|
|
19443
|
+
'type': EntitlementRecommendationAssigneeOneOf1V2026TypeV2026;
|
|
19444
|
+
}
|
|
19445
|
+
|
|
19446
|
+
export const EntitlementRecommendationAssigneeOneOf1V2026TypeV2026 = {
|
|
19447
|
+
SourceOwner: 'SOURCE_OWNER',
|
|
19448
|
+
EntitlementOwner: 'ENTITLEMENT_OWNER'
|
|
19449
|
+
} as const;
|
|
19450
|
+
|
|
19451
|
+
export type EntitlementRecommendationAssigneeOneOf1V2026TypeV2026 = typeof EntitlementRecommendationAssigneeOneOf1V2026TypeV2026[keyof typeof EntitlementRecommendationAssigneeOneOf1V2026TypeV2026];
|
|
19452
|
+
|
|
19453
|
+
/**
|
|
19454
|
+
* Assign to a specific identity or governance group. The value field is required and must be the ID of the identity or governance group.
|
|
19455
|
+
* @export
|
|
19456
|
+
* @interface EntitlementRecommendationAssigneeOneOfV2026
|
|
19457
|
+
*/
|
|
19458
|
+
export interface EntitlementRecommendationAssigneeOneOfV2026 {
|
|
19459
|
+
/**
|
|
19460
|
+
* The type of assignee.
|
|
19461
|
+
* @type {string}
|
|
19462
|
+
* @memberof EntitlementRecommendationAssigneeOneOfV2026
|
|
19463
|
+
*/
|
|
19464
|
+
'type': EntitlementRecommendationAssigneeOneOfV2026TypeV2026;
|
|
19465
|
+
/**
|
|
19466
|
+
* The ID of the identity or governance group to assign to.
|
|
19467
|
+
* @type {string}
|
|
19468
|
+
* @memberof EntitlementRecommendationAssigneeOneOfV2026
|
|
19469
|
+
*/
|
|
19470
|
+
'value': string;
|
|
19471
|
+
}
|
|
19472
|
+
|
|
19473
|
+
export const EntitlementRecommendationAssigneeOneOfV2026TypeV2026 = {
|
|
19474
|
+
Identity: 'IDENTITY',
|
|
19475
|
+
GovernanceGroup: 'GOVERNANCE_GROUP'
|
|
19476
|
+
} as const;
|
|
19477
|
+
|
|
19478
|
+
export type EntitlementRecommendationAssigneeOneOfV2026TypeV2026 = typeof EntitlementRecommendationAssigneeOneOfV2026TypeV2026[keyof typeof EntitlementRecommendationAssigneeOneOfV2026TypeV2026];
|
|
19479
|
+
|
|
19480
|
+
/**
|
|
19481
|
+
* @type EntitlementRecommendationAssigneeV2026
|
|
19482
|
+
* Describes the target assignee for entitlement recommendations.
|
|
19483
|
+
* @export
|
|
19484
|
+
*/
|
|
19485
|
+
export type EntitlementRecommendationAssigneeV2026 = EntitlementRecommendationAssigneeOneOf1V2026 | EntitlementRecommendationAssigneeOneOfV2026;
|
|
19486
|
+
|
|
19487
|
+
/**
|
|
19488
|
+
* A unified entitlement recommendation record representing either a SED (Suggested Entitlement Description) or a privilege recommendation.
|
|
19489
|
+
* @export
|
|
19490
|
+
* @interface EntitlementRecommendationRecordV2026
|
|
19491
|
+
*/
|
|
19492
|
+
export interface EntitlementRecommendationRecordV2026 {
|
|
19493
|
+
/**
|
|
19494
|
+
* The type of recommendation. \"SED\" indicates a suggested description recommendation; \"privilege\" indicates a privilege-level recommendation.
|
|
19495
|
+
* @type {string}
|
|
19496
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19497
|
+
*/
|
|
19498
|
+
'recordType'?: EntitlementRecommendationRecordV2026RecordTypeV2026;
|
|
19499
|
+
/**
|
|
19500
|
+
* The unique identifier for this recommendation record.
|
|
19501
|
+
* @type {string}
|
|
19502
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19503
|
+
*/
|
|
19504
|
+
'id'?: string;
|
|
19505
|
+
/**
|
|
19506
|
+
* The entitlement attribute name (e.g. \"groups\").
|
|
19507
|
+
* @type {string}
|
|
19508
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19509
|
+
*/
|
|
19510
|
+
'attribute'?: string | null;
|
|
19511
|
+
/**
|
|
19512
|
+
* The human-readable display name of the entitlement.
|
|
19513
|
+
* @type {string}
|
|
19514
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19515
|
+
*/
|
|
19516
|
+
'displayName'?: string | null;
|
|
19517
|
+
/**
|
|
19518
|
+
* The internal name of the entitlement.
|
|
19519
|
+
* @type {string}
|
|
19520
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19521
|
+
*/
|
|
19522
|
+
'name'?: string | null;
|
|
19523
|
+
/**
|
|
19524
|
+
* The ID of the source that owns this entitlement.
|
|
19525
|
+
* @type {string}
|
|
19526
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19527
|
+
*/
|
|
19528
|
+
'sourceId'?: string;
|
|
19529
|
+
/**
|
|
19530
|
+
* The display name of the source that owns this entitlement.
|
|
19531
|
+
* @type {string}
|
|
19532
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19533
|
+
*/
|
|
19534
|
+
'sourceName'?: string;
|
|
19535
|
+
/**
|
|
19536
|
+
* The current review status of the recommendation.
|
|
19537
|
+
* @type {string}
|
|
19538
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19539
|
+
*/
|
|
19540
|
+
'status'?: string;
|
|
19541
|
+
/**
|
|
19542
|
+
* The entitlement type (e.g. \"group\").
|
|
19543
|
+
* @type {string}
|
|
19544
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19545
|
+
*/
|
|
19546
|
+
'type'?: string | null;
|
|
19547
|
+
/**
|
|
19548
|
+
* The entitlement value or identifier.
|
|
19549
|
+
* @type {string}
|
|
19550
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19551
|
+
*/
|
|
19552
|
+
'value'?: string;
|
|
19553
|
+
/**
|
|
19554
|
+
* The current description of the entitlement, if one exists.
|
|
19555
|
+
* @type {string}
|
|
19556
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19557
|
+
*/
|
|
19558
|
+
'description'?: string | null;
|
|
19559
|
+
/**
|
|
19560
|
+
* The AI-generated suggested description for the entitlement (SED records only).
|
|
19561
|
+
* @type {string}
|
|
19562
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19563
|
+
*/
|
|
19564
|
+
'suggestedDescription'?: string | null;
|
|
19565
|
+
/**
|
|
19566
|
+
* The current privilege level assigned to the entitlement.
|
|
19567
|
+
* @type {string}
|
|
19568
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19569
|
+
*/
|
|
19570
|
+
'privilege'?: string | null;
|
|
19571
|
+
/**
|
|
19572
|
+
* The AI-suggested privilege level for the entitlement (privilege records only).
|
|
19573
|
+
* @type {string}
|
|
19574
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19575
|
+
*/
|
|
19576
|
+
'suggestedPrivilege'?: string | null;
|
|
19577
|
+
/**
|
|
19578
|
+
* The ID of the identity who approved this recommendation.
|
|
19579
|
+
* @type {string}
|
|
19580
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19581
|
+
*/
|
|
19582
|
+
'approvedBy'?: string | null;
|
|
19583
|
+
/**
|
|
19584
|
+
* How the recommendation was approved (e.g. \"direct\").
|
|
19585
|
+
* @type {string}
|
|
19586
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19587
|
+
*/
|
|
19588
|
+
'approvedType'?: string | null;
|
|
19589
|
+
/**
|
|
19590
|
+
* The timestamp when the recommendation was approved.
|
|
19591
|
+
* @type {string}
|
|
19592
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19593
|
+
*/
|
|
19594
|
+
'approvedWhen'?: string | null;
|
|
19595
|
+
/**
|
|
19596
|
+
* The timestamp when the LLM batch that generated this recommendation was created.
|
|
19597
|
+
* @type {string}
|
|
19598
|
+
* @memberof EntitlementRecommendationRecordV2026
|
|
19599
|
+
*/
|
|
19600
|
+
'llmBatchCreatedAt'?: string | null;
|
|
19601
|
+
}
|
|
19602
|
+
|
|
19603
|
+
export const EntitlementRecommendationRecordV2026RecordTypeV2026 = {
|
|
19604
|
+
Sed: 'SED',
|
|
19605
|
+
Privilege: 'privilege'
|
|
19606
|
+
} as const;
|
|
19607
|
+
|
|
19608
|
+
export type EntitlementRecommendationRecordV2026RecordTypeV2026 = typeof EntitlementRecommendationRecordV2026RecordTypeV2026[keyof typeof EntitlementRecommendationRecordV2026RecordTypeV2026];
|
|
19609
|
+
|
|
19160
19610
|
/**
|
|
19161
19611
|
* Entitlement including a specific set of access.
|
|
19162
19612
|
* @export
|
|
@@ -19743,30 +20193,22 @@ export interface EntityCreatedByDTOV2026 {
|
|
|
19743
20193
|
/**
|
|
19744
20194
|
*
|
|
19745
20195
|
* @export
|
|
19746
|
-
* @interface
|
|
20196
|
+
* @interface ErrorBodyV2026
|
|
19747
20197
|
*/
|
|
19748
|
-
export interface
|
|
20198
|
+
export interface ErrorBodyV2026 {
|
|
19749
20199
|
/**
|
|
19750
|
-
*
|
|
20200
|
+
* Machine-readable error code returned by the Intelligence Package service.
|
|
19751
20201
|
* @type {string}
|
|
19752
|
-
* @memberof
|
|
20202
|
+
* @memberof ErrorBodyV2026
|
|
19753
20203
|
*/
|
|
19754
|
-
'
|
|
19755
|
-
/**
|
|
19756
|
-
*
|
|
19757
|
-
* @type {LocaleOriginV2026}
|
|
19758
|
-
* @memberof ErrorMessageDto1V2026
|
|
19759
|
-
*/
|
|
19760
|
-
'localeOrigin'?: LocaleOriginV2026 | null;
|
|
20204
|
+
'detailCode'?: string;
|
|
19761
20205
|
/**
|
|
19762
|
-
*
|
|
20206
|
+
* Human-readable explanation of the error suitable for client logging.
|
|
19763
20207
|
* @type {string}
|
|
19764
|
-
* @memberof
|
|
20208
|
+
* @memberof ErrorBodyV2026
|
|
19765
20209
|
*/
|
|
19766
|
-
'
|
|
20210
|
+
'message'?: string;
|
|
19767
20211
|
}
|
|
19768
|
-
|
|
19769
|
-
|
|
19770
20212
|
/**
|
|
19771
20213
|
*
|
|
19772
20214
|
* @export
|
|
@@ -19819,37 +20261,6 @@ export interface ErrorMessageV2026 {
|
|
|
19819
20261
|
*/
|
|
19820
20262
|
'text'?: string;
|
|
19821
20263
|
}
|
|
19822
|
-
/**
|
|
19823
|
-
*
|
|
19824
|
-
* @export
|
|
19825
|
-
* @interface ErrorResponseDto1V2026
|
|
19826
|
-
*/
|
|
19827
|
-
export interface ErrorResponseDto1V2026 {
|
|
19828
|
-
/**
|
|
19829
|
-
* Fine-grained error code providing more detail of the error.
|
|
19830
|
-
* @type {string}
|
|
19831
|
-
* @memberof ErrorResponseDto1V2026
|
|
19832
|
-
*/
|
|
19833
|
-
'detailCode'?: string;
|
|
19834
|
-
/**
|
|
19835
|
-
* Unique tracking id for the error.
|
|
19836
|
-
* @type {string}
|
|
19837
|
-
* @memberof ErrorResponseDto1V2026
|
|
19838
|
-
*/
|
|
19839
|
-
'trackingId'?: string;
|
|
19840
|
-
/**
|
|
19841
|
-
* Generic localized reason for error
|
|
19842
|
-
* @type {Array<ErrorMessageDto1V2026>}
|
|
19843
|
-
* @memberof ErrorResponseDto1V2026
|
|
19844
|
-
*/
|
|
19845
|
-
'messages'?: Array<ErrorMessageDto1V2026>;
|
|
19846
|
-
/**
|
|
19847
|
-
* Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
|
|
19848
|
-
* @type {Array<ErrorMessageDto1V2026>}
|
|
19849
|
-
* @memberof ErrorResponseDto1V2026
|
|
19850
|
-
*/
|
|
19851
|
-
'causes'?: Array<ErrorMessageDto1V2026>;
|
|
19852
|
-
}
|
|
19853
20264
|
/**
|
|
19854
20265
|
*
|
|
19855
20266
|
* @export
|
|
@@ -26143,6 +26554,614 @@ export interface Int64StringKeyValuePairV2026 {
|
|
|
26143
26554
|
*/
|
|
26144
26555
|
'value'?: string | null;
|
|
26145
26556
|
}
|
|
26557
|
+
/**
|
|
26558
|
+
*
|
|
26559
|
+
* @export
|
|
26560
|
+
* @interface IntelAccessAccountWireV2026
|
|
26561
|
+
*/
|
|
26562
|
+
export interface IntelAccessAccountWireV2026 {
|
|
26563
|
+
/**
|
|
26564
|
+
* Unique account identifier in Identity Security Cloud.
|
|
26565
|
+
* @type {string}
|
|
26566
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26567
|
+
*/
|
|
26568
|
+
'id': string;
|
|
26569
|
+
/**
|
|
26570
|
+
* Account name or login value on the correlated source.
|
|
26571
|
+
* @type {string}
|
|
26572
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26573
|
+
*/
|
|
26574
|
+
'name': string;
|
|
26575
|
+
/**
|
|
26576
|
+
* Source metadata for the account as returned by List Accounts wire format.
|
|
26577
|
+
* @type {IntelAccessSourceWireV2026}
|
|
26578
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26579
|
+
*/
|
|
26580
|
+
'source'?: IntelAccessSourceWireV2026;
|
|
26581
|
+
/**
|
|
26582
|
+
* True when the account is administratively disabled on the source.
|
|
26583
|
+
* @type {boolean}
|
|
26584
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26585
|
+
*/
|
|
26586
|
+
'disabled': boolean;
|
|
26587
|
+
/**
|
|
26588
|
+
* True when the account is locked from interactive sign-in on the source.
|
|
26589
|
+
* @type {boolean}
|
|
26590
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26591
|
+
*/
|
|
26592
|
+
'locked': boolean;
|
|
26593
|
+
/**
|
|
26594
|
+
* True when the account is not correlated to an authoritative identity.
|
|
26595
|
+
* @type {boolean}
|
|
26596
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26597
|
+
*/
|
|
26598
|
+
'uncorrelated': boolean;
|
|
26599
|
+
/**
|
|
26600
|
+
* True when the account is treated as authoritative for attribute synchronization.
|
|
26601
|
+
* @type {boolean}
|
|
26602
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26603
|
+
*/
|
|
26604
|
+
'authoritative': boolean;
|
|
26605
|
+
/**
|
|
26606
|
+
* True when the account represents a non-interactive or system principal.
|
|
26607
|
+
* @type {boolean}
|
|
26608
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26609
|
+
*/
|
|
26610
|
+
'systemAccount': boolean;
|
|
26611
|
+
/**
|
|
26612
|
+
* True when the account belongs to a machine or service identity.
|
|
26613
|
+
* @type {boolean}
|
|
26614
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26615
|
+
*/
|
|
26616
|
+
'isMachine': boolean;
|
|
26617
|
+
/**
|
|
26618
|
+
* True when the account currently has one or more entitlements assigned.
|
|
26619
|
+
* @type {boolean}
|
|
26620
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26621
|
+
*/
|
|
26622
|
+
'hasEntitlements': boolean;
|
|
26623
|
+
/**
|
|
26624
|
+
* True when an administrator manually correlated the account to an identity.
|
|
26625
|
+
* @type {boolean}
|
|
26626
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26627
|
+
*/
|
|
26628
|
+
'manuallyCorrelated': boolean;
|
|
26629
|
+
/**
|
|
26630
|
+
* Connector connection type identifier for the backing source system.
|
|
26631
|
+
* @type {string}
|
|
26632
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26633
|
+
*/
|
|
26634
|
+
'connectionType': string;
|
|
26635
|
+
/**
|
|
26636
|
+
* Native identifier string on the source directory or application.
|
|
26637
|
+
* @type {string}
|
|
26638
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26639
|
+
*/
|
|
26640
|
+
'nativeIdentity'?: string | null;
|
|
26641
|
+
/**
|
|
26642
|
+
* Timestamp when the account record was created in Identity Security Cloud.
|
|
26643
|
+
* @type {string}
|
|
26644
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26645
|
+
*/
|
|
26646
|
+
'created': string;
|
|
26647
|
+
/**
|
|
26648
|
+
* Timestamp when the account record was last modified in Identity Security Cloud.
|
|
26649
|
+
* @type {string}
|
|
26650
|
+
* @memberof IntelAccessAccountWireV2026
|
|
26651
|
+
*/
|
|
26652
|
+
'modified': string;
|
|
26653
|
+
}
|
|
26654
|
+
/**
|
|
26655
|
+
*
|
|
26656
|
+
* @export
|
|
26657
|
+
* @interface IntelAccessSourceWireV2026
|
|
26658
|
+
*/
|
|
26659
|
+
export interface IntelAccessSourceWireV2026 {
|
|
26660
|
+
/**
|
|
26661
|
+
* Source identifier referenced by the account wire object.
|
|
26662
|
+
* @type {string}
|
|
26663
|
+
* @memberof IntelAccessSourceWireV2026
|
|
26664
|
+
*/
|
|
26665
|
+
'id'?: string;
|
|
26666
|
+
/**
|
|
26667
|
+
* Human-readable source name shown in administrative consoles.
|
|
26668
|
+
* @type {string}
|
|
26669
|
+
* @memberof IntelAccessSourceWireV2026
|
|
26670
|
+
*/
|
|
26671
|
+
'name'?: string;
|
|
26672
|
+
}
|
|
26673
|
+
/**
|
|
26674
|
+
*
|
|
26675
|
+
* @export
|
|
26676
|
+
* @interface IntelHrefV2026
|
|
26677
|
+
*/
|
|
26678
|
+
export interface IntelHrefV2026 {
|
|
26679
|
+
/**
|
|
26680
|
+
* Target URI for the related Intelligence Package sub-resource or operation.
|
|
26681
|
+
* @type {string}
|
|
26682
|
+
* @memberof IntelHrefV2026
|
|
26683
|
+
*/
|
|
26684
|
+
'href': string;
|
|
26685
|
+
}
|
|
26686
|
+
/**
|
|
26687
|
+
*
|
|
26688
|
+
* @export
|
|
26689
|
+
* @interface IntelHumanV2026
|
|
26690
|
+
*/
|
|
26691
|
+
export interface IntelHumanV2026 {
|
|
26692
|
+
/**
|
|
26693
|
+
* Primary login or account alias for the human identity.
|
|
26694
|
+
* @type {string}
|
|
26695
|
+
* @memberof IntelHumanV2026
|
|
26696
|
+
*/
|
|
26697
|
+
'alias': string;
|
|
26698
|
+
/**
|
|
26699
|
+
* Primary business email address for the human identity.
|
|
26700
|
+
* @type {string}
|
|
26701
|
+
* @memberof IntelHumanV2026
|
|
26702
|
+
*/
|
|
26703
|
+
'email': string;
|
|
26704
|
+
/**
|
|
26705
|
+
* Current identity lifecycle status label from Identity Security Cloud.
|
|
26706
|
+
* @type {string}
|
|
26707
|
+
* @memberof IntelHumanV2026
|
|
26708
|
+
*/
|
|
26709
|
+
'identityStatus': string;
|
|
26710
|
+
/**
|
|
26711
|
+
* Lifecycle state name assigned through provisioning policy when present.
|
|
26712
|
+
* @type {string}
|
|
26713
|
+
* @memberof IntelHumanV2026
|
|
26714
|
+
*/
|
|
26715
|
+
'lifecycleState'?: string | null;
|
|
26716
|
+
/**
|
|
26717
|
+
* Processing state for outstanding identity change operations when present.
|
|
26718
|
+
* @type {string}
|
|
26719
|
+
* @memberof IntelHumanV2026
|
|
26720
|
+
*/
|
|
26721
|
+
'processingState'?: string | null;
|
|
26722
|
+
/**
|
|
26723
|
+
* True when the identity is marked protected from automated changes.
|
|
26724
|
+
* @type {boolean}
|
|
26725
|
+
* @memberof IntelHumanV2026
|
|
26726
|
+
*/
|
|
26727
|
+
'isProtected': boolean;
|
|
26728
|
+
/**
|
|
26729
|
+
* Legacy manager identity identifier or display reference when assigned.
|
|
26730
|
+
* @type {string}
|
|
26731
|
+
* @memberof IntelHumanV2026
|
|
26732
|
+
*/
|
|
26733
|
+
'manager'?: string | null;
|
|
26734
|
+
/**
|
|
26735
|
+
* Manager identity identifier when correlated in Identity Security Cloud.
|
|
26736
|
+
* @type {string}
|
|
26737
|
+
* @memberof IntelHumanV2026
|
|
26738
|
+
*/
|
|
26739
|
+
'managerId'?: string | null;
|
|
26740
|
+
/**
|
|
26741
|
+
* Manager display name when available from identity services.
|
|
26742
|
+
* @type {string}
|
|
26743
|
+
* @memberof IntelHumanV2026
|
|
26744
|
+
*/
|
|
26745
|
+
'managerName'?: string | null;
|
|
26746
|
+
/**
|
|
26747
|
+
* True when the identity is flagged as a people manager in the organization.
|
|
26748
|
+
* @type {boolean}
|
|
26749
|
+
* @memberof IntelHumanV2026
|
|
26750
|
+
*/
|
|
26751
|
+
'isManager': boolean;
|
|
26752
|
+
/**
|
|
26753
|
+
* Timestamp of the last successful identity refresh from sources when known.
|
|
26754
|
+
* @type {string}
|
|
26755
|
+
* @memberof IntelHumanV2026
|
|
26756
|
+
*/
|
|
26757
|
+
'lastRefreshAt'?: string | null;
|
|
26758
|
+
}
|
|
26759
|
+
/**
|
|
26760
|
+
*
|
|
26761
|
+
* @export
|
|
26762
|
+
* @interface IntelIdentityAccessBodyV2026
|
|
26763
|
+
*/
|
|
26764
|
+
export interface IntelIdentityAccessBodyV2026 {
|
|
26765
|
+
/**
|
|
26766
|
+
* Accounts for the identity in camelCase wire format from Shelby List Accounts.
|
|
26767
|
+
* @type {Array<IntelAccessAccountWireV2026>}
|
|
26768
|
+
* @memberof IntelIdentityAccessBodyV2026
|
|
26769
|
+
*/
|
|
26770
|
+
'accounts': Array<IntelAccessAccountWireV2026>;
|
|
26771
|
+
/**
|
|
26772
|
+
* Privileged access items for the identity returned by SDS Search.
|
|
26773
|
+
* @type {Array<IntelPrivilegedAccessItemWireV2026>}
|
|
26774
|
+
* @memberof IntelIdentityAccessBodyV2026
|
|
26775
|
+
*/
|
|
26776
|
+
'privilegedAccessItems': Array<IntelPrivilegedAccessItemWireV2026>;
|
|
26777
|
+
}
|
|
26778
|
+
/**
|
|
26779
|
+
*
|
|
26780
|
+
* @export
|
|
26781
|
+
* @interface IntelIdentityAccessHistoryBodyV2026
|
|
26782
|
+
*/
|
|
26783
|
+
export interface IntelIdentityAccessHistoryBodyV2026 {
|
|
26784
|
+
/**
|
|
26785
|
+
* Each event is relayed from identity-history. Schema varies by event type; consumers should treat unknown fields as opaque using additionalProperties.
|
|
26786
|
+
* @type {Array<{ [key: string]: any; }>}
|
|
26787
|
+
* @memberof IntelIdentityAccessHistoryBodyV2026
|
|
26788
|
+
*/
|
|
26789
|
+
'events': Array<{ [key: string]: any; }>;
|
|
26790
|
+
}
|
|
26791
|
+
/**
|
|
26792
|
+
*
|
|
26793
|
+
* @export
|
|
26794
|
+
* @interface IntelIdentityAmbiguousBodyV2026
|
|
26795
|
+
*/
|
|
26796
|
+
export interface IntelIdentityAmbiguousBodyV2026 {
|
|
26797
|
+
/**
|
|
26798
|
+
* Constant detail code indicating that more than one identity matched the filter.
|
|
26799
|
+
* @type {string}
|
|
26800
|
+
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26801
|
+
*/
|
|
26802
|
+
'detailCode': IntelIdentityAmbiguousBodyV2026DetailCodeV2026;
|
|
26803
|
+
/**
|
|
26804
|
+
* Optional explanatory text describing why the filter was considered ambiguous.
|
|
26805
|
+
* @type {string}
|
|
26806
|
+
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26807
|
+
*/
|
|
26808
|
+
'message'?: string;
|
|
26809
|
+
/**
|
|
26810
|
+
* Collection of identities that matched the ambiguous filter expression.
|
|
26811
|
+
* @type {Array<IntelIdentityAmbiguousCandidateV2026>}
|
|
26812
|
+
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26813
|
+
*/
|
|
26814
|
+
'candidates': Array<IntelIdentityAmbiguousCandidateV2026>;
|
|
26815
|
+
}
|
|
26816
|
+
|
|
26817
|
+
export const IntelIdentityAmbiguousBodyV2026DetailCodeV2026 = {
|
|
26818
|
+
IdcIdentityAmbiguous: 'IDC_IDENTITY_AMBIGUOUS'
|
|
26819
|
+
} as const;
|
|
26820
|
+
|
|
26821
|
+
export type IntelIdentityAmbiguousBodyV2026DetailCodeV2026 = typeof IntelIdentityAmbiguousBodyV2026DetailCodeV2026[keyof typeof IntelIdentityAmbiguousBodyV2026DetailCodeV2026];
|
|
26822
|
+
|
|
26823
|
+
/**
|
|
26824
|
+
*
|
|
26825
|
+
* @export
|
|
26826
|
+
* @interface IntelIdentityAmbiguousCandidateV2026
|
|
26827
|
+
*/
|
|
26828
|
+
export interface IntelIdentityAmbiguousCandidateV2026 {
|
|
26829
|
+
/**
|
|
26830
|
+
* Identity identifier for one of the ambiguous matching identities.
|
|
26831
|
+
* @type {string}
|
|
26832
|
+
* @memberof IntelIdentityAmbiguousCandidateV2026
|
|
26833
|
+
*/
|
|
26834
|
+
'id': string;
|
|
26835
|
+
/**
|
|
26836
|
+
* Display name for the ambiguous matching identity when available.
|
|
26837
|
+
* @type {string}
|
|
26838
|
+
* @memberof IntelIdentityAmbiguousCandidateV2026
|
|
26839
|
+
*/
|
|
26840
|
+
'displayName'?: string;
|
|
26841
|
+
}
|
|
26842
|
+
/**
|
|
26843
|
+
*
|
|
26844
|
+
* @export
|
|
26845
|
+
* @interface IntelIdentityLinksV2026
|
|
26846
|
+
*/
|
|
26847
|
+
export interface IntelIdentityLinksV2026 {
|
|
26848
|
+
/**
|
|
26849
|
+
* Hyperlink to the Intelligence Package access document for this identity.
|
|
26850
|
+
* @type {IntelHrefV2026}
|
|
26851
|
+
* @memberof IntelIdentityLinksV2026
|
|
26852
|
+
*/
|
|
26853
|
+
'access': IntelHrefV2026;
|
|
26854
|
+
/**
|
|
26855
|
+
* Hyperlink to the Intelligence Package access history document for this identity.
|
|
26856
|
+
* @type {IntelHrefV2026}
|
|
26857
|
+
* @memberof IntelIdentityLinksV2026
|
|
26858
|
+
*/
|
|
26859
|
+
'accessHistory': IntelHrefV2026;
|
|
26860
|
+
}
|
|
26861
|
+
/**
|
|
26862
|
+
*
|
|
26863
|
+
* @export
|
|
26864
|
+
* @interface IntelIdentityNotFoundBodyV2026
|
|
26865
|
+
*/
|
|
26866
|
+
export interface IntelIdentityNotFoundBodyV2026 {
|
|
26867
|
+
/**
|
|
26868
|
+
* Constant detail code indicating that no identity matched the supplied filter.
|
|
26869
|
+
* @type {string}
|
|
26870
|
+
* @memberof IntelIdentityNotFoundBodyV2026
|
|
26871
|
+
*/
|
|
26872
|
+
'detailCode': IntelIdentityNotFoundBodyV2026DetailCodeV2026;
|
|
26873
|
+
/**
|
|
26874
|
+
* Optional explanatory text describing why no identity was found.
|
|
26875
|
+
* @type {string}
|
|
26876
|
+
* @memberof IntelIdentityNotFoundBodyV2026
|
|
26877
|
+
*/
|
|
26878
|
+
'message'?: string;
|
|
26879
|
+
}
|
|
26880
|
+
|
|
26881
|
+
export const IntelIdentityNotFoundBodyV2026DetailCodeV2026 = {
|
|
26882
|
+
IdcIdentityNotFound: 'IDC_IDENTITY_NOT_FOUND'
|
|
26883
|
+
} as const;
|
|
26884
|
+
|
|
26885
|
+
export type IntelIdentityNotFoundBodyV2026DetailCodeV2026 = typeof IntelIdentityNotFoundBodyV2026DetailCodeV2026[keyof typeof IntelIdentityNotFoundBodyV2026DetailCodeV2026];
|
|
26886
|
+
|
|
26887
|
+
/**
|
|
26888
|
+
* HUMAN responses include human, top-level subtype (NERM classification: Employee, Non Employee, or Cannot Determine), and _links (access and accessHistory only). MACHINE responses include machine and top-level subtype (connector subtype string); _links is omitted.
|
|
26889
|
+
* @export
|
|
26890
|
+
* @interface IntelIdentityResponseV2026
|
|
26891
|
+
*/
|
|
26892
|
+
export interface IntelIdentityResponseV2026 {
|
|
26893
|
+
/**
|
|
26894
|
+
* Identity Security Cloud identifier for this identity.
|
|
26895
|
+
* @type {string}
|
|
26896
|
+
* @memberof IntelIdentityResponseV2026
|
|
26897
|
+
*/
|
|
26898
|
+
'id': string;
|
|
26899
|
+
/**
|
|
26900
|
+
* Discriminator indicating whether this identity is human or machine backed.
|
|
26901
|
+
* @type {string}
|
|
26902
|
+
* @memberof IntelIdentityResponseV2026
|
|
26903
|
+
*/
|
|
26904
|
+
'type': IntelIdentityResponseV2026TypeV2026;
|
|
26905
|
+
/**
|
|
26906
|
+
* Preferred display name for the identity across administrative experiences.
|
|
26907
|
+
* @type {string}
|
|
26908
|
+
* @memberof IntelIdentityResponseV2026
|
|
26909
|
+
*/
|
|
26910
|
+
'displayName'?: string;
|
|
26911
|
+
/**
|
|
26912
|
+
* Optional free-text description assigned to the identity profile when present.
|
|
26913
|
+
* @type {string}
|
|
26914
|
+
* @memberof IntelIdentityResponseV2026
|
|
26915
|
+
*/
|
|
26916
|
+
'description'?: string | null;
|
|
26917
|
+
/**
|
|
26918
|
+
* For HUMAN identities, NERM classification (Employee, Non Employee, or Cannot Determine). For MACHINE identities, connector subtype string from the authoritative source.
|
|
26919
|
+
* @type {string}
|
|
26920
|
+
* @memberof IntelIdentityResponseV2026
|
|
26921
|
+
*/
|
|
26922
|
+
'subtype'?: string | null;
|
|
26923
|
+
/**
|
|
26924
|
+
* Serialized owner reference information when populated by upstream identity services.
|
|
26925
|
+
* @type {string}
|
|
26926
|
+
* @memberof IntelIdentityResponseV2026
|
|
26927
|
+
*/
|
|
26928
|
+
'owners'?: string | null;
|
|
26929
|
+
/**
|
|
26930
|
+
* Arbitrary SCIM-style attribute bag returned for the identity context view.
|
|
26931
|
+
* @type {{ [key: string]: any; }}
|
|
26932
|
+
* @memberof IntelIdentityResponseV2026
|
|
26933
|
+
*/
|
|
26934
|
+
'attributes'?: { [key: string]: any; };
|
|
26935
|
+
/**
|
|
26936
|
+
* Created and modified timestamps for the identity record in Identity Security Cloud.
|
|
26937
|
+
* @type {IntelIdentityTimestampsV2026}
|
|
26938
|
+
* @memberof IntelIdentityResponseV2026
|
|
26939
|
+
*/
|
|
26940
|
+
'timestamps': IntelIdentityTimestampsV2026;
|
|
26941
|
+
/**
|
|
26942
|
+
* Human identity extension payload when type is HUMAN.
|
|
26943
|
+
* @type {IntelHumanV2026}
|
|
26944
|
+
* @memberof IntelIdentityResponseV2026
|
|
26945
|
+
*/
|
|
26946
|
+
'human'?: IntelHumanV2026 | null;
|
|
26947
|
+
/**
|
|
26948
|
+
* Machine identity extension payload when type is MACHINE.
|
|
26949
|
+
* @type {IntelMachineV2026}
|
|
26950
|
+
* @memberof IntelIdentityResponseV2026
|
|
26951
|
+
*/
|
|
26952
|
+
'machine'?: IntelMachineV2026 | null;
|
|
26953
|
+
/**
|
|
26954
|
+
* Hyperlinks to related Intelligence Package sub-resources; present for HUMAN only.
|
|
26955
|
+
* @type {IntelIdentityLinksV2026}
|
|
26956
|
+
* @memberof IntelIdentityResponseV2026
|
|
26957
|
+
*/
|
|
26958
|
+
'_links'?: IntelIdentityLinksV2026 | null;
|
|
26959
|
+
}
|
|
26960
|
+
|
|
26961
|
+
export const IntelIdentityResponseV2026TypeV2026 = {
|
|
26962
|
+
Human: 'HUMAN',
|
|
26963
|
+
Machine: 'MACHINE'
|
|
26964
|
+
} as const;
|
|
26965
|
+
|
|
26966
|
+
export type IntelIdentityResponseV2026TypeV2026 = typeof IntelIdentityResponseV2026TypeV2026[keyof typeof IntelIdentityResponseV2026TypeV2026];
|
|
26967
|
+
|
|
26968
|
+
/**
|
|
26969
|
+
*
|
|
26970
|
+
* @export
|
|
26971
|
+
* @interface IntelIdentityTimestampsV2026
|
|
26972
|
+
*/
|
|
26973
|
+
export interface IntelIdentityTimestampsV2026 {
|
|
26974
|
+
/**
|
|
26975
|
+
* Timestamp when the identity record was first created in Identity Security Cloud.
|
|
26976
|
+
* @type {string}
|
|
26977
|
+
* @memberof IntelIdentityTimestampsV2026
|
|
26978
|
+
*/
|
|
26979
|
+
'createdAt': string;
|
|
26980
|
+
/**
|
|
26981
|
+
* Timestamp when the identity record was last modified in Identity Security Cloud.
|
|
26982
|
+
* @type {string}
|
|
26983
|
+
* @memberof IntelIdentityTimestampsV2026
|
|
26984
|
+
*/
|
|
26985
|
+
'modifiedAt': string;
|
|
26986
|
+
}
|
|
26987
|
+
/**
|
|
26988
|
+
*
|
|
26989
|
+
* @export
|
|
26990
|
+
* @interface IntelMachineSourceV2026
|
|
26991
|
+
*/
|
|
26992
|
+
export interface IntelMachineSourceV2026 {
|
|
26993
|
+
/**
|
|
26994
|
+
* Unique identifier of the correlated source in Identity Security Cloud.
|
|
26995
|
+
* @type {string}
|
|
26996
|
+
* @memberof IntelMachineSourceV2026
|
|
26997
|
+
*/
|
|
26998
|
+
'id'?: string;
|
|
26999
|
+
/**
|
|
27000
|
+
* Display name of the source as configured in Identity Security Cloud.
|
|
27001
|
+
* @type {string}
|
|
27002
|
+
* @memberof IntelMachineSourceV2026
|
|
27003
|
+
*/
|
|
27004
|
+
'name'?: string;
|
|
27005
|
+
/**
|
|
27006
|
+
* Connector or source type classification for the backing system.
|
|
27007
|
+
* @type {string}
|
|
27008
|
+
* @memberof IntelMachineSourceV2026
|
|
27009
|
+
*/
|
|
27010
|
+
'type'?: string;
|
|
27011
|
+
}
|
|
27012
|
+
/**
|
|
27013
|
+
* MACHINE-specific block; subtype is only on the top-level IntelIdentityResponse.
|
|
27014
|
+
* @export
|
|
27015
|
+
* @interface IntelMachineV2026
|
|
27016
|
+
*/
|
|
27017
|
+
export interface IntelMachineV2026 {
|
|
27018
|
+
/**
|
|
27019
|
+
* Business application name associated with the non-human identity.
|
|
27020
|
+
* @type {string}
|
|
27021
|
+
* @memberof IntelMachineV2026
|
|
27022
|
+
*/
|
|
27023
|
+
'businessApplication'?: string;
|
|
27024
|
+
/**
|
|
27025
|
+
* Native identifier value on the authoritative source for the machine identity.
|
|
27026
|
+
* @type {string}
|
|
27027
|
+
* @memberof IntelMachineV2026
|
|
27028
|
+
*/
|
|
27029
|
+
'nativeIdentity'?: string;
|
|
27030
|
+
/**
|
|
27031
|
+
* Optional globally unique identifier for the machine identity when assigned.
|
|
27032
|
+
* @type {string}
|
|
27033
|
+
* @memberof IntelMachineV2026
|
|
27034
|
+
*/
|
|
27035
|
+
'uuid'?: string | null;
|
|
27036
|
+
/**
|
|
27037
|
+
* Identifier of the correlated source for this machine identity.
|
|
27038
|
+
* @type {string}
|
|
27039
|
+
* @memberof IntelMachineV2026
|
|
27040
|
+
*/
|
|
27041
|
+
'sourceId'?: string;
|
|
27042
|
+
/**
|
|
27043
|
+
* Correlated source summary for the machine identity when available.
|
|
27044
|
+
* @type {IntelMachineSourceV2026}
|
|
27045
|
+
* @memberof IntelMachineV2026
|
|
27046
|
+
*/
|
|
27047
|
+
'source'?: IntelMachineSourceV2026;
|
|
27048
|
+
/**
|
|
27049
|
+
* Dataset identifier used by machine identity correlation logic.
|
|
27050
|
+
* @type {string}
|
|
27051
|
+
* @memberof IntelMachineV2026
|
|
27052
|
+
*/
|
|
27053
|
+
'datasetId'?: string;
|
|
27054
|
+
/**
|
|
27055
|
+
* True when a matching account still exists on the connected source.
|
|
27056
|
+
* @type {boolean}
|
|
27057
|
+
* @memberof IntelMachineV2026
|
|
27058
|
+
*/
|
|
27059
|
+
'existsOnSource'?: boolean;
|
|
27060
|
+
/**
|
|
27061
|
+
* True when the machine identity was created through a manual administrative action.
|
|
27062
|
+
* @type {boolean}
|
|
27063
|
+
* @memberof IntelMachineV2026
|
|
27064
|
+
*/
|
|
27065
|
+
'manuallyCreated'?: boolean;
|
|
27066
|
+
/**
|
|
27067
|
+
* True when the machine identity attributes were manually edited after creation.
|
|
27068
|
+
* @type {boolean}
|
|
27069
|
+
* @memberof IntelMachineV2026
|
|
27070
|
+
*/
|
|
27071
|
+
'manuallyEdited'?: boolean;
|
|
27072
|
+
/**
|
|
27073
|
+
* Structured owner references for the machine identity when populated by the service.
|
|
27074
|
+
* @type {object}
|
|
27075
|
+
* @memberof IntelMachineV2026
|
|
27076
|
+
*/
|
|
27077
|
+
'owners'?: object;
|
|
27078
|
+
/**
|
|
27079
|
+
* Entitlements or fine-grained rights linked to the machine identity when available.
|
|
27080
|
+
* @type {Array<object>}
|
|
27081
|
+
* @memberof IntelMachineV2026
|
|
27082
|
+
*/
|
|
27083
|
+
'userEntitlements'?: Array<object>;
|
|
27084
|
+
}
|
|
27085
|
+
/**
|
|
27086
|
+
* Source metadata associated with the privileged access item when present.
|
|
27087
|
+
* @export
|
|
27088
|
+
* @interface IntelPrivilegedAccessItemWireSourceV2026
|
|
27089
|
+
*/
|
|
27090
|
+
export interface IntelPrivilegedAccessItemWireSourceV2026 {
|
|
27091
|
+
/**
|
|
27092
|
+
* Human-readable source name for the privileged access item.
|
|
27093
|
+
* @type {string}
|
|
27094
|
+
* @memberof IntelPrivilegedAccessItemWireSourceV2026
|
|
27095
|
+
*/
|
|
27096
|
+
'name'?: string;
|
|
27097
|
+
/**
|
|
27098
|
+
* Source identifier for the privileged access item.
|
|
27099
|
+
* @type {string}
|
|
27100
|
+
* @memberof IntelPrivilegedAccessItemWireSourceV2026
|
|
27101
|
+
*/
|
|
27102
|
+
'id'?: string;
|
|
27103
|
+
}
|
|
27104
|
+
/**
|
|
27105
|
+
*
|
|
27106
|
+
* @export
|
|
27107
|
+
* @interface IntelPrivilegedAccessItemWireV2026
|
|
27108
|
+
*/
|
|
27109
|
+
export interface IntelPrivilegedAccessItemWireV2026 {
|
|
27110
|
+
/**
|
|
27111
|
+
* True when SDS Search classifies this item as privileged access for the identity.
|
|
27112
|
+
* @type {boolean}
|
|
27113
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27114
|
+
*/
|
|
27115
|
+
'privileged': boolean;
|
|
27116
|
+
/**
|
|
27117
|
+
* Display label for the privileged access item in administrative experiences.
|
|
27118
|
+
* @type {string}
|
|
27119
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27120
|
+
*/
|
|
27121
|
+
'displayName'?: string;
|
|
27122
|
+
/**
|
|
27123
|
+
* Technical name of the privileged access item from SDS Search.
|
|
27124
|
+
* @type {string}
|
|
27125
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27126
|
+
*/
|
|
27127
|
+
'name'?: string;
|
|
27128
|
+
/**
|
|
27129
|
+
* True when the privileged item is modeled as a standalone entitlement or access object.
|
|
27130
|
+
* @type {boolean}
|
|
27131
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27132
|
+
*/
|
|
27133
|
+
'standalone'?: boolean;
|
|
27134
|
+
/**
|
|
27135
|
+
* Identifier of the privileged access item returned by SDS Search.
|
|
27136
|
+
* @type {string}
|
|
27137
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27138
|
+
*/
|
|
27139
|
+
'id': string;
|
|
27140
|
+
/**
|
|
27141
|
+
*
|
|
27142
|
+
* @type {IntelPrivilegedAccessItemWireSourceV2026}
|
|
27143
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27144
|
+
*/
|
|
27145
|
+
'source'?: IntelPrivilegedAccessItemWireSourceV2026;
|
|
27146
|
+
/**
|
|
27147
|
+
* Source attribute name that carries the privileged value when applicable.
|
|
27148
|
+
* @type {string}
|
|
27149
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27150
|
+
*/
|
|
27151
|
+
'attribute'?: string;
|
|
27152
|
+
/**
|
|
27153
|
+
* Object type classification from SDS Search (for example ENTITLEMENT).
|
|
27154
|
+
* @type {string}
|
|
27155
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27156
|
+
*/
|
|
27157
|
+
'type': string;
|
|
27158
|
+
/**
|
|
27159
|
+
* Privileged value on the source attribute when applicable.
|
|
27160
|
+
* @type {string}
|
|
27161
|
+
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27162
|
+
*/
|
|
27163
|
+
'value'?: string;
|
|
27164
|
+
}
|
|
26146
27165
|
/**
|
|
26147
27166
|
*
|
|
26148
27167
|
* @export
|
|
@@ -26494,6 +27513,12 @@ export interface JitActivationActivateResponseV2026 {
|
|
|
26494
27513
|
* @memberof JitActivationActivateResponseV2026
|
|
26495
27514
|
*/
|
|
26496
27515
|
'id': string;
|
|
27516
|
+
/**
|
|
27517
|
+
* Persistent activation record identifier for this JIT activation.
|
|
27518
|
+
* @type {string}
|
|
27519
|
+
* @memberof JitActivationActivateResponseV2026
|
|
27520
|
+
*/
|
|
27521
|
+
'activationId': string;
|
|
26497
27522
|
/**
|
|
26498
27523
|
* Entitlement connection identifier for the activation.
|
|
26499
27524
|
* @type {string}
|
|
@@ -26546,6 +27571,12 @@ export interface JitActivationDeactivateResponseV2026 {
|
|
|
26546
27571
|
* @memberof JitActivationDeactivateResponseV2026
|
|
26547
27572
|
*/
|
|
26548
27573
|
'id': string;
|
|
27574
|
+
/**
|
|
27575
|
+
* Persistent activation record identifier for this JIT activation.
|
|
27576
|
+
* @type {string}
|
|
27577
|
+
* @memberof JitActivationDeactivateResponseV2026
|
|
27578
|
+
*/
|
|
27579
|
+
'activationId': string;
|
|
26549
27580
|
/**
|
|
26550
27581
|
* Entitlement connection identifier for the activation.
|
|
26551
27582
|
* @type {string}
|
|
@@ -26598,6 +27629,12 @@ export interface JitActivationExtendResponseV2026 {
|
|
|
26598
27629
|
* @memberof JitActivationExtendResponseV2026
|
|
26599
27630
|
*/
|
|
26600
27631
|
'id': string;
|
|
27632
|
+
/**
|
|
27633
|
+
* Persistent activation record identifier for this JIT activation.
|
|
27634
|
+
* @type {string}
|
|
27635
|
+
* @memberof JitActivationExtendResponseV2026
|
|
27636
|
+
*/
|
|
27637
|
+
'activationId': string;
|
|
26601
27638
|
/**
|
|
26602
27639
|
* Entitlement connection identifier for the activation.
|
|
26603
27640
|
* @type {string}
|
|
@@ -27579,6 +28616,12 @@ export interface ListIdentityAccessItems200ResponseInnerV2026 {
|
|
|
27579
28616
|
* @memberof ListIdentityAccessItems200ResponseInnerV2026
|
|
27580
28617
|
*/
|
|
27581
28618
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2026>;
|
|
28619
|
+
/**
|
|
28620
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
28621
|
+
* @type {string}
|
|
28622
|
+
* @memberof ListIdentityAccessItems200ResponseInnerV2026
|
|
28623
|
+
*/
|
|
28624
|
+
'startDate'?: string | null;
|
|
27582
28625
|
/**
|
|
27583
28626
|
* the date the role is no longer assigned to the specified identity
|
|
27584
28627
|
* @type {string}
|
|
@@ -31532,6 +32575,63 @@ export interface MfaOktaConfigV2026 {
|
|
|
31532
32575
|
*/
|
|
31533
32576
|
'identityAttribute'?: string | null;
|
|
31534
32577
|
}
|
|
32578
|
+
/**
|
|
32579
|
+
* Request body listing machine identity or machine account IDs for a bulk operation.
|
|
32580
|
+
* @export
|
|
32581
|
+
* @interface MisBulkRequestV2026
|
|
32582
|
+
*/
|
|
32583
|
+
export interface MisBulkRequestV2026 {
|
|
32584
|
+
/**
|
|
32585
|
+
* Machine identity or machine account IDs to include in the bulk operation.
|
|
32586
|
+
* @type {Array<string>}
|
|
32587
|
+
* @memberof MisBulkRequestV2026
|
|
32588
|
+
*/
|
|
32589
|
+
'ids': Array<string>;
|
|
32590
|
+
}
|
|
32591
|
+
/**
|
|
32592
|
+
* Per-ID result for a machine identity or machine account bulk operation.
|
|
32593
|
+
* @export
|
|
32594
|
+
* @interface MisBulkResponseV2026
|
|
32595
|
+
*/
|
|
32596
|
+
export interface MisBulkResponseV2026 {
|
|
32597
|
+
/**
|
|
32598
|
+
* Machine identity or machine account ID from the request.
|
|
32599
|
+
* @type {string}
|
|
32600
|
+
* @memberof MisBulkResponseV2026
|
|
32601
|
+
*/
|
|
32602
|
+
'id': string;
|
|
32603
|
+
/**
|
|
32604
|
+
* HTTP status code for this ID. For example, 200 indicates success, 404 indicates the resource was not found or is not accessible to the caller, and 409 indicates a conflict such as a duplicate ID in the batch.
|
|
32605
|
+
* @type {number}
|
|
32606
|
+
* @memberof MisBulkResponseV2026
|
|
32607
|
+
*/
|
|
32608
|
+
'status': number;
|
|
32609
|
+
/**
|
|
32610
|
+
* Human-readable detail for this result.
|
|
32611
|
+
* @type {string}
|
|
32612
|
+
* @memberof MisBulkResponseV2026
|
|
32613
|
+
*/
|
|
32614
|
+
'message'?: string;
|
|
32615
|
+
}
|
|
32616
|
+
/**
|
|
32617
|
+
* Request body for applying the same JSON Patch document to multiple machine identities or machine accounts.
|
|
32618
|
+
* @export
|
|
32619
|
+
* @interface MisBulkUpdateRequestV2026
|
|
32620
|
+
*/
|
|
32621
|
+
export interface MisBulkUpdateRequestV2026 {
|
|
32622
|
+
/**
|
|
32623
|
+
* Machine identity or machine account IDs to update.
|
|
32624
|
+
* @type {Array<string>}
|
|
32625
|
+
* @memberof MisBulkUpdateRequestV2026
|
|
32626
|
+
*/
|
|
32627
|
+
'ids': Array<string>;
|
|
32628
|
+
/**
|
|
32629
|
+
* JSON Patch operations to apply to each ID in the request (RFC 6902).
|
|
32630
|
+
* @type {Array<JsonPatchOperationV2026>}
|
|
32631
|
+
* @memberof MisBulkUpdateRequestV2026
|
|
32632
|
+
*/
|
|
32633
|
+
'jsonPatch': Array<JsonPatchOperationV2026>;
|
|
32634
|
+
}
|
|
31535
32635
|
/**
|
|
31536
32636
|
* This represents a Multi-Host Integration template type.
|
|
31537
32637
|
* @export
|
|
@@ -36160,6 +37260,116 @@ export const PrivilegeCriteriaDTOV2026PrivilegeLevelV2026 = {
|
|
|
36160
37260
|
|
|
36161
37261
|
export type PrivilegeCriteriaDTOV2026PrivilegeLevelV2026 = typeof PrivilegeCriteriaDTOV2026PrivilegeLevelV2026[keyof typeof PrivilegeCriteriaDTOV2026PrivilegeLevelV2026];
|
|
36162
37262
|
|
|
37263
|
+
/**
|
|
37264
|
+
* A group of entitlement instances that share the same entitlement name and connector type, aggregated for privileged-access review.
|
|
37265
|
+
* @export
|
|
37266
|
+
* @interface PrivilegedRecommendationGroupV2026
|
|
37267
|
+
*/
|
|
37268
|
+
export interface PrivilegedRecommendationGroupV2026 {
|
|
37269
|
+
/**
|
|
37270
|
+
* The name of the entitlement shared across all instances in this group.
|
|
37271
|
+
* @type {string}
|
|
37272
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37273
|
+
*/
|
|
37274
|
+
'entitlementName'?: string;
|
|
37275
|
+
/**
|
|
37276
|
+
* The connector type associated with all instances in this group.
|
|
37277
|
+
* @type {string}
|
|
37278
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37279
|
+
*/
|
|
37280
|
+
'connectorType'?: string;
|
|
37281
|
+
/**
|
|
37282
|
+
* A decimal string representing the confidence score of the privilege recommendation (0.0-1.0).
|
|
37283
|
+
* @type {string}
|
|
37284
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37285
|
+
*/
|
|
37286
|
+
'recommendationScore'?: string;
|
|
37287
|
+
/**
|
|
37288
|
+
* The number of organizations in which this entitlement appears as privileged.
|
|
37289
|
+
* @type {number}
|
|
37290
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37291
|
+
*/
|
|
37292
|
+
'orgCount'?: number;
|
|
37293
|
+
/**
|
|
37294
|
+
* The total number of individual entitlement instances in this group.
|
|
37295
|
+
* @type {number}
|
|
37296
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37297
|
+
*/
|
|
37298
|
+
'instanceCount'?: number;
|
|
37299
|
+
/**
|
|
37300
|
+
* The individual entitlement instances belonging to this group.
|
|
37301
|
+
* @type {Array<PrivilegedRecommendationInstanceV2026>}
|
|
37302
|
+
* @memberof PrivilegedRecommendationGroupV2026
|
|
37303
|
+
*/
|
|
37304
|
+
'instances'?: Array<PrivilegedRecommendationInstanceV2026>;
|
|
37305
|
+
}
|
|
37306
|
+
/**
|
|
37307
|
+
* An individual entitlement instance within a privileged recommendation group.
|
|
37308
|
+
* @export
|
|
37309
|
+
* @interface PrivilegedRecommendationInstanceV2026
|
|
37310
|
+
*/
|
|
37311
|
+
export interface PrivilegedRecommendationInstanceV2026 {
|
|
37312
|
+
/**
|
|
37313
|
+
* The unique identifier for this entitlement instance.
|
|
37314
|
+
* @type {string}
|
|
37315
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37316
|
+
*/
|
|
37317
|
+
'id'?: string;
|
|
37318
|
+
/**
|
|
37319
|
+
* The entitlement attribute name.
|
|
37320
|
+
* @type {string}
|
|
37321
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37322
|
+
*/
|
|
37323
|
+
'attribute'?: string;
|
|
37324
|
+
/**
|
|
37325
|
+
* The ID of the source that owns this entitlement.
|
|
37326
|
+
* @type {string}
|
|
37327
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37328
|
+
*/
|
|
37329
|
+
'sourceId'?: string;
|
|
37330
|
+
/**
|
|
37331
|
+
* The display name of the source.
|
|
37332
|
+
* @type {string}
|
|
37333
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37334
|
+
*/
|
|
37335
|
+
'sourceName'?: string;
|
|
37336
|
+
/**
|
|
37337
|
+
* The entitlement type.
|
|
37338
|
+
* @type {string}
|
|
37339
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37340
|
+
*/
|
|
37341
|
+
'type'?: string;
|
|
37342
|
+
/**
|
|
37343
|
+
* The entitlement value or distinguished name.
|
|
37344
|
+
* @type {string}
|
|
37345
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37346
|
+
*/
|
|
37347
|
+
'value'?: string;
|
|
37348
|
+
/**
|
|
37349
|
+
* The current review status of this instance.
|
|
37350
|
+
* @type {string}
|
|
37351
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37352
|
+
*/
|
|
37353
|
+
'status'?: string;
|
|
37354
|
+
/**
|
|
37355
|
+
* The currently assigned privilege level, if any.
|
|
37356
|
+
* @type {string}
|
|
37357
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37358
|
+
*/
|
|
37359
|
+
'privilegeLevel'?: string | null;
|
|
37360
|
+
/**
|
|
37361
|
+
* The current description of the entitlement, if one exists.
|
|
37362
|
+
* @type {string}
|
|
37363
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37364
|
+
*/
|
|
37365
|
+
'description'?: string | null;
|
|
37366
|
+
/**
|
|
37367
|
+
* The timestamp when this instance was recommended.
|
|
37368
|
+
* @type {string}
|
|
37369
|
+
* @memberof PrivilegedRecommendationInstanceV2026
|
|
37370
|
+
*/
|
|
37371
|
+
'recommendedAt'?: string;
|
|
37372
|
+
}
|
|
36163
37373
|
/**
|
|
36164
37374
|
*
|
|
36165
37375
|
* @export
|
|
@@ -36327,6 +37537,109 @@ export const ProductV2026OrgTypeV2026 = {
|
|
|
36327
37537
|
|
|
36328
37538
|
export type ProductV2026OrgTypeV2026 = typeof ProductV2026OrgTypeV2026[keyof typeof ProductV2026OrgTypeV2026];
|
|
36329
37539
|
|
|
37540
|
+
/**
|
|
37541
|
+
* A prompt security insight event.
|
|
37542
|
+
* @export
|
|
37543
|
+
* @interface PromptInsightV2026
|
|
37544
|
+
*/
|
|
37545
|
+
export interface PromptInsightV2026 {
|
|
37546
|
+
/**
|
|
37547
|
+
* Event time in UTC.
|
|
37548
|
+
* @type {string}
|
|
37549
|
+
* @memberof PromptInsightV2026
|
|
37550
|
+
*/
|
|
37551
|
+
'timestamp'?: string;
|
|
37552
|
+
/**
|
|
37553
|
+
* User identifier or display name.
|
|
37554
|
+
* @type {string}
|
|
37555
|
+
* @memberof PromptInsightV2026
|
|
37556
|
+
*/
|
|
37557
|
+
'user'?: string;
|
|
37558
|
+
/**
|
|
37559
|
+
* The AI agent that processed the prompt.
|
|
37560
|
+
* @type {string}
|
|
37561
|
+
* @memberof PromptInsightV2026
|
|
37562
|
+
*/
|
|
37563
|
+
'agent'?: string;
|
|
37564
|
+
/**
|
|
37565
|
+
* The policy decision applied to the prompt.
|
|
37566
|
+
* @type {string}
|
|
37567
|
+
* @memberof PromptInsightV2026
|
|
37568
|
+
*/
|
|
37569
|
+
'policyDecision'?: PromptInsightV2026PolicyDecisionV2026;
|
|
37570
|
+
/**
|
|
37571
|
+
* The category of the prompt security finding.
|
|
37572
|
+
* @type {string}
|
|
37573
|
+
* @memberof PromptInsightV2026
|
|
37574
|
+
*/
|
|
37575
|
+
'category'?: PromptInsightV2026CategoryV2026;
|
|
37576
|
+
/**
|
|
37577
|
+
* The severity of the prompt security finding.
|
|
37578
|
+
* @type {string}
|
|
37579
|
+
* @memberof PromptInsightV2026
|
|
37580
|
+
*/
|
|
37581
|
+
'severity'?: PromptInsightV2026SeverityV2026;
|
|
37582
|
+
/**
|
|
37583
|
+
* Human-readable or structured reason for the policy decision.
|
|
37584
|
+
* @type {string}
|
|
37585
|
+
* @memberof PromptInsightV2026
|
|
37586
|
+
*/
|
|
37587
|
+
'reason'?: string;
|
|
37588
|
+
/**
|
|
37589
|
+
* The rule that matched the prompt.
|
|
37590
|
+
* @type {string}
|
|
37591
|
+
* @memberof PromptInsightV2026
|
|
37592
|
+
*/
|
|
37593
|
+
'rule'?: string;
|
|
37594
|
+
/**
|
|
37595
|
+
* The policy that matched the prompt.
|
|
37596
|
+
* @type {string}
|
|
37597
|
+
* @memberof PromptInsightV2026
|
|
37598
|
+
*/
|
|
37599
|
+
'policy'?: string;
|
|
37600
|
+
}
|
|
37601
|
+
|
|
37602
|
+
export const PromptInsightV2026PolicyDecisionV2026 = {
|
|
37603
|
+
Allowed: 'ALLOWED',
|
|
37604
|
+
Redacted: 'REDACTED'
|
|
37605
|
+
} as const;
|
|
37606
|
+
|
|
37607
|
+
export type PromptInsightV2026PolicyDecisionV2026 = typeof PromptInsightV2026PolicyDecisionV2026[keyof typeof PromptInsightV2026PolicyDecisionV2026];
|
|
37608
|
+
export const PromptInsightV2026CategoryV2026 = {
|
|
37609
|
+
Anomalies: 'ANOMALIES',
|
|
37610
|
+
DataUploads: 'DATA_UPLOADS',
|
|
37611
|
+
McpToolCalls: 'MCP_TOOL_CALLS'
|
|
37612
|
+
} as const;
|
|
37613
|
+
|
|
37614
|
+
export type PromptInsightV2026CategoryV2026 = typeof PromptInsightV2026CategoryV2026[keyof typeof PromptInsightV2026CategoryV2026];
|
|
37615
|
+
export const PromptInsightV2026SeverityV2026 = {
|
|
37616
|
+
Low: 'LOW',
|
|
37617
|
+
Medium: 'MEDIUM',
|
|
37618
|
+
High: 'HIGH',
|
|
37619
|
+
Critical: 'CRITICAL'
|
|
37620
|
+
} as const;
|
|
37621
|
+
|
|
37622
|
+
export type PromptInsightV2026SeverityV2026 = typeof PromptInsightV2026SeverityV2026[keyof typeof PromptInsightV2026SeverityV2026];
|
|
37623
|
+
|
|
37624
|
+
/**
|
|
37625
|
+
* Aggregate prompt insights metrics for the requested time window.
|
|
37626
|
+
* @export
|
|
37627
|
+
* @interface PromptInsightsMetricsV2026
|
|
37628
|
+
*/
|
|
37629
|
+
export interface PromptInsightsMetricsV2026 {
|
|
37630
|
+
/**
|
|
37631
|
+
* Count of prompts scanned in the interval.
|
|
37632
|
+
* @type {number}
|
|
37633
|
+
* @memberof PromptInsightsMetricsV2026
|
|
37634
|
+
*/
|
|
37635
|
+
'promptsScanned'?: number;
|
|
37636
|
+
/**
|
|
37637
|
+
* Count of prompts redacted in the interval.
|
|
37638
|
+
* @type {number}
|
|
37639
|
+
* @memberof PromptInsightsMetricsV2026
|
|
37640
|
+
*/
|
|
37641
|
+
'promptsRedacted'?: number;
|
|
37642
|
+
}
|
|
36330
37643
|
/**
|
|
36331
37644
|
*
|
|
36332
37645
|
* @export
|
|
@@ -48836,7 +50149,7 @@ export interface SpConfigExportJobStatusV2026 {
|
|
|
48836
50149
|
* @type {string}
|
|
48837
50150
|
* @memberof SpConfigExportJobStatusV2026
|
|
48838
50151
|
*/
|
|
48839
|
-
'expiration'
|
|
50152
|
+
'expiration'?: string;
|
|
48840
50153
|
/**
|
|
48841
50154
|
* The time the job was started.
|
|
48842
50155
|
* @type {string}
|
|
@@ -48908,7 +50221,7 @@ export interface SpConfigExportJobV2026 {
|
|
|
48908
50221
|
* @type {string}
|
|
48909
50222
|
* @memberof SpConfigExportJobV2026
|
|
48910
50223
|
*/
|
|
48911
|
-
'expiration'
|
|
50224
|
+
'expiration'?: string;
|
|
48912
50225
|
/**
|
|
48913
50226
|
* The time the job was started.
|
|
48914
50227
|
* @type {string}
|
|
@@ -49017,7 +50330,7 @@ export interface SpConfigImportJobStatusV2026 {
|
|
|
49017
50330
|
* @type {string}
|
|
49018
50331
|
* @memberof SpConfigImportJobStatusV2026
|
|
49019
50332
|
*/
|
|
49020
|
-
'expiration'
|
|
50333
|
+
'expiration'?: string;
|
|
49021
50334
|
/**
|
|
49022
50335
|
* The time the job was started.
|
|
49023
50336
|
* @type {string}
|
|
@@ -49108,7 +50421,7 @@ export interface SpConfigJobV2026 {
|
|
|
49108
50421
|
* @type {string}
|
|
49109
50422
|
* @memberof SpConfigJobV2026
|
|
49110
50423
|
*/
|
|
49111
|
-
'expiration'
|
|
50424
|
+
'expiration'?: string;
|
|
49112
50425
|
/**
|
|
49113
50426
|
* The time the job was started.
|
|
49114
50427
|
* @type {string}
|
|
@@ -50711,7 +52024,7 @@ export interface TaskStatusV2026 {
|
|
|
50711
52024
|
* @type {string}
|
|
50712
52025
|
* @memberof TaskStatusV2026
|
|
50713
52026
|
*/
|
|
50714
|
-
'modified': string;
|
|
52027
|
+
'modified': string | null;
|
|
50715
52028
|
/**
|
|
50716
52029
|
* Launch date of the task this TaskStatus represents
|
|
50717
52030
|
* @type {string}
|
|
@@ -63031,9 +64344,9 @@ export const ApprovalsV2026ApiAxiosParamCreator = function (configuration?: Conf
|
|
|
63031
64344
|
};
|
|
63032
64345
|
},
|
|
63033
64346
|
/**
|
|
63034
|
-
* Gets a list of approvals.
|
|
64347
|
+
* 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\"\'
|
|
63035
64348
|
* @summary Get approvals
|
|
63036
|
-
* @param {boolean} [mine]
|
|
64349
|
+
* @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]\').
|
|
63037
64350
|
* @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.
|
|
63038
64351
|
* @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.
|
|
63039
64352
|
* @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.
|
|
@@ -63043,7 +64356,7 @@ export const ApprovalsV2026ApiAxiosParamCreator = function (configuration?: Conf
|
|
|
63043
64356
|
* @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
|
|
63044
64357
|
* @param {boolean} [includeReassignmentHistory] If set to true in the query, the approval requests returned will include reassignment history.
|
|
63045
64358
|
* @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
|
|
63046
|
-
* @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* **
|
|
64359
|
+
* @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*
|
|
63047
64360
|
* @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.
|
|
63048
64361
|
* @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.
|
|
63049
64362
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -63597,9 +64910,9 @@ export const ApprovalsV2026ApiFp = function(configuration?: Configuration) {
|
|
|
63597
64910
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
63598
64911
|
},
|
|
63599
64912
|
/**
|
|
63600
|
-
* Gets a list of approvals.
|
|
64913
|
+
* 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\"\'
|
|
63601
64914
|
* @summary Get approvals
|
|
63602
|
-
* @param {boolean} [mine]
|
|
64915
|
+
* @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]\').
|
|
63603
64916
|
* @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.
|
|
63604
64917
|
* @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.
|
|
63605
64918
|
* @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.
|
|
@@ -63609,7 +64922,7 @@ export const ApprovalsV2026ApiFp = function(configuration?: Configuration) {
|
|
|
63609
64922
|
* @param {boolean} [includeApprovers] If set to true in the query, the approval requests returned will include approvers.
|
|
63610
64923
|
* @param {boolean} [includeReassignmentHistory] If set to true in the query, the approval requests returned will include reassignment history.
|
|
63611
64924
|
* @param {boolean} [includeBatchInfo] If set to true in the query, the approval requests returned will include batch information.
|
|
63612
|
-
* @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* **
|
|
64925
|
+
* @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*
|
|
63613
64926
|
* @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.
|
|
63614
64927
|
* @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.
|
|
63615
64928
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -63802,7 +65115,7 @@ export const ApprovalsV2026ApiFactory = function (configuration?: Configuration,
|
|
|
63802
65115
|
return localVarFp.getApproval(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
63803
65116
|
},
|
|
63804
65117
|
/**
|
|
63805
|
-
* Gets a list of approvals.
|
|
65118
|
+
* 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\"\'
|
|
63806
65119
|
* @summary Get approvals
|
|
63807
65120
|
* @param {ApprovalsV2026ApiGetApprovalsRequest} requestParameters Request parameters.
|
|
63808
65121
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -64006,7 +65319,7 @@ export interface ApprovalsV2026ApiGetApprovalRequest {
|
|
|
64006
65319
|
*/
|
|
64007
65320
|
export interface ApprovalsV2026ApiGetApprovalsRequest {
|
|
64008
65321
|
/**
|
|
64009
|
-
*
|
|
65322
|
+
* 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]\').
|
|
64010
65323
|
* @type {boolean}
|
|
64011
65324
|
* @memberof ApprovalsV2026ApiGetApprovals
|
|
64012
65325
|
*/
|
|
@@ -64076,7 +65389,7 @@ export interface ApprovalsV2026ApiGetApprovalsRequest {
|
|
|
64076
65389
|
readonly includeBatchInfo?: boolean
|
|
64077
65390
|
|
|
64078
65391
|
/**
|
|
64079
|
-
* 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* **
|
|
65392
|
+
* 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*
|
|
64080
65393
|
* @type {string}
|
|
64081
65394
|
* @memberof ApprovalsV2026ApiGetApprovals
|
|
64082
65395
|
*/
|
|
@@ -64331,7 +65644,7 @@ export class ApprovalsV2026Api extends BaseAPI {
|
|
|
64331
65644
|
}
|
|
64332
65645
|
|
|
64333
65646
|
/**
|
|
64334
|
-
* Gets a list of approvals.
|
|
65647
|
+
* 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\"\'
|
|
64335
65648
|
* @summary Get approvals
|
|
64336
65649
|
* @param {ApprovalsV2026ApiGetApprovalsRequest} requestParameters Request parameters.
|
|
64337
65650
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -101981,6 +103294,372 @@ export class IdentityProfilesV2026Api extends BaseAPI {
|
|
|
101981
103294
|
|
|
101982
103295
|
|
|
101983
103296
|
|
|
103297
|
+
/**
|
|
103298
|
+
* IntelligencePackageV2026Api - axios parameter creator
|
|
103299
|
+
* @export
|
|
103300
|
+
*/
|
|
103301
|
+
export const IntelligencePackageV2026ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
103302
|
+
return {
|
|
103303
|
+
/**
|
|
103304
|
+
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103305
|
+
* @summary Accounts merged with privileged data
|
|
103306
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103307
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103308
|
+
* @throws {RequiredError}
|
|
103309
|
+
*/
|
|
103310
|
+
getIntelIdentityAccess: async (identityID: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103311
|
+
// verify required parameter 'identityID' is not null or undefined
|
|
103312
|
+
assertParamExists('getIntelIdentityAccess', 'identityID', identityID)
|
|
103313
|
+
const localVarPath = `/intelligence/identities/{identityID}/access`
|
|
103314
|
+
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103315
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103316
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103317
|
+
let baseOptions;
|
|
103318
|
+
if (configuration) {
|
|
103319
|
+
baseOptions = configuration.baseOptions;
|
|
103320
|
+
}
|
|
103321
|
+
|
|
103322
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103323
|
+
const localVarHeaderParameter = {} as any;
|
|
103324
|
+
const localVarQueryParameter = {} as any;
|
|
103325
|
+
|
|
103326
|
+
// authentication userAuth required
|
|
103327
|
+
// oauth required
|
|
103328
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103329
|
+
|
|
103330
|
+
// authentication userAuth required
|
|
103331
|
+
// oauth required
|
|
103332
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103333
|
+
|
|
103334
|
+
// authentication applicationAuth required
|
|
103335
|
+
// oauth required
|
|
103336
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103337
|
+
|
|
103338
|
+
|
|
103339
|
+
|
|
103340
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103341
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103342
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103343
|
+
|
|
103344
|
+
return {
|
|
103345
|
+
url: toPathString(localVarUrlObj),
|
|
103346
|
+
axiosOptions: localVarRequestOptions,
|
|
103347
|
+
};
|
|
103348
|
+
},
|
|
103349
|
+
/**
|
|
103350
|
+
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103351
|
+
* @summary Return identity access-history events
|
|
103352
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103353
|
+
* @param {number} [limit] Maximum number of historical events to return in this page of results.
|
|
103354
|
+
* @param {number} [offset] Zero-based index of the first event row to return for pagination.
|
|
103355
|
+
* @param {boolean} [count] When true, the service may include total count metadata alongside the result list.
|
|
103356
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103357
|
+
* @throws {RequiredError}
|
|
103358
|
+
*/
|
|
103359
|
+
getIntelIdentityAccessHistory: async (identityID: string, limit?: number, offset?: number, count?: boolean, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103360
|
+
// verify required parameter 'identityID' is not null or undefined
|
|
103361
|
+
assertParamExists('getIntelIdentityAccessHistory', 'identityID', identityID)
|
|
103362
|
+
const localVarPath = `/intelligence/identities/{identityID}/access-history`
|
|
103363
|
+
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103364
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103365
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103366
|
+
let baseOptions;
|
|
103367
|
+
if (configuration) {
|
|
103368
|
+
baseOptions = configuration.baseOptions;
|
|
103369
|
+
}
|
|
103370
|
+
|
|
103371
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103372
|
+
const localVarHeaderParameter = {} as any;
|
|
103373
|
+
const localVarQueryParameter = {} as any;
|
|
103374
|
+
|
|
103375
|
+
// authentication userAuth required
|
|
103376
|
+
// oauth required
|
|
103377
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103378
|
+
|
|
103379
|
+
// authentication userAuth required
|
|
103380
|
+
// oauth required
|
|
103381
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103382
|
+
|
|
103383
|
+
// authentication applicationAuth required
|
|
103384
|
+
// oauth required
|
|
103385
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103386
|
+
|
|
103387
|
+
if (limit !== undefined) {
|
|
103388
|
+
localVarQueryParameter['limit'] = limit;
|
|
103389
|
+
}
|
|
103390
|
+
|
|
103391
|
+
if (offset !== undefined) {
|
|
103392
|
+
localVarQueryParameter['offset'] = offset;
|
|
103393
|
+
}
|
|
103394
|
+
|
|
103395
|
+
if (count !== undefined) {
|
|
103396
|
+
localVarQueryParameter['count'] = count;
|
|
103397
|
+
}
|
|
103398
|
+
|
|
103399
|
+
|
|
103400
|
+
|
|
103401
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103402
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103403
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103404
|
+
|
|
103405
|
+
return {
|
|
103406
|
+
url: toPathString(localVarUrlObj),
|
|
103407
|
+
axiosOptions: localVarRequestOptions,
|
|
103408
|
+
};
|
|
103409
|
+
},
|
|
103410
|
+
/**
|
|
103411
|
+
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103412
|
+
* @summary Resolve one identity by filter
|
|
103413
|
+
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
103414
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103415
|
+
* @throws {RequiredError}
|
|
103416
|
+
*/
|
|
103417
|
+
searchIntelIdentities: async (filters: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103418
|
+
// verify required parameter 'filters' is not null or undefined
|
|
103419
|
+
assertParamExists('searchIntelIdentities', 'filters', filters)
|
|
103420
|
+
const localVarPath = `/intelligence/identities`;
|
|
103421
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103422
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103423
|
+
let baseOptions;
|
|
103424
|
+
if (configuration) {
|
|
103425
|
+
baseOptions = configuration.baseOptions;
|
|
103426
|
+
}
|
|
103427
|
+
|
|
103428
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103429
|
+
const localVarHeaderParameter = {} as any;
|
|
103430
|
+
const localVarQueryParameter = {} as any;
|
|
103431
|
+
|
|
103432
|
+
// authentication userAuth required
|
|
103433
|
+
// oauth required
|
|
103434
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103435
|
+
|
|
103436
|
+
// authentication userAuth required
|
|
103437
|
+
// oauth required
|
|
103438
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103439
|
+
|
|
103440
|
+
// authentication applicationAuth required
|
|
103441
|
+
// oauth required
|
|
103442
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103443
|
+
|
|
103444
|
+
if (filters !== undefined) {
|
|
103445
|
+
localVarQueryParameter['filters'] = filters;
|
|
103446
|
+
}
|
|
103447
|
+
|
|
103448
|
+
|
|
103449
|
+
|
|
103450
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103451
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103452
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103453
|
+
|
|
103454
|
+
return {
|
|
103455
|
+
url: toPathString(localVarUrlObj),
|
|
103456
|
+
axiosOptions: localVarRequestOptions,
|
|
103457
|
+
};
|
|
103458
|
+
},
|
|
103459
|
+
}
|
|
103460
|
+
};
|
|
103461
|
+
|
|
103462
|
+
/**
|
|
103463
|
+
* IntelligencePackageV2026Api - functional programming interface
|
|
103464
|
+
* @export
|
|
103465
|
+
*/
|
|
103466
|
+
export const IntelligencePackageV2026ApiFp = function(configuration?: Configuration) {
|
|
103467
|
+
const localVarAxiosParamCreator = IntelligencePackageV2026ApiAxiosParamCreator(configuration)
|
|
103468
|
+
return {
|
|
103469
|
+
/**
|
|
103470
|
+
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103471
|
+
* @summary Accounts merged with privileged data
|
|
103472
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103473
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103474
|
+
* @throws {RequiredError}
|
|
103475
|
+
*/
|
|
103476
|
+
async getIntelIdentityAccess(identityID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityAccessBodyV2026>> {
|
|
103477
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityAccess(identityID, axiosOptions);
|
|
103478
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103479
|
+
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityAccess']?.[localVarOperationServerIndex]?.url;
|
|
103480
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103481
|
+
},
|
|
103482
|
+
/**
|
|
103483
|
+
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103484
|
+
* @summary Return identity access-history events
|
|
103485
|
+
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103486
|
+
* @param {number} [limit] Maximum number of historical events to return in this page of results.
|
|
103487
|
+
* @param {number} [offset] Zero-based index of the first event row to return for pagination.
|
|
103488
|
+
* @param {boolean} [count] When true, the service may include total count metadata alongside the result list.
|
|
103489
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103490
|
+
* @throws {RequiredError}
|
|
103491
|
+
*/
|
|
103492
|
+
async getIntelIdentityAccessHistory(identityID: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityAccessHistoryBodyV2026>> {
|
|
103493
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityAccessHistory(identityID, limit, offset, count, axiosOptions);
|
|
103494
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103495
|
+
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityAccessHistory']?.[localVarOperationServerIndex]?.url;
|
|
103496
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103497
|
+
},
|
|
103498
|
+
/**
|
|
103499
|
+
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103500
|
+
* @summary Resolve one identity by filter
|
|
103501
|
+
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
103502
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103503
|
+
* @throws {RequiredError}
|
|
103504
|
+
*/
|
|
103505
|
+
async searchIntelIdentities(filters: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityResponseV2026>> {
|
|
103506
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.searchIntelIdentities(filters, axiosOptions);
|
|
103507
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103508
|
+
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.searchIntelIdentities']?.[localVarOperationServerIndex]?.url;
|
|
103509
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103510
|
+
},
|
|
103511
|
+
}
|
|
103512
|
+
};
|
|
103513
|
+
|
|
103514
|
+
/**
|
|
103515
|
+
* IntelligencePackageV2026Api - factory interface
|
|
103516
|
+
* @export
|
|
103517
|
+
*/
|
|
103518
|
+
export const IntelligencePackageV2026ApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
103519
|
+
const localVarFp = IntelligencePackageV2026ApiFp(configuration)
|
|
103520
|
+
return {
|
|
103521
|
+
/**
|
|
103522
|
+
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103523
|
+
* @summary Accounts merged with privileged data
|
|
103524
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessRequest} requestParameters Request parameters.
|
|
103525
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103526
|
+
* @throws {RequiredError}
|
|
103527
|
+
*/
|
|
103528
|
+
getIntelIdentityAccess(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityAccessBodyV2026> {
|
|
103529
|
+
return localVarFp.getIntelIdentityAccess(requestParameters.identityID, axiosOptions).then((request) => request(axios, basePath));
|
|
103530
|
+
},
|
|
103531
|
+
/**
|
|
103532
|
+
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103533
|
+
* @summary Return identity access-history events
|
|
103534
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest} requestParameters Request parameters.
|
|
103535
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103536
|
+
* @throws {RequiredError}
|
|
103537
|
+
*/
|
|
103538
|
+
getIntelIdentityAccessHistory(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityAccessHistoryBodyV2026> {
|
|
103539
|
+
return localVarFp.getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then((request) => request(axios, basePath));
|
|
103540
|
+
},
|
|
103541
|
+
/**
|
|
103542
|
+
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103543
|
+
* @summary Resolve one identity by filter
|
|
103544
|
+
* @param {IntelligencePackageV2026ApiSearchIntelIdentitiesRequest} requestParameters Request parameters.
|
|
103545
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103546
|
+
* @throws {RequiredError}
|
|
103547
|
+
*/
|
|
103548
|
+
searchIntelIdentities(requestParameters: IntelligencePackageV2026ApiSearchIntelIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityResponseV2026> {
|
|
103549
|
+
return localVarFp.searchIntelIdentities(requestParameters.filters, axiosOptions).then((request) => request(axios, basePath));
|
|
103550
|
+
},
|
|
103551
|
+
};
|
|
103552
|
+
};
|
|
103553
|
+
|
|
103554
|
+
/**
|
|
103555
|
+
* Request parameters for getIntelIdentityAccess operation in IntelligencePackageV2026Api.
|
|
103556
|
+
* @export
|
|
103557
|
+
* @interface IntelligencePackageV2026ApiGetIntelIdentityAccessRequest
|
|
103558
|
+
*/
|
|
103559
|
+
export interface IntelligencePackageV2026ApiGetIntelIdentityAccessRequest {
|
|
103560
|
+
/**
|
|
103561
|
+
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103562
|
+
* @type {string}
|
|
103563
|
+
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccess
|
|
103564
|
+
*/
|
|
103565
|
+
readonly identityID: string
|
|
103566
|
+
}
|
|
103567
|
+
|
|
103568
|
+
/**
|
|
103569
|
+
* Request parameters for getIntelIdentityAccessHistory operation in IntelligencePackageV2026Api.
|
|
103570
|
+
* @export
|
|
103571
|
+
* @interface IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest
|
|
103572
|
+
*/
|
|
103573
|
+
export interface IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest {
|
|
103574
|
+
/**
|
|
103575
|
+
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103576
|
+
* @type {string}
|
|
103577
|
+
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
103578
|
+
*/
|
|
103579
|
+
readonly identityID: string
|
|
103580
|
+
|
|
103581
|
+
/**
|
|
103582
|
+
* Maximum number of historical events to return in this page of results.
|
|
103583
|
+
* @type {number}
|
|
103584
|
+
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
103585
|
+
*/
|
|
103586
|
+
readonly limit?: number
|
|
103587
|
+
|
|
103588
|
+
/**
|
|
103589
|
+
* Zero-based index of the first event row to return for pagination.
|
|
103590
|
+
* @type {number}
|
|
103591
|
+
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
103592
|
+
*/
|
|
103593
|
+
readonly offset?: number
|
|
103594
|
+
|
|
103595
|
+
/**
|
|
103596
|
+
* When true, the service may include total count metadata alongside the result list.
|
|
103597
|
+
* @type {boolean}
|
|
103598
|
+
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
103599
|
+
*/
|
|
103600
|
+
readonly count?: boolean
|
|
103601
|
+
}
|
|
103602
|
+
|
|
103603
|
+
/**
|
|
103604
|
+
* Request parameters for searchIntelIdentities operation in IntelligencePackageV2026Api.
|
|
103605
|
+
* @export
|
|
103606
|
+
* @interface IntelligencePackageV2026ApiSearchIntelIdentitiesRequest
|
|
103607
|
+
*/
|
|
103608
|
+
export interface IntelligencePackageV2026ApiSearchIntelIdentitiesRequest {
|
|
103609
|
+
/**
|
|
103610
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
103611
|
+
* @type {string}
|
|
103612
|
+
* @memberof IntelligencePackageV2026ApiSearchIntelIdentities
|
|
103613
|
+
*/
|
|
103614
|
+
readonly filters: string
|
|
103615
|
+
}
|
|
103616
|
+
|
|
103617
|
+
/**
|
|
103618
|
+
* IntelligencePackageV2026Api - object-oriented interface
|
|
103619
|
+
* @export
|
|
103620
|
+
* @class IntelligencePackageV2026Api
|
|
103621
|
+
* @extends {BaseAPI}
|
|
103622
|
+
*/
|
|
103623
|
+
export class IntelligencePackageV2026Api extends BaseAPI {
|
|
103624
|
+
/**
|
|
103625
|
+
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103626
|
+
* @summary Accounts merged with privileged data
|
|
103627
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessRequest} requestParameters Request parameters.
|
|
103628
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103629
|
+
* @throws {RequiredError}
|
|
103630
|
+
* @memberof IntelligencePackageV2026Api
|
|
103631
|
+
*/
|
|
103632
|
+
public getIntelIdentityAccess(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
103633
|
+
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityAccess(requestParameters.identityID, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
103634
|
+
}
|
|
103635
|
+
|
|
103636
|
+
/**
|
|
103637
|
+
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103638
|
+
* @summary Return identity access-history events
|
|
103639
|
+
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest} requestParameters Request parameters.
|
|
103640
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103641
|
+
* @throws {RequiredError}
|
|
103642
|
+
* @memberof IntelligencePackageV2026Api
|
|
103643
|
+
*/
|
|
103644
|
+
public getIntelIdentityAccessHistory(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
103645
|
+
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
103646
|
+
}
|
|
103647
|
+
|
|
103648
|
+
/**
|
|
103649
|
+
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103650
|
+
* @summary Resolve one identity by filter
|
|
103651
|
+
* @param {IntelligencePackageV2026ApiSearchIntelIdentitiesRequest} requestParameters Request parameters.
|
|
103652
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
103653
|
+
* @throws {RequiredError}
|
|
103654
|
+
* @memberof IntelligencePackageV2026Api
|
|
103655
|
+
*/
|
|
103656
|
+
public searchIntelIdentities(requestParameters: IntelligencePackageV2026ApiSearchIntelIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
103657
|
+
return IntelligencePackageV2026ApiFp(this.configuration).searchIntelIdentities(requestParameters.filters, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
103658
|
+
}
|
|
103659
|
+
}
|
|
103660
|
+
|
|
103661
|
+
|
|
103662
|
+
|
|
101984
103663
|
/**
|
|
101985
103664
|
* JITAccessV2026Api - axios parameter creator
|
|
101986
103665
|
* @export
|
|
@@ -105971,7 +107650,121 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
105971
107650
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
105972
107651
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
105973
107652
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
105974
|
-
localVarRequestOptions.data = serializeDataIfNeeded(createMachineAccountSubtypeRequestV2026, localVarRequestOptions, configuration)
|
|
107653
|
+
localVarRequestOptions.data = serializeDataIfNeeded(createMachineAccountSubtypeRequestV2026, localVarRequestOptions, configuration)
|
|
107654
|
+
|
|
107655
|
+
return {
|
|
107656
|
+
url: toPathString(localVarUrlObj),
|
|
107657
|
+
axiosOptions: localVarRequestOptions,
|
|
107658
|
+
};
|
|
107659
|
+
},
|
|
107660
|
+
/**
|
|
107661
|
+
* Delete a machine account subtype by source ID and technical name.
|
|
107662
|
+
* @summary Delete subtype
|
|
107663
|
+
* @param {string} sourceId The ID of the source.
|
|
107664
|
+
* @param {string} technicalName The technical name of the subtype.
|
|
107665
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
107666
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
107667
|
+
* @throws {RequiredError}
|
|
107668
|
+
*/
|
|
107669
|
+
deleteMachineAccountSubtypeByTechnicalName: async (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
107670
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
107671
|
+
assertParamExists('deleteMachineAccountSubtypeByTechnicalName', 'sourceId', sourceId)
|
|
107672
|
+
// verify required parameter 'technicalName' is not null or undefined
|
|
107673
|
+
assertParamExists('deleteMachineAccountSubtypeByTechnicalName', 'technicalName', technicalName)
|
|
107674
|
+
if (xSailPointExperimental === undefined) {
|
|
107675
|
+
xSailPointExperimental = 'true';
|
|
107676
|
+
}
|
|
107677
|
+
|
|
107678
|
+
const localVarPath = `/sources/{sourceId}/subtypes/{technicalName}`
|
|
107679
|
+
.replace(`{${"sourceId"}}`, encodeURIComponent(String(sourceId)))
|
|
107680
|
+
.replace(`{${"technicalName"}}`, encodeURIComponent(String(technicalName)));
|
|
107681
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
107682
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
107683
|
+
let baseOptions;
|
|
107684
|
+
if (configuration) {
|
|
107685
|
+
baseOptions = configuration.baseOptions;
|
|
107686
|
+
}
|
|
107687
|
+
|
|
107688
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...axiosOptions};
|
|
107689
|
+
const localVarHeaderParameter = {} as any;
|
|
107690
|
+
const localVarQueryParameter = {} as any;
|
|
107691
|
+
|
|
107692
|
+
// authentication userAuth required
|
|
107693
|
+
// oauth required
|
|
107694
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
107695
|
+
|
|
107696
|
+
// authentication userAuth required
|
|
107697
|
+
// oauth required
|
|
107698
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
107699
|
+
|
|
107700
|
+
// authentication applicationAuth required
|
|
107701
|
+
// oauth required
|
|
107702
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
107703
|
+
|
|
107704
|
+
|
|
107705
|
+
|
|
107706
|
+
if (xSailPointExperimental != null) {
|
|
107707
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
107708
|
+
}
|
|
107709
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
107710
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
107711
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
107712
|
+
|
|
107713
|
+
return {
|
|
107714
|
+
url: toPathString(localVarUrlObj),
|
|
107715
|
+
axiosOptions: localVarRequestOptions,
|
|
107716
|
+
};
|
|
107717
|
+
},
|
|
107718
|
+
/**
|
|
107719
|
+
* Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
|
|
107720
|
+
* @summary Bulk disable machine accounts
|
|
107721
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
107722
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
107723
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
107724
|
+
* @throws {RequiredError}
|
|
107725
|
+
*/
|
|
107726
|
+
disableMachineAccountsInBulk: async (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
107727
|
+
// verify required parameter 'misBulkRequestV2026' is not null or undefined
|
|
107728
|
+
assertParamExists('disableMachineAccountsInBulk', 'misBulkRequestV2026', misBulkRequestV2026)
|
|
107729
|
+
if (xSailPointExperimental === undefined) {
|
|
107730
|
+
xSailPointExperimental = 'true';
|
|
107731
|
+
}
|
|
107732
|
+
|
|
107733
|
+
const localVarPath = `/machine-accounts/bulk-disable`;
|
|
107734
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
107735
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
107736
|
+
let baseOptions;
|
|
107737
|
+
if (configuration) {
|
|
107738
|
+
baseOptions = configuration.baseOptions;
|
|
107739
|
+
}
|
|
107740
|
+
|
|
107741
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
107742
|
+
const localVarHeaderParameter = {} as any;
|
|
107743
|
+
const localVarQueryParameter = {} as any;
|
|
107744
|
+
|
|
107745
|
+
// authentication userAuth required
|
|
107746
|
+
// oauth required
|
|
107747
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
107748
|
+
|
|
107749
|
+
// authentication userAuth required
|
|
107750
|
+
// oauth required
|
|
107751
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
107752
|
+
|
|
107753
|
+
// authentication applicationAuth required
|
|
107754
|
+
// oauth required
|
|
107755
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
107756
|
+
|
|
107757
|
+
|
|
107758
|
+
|
|
107759
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
107760
|
+
|
|
107761
|
+
if (xSailPointExperimental != null) {
|
|
107762
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
107763
|
+
}
|
|
107764
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
107765
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
107766
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
107767
|
+
localVarRequestOptions.data = serializeDataIfNeeded(misBulkRequestV2026, localVarRequestOptions, configuration)
|
|
105975
107768
|
|
|
105976
107769
|
return {
|
|
105977
107770
|
url: toPathString(localVarUrlObj),
|
|
@@ -105979,26 +107772,21 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
105979
107772
|
};
|
|
105980
107773
|
},
|
|
105981
107774
|
/**
|
|
105982
|
-
*
|
|
105983
|
-
* @summary
|
|
105984
|
-
* @param {
|
|
105985
|
-
* @param {string} technicalName The technical name of the subtype.
|
|
107775
|
+
* Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
|
|
107776
|
+
* @summary Bulk enable machine accounts
|
|
107777
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
105986
107778
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105987
107779
|
* @param {*} [axiosOptions] Override http request option.
|
|
105988
107780
|
* @throws {RequiredError}
|
|
105989
107781
|
*/
|
|
105990
|
-
|
|
105991
|
-
// verify required parameter '
|
|
105992
|
-
assertParamExists('
|
|
105993
|
-
// verify required parameter 'technicalName' is not null or undefined
|
|
105994
|
-
assertParamExists('deleteMachineAccountSubtypeByTechnicalName', 'technicalName', technicalName)
|
|
107782
|
+
enableMachineAccountsInBulk: async (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
107783
|
+
// verify required parameter 'misBulkRequestV2026' is not null or undefined
|
|
107784
|
+
assertParamExists('enableMachineAccountsInBulk', 'misBulkRequestV2026', misBulkRequestV2026)
|
|
105995
107785
|
if (xSailPointExperimental === undefined) {
|
|
105996
107786
|
xSailPointExperimental = 'true';
|
|
105997
107787
|
}
|
|
105998
107788
|
|
|
105999
|
-
const localVarPath = `/
|
|
106000
|
-
.replace(`{${"sourceId"}}`, encodeURIComponent(String(sourceId)))
|
|
106001
|
-
.replace(`{${"technicalName"}}`, encodeURIComponent(String(technicalName)));
|
|
107789
|
+
const localVarPath = `/machine-accounts/bulk-enable`;
|
|
106002
107790
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
106003
107791
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
106004
107792
|
let baseOptions;
|
|
@@ -106006,7 +107794,7 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
106006
107794
|
baseOptions = configuration.baseOptions;
|
|
106007
107795
|
}
|
|
106008
107796
|
|
|
106009
|
-
const localVarRequestOptions = { method: '
|
|
107797
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
106010
107798
|
const localVarHeaderParameter = {} as any;
|
|
106011
107799
|
const localVarQueryParameter = {} as any;
|
|
106012
107800
|
|
|
@@ -106024,12 +107812,15 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
106024
107812
|
|
|
106025
107813
|
|
|
106026
107814
|
|
|
107815
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
107816
|
+
|
|
106027
107817
|
if (xSailPointExperimental != null) {
|
|
106028
107818
|
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
106029
107819
|
}
|
|
106030
107820
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
106031
107821
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
106032
107822
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
107823
|
+
localVarRequestOptions.data = serializeDataIfNeeded(misBulkRequestV2026, localVarRequestOptions, configuration)
|
|
106033
107824
|
|
|
106034
107825
|
return {
|
|
106035
107826
|
url: toPathString(localVarUrlObj),
|
|
@@ -106522,6 +108313,62 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
106522
108313
|
axiosOptions: localVarRequestOptions,
|
|
106523
108314
|
};
|
|
106524
108315
|
},
|
|
108316
|
+
/**
|
|
108317
|
+
* Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
|
|
108318
|
+
* @summary Bulk reload machine accounts
|
|
108319
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
108320
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108321
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108322
|
+
* @throws {RequiredError}
|
|
108323
|
+
*/
|
|
108324
|
+
reloadMachineAccountsInBulk: async (misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
108325
|
+
// verify required parameter 'misBulkRequestV2026' is not null or undefined
|
|
108326
|
+
assertParamExists('reloadMachineAccountsInBulk', 'misBulkRequestV2026', misBulkRequestV2026)
|
|
108327
|
+
if (xSailPointExperimental === undefined) {
|
|
108328
|
+
xSailPointExperimental = 'true';
|
|
108329
|
+
}
|
|
108330
|
+
|
|
108331
|
+
const localVarPath = `/machine-accounts/bulk-reload`;
|
|
108332
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
108333
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
108334
|
+
let baseOptions;
|
|
108335
|
+
if (configuration) {
|
|
108336
|
+
baseOptions = configuration.baseOptions;
|
|
108337
|
+
}
|
|
108338
|
+
|
|
108339
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
108340
|
+
const localVarHeaderParameter = {} as any;
|
|
108341
|
+
const localVarQueryParameter = {} as any;
|
|
108342
|
+
|
|
108343
|
+
// authentication userAuth required
|
|
108344
|
+
// oauth required
|
|
108345
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
108346
|
+
|
|
108347
|
+
// authentication userAuth required
|
|
108348
|
+
// oauth required
|
|
108349
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
108350
|
+
|
|
108351
|
+
// authentication applicationAuth required
|
|
108352
|
+
// oauth required
|
|
108353
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
108354
|
+
|
|
108355
|
+
|
|
108356
|
+
|
|
108357
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
108358
|
+
|
|
108359
|
+
if (xSailPointExperimental != null) {
|
|
108360
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
108361
|
+
}
|
|
108362
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
108363
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
108364
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
108365
|
+
localVarRequestOptions.data = serializeDataIfNeeded(misBulkRequestV2026, localVarRequestOptions, configuration)
|
|
108366
|
+
|
|
108367
|
+
return {
|
|
108368
|
+
url: toPathString(localVarUrlObj),
|
|
108369
|
+
axiosOptions: localVarRequestOptions,
|
|
108370
|
+
};
|
|
108371
|
+
},
|
|
106525
108372
|
/**
|
|
106526
108373
|
* Use this API to update machine accounts details.
|
|
106527
108374
|
* @summary Update machine account details
|
|
@@ -106635,6 +108482,62 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
106635
108482
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
106636
108483
|
localVarRequestOptions.data = serializeDataIfNeeded(jsonPatchOperationV2026, localVarRequestOptions, configuration)
|
|
106637
108484
|
|
|
108485
|
+
return {
|
|
108486
|
+
url: toPathString(localVarUrlObj),
|
|
108487
|
+
axiosOptions: localVarRequestOptions,
|
|
108488
|
+
};
|
|
108489
|
+
},
|
|
108490
|
+
/**
|
|
108491
|
+
* Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
|
|
108492
|
+
* @summary Bulk update machine accounts
|
|
108493
|
+
* @param {MisBulkUpdateRequestV2026} misBulkUpdateRequestV2026
|
|
108494
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108495
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108496
|
+
* @throws {RequiredError}
|
|
108497
|
+
*/
|
|
108498
|
+
updateMachineAccountsInBulk: async (misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
108499
|
+
// verify required parameter 'misBulkUpdateRequestV2026' is not null or undefined
|
|
108500
|
+
assertParamExists('updateMachineAccountsInBulk', 'misBulkUpdateRequestV2026', misBulkUpdateRequestV2026)
|
|
108501
|
+
if (xSailPointExperimental === undefined) {
|
|
108502
|
+
xSailPointExperimental = 'true';
|
|
108503
|
+
}
|
|
108504
|
+
|
|
108505
|
+
const localVarPath = `/machine-accounts/bulk-update`;
|
|
108506
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
108507
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
108508
|
+
let baseOptions;
|
|
108509
|
+
if (configuration) {
|
|
108510
|
+
baseOptions = configuration.baseOptions;
|
|
108511
|
+
}
|
|
108512
|
+
|
|
108513
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
108514
|
+
const localVarHeaderParameter = {} as any;
|
|
108515
|
+
const localVarQueryParameter = {} as any;
|
|
108516
|
+
|
|
108517
|
+
// authentication userAuth required
|
|
108518
|
+
// oauth required
|
|
108519
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
108520
|
+
|
|
108521
|
+
// authentication userAuth required
|
|
108522
|
+
// oauth required
|
|
108523
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
108524
|
+
|
|
108525
|
+
// authentication applicationAuth required
|
|
108526
|
+
// oauth required
|
|
108527
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
108528
|
+
|
|
108529
|
+
|
|
108530
|
+
|
|
108531
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
108532
|
+
|
|
108533
|
+
if (xSailPointExperimental != null) {
|
|
108534
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
108535
|
+
}
|
|
108536
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
108537
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
108538
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
108539
|
+
localVarRequestOptions.data = serializeDataIfNeeded(misBulkUpdateRequestV2026, localVarRequestOptions, configuration)
|
|
108540
|
+
|
|
106638
108541
|
return {
|
|
106639
108542
|
url: toPathString(localVarUrlObj),
|
|
106640
108543
|
axiosOptions: localVarRequestOptions,
|
|
@@ -106680,6 +108583,34 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
106680
108583
|
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.deleteMachineAccountSubtypeByTechnicalName']?.[localVarOperationServerIndex]?.url;
|
|
106681
108584
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
106682
108585
|
},
|
|
108586
|
+
/**
|
|
108587
|
+
* Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
|
|
108588
|
+
* @summary Bulk disable machine accounts
|
|
108589
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
108590
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108591
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108592
|
+
* @throws {RequiredError}
|
|
108593
|
+
*/
|
|
108594
|
+
async disableMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>> {
|
|
108595
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.disableMachineAccountsInBulk(misBulkRequestV2026, xSailPointExperimental, axiosOptions);
|
|
108596
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
108597
|
+
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.disableMachineAccountsInBulk']?.[localVarOperationServerIndex]?.url;
|
|
108598
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
108599
|
+
},
|
|
108600
|
+
/**
|
|
108601
|
+
* Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
|
|
108602
|
+
* @summary Bulk enable machine accounts
|
|
108603
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
108604
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108605
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108606
|
+
* @throws {RequiredError}
|
|
108607
|
+
*/
|
|
108608
|
+
async enableMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>> {
|
|
108609
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.enableMachineAccountsInBulk(misBulkRequestV2026, xSailPointExperimental, axiosOptions);
|
|
108610
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
108611
|
+
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.enableMachineAccountsInBulk']?.[localVarOperationServerIndex]?.url;
|
|
108612
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
108613
|
+
},
|
|
106683
108614
|
/**
|
|
106684
108615
|
* Use this API to return the details for a single machine account by its ID.
|
|
106685
108616
|
* @summary Get machine account details
|
|
@@ -106804,6 +108735,20 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
106804
108735
|
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.patchMachineAccountSubtypeByTechnicalName']?.[localVarOperationServerIndex]?.url;
|
|
106805
108736
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
106806
108737
|
},
|
|
108738
|
+
/**
|
|
108739
|
+
* Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
|
|
108740
|
+
* @summary Bulk reload machine accounts
|
|
108741
|
+
* @param {MisBulkRequestV2026} misBulkRequestV2026
|
|
108742
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108743
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108744
|
+
* @throws {RequiredError}
|
|
108745
|
+
*/
|
|
108746
|
+
async reloadMachineAccountsInBulk(misBulkRequestV2026: MisBulkRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MisBulkResponseV2026>>> {
|
|
108747
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.reloadMachineAccountsInBulk(misBulkRequestV2026, xSailPointExperimental, axiosOptions);
|
|
108748
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
108749
|
+
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.reloadMachineAccountsInBulk']?.[localVarOperationServerIndex]?.url;
|
|
108750
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
108751
|
+
},
|
|
106807
108752
|
/**
|
|
106808
108753
|
* Use this API to update machine accounts details.
|
|
106809
108754
|
* @summary Update machine account details
|
|
@@ -106834,6 +108779,20 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
106834
108779
|
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.updateMachineAccountSubtypeApprovalConfig']?.[localVarOperationServerIndex]?.url;
|
|
106835
108780
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
106836
108781
|
},
|
|
108782
|
+
/**
|
|
108783
|
+
* Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
|
|
108784
|
+
* @summary Bulk update machine accounts
|
|
108785
|
+
* @param {MisBulkUpdateRequestV2026} misBulkUpdateRequestV2026
|
|
108786
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108787
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108788
|
+
* @throws {RequiredError}
|
|
108789
|
+
*/
|
|
108790
|
+
async updateMachineAccountsInBulk(misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MisBulkResponseV2026>>> {
|
|
108791
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateMachineAccountsInBulk(misBulkUpdateRequestV2026, xSailPointExperimental, axiosOptions);
|
|
108792
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
108793
|
+
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.updateMachineAccountsInBulk']?.[localVarOperationServerIndex]?.url;
|
|
108794
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
108795
|
+
},
|
|
106837
108796
|
}
|
|
106838
108797
|
};
|
|
106839
108798
|
|
|
@@ -106864,6 +108823,26 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
106864
108823
|
deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
106865
108824
|
return localVarFp.deleteMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
106866
108825
|
},
|
|
108826
|
+
/**
|
|
108827
|
+
* Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
|
|
108828
|
+
* @summary Bulk disable machine accounts
|
|
108829
|
+
* @param {MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
108830
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108831
|
+
* @throws {RequiredError}
|
|
108832
|
+
*/
|
|
108833
|
+
disableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026> {
|
|
108834
|
+
return localVarFp.disableMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
108835
|
+
},
|
|
108836
|
+
/**
|
|
108837
|
+
* Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
|
|
108838
|
+
* @summary Bulk enable machine accounts
|
|
108839
|
+
* @param {MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
108840
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108841
|
+
* @throws {RequiredError}
|
|
108842
|
+
*/
|
|
108843
|
+
enableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026> {
|
|
108844
|
+
return localVarFp.enableMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
108845
|
+
},
|
|
106867
108846
|
/**
|
|
106868
108847
|
* Use this API to return the details for a single machine account by its ID.
|
|
106869
108848
|
* @summary Get machine account details
|
|
@@ -106944,6 +108923,16 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
106944
108923
|
patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2026> {
|
|
106945
108924
|
return localVarFp.patchMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
106946
108925
|
},
|
|
108926
|
+
/**
|
|
108927
|
+
* Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
|
|
108928
|
+
* @summary Bulk reload machine accounts
|
|
108929
|
+
* @param {MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
108930
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108931
|
+
* @throws {RequiredError}
|
|
108932
|
+
*/
|
|
108933
|
+
reloadMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MisBulkResponseV2026>> {
|
|
108934
|
+
return localVarFp.reloadMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
108935
|
+
},
|
|
106947
108936
|
/**
|
|
106948
108937
|
* Use this API to update machine accounts details.
|
|
106949
108938
|
* @summary Update machine account details
|
|
@@ -106964,6 +108953,16 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
106964
108953
|
updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026> {
|
|
106965
108954
|
return localVarFp.updateMachineAccountSubtypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
106966
108955
|
},
|
|
108956
|
+
/**
|
|
108957
|
+
* Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
|
|
108958
|
+
* @summary Bulk update machine accounts
|
|
108959
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
108960
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
108961
|
+
* @throws {RequiredError}
|
|
108962
|
+
*/
|
|
108963
|
+
updateMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MisBulkResponseV2026>> {
|
|
108964
|
+
return localVarFp.updateMachineAccountsInBulk(requestParameters.misBulkUpdateRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
108965
|
+
},
|
|
106967
108966
|
};
|
|
106968
108967
|
};
|
|
106969
108968
|
|
|
@@ -107023,6 +109022,48 @@ export interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNa
|
|
|
107023
109022
|
readonly xSailPointExperimental?: string
|
|
107024
109023
|
}
|
|
107025
109024
|
|
|
109025
|
+
/**
|
|
109026
|
+
* Request parameters for disableMachineAccountsInBulk operation in MachineAccountsV2026Api.
|
|
109027
|
+
* @export
|
|
109028
|
+
* @interface MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest
|
|
109029
|
+
*/
|
|
109030
|
+
export interface MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest {
|
|
109031
|
+
/**
|
|
109032
|
+
*
|
|
109033
|
+
* @type {MisBulkRequestV2026}
|
|
109034
|
+
* @memberof MachineAccountsV2026ApiDisableMachineAccountsInBulk
|
|
109035
|
+
*/
|
|
109036
|
+
readonly misBulkRequestV2026: MisBulkRequestV2026
|
|
109037
|
+
|
|
109038
|
+
/**
|
|
109039
|
+
* Use this header to enable this experimental API.
|
|
109040
|
+
* @type {string}
|
|
109041
|
+
* @memberof MachineAccountsV2026ApiDisableMachineAccountsInBulk
|
|
109042
|
+
*/
|
|
109043
|
+
readonly xSailPointExperimental?: string
|
|
109044
|
+
}
|
|
109045
|
+
|
|
109046
|
+
/**
|
|
109047
|
+
* Request parameters for enableMachineAccountsInBulk operation in MachineAccountsV2026Api.
|
|
109048
|
+
* @export
|
|
109049
|
+
* @interface MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest
|
|
109050
|
+
*/
|
|
109051
|
+
export interface MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest {
|
|
109052
|
+
/**
|
|
109053
|
+
*
|
|
109054
|
+
* @type {MisBulkRequestV2026}
|
|
109055
|
+
* @memberof MachineAccountsV2026ApiEnableMachineAccountsInBulk
|
|
109056
|
+
*/
|
|
109057
|
+
readonly misBulkRequestV2026: MisBulkRequestV2026
|
|
109058
|
+
|
|
109059
|
+
/**
|
|
109060
|
+
* Use this header to enable this experimental API.
|
|
109061
|
+
* @type {string}
|
|
109062
|
+
* @memberof MachineAccountsV2026ApiEnableMachineAccountsInBulk
|
|
109063
|
+
*/
|
|
109064
|
+
readonly xSailPointExperimental?: string
|
|
109065
|
+
}
|
|
109066
|
+
|
|
107026
109067
|
/**
|
|
107027
109068
|
* Request parameters for getMachineAccount operation in MachineAccountsV2026Api.
|
|
107028
109069
|
* @export
|
|
@@ -107275,6 +109316,27 @@ export interface MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNam
|
|
|
107275
109316
|
readonly xSailPointExperimental?: string
|
|
107276
109317
|
}
|
|
107277
109318
|
|
|
109319
|
+
/**
|
|
109320
|
+
* Request parameters for reloadMachineAccountsInBulk operation in MachineAccountsV2026Api.
|
|
109321
|
+
* @export
|
|
109322
|
+
* @interface MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest
|
|
109323
|
+
*/
|
|
109324
|
+
export interface MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest {
|
|
109325
|
+
/**
|
|
109326
|
+
*
|
|
109327
|
+
* @type {MisBulkRequestV2026}
|
|
109328
|
+
* @memberof MachineAccountsV2026ApiReloadMachineAccountsInBulk
|
|
109329
|
+
*/
|
|
109330
|
+
readonly misBulkRequestV2026: MisBulkRequestV2026
|
|
109331
|
+
|
|
109332
|
+
/**
|
|
109333
|
+
* Use this header to enable this experimental API.
|
|
109334
|
+
* @type {string}
|
|
109335
|
+
* @memberof MachineAccountsV2026ApiReloadMachineAccountsInBulk
|
|
109336
|
+
*/
|
|
109337
|
+
readonly xSailPointExperimental?: string
|
|
109338
|
+
}
|
|
109339
|
+
|
|
107278
109340
|
/**
|
|
107279
109341
|
* Request parameters for updateMachineAccount operation in MachineAccountsV2026Api.
|
|
107280
109342
|
* @export
|
|
@@ -107331,6 +109393,27 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfi
|
|
|
107331
109393
|
readonly jsonPatchOperationV2026: Array<JsonPatchOperationV2026>
|
|
107332
109394
|
}
|
|
107333
109395
|
|
|
109396
|
+
/**
|
|
109397
|
+
* Request parameters for updateMachineAccountsInBulk operation in MachineAccountsV2026Api.
|
|
109398
|
+
* @export
|
|
109399
|
+
* @interface MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest
|
|
109400
|
+
*/
|
|
109401
|
+
export interface MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest {
|
|
109402
|
+
/**
|
|
109403
|
+
*
|
|
109404
|
+
* @type {MisBulkUpdateRequestV2026}
|
|
109405
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountsInBulk
|
|
109406
|
+
*/
|
|
109407
|
+
readonly misBulkUpdateRequestV2026: MisBulkUpdateRequestV2026
|
|
109408
|
+
|
|
109409
|
+
/**
|
|
109410
|
+
* Use this header to enable this experimental API.
|
|
109411
|
+
* @type {string}
|
|
109412
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountsInBulk
|
|
109413
|
+
*/
|
|
109414
|
+
readonly xSailPointExperimental?: string
|
|
109415
|
+
}
|
|
109416
|
+
|
|
107334
109417
|
/**
|
|
107335
109418
|
* MachineAccountsV2026Api - object-oriented interface
|
|
107336
109419
|
* @export
|
|
@@ -107362,6 +109445,30 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
107362
109445
|
return MachineAccountsV2026ApiFp(this.configuration).deleteMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
107363
109446
|
}
|
|
107364
109447
|
|
|
109448
|
+
/**
|
|
109449
|
+
* Submits an asynchronous request to disable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:disable** right may still disable accounts they own. Non-owned IDs are excluded from the task.
|
|
109450
|
+
* @summary Bulk disable machine accounts
|
|
109451
|
+
* @param {MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
109452
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
109453
|
+
* @throws {RequiredError}
|
|
109454
|
+
* @memberof MachineAccountsV2026Api
|
|
109455
|
+
*/
|
|
109456
|
+
public disableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiDisableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
109457
|
+
return MachineAccountsV2026ApiFp(this.configuration).disableMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
109458
|
+
}
|
|
109459
|
+
|
|
109460
|
+
/**
|
|
109461
|
+
* Submits an asynchronous request to enable up to 100 machine accounts. The response returns HTTP 202 Accepted with an **accountRequestId** task identifier. Use the account request APIs to track completion. Callers without the **idn:mis-account:enable** right may still enable accounts they own. Non-owned IDs are excluded from the task.
|
|
109462
|
+
* @summary Bulk enable machine accounts
|
|
109463
|
+
* @param {MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
109464
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
109465
|
+
* @throws {RequiredError}
|
|
109466
|
+
* @memberof MachineAccountsV2026Api
|
|
109467
|
+
*/
|
|
109468
|
+
public enableMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiEnableMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
109469
|
+
return MachineAccountsV2026ApiFp(this.configuration).enableMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
109470
|
+
}
|
|
109471
|
+
|
|
107365
109472
|
/**
|
|
107366
109473
|
* Use this API to return the details for a single machine account by its ID.
|
|
107367
109474
|
* @summary Get machine account details
|
|
@@ -107458,6 +109565,18 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
107458
109565
|
return MachineAccountsV2026ApiFp(this.configuration).patchMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
107459
109566
|
}
|
|
107460
109567
|
|
|
109568
|
+
/**
|
|
109569
|
+
* Queues a reload for up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field. Callers without the **idn:mis-account:reload** right may still reload accounts they own.
|
|
109570
|
+
* @summary Bulk reload machine accounts
|
|
109571
|
+
* @param {MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
109572
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
109573
|
+
* @throws {RequiredError}
|
|
109574
|
+
* @memberof MachineAccountsV2026Api
|
|
109575
|
+
*/
|
|
109576
|
+
public reloadMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiReloadMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
109577
|
+
return MachineAccountsV2026ApiFp(this.configuration).reloadMachineAccountsInBulk(requestParameters.misBulkRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
109578
|
+
}
|
|
109579
|
+
|
|
107461
109580
|
/**
|
|
107462
109581
|
* Use this API to update machine accounts details.
|
|
107463
109582
|
* @summary Update machine account details
|
|
@@ -107481,6 +109600,18 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
107481
109600
|
public updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
107482
109601
|
return MachineAccountsV2026ApiFp(this.configuration).updateMachineAccountSubtypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
107483
109602
|
}
|
|
109603
|
+
|
|
109604
|
+
/**
|
|
109605
|
+
* Applies the same JSON Patch document to up to 100 machine accounts in one request. The response uses HTTP 207 Multi-Status. Each array element reports the result for one requested ID in its **status** field (for example, 200 for success, 404 if the account was not found or is not accessible to the caller, 409 for a duplicate ID in the batch). Callers without the **idn:mis-account:update** right may still update accounts they own. IDs the caller cannot operate on are reported as not found or failed in the per-row results. Patchable fields include **description**, **subtype**, **environment**, **machineIdentity**, **ownerIdentity**, and **manuallyEdited** only.
|
|
109606
|
+
* @summary Bulk update machine accounts
|
|
109607
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest} requestParameters Request parameters.
|
|
109608
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
109609
|
+
* @throws {RequiredError}
|
|
109610
|
+
* @memberof MachineAccountsV2026Api
|
|
109611
|
+
*/
|
|
109612
|
+
public updateMachineAccountsInBulk(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountsInBulkRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
109613
|
+
return MachineAccountsV2026ApiFp(this.configuration).updateMachineAccountsInBulk(requestParameters.misBulkUpdateRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
109614
|
+
}
|
|
107484
109615
|
}
|
|
107485
109616
|
|
|
107486
109617
|
|
|
@@ -108134,19 +110265,23 @@ export const MachineIdentitiesV2026ApiAxiosParamCreator = function (configuratio
|
|
|
108134
110265
|
/**
|
|
108135
110266
|
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
108136
110267
|
* @summary Start machine identity aggregation
|
|
110268
|
+
* @param {string} sourceId Source ID.
|
|
108137
110269
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
108138
110270
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108139
110271
|
* @param {*} [axiosOptions] Override http request option.
|
|
108140
110272
|
* @throws {RequiredError}
|
|
108141
110273
|
*/
|
|
108142
|
-
startMachineIdentityAggregation: async (machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
110274
|
+
startMachineIdentityAggregation: async (sourceId: string, machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
110275
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
110276
|
+
assertParamExists('startMachineIdentityAggregation', 'sourceId', sourceId)
|
|
108143
110277
|
// verify required parameter 'machineIdentityAggregationRequestV2026' is not null or undefined
|
|
108144
110278
|
assertParamExists('startMachineIdentityAggregation', 'machineIdentityAggregationRequestV2026', machineIdentityAggregationRequestV2026)
|
|
108145
110279
|
if (xSailPointExperimental === undefined) {
|
|
108146
110280
|
xSailPointExperimental = 'true';
|
|
108147
110281
|
}
|
|
108148
110282
|
|
|
108149
|
-
const localVarPath = `/sources/{sourceId}/aggregate-agents
|
|
110283
|
+
const localVarPath = `/sources/{sourceId}/aggregate-agents`
|
|
110284
|
+
.replace(`{${"sourceId"}}`, encodeURIComponent(String(sourceId)));
|
|
108150
110285
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
108151
110286
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
108152
110287
|
let baseOptions;
|
|
@@ -108334,13 +110469,14 @@ export const MachineIdentitiesV2026ApiFp = function(configuration?: Configuratio
|
|
|
108334
110469
|
/**
|
|
108335
110470
|
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
108336
110471
|
* @summary Start machine identity aggregation
|
|
110472
|
+
* @param {string} sourceId Source ID.
|
|
108337
110473
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
108338
110474
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
108339
110475
|
* @param {*} [axiosOptions] Override http request option.
|
|
108340
110476
|
* @throws {RequiredError}
|
|
108341
110477
|
*/
|
|
108342
|
-
async startMachineIdentityAggregation(machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2026>> {
|
|
108343
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.startMachineIdentityAggregation(machineIdentityAggregationRequestV2026, xSailPointExperimental, axiosOptions);
|
|
110478
|
+
async startMachineIdentityAggregation(sourceId: string, machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2026>> {
|
|
110479
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.startMachineIdentityAggregation(sourceId, machineIdentityAggregationRequestV2026, xSailPointExperimental, axiosOptions);
|
|
108344
110480
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
108345
110481
|
const localVarOperationServerBasePath = operationServerMap['MachineIdentitiesV2026Api.startMachineIdentityAggregation']?.[localVarOperationServerIndex]?.url;
|
|
108346
110482
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -108428,7 +110564,7 @@ export const MachineIdentitiesV2026ApiFactory = function (configuration?: Config
|
|
|
108428
110564
|
* @throws {RequiredError}
|
|
108429
110565
|
*/
|
|
108430
110566
|
startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2026> {
|
|
108431
|
-
return localVarFp.startMachineIdentityAggregation(requestParameters.machineIdentityAggregationRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
110567
|
+
return localVarFp.startMachineIdentityAggregation(requestParameters.sourceId, requestParameters.machineIdentityAggregationRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
108432
110568
|
},
|
|
108433
110569
|
/**
|
|
108434
110570
|
* Use this API to update machine identity details.
|
|
@@ -108610,6 +110746,13 @@ export interface MachineIdentitiesV2026ApiListMachineIdentityUserEntitlementsReq
|
|
|
108610
110746
|
* @interface MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest
|
|
108611
110747
|
*/
|
|
108612
110748
|
export interface MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest {
|
|
110749
|
+
/**
|
|
110750
|
+
* Source ID.
|
|
110751
|
+
* @type {string}
|
|
110752
|
+
* @memberof MachineIdentitiesV2026ApiStartMachineIdentityAggregation
|
|
110753
|
+
*/
|
|
110754
|
+
readonly sourceId: string
|
|
110755
|
+
|
|
108613
110756
|
/**
|
|
108614
110757
|
*
|
|
108615
110758
|
* @type {MachineIdentityAggregationRequestV2026}
|
|
@@ -108729,7 +110872,7 @@ export class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
108729
110872
|
* @memberof MachineIdentitiesV2026Api
|
|
108730
110873
|
*/
|
|
108731
110874
|
public startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
108732
|
-
return MachineIdentitiesV2026ApiFp(this.configuration).startMachineIdentityAggregation(requestParameters.machineIdentityAggregationRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
110875
|
+
return MachineIdentitiesV2026ApiFp(this.configuration).startMachineIdentityAggregation(requestParameters.sourceId, requestParameters.machineIdentityAggregationRequestV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
108733
110876
|
}
|
|
108734
110877
|
|
|
108735
110878
|
/**
|
|
@@ -122735,6 +124878,300 @@ export class PrivilegeCriteriaConfigurationV2026Api extends BaseAPI {
|
|
|
122735
124878
|
|
|
122736
124879
|
|
|
122737
124880
|
|
|
124881
|
+
/**
|
|
124882
|
+
* PromptInsightsV2026Api - axios parameter creator
|
|
124883
|
+
* @export
|
|
124884
|
+
*/
|
|
124885
|
+
export const PromptInsightsV2026ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
124886
|
+
return {
|
|
124887
|
+
/**
|
|
124888
|
+
* Returns aggregate prompt insights metrics for the requested time window.
|
|
124889
|
+
* @summary Get prompt insights metrics
|
|
124890
|
+
* @param {GetPromptInsightsMetricsIntervalV2026} interval Relative lookback window for metrics aggregation.
|
|
124891
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
124892
|
+
* @throws {RequiredError}
|
|
124893
|
+
*/
|
|
124894
|
+
getPromptInsightsMetrics: async (interval: GetPromptInsightsMetricsIntervalV2026, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
124895
|
+
// verify required parameter 'interval' is not null or undefined
|
|
124896
|
+
assertParamExists('getPromptInsightsMetrics', 'interval', interval)
|
|
124897
|
+
const localVarPath = `/prompt-insights/metrics`;
|
|
124898
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
124899
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
124900
|
+
let baseOptions;
|
|
124901
|
+
if (configuration) {
|
|
124902
|
+
baseOptions = configuration.baseOptions;
|
|
124903
|
+
}
|
|
124904
|
+
|
|
124905
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
124906
|
+
const localVarHeaderParameter = {} as any;
|
|
124907
|
+
const localVarQueryParameter = {} as any;
|
|
124908
|
+
|
|
124909
|
+
// authentication userAuth required
|
|
124910
|
+
// oauth required
|
|
124911
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
124912
|
+
|
|
124913
|
+
// authentication userAuth required
|
|
124914
|
+
// oauth required
|
|
124915
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
124916
|
+
|
|
124917
|
+
// authentication applicationAuth required
|
|
124918
|
+
// oauth required
|
|
124919
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
124920
|
+
|
|
124921
|
+
if (interval !== undefined) {
|
|
124922
|
+
localVarQueryParameter['interval'] = interval;
|
|
124923
|
+
}
|
|
124924
|
+
|
|
124925
|
+
|
|
124926
|
+
|
|
124927
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
124928
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
124929
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
124930
|
+
|
|
124931
|
+
return {
|
|
124932
|
+
url: toPathString(localVarUrlObj),
|
|
124933
|
+
axiosOptions: localVarRequestOptions,
|
|
124934
|
+
};
|
|
124935
|
+
},
|
|
124936
|
+
/**
|
|
124937
|
+
* Returns a paginated list of prompt insights within a lookback window, with optional structured filters. Results are sorted by timestamp descending (most recent first).
|
|
124938
|
+
* @summary List prompt insights
|
|
124939
|
+
* @param {ListPromptInsightsIntervalV2026} interval Relative lookback window for prompt insights.
|
|
124940
|
+
* @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.
|
|
124941
|
+
* @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.
|
|
124942
|
+
* @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: **policyDecision**: *eq* **category**: *eq* **severity**: *eq* **user**: *eq, sw, co* **agent**: *eq, sw, co* **reason**: *eq, sw, co* **rule**: *eq, sw, co* **policy**: *eq, sw, co*
|
|
124943
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
124944
|
+
* @throws {RequiredError}
|
|
124945
|
+
*/
|
|
124946
|
+
listPromptInsights: async (interval: ListPromptInsightsIntervalV2026, limit?: number, offset?: number, filters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
124947
|
+
// verify required parameter 'interval' is not null or undefined
|
|
124948
|
+
assertParamExists('listPromptInsights', 'interval', interval)
|
|
124949
|
+
const localVarPath = `/prompt-insights`;
|
|
124950
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
124951
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
124952
|
+
let baseOptions;
|
|
124953
|
+
if (configuration) {
|
|
124954
|
+
baseOptions = configuration.baseOptions;
|
|
124955
|
+
}
|
|
124956
|
+
|
|
124957
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
124958
|
+
const localVarHeaderParameter = {} as any;
|
|
124959
|
+
const localVarQueryParameter = {} as any;
|
|
124960
|
+
|
|
124961
|
+
// authentication userAuth required
|
|
124962
|
+
// oauth required
|
|
124963
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
124964
|
+
|
|
124965
|
+
// authentication userAuth required
|
|
124966
|
+
// oauth required
|
|
124967
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
124968
|
+
|
|
124969
|
+
// authentication applicationAuth required
|
|
124970
|
+
// oauth required
|
|
124971
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
124972
|
+
|
|
124973
|
+
if (interval !== undefined) {
|
|
124974
|
+
localVarQueryParameter['interval'] = interval;
|
|
124975
|
+
}
|
|
124976
|
+
|
|
124977
|
+
if (limit !== undefined) {
|
|
124978
|
+
localVarQueryParameter['limit'] = limit;
|
|
124979
|
+
}
|
|
124980
|
+
|
|
124981
|
+
if (offset !== undefined) {
|
|
124982
|
+
localVarQueryParameter['offset'] = offset;
|
|
124983
|
+
}
|
|
124984
|
+
|
|
124985
|
+
if (filters !== undefined) {
|
|
124986
|
+
localVarQueryParameter['filters'] = filters;
|
|
124987
|
+
}
|
|
124988
|
+
|
|
124989
|
+
|
|
124990
|
+
|
|
124991
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
124992
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
124993
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
124994
|
+
|
|
124995
|
+
return {
|
|
124996
|
+
url: toPathString(localVarUrlObj),
|
|
124997
|
+
axiosOptions: localVarRequestOptions,
|
|
124998
|
+
};
|
|
124999
|
+
},
|
|
125000
|
+
}
|
|
125001
|
+
};
|
|
125002
|
+
|
|
125003
|
+
/**
|
|
125004
|
+
* PromptInsightsV2026Api - functional programming interface
|
|
125005
|
+
* @export
|
|
125006
|
+
*/
|
|
125007
|
+
export const PromptInsightsV2026ApiFp = function(configuration?: Configuration) {
|
|
125008
|
+
const localVarAxiosParamCreator = PromptInsightsV2026ApiAxiosParamCreator(configuration)
|
|
125009
|
+
return {
|
|
125010
|
+
/**
|
|
125011
|
+
* Returns aggregate prompt insights metrics for the requested time window.
|
|
125012
|
+
* @summary Get prompt insights metrics
|
|
125013
|
+
* @param {GetPromptInsightsMetricsIntervalV2026} interval Relative lookback window for metrics aggregation.
|
|
125014
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125015
|
+
* @throws {RequiredError}
|
|
125016
|
+
*/
|
|
125017
|
+
async getPromptInsightsMetrics(interval: GetPromptInsightsMetricsIntervalV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptInsightsMetricsV2026>> {
|
|
125018
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getPromptInsightsMetrics(interval, axiosOptions);
|
|
125019
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
125020
|
+
const localVarOperationServerBasePath = operationServerMap['PromptInsightsV2026Api.getPromptInsightsMetrics']?.[localVarOperationServerIndex]?.url;
|
|
125021
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
125022
|
+
},
|
|
125023
|
+
/**
|
|
125024
|
+
* Returns a paginated list of prompt insights within a lookback window, with optional structured filters. Results are sorted by timestamp descending (most recent first).
|
|
125025
|
+
* @summary List prompt insights
|
|
125026
|
+
* @param {ListPromptInsightsIntervalV2026} interval Relative lookback window for prompt insights.
|
|
125027
|
+
* @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.
|
|
125028
|
+
* @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.
|
|
125029
|
+
* @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: **policyDecision**: *eq* **category**: *eq* **severity**: *eq* **user**: *eq, sw, co* **agent**: *eq, sw, co* **reason**: *eq, sw, co* **rule**: *eq, sw, co* **policy**: *eq, sw, co*
|
|
125030
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125031
|
+
* @throws {RequiredError}
|
|
125032
|
+
*/
|
|
125033
|
+
async listPromptInsights(interval: ListPromptInsightsIntervalV2026, limit?: number, offset?: number, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PromptInsightV2026>>> {
|
|
125034
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listPromptInsights(interval, limit, offset, filters, axiosOptions);
|
|
125035
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
125036
|
+
const localVarOperationServerBasePath = operationServerMap['PromptInsightsV2026Api.listPromptInsights']?.[localVarOperationServerIndex]?.url;
|
|
125037
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
125038
|
+
},
|
|
125039
|
+
}
|
|
125040
|
+
};
|
|
125041
|
+
|
|
125042
|
+
/**
|
|
125043
|
+
* PromptInsightsV2026Api - factory interface
|
|
125044
|
+
* @export
|
|
125045
|
+
*/
|
|
125046
|
+
export const PromptInsightsV2026ApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
125047
|
+
const localVarFp = PromptInsightsV2026ApiFp(configuration)
|
|
125048
|
+
return {
|
|
125049
|
+
/**
|
|
125050
|
+
* Returns aggregate prompt insights metrics for the requested time window.
|
|
125051
|
+
* @summary Get prompt insights metrics
|
|
125052
|
+
* @param {PromptInsightsV2026ApiGetPromptInsightsMetricsRequest} requestParameters Request parameters.
|
|
125053
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125054
|
+
* @throws {RequiredError}
|
|
125055
|
+
*/
|
|
125056
|
+
getPromptInsightsMetrics(requestParameters: PromptInsightsV2026ApiGetPromptInsightsMetricsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<PromptInsightsMetricsV2026> {
|
|
125057
|
+
return localVarFp.getPromptInsightsMetrics(requestParameters.interval, axiosOptions).then((request) => request(axios, basePath));
|
|
125058
|
+
},
|
|
125059
|
+
/**
|
|
125060
|
+
* Returns a paginated list of prompt insights within a lookback window, with optional structured filters. Results are sorted by timestamp descending (most recent first).
|
|
125061
|
+
* @summary List prompt insights
|
|
125062
|
+
* @param {PromptInsightsV2026ApiListPromptInsightsRequest} requestParameters Request parameters.
|
|
125063
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125064
|
+
* @throws {RequiredError}
|
|
125065
|
+
*/
|
|
125066
|
+
listPromptInsights(requestParameters: PromptInsightsV2026ApiListPromptInsightsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<PromptInsightV2026>> {
|
|
125067
|
+
return localVarFp.listPromptInsights(requestParameters.interval, requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then((request) => request(axios, basePath));
|
|
125068
|
+
},
|
|
125069
|
+
};
|
|
125070
|
+
};
|
|
125071
|
+
|
|
125072
|
+
/**
|
|
125073
|
+
* Request parameters for getPromptInsightsMetrics operation in PromptInsightsV2026Api.
|
|
125074
|
+
* @export
|
|
125075
|
+
* @interface PromptInsightsV2026ApiGetPromptInsightsMetricsRequest
|
|
125076
|
+
*/
|
|
125077
|
+
export interface PromptInsightsV2026ApiGetPromptInsightsMetricsRequest {
|
|
125078
|
+
/**
|
|
125079
|
+
* Relative lookback window for metrics aggregation.
|
|
125080
|
+
* @type {'-1h' | '-1d' | '-7d' | '-30d'}
|
|
125081
|
+
* @memberof PromptInsightsV2026ApiGetPromptInsightsMetrics
|
|
125082
|
+
*/
|
|
125083
|
+
readonly interval: GetPromptInsightsMetricsIntervalV2026
|
|
125084
|
+
}
|
|
125085
|
+
|
|
125086
|
+
/**
|
|
125087
|
+
* Request parameters for listPromptInsights operation in PromptInsightsV2026Api.
|
|
125088
|
+
* @export
|
|
125089
|
+
* @interface PromptInsightsV2026ApiListPromptInsightsRequest
|
|
125090
|
+
*/
|
|
125091
|
+
export interface PromptInsightsV2026ApiListPromptInsightsRequest {
|
|
125092
|
+
/**
|
|
125093
|
+
* Relative lookback window for prompt insights.
|
|
125094
|
+
* @type {'-1h' | '-1d' | '-7d' | '-30d'}
|
|
125095
|
+
* @memberof PromptInsightsV2026ApiListPromptInsights
|
|
125096
|
+
*/
|
|
125097
|
+
readonly interval: ListPromptInsightsIntervalV2026
|
|
125098
|
+
|
|
125099
|
+
/**
|
|
125100
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
125101
|
+
* @type {number}
|
|
125102
|
+
* @memberof PromptInsightsV2026ApiListPromptInsights
|
|
125103
|
+
*/
|
|
125104
|
+
readonly limit?: number
|
|
125105
|
+
|
|
125106
|
+
/**
|
|
125107
|
+
* 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.
|
|
125108
|
+
* @type {number}
|
|
125109
|
+
* @memberof PromptInsightsV2026ApiListPromptInsights
|
|
125110
|
+
*/
|
|
125111
|
+
readonly offset?: number
|
|
125112
|
+
|
|
125113
|
+
/**
|
|
125114
|
+
* 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: **policyDecision**: *eq* **category**: *eq* **severity**: *eq* **user**: *eq, sw, co* **agent**: *eq, sw, co* **reason**: *eq, sw, co* **rule**: *eq, sw, co* **policy**: *eq, sw, co*
|
|
125115
|
+
* @type {string}
|
|
125116
|
+
* @memberof PromptInsightsV2026ApiListPromptInsights
|
|
125117
|
+
*/
|
|
125118
|
+
readonly filters?: string
|
|
125119
|
+
}
|
|
125120
|
+
|
|
125121
|
+
/**
|
|
125122
|
+
* PromptInsightsV2026Api - object-oriented interface
|
|
125123
|
+
* @export
|
|
125124
|
+
* @class PromptInsightsV2026Api
|
|
125125
|
+
* @extends {BaseAPI}
|
|
125126
|
+
*/
|
|
125127
|
+
export class PromptInsightsV2026Api extends BaseAPI {
|
|
125128
|
+
/**
|
|
125129
|
+
* Returns aggregate prompt insights metrics for the requested time window.
|
|
125130
|
+
* @summary Get prompt insights metrics
|
|
125131
|
+
* @param {PromptInsightsV2026ApiGetPromptInsightsMetricsRequest} requestParameters Request parameters.
|
|
125132
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125133
|
+
* @throws {RequiredError}
|
|
125134
|
+
* @memberof PromptInsightsV2026Api
|
|
125135
|
+
*/
|
|
125136
|
+
public getPromptInsightsMetrics(requestParameters: PromptInsightsV2026ApiGetPromptInsightsMetricsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
125137
|
+
return PromptInsightsV2026ApiFp(this.configuration).getPromptInsightsMetrics(requestParameters.interval, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
125138
|
+
}
|
|
125139
|
+
|
|
125140
|
+
/**
|
|
125141
|
+
* Returns a paginated list of prompt insights within a lookback window, with optional structured filters. Results are sorted by timestamp descending (most recent first).
|
|
125142
|
+
* @summary List prompt insights
|
|
125143
|
+
* @param {PromptInsightsV2026ApiListPromptInsightsRequest} requestParameters Request parameters.
|
|
125144
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
125145
|
+
* @throws {RequiredError}
|
|
125146
|
+
* @memberof PromptInsightsV2026Api
|
|
125147
|
+
*/
|
|
125148
|
+
public listPromptInsights(requestParameters: PromptInsightsV2026ApiListPromptInsightsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
125149
|
+
return PromptInsightsV2026ApiFp(this.configuration).listPromptInsights(requestParameters.interval, requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
125150
|
+
}
|
|
125151
|
+
}
|
|
125152
|
+
|
|
125153
|
+
/**
|
|
125154
|
+
* @export
|
|
125155
|
+
*/
|
|
125156
|
+
export const GetPromptInsightsMetricsIntervalV2026 = {
|
|
125157
|
+
_1h: '-1h',
|
|
125158
|
+
_1d: '-1d',
|
|
125159
|
+
_7d: '-7d',
|
|
125160
|
+
_30d: '-30d'
|
|
125161
|
+
} as const;
|
|
125162
|
+
export type GetPromptInsightsMetricsIntervalV2026 = typeof GetPromptInsightsMetricsIntervalV2026[keyof typeof GetPromptInsightsMetricsIntervalV2026];
|
|
125163
|
+
/**
|
|
125164
|
+
* @export
|
|
125165
|
+
*/
|
|
125166
|
+
export const ListPromptInsightsIntervalV2026 = {
|
|
125167
|
+
_1h: '-1h',
|
|
125168
|
+
_1d: '-1d',
|
|
125169
|
+
_7d: '-7d',
|
|
125170
|
+
_30d: '-30d'
|
|
125171
|
+
} as const;
|
|
125172
|
+
export type ListPromptInsightsIntervalV2026 = typeof ListPromptInsightsIntervalV2026[keyof typeof ListPromptInsightsIntervalV2026];
|
|
125173
|
+
|
|
125174
|
+
|
|
122738
125175
|
/**
|
|
122739
125176
|
* PublicIdentitiesV2026Api - axios parameter creator
|
|
122740
125177
|
* @export
|
|
@@ -137295,16 +139732,20 @@ export const SourcesV2026ApiAxiosParamCreator = function (configuration?: Config
|
|
|
137295
139732
|
/**
|
|
137296
139733
|
* 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.
|
|
137297
139734
|
* @summary Get source entitlement request configuration
|
|
139735
|
+
* @param {string} id The Source id
|
|
137298
139736
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
137299
139737
|
* @param {*} [axiosOptions] Override http request option.
|
|
137300
139738
|
* @throws {RequiredError}
|
|
137301
139739
|
*/
|
|
137302
|
-
getSourceEntitlementRequestConfig: async (xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
139740
|
+
getSourceEntitlementRequestConfig: async (id: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
139741
|
+
// verify required parameter 'id' is not null or undefined
|
|
139742
|
+
assertParamExists('getSourceEntitlementRequestConfig', 'id', id)
|
|
137303
139743
|
if (xSailPointExperimental === undefined) {
|
|
137304
139744
|
xSailPointExperimental = 'true';
|
|
137305
139745
|
}
|
|
137306
139746
|
|
|
137307
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
139747
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
139748
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
137308
139749
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
137309
139750
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
137310
139751
|
let baseOptions;
|
|
@@ -138967,19 +141408,23 @@ export const SourcesV2026ApiAxiosParamCreator = function (configuration?: Config
|
|
|
138967
141408
|
/**
|
|
138968
141409
|
* 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.
|
|
138969
141410
|
* @summary Update source entitlement request configuration
|
|
141411
|
+
* @param {string} id The Source id
|
|
138970
141412
|
* @param {SourceEntitlementRequestConfigV2026} sourceEntitlementRequestConfigV2026
|
|
138971
141413
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
138972
141414
|
* @param {*} [axiosOptions] Override http request option.
|
|
138973
141415
|
* @throws {RequiredError}
|
|
138974
141416
|
*/
|
|
138975
|
-
updateSourceEntitlementRequestConfig: async (sourceEntitlementRequestConfigV2026: SourceEntitlementRequestConfigV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
141417
|
+
updateSourceEntitlementRequestConfig: async (id: string, sourceEntitlementRequestConfigV2026: SourceEntitlementRequestConfigV2026, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
141418
|
+
// verify required parameter 'id' is not null or undefined
|
|
141419
|
+
assertParamExists('updateSourceEntitlementRequestConfig', 'id', id)
|
|
138976
141420
|
// verify required parameter 'sourceEntitlementRequestConfigV2026' is not null or undefined
|
|
138977
141421
|
assertParamExists('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2026', sourceEntitlementRequestConfigV2026)
|
|
138978
141422
|
if (xSailPointExperimental === undefined) {
|
|
138979
141423
|
xSailPointExperimental = 'true';
|
|
138980
141424
|
}
|
|
138981
141425
|
|
|
138982
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
141426
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
141427
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
138983
141428
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
138984
141429
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
138985
141430
|
let baseOptions;
|
|
@@ -139425,12 +141870,13 @@ export const SourcesV2026ApiFp = function(configuration?: Configuration) {
|
|
|
139425
141870
|
/**
|
|
139426
141871
|
* 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.
|
|
139427
141872
|
* @summary Get source entitlement request configuration
|
|
141873
|
+
* @param {string} id The Source id
|
|
139428
141874
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
139429
141875
|
* @param {*} [axiosOptions] Override http request option.
|
|
139430
141876
|
* @throws {RequiredError}
|
|
139431
141877
|
*/
|
|
139432
|
-
async getSourceEntitlementRequestConfig(xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2026>> {
|
|
139433
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(xSailPointExperimental, axiosOptions);
|
|
141878
|
+
async getSourceEntitlementRequestConfig(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2026>> {
|
|
141879
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(id, xSailPointExperimental, axiosOptions);
|
|
139434
141880
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
139435
141881
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2026Api.getSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
139436
141882
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -139882,13 +142328,14 @@ export const SourcesV2026ApiFp = function(configuration?: Configuration) {
|
|
|
139882
142328
|
/**
|
|
139883
142329
|
* 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.
|
|
139884
142330
|
* @summary Update source entitlement request configuration
|
|
142331
|
+
* @param {string} id The Source id
|
|
139885
142332
|
* @param {SourceEntitlementRequestConfigV2026} sourceEntitlementRequestConfigV2026
|
|
139886
142333
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
139887
142334
|
* @param {*} [axiosOptions] Override http request option.
|
|
139888
142335
|
* @throws {RequiredError}
|
|
139889
142336
|
*/
|
|
139890
|
-
async updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2026: SourceEntitlementRequestConfigV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2026>> {
|
|
139891
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2026, xSailPointExperimental, axiosOptions);
|
|
142337
|
+
async updateSourceEntitlementRequestConfig(id: string, sourceEntitlementRequestConfigV2026: SourceEntitlementRequestConfigV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2026>> {
|
|
142338
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(id, sourceEntitlementRequestConfigV2026, xSailPointExperimental, axiosOptions);
|
|
139892
142339
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
139893
142340
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2026Api.updateSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
139894
142341
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -140150,8 +142597,8 @@ export const SourcesV2026ApiFactory = function (configuration?: Configuration, b
|
|
|
140150
142597
|
* @param {*} [axiosOptions] Override http request option.
|
|
140151
142598
|
* @throws {RequiredError}
|
|
140152
142599
|
*/
|
|
140153
|
-
getSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiGetSourceEntitlementRequestConfigRequest
|
|
140154
|
-
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
142600
|
+
getSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2026> {
|
|
142601
|
+
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
140155
142602
|
},
|
|
140156
142603
|
/**
|
|
140157
142604
|
* This endpoint fetches source health by source\'s id
|
|
@@ -140471,7 +142918,7 @@ export const SourcesV2026ApiFactory = function (configuration?: Configuration, b
|
|
|
140471
142918
|
* @throws {RequiredError}
|
|
140472
142919
|
*/
|
|
140473
142920
|
updateSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2026> {
|
|
140474
|
-
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
142921
|
+
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
140475
142922
|
},
|
|
140476
142923
|
/**
|
|
140477
142924
|
* Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
|
|
@@ -140873,6 +143320,13 @@ export interface SourcesV2026ApiGetSourceConnectionsRequest {
|
|
|
140873
143320
|
* @interface SourcesV2026ApiGetSourceEntitlementRequestConfigRequest
|
|
140874
143321
|
*/
|
|
140875
143322
|
export interface SourcesV2026ApiGetSourceEntitlementRequestConfigRequest {
|
|
143323
|
+
/**
|
|
143324
|
+
* The Source id
|
|
143325
|
+
* @type {string}
|
|
143326
|
+
* @memberof SourcesV2026ApiGetSourceEntitlementRequestConfig
|
|
143327
|
+
*/
|
|
143328
|
+
readonly id: string
|
|
143329
|
+
|
|
140876
143330
|
/**
|
|
140877
143331
|
* Use this header to enable this experimental API.
|
|
140878
143332
|
* @type {string}
|
|
@@ -141608,6 +144062,13 @@ export interface SourcesV2026ApiUpdateSourceRequest {
|
|
|
141608
144062
|
* @interface SourcesV2026ApiUpdateSourceEntitlementRequestConfigRequest
|
|
141609
144063
|
*/
|
|
141610
144064
|
export interface SourcesV2026ApiUpdateSourceEntitlementRequestConfigRequest {
|
|
144065
|
+
/**
|
|
144066
|
+
* The Source id
|
|
144067
|
+
* @type {string}
|
|
144068
|
+
* @memberof SourcesV2026ApiUpdateSourceEntitlementRequestConfig
|
|
144069
|
+
*/
|
|
144070
|
+
readonly id: string
|
|
144071
|
+
|
|
141611
144072
|
/**
|
|
141612
144073
|
*
|
|
141613
144074
|
* @type {SourceEntitlementRequestConfigV2026}
|
|
@@ -141946,8 +144407,8 @@ export class SourcesV2026Api extends BaseAPI {
|
|
|
141946
144407
|
* @throws {RequiredError}
|
|
141947
144408
|
* @memberof SourcesV2026Api
|
|
141948
144409
|
*/
|
|
141949
|
-
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiGetSourceEntitlementRequestConfigRequest
|
|
141950
|
-
return SourcesV2026ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
144410
|
+
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
144411
|
+
return SourcesV2026ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
141951
144412
|
}
|
|
141952
144413
|
|
|
141953
144414
|
/**
|
|
@@ -142331,7 +144792,7 @@ export class SourcesV2026Api extends BaseAPI {
|
|
|
142331
144792
|
* @memberof SourcesV2026Api
|
|
142332
144793
|
*/
|
|
142333
144794
|
public updateSourceEntitlementRequestConfig(requestParameters: SourcesV2026ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
142334
|
-
return SourcesV2026ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
144795
|
+
return SourcesV2026ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2026, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
142335
144796
|
}
|
|
142336
144797
|
|
|
142337
144798
|
/**
|
|
@@ -142424,6 +144885,54 @@ export type UpdateSourceScheduleScheduleTypeV2026 = typeof UpdateSourceScheduleS
|
|
|
142424
144885
|
*/
|
|
142425
144886
|
export const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
142426
144887
|
return {
|
|
144888
|
+
/**
|
|
144889
|
+
* Approve multiple entitlement recommendations in a single request. Each item in the request must include the recommendation ID and, depending on the record type, either an approved description (SED items) or an approved privilege level (privilege items). Returns a per-item result indicating success or failure.
|
|
144890
|
+
* @summary Bulk approve entitlement recommendations
|
|
144891
|
+
* @param {BulkApproveEntitlementRecommendationRequestV2026} bulkApproveEntitlementRecommendationRequestV2026 The list of recommendation items to approve.
|
|
144892
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
144893
|
+
* @throws {RequiredError}
|
|
144894
|
+
*/
|
|
144895
|
+
approveBulkEntitlementRecommendations: async (bulkApproveEntitlementRecommendationRequestV2026: BulkApproveEntitlementRecommendationRequestV2026, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
144896
|
+
// verify required parameter 'bulkApproveEntitlementRecommendationRequestV2026' is not null or undefined
|
|
144897
|
+
assertParamExists('approveBulkEntitlementRecommendations', 'bulkApproveEntitlementRecommendationRequestV2026', bulkApproveEntitlementRecommendationRequestV2026)
|
|
144898
|
+
const localVarPath = `/entitlement-recommendations/bulk-approve`;
|
|
144899
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
144900
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
144901
|
+
let baseOptions;
|
|
144902
|
+
if (configuration) {
|
|
144903
|
+
baseOptions = configuration.baseOptions;
|
|
144904
|
+
}
|
|
144905
|
+
|
|
144906
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
144907
|
+
const localVarHeaderParameter = {} as any;
|
|
144908
|
+
const localVarQueryParameter = {} as any;
|
|
144909
|
+
|
|
144910
|
+
// authentication userAuth required
|
|
144911
|
+
// oauth required
|
|
144912
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
144913
|
+
|
|
144914
|
+
// authentication userAuth required
|
|
144915
|
+
// oauth required
|
|
144916
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
144917
|
+
|
|
144918
|
+
// authentication applicationAuth required
|
|
144919
|
+
// oauth required
|
|
144920
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
144921
|
+
|
|
144922
|
+
|
|
144923
|
+
|
|
144924
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
144925
|
+
|
|
144926
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
144927
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
144928
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
144929
|
+
localVarRequestOptions.data = serializeDataIfNeeded(bulkApproveEntitlementRecommendationRequestV2026, localVarRequestOptions, configuration)
|
|
144930
|
+
|
|
144931
|
+
return {
|
|
144932
|
+
url: toPathString(localVarUrlObj),
|
|
144933
|
+
axiosOptions: localVarRequestOptions,
|
|
144934
|
+
};
|
|
144935
|
+
},
|
|
142427
144936
|
/**
|
|
142428
144937
|
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
142429
144938
|
* @summary Create auto-write settings for SED
|
|
@@ -142618,6 +145127,110 @@ export const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator = function
|
|
|
142618
145127
|
|
|
142619
145128
|
|
|
142620
145129
|
|
|
145130
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145131
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145132
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
145133
|
+
|
|
145134
|
+
return {
|
|
145135
|
+
url: toPathString(localVarUrlObj),
|
|
145136
|
+
axiosOptions: localVarRequestOptions,
|
|
145137
|
+
};
|
|
145138
|
+
},
|
|
145139
|
+
/**
|
|
145140
|
+
* Returns a list of entitlement recommendations (SED and/or privilege) that are currently awaiting review or approval. Each record includes the recommendation type, entitlement details, and any AI-generated suggestions.
|
|
145141
|
+
* @summary List pending entitlement recommendation approvals
|
|
145142
|
+
* @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.
|
|
145143
|
+
* @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.
|
|
145144
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145145
|
+
* @throws {RequiredError}
|
|
145146
|
+
*/
|
|
145147
|
+
listPendingEntitlementRecommendationApprovals: async (offset?: number, limit?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145148
|
+
const localVarPath = `/entitlement-recommendations/pending-approvals`;
|
|
145149
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145150
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
145151
|
+
let baseOptions;
|
|
145152
|
+
if (configuration) {
|
|
145153
|
+
baseOptions = configuration.baseOptions;
|
|
145154
|
+
}
|
|
145155
|
+
|
|
145156
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
145157
|
+
const localVarHeaderParameter = {} as any;
|
|
145158
|
+
const localVarQueryParameter = {} as any;
|
|
145159
|
+
|
|
145160
|
+
// authentication userAuth required
|
|
145161
|
+
// oauth required
|
|
145162
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145163
|
+
|
|
145164
|
+
// authentication userAuth required
|
|
145165
|
+
// oauth required
|
|
145166
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145167
|
+
|
|
145168
|
+
// authentication applicationAuth required
|
|
145169
|
+
// oauth required
|
|
145170
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
145171
|
+
|
|
145172
|
+
if (offset !== undefined) {
|
|
145173
|
+
localVarQueryParameter['offset'] = offset;
|
|
145174
|
+
}
|
|
145175
|
+
|
|
145176
|
+
if (limit !== undefined) {
|
|
145177
|
+
localVarQueryParameter['limit'] = limit;
|
|
145178
|
+
}
|
|
145179
|
+
|
|
145180
|
+
|
|
145181
|
+
|
|
145182
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145183
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145184
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
145185
|
+
|
|
145186
|
+
return {
|
|
145187
|
+
url: toPathString(localVarUrlObj),
|
|
145188
|
+
axiosOptions: localVarRequestOptions,
|
|
145189
|
+
};
|
|
145190
|
+
},
|
|
145191
|
+
/**
|
|
145192
|
+
* Returns a list of privileged entitlement recommendation groups. Each group aggregates individual entitlement instances that share the same entitlement name and connector type, along with a recommendation score and instance count.
|
|
145193
|
+
* @summary List privileged entitlement recommendations
|
|
145194
|
+
* @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.
|
|
145195
|
+
* @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.
|
|
145196
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145197
|
+
* @throws {RequiredError}
|
|
145198
|
+
*/
|
|
145199
|
+
listPrivilegedEntitlementRecommendations: async (offset?: number, limit?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145200
|
+
const localVarPath = `/privileged-recommendations`;
|
|
145201
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145202
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
145203
|
+
let baseOptions;
|
|
145204
|
+
if (configuration) {
|
|
145205
|
+
baseOptions = configuration.baseOptions;
|
|
145206
|
+
}
|
|
145207
|
+
|
|
145208
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
145209
|
+
const localVarHeaderParameter = {} as any;
|
|
145210
|
+
const localVarQueryParameter = {} as any;
|
|
145211
|
+
|
|
145212
|
+
// authentication userAuth required
|
|
145213
|
+
// oauth required
|
|
145214
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145215
|
+
|
|
145216
|
+
// authentication userAuth required
|
|
145217
|
+
// oauth required
|
|
145218
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145219
|
+
|
|
145220
|
+
// authentication applicationAuth required
|
|
145221
|
+
// oauth required
|
|
145222
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
145223
|
+
|
|
145224
|
+
if (offset !== undefined) {
|
|
145225
|
+
localVarQueryParameter['offset'] = offset;
|
|
145226
|
+
}
|
|
145227
|
+
|
|
145228
|
+
if (limit !== undefined) {
|
|
145229
|
+
localVarQueryParameter['limit'] = limit;
|
|
145230
|
+
}
|
|
145231
|
+
|
|
145232
|
+
|
|
145233
|
+
|
|
142621
145234
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
142622
145235
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
142623
145236
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -142709,6 +145322,58 @@ export const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator = function
|
|
|
142709
145322
|
axiosOptions: localVarRequestOptions,
|
|
142710
145323
|
};
|
|
142711
145324
|
},
|
|
145325
|
+
/**
|
|
145326
|
+
* Partially update a single entitlement recommendation record by its ID. Use this endpoint to update the status, description, or privilege level of a specific SED or privilege recommendation.
|
|
145327
|
+
* @summary Update an entitlement recommendation
|
|
145328
|
+
* @param {string} id The unique identifier of the entitlement recommendation to update.
|
|
145329
|
+
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The patch operations to apply to the entitlement recommendation record.
|
|
145330
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145331
|
+
* @throws {RequiredError}
|
|
145332
|
+
*/
|
|
145333
|
+
patchEntitlementRecommendation: async (id: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145334
|
+
// verify required parameter 'id' is not null or undefined
|
|
145335
|
+
assertParamExists('patchEntitlementRecommendation', 'id', id)
|
|
145336
|
+
// verify required parameter 'jsonPatchOperationV2026' is not null or undefined
|
|
145337
|
+
assertParamExists('patchEntitlementRecommendation', 'jsonPatchOperationV2026', jsonPatchOperationV2026)
|
|
145338
|
+
const localVarPath = `/entitlement-recommendations/{id}`
|
|
145339
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
145340
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145341
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
145342
|
+
let baseOptions;
|
|
145343
|
+
if (configuration) {
|
|
145344
|
+
baseOptions = configuration.baseOptions;
|
|
145345
|
+
}
|
|
145346
|
+
|
|
145347
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...axiosOptions};
|
|
145348
|
+
const localVarHeaderParameter = {} as any;
|
|
145349
|
+
const localVarQueryParameter = {} as any;
|
|
145350
|
+
|
|
145351
|
+
// authentication userAuth required
|
|
145352
|
+
// oauth required
|
|
145353
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145354
|
+
|
|
145355
|
+
// authentication userAuth required
|
|
145356
|
+
// oauth required
|
|
145357
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145358
|
+
|
|
145359
|
+
// authentication applicationAuth required
|
|
145360
|
+
// oauth required
|
|
145361
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
145362
|
+
|
|
145363
|
+
|
|
145364
|
+
|
|
145365
|
+
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
145366
|
+
|
|
145367
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145368
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145369
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
145370
|
+
localVarRequestOptions.data = serializeDataIfNeeded(jsonPatchOperationV2026, localVarRequestOptions, configuration)
|
|
145371
|
+
|
|
145372
|
+
return {
|
|
145373
|
+
url: toPathString(localVarUrlObj),
|
|
145374
|
+
axiosOptions: localVarRequestOptions,
|
|
145375
|
+
};
|
|
145376
|
+
},
|
|
142712
145377
|
/**
|
|
142713
145378
|
* Patch Suggested Entitlement Description
|
|
142714
145379
|
* @summary Patch suggested entitlement description
|
|
@@ -142761,6 +145426,54 @@ export const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator = function
|
|
|
142761
145426
|
axiosOptions: localVarRequestOptions,
|
|
142762
145427
|
};
|
|
142763
145428
|
},
|
|
145429
|
+
/**
|
|
145430
|
+
* Assign a set of entitlement recommendation records to a reviewer. The assignee can be a specific identity, a governance group, or a role-based assignee such as source owner or entitlement owner. Returns a batch ID that can be used to track the assignment.
|
|
145431
|
+
* @summary Assign entitlement recommendations for review
|
|
145432
|
+
* @param {EntitlementRecommendationAssignRequestV2026} entitlementRecommendationAssignRequestV2026 The recommendation IDs and the target assignee.
|
|
145433
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145434
|
+
* @throws {RequiredError}
|
|
145435
|
+
*/
|
|
145436
|
+
submitEntitlementRecommendationsAssignment: async (entitlementRecommendationAssignRequestV2026: EntitlementRecommendationAssignRequestV2026, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145437
|
+
// verify required parameter 'entitlementRecommendationAssignRequestV2026' is not null or undefined
|
|
145438
|
+
assertParamExists('submitEntitlementRecommendationsAssignment', 'entitlementRecommendationAssignRequestV2026', entitlementRecommendationAssignRequestV2026)
|
|
145439
|
+
const localVarPath = `/entitlement-recommendations/assign`;
|
|
145440
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145441
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
145442
|
+
let baseOptions;
|
|
145443
|
+
if (configuration) {
|
|
145444
|
+
baseOptions = configuration.baseOptions;
|
|
145445
|
+
}
|
|
145446
|
+
|
|
145447
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
145448
|
+
const localVarHeaderParameter = {} as any;
|
|
145449
|
+
const localVarQueryParameter = {} as any;
|
|
145450
|
+
|
|
145451
|
+
// authentication userAuth required
|
|
145452
|
+
// oauth required
|
|
145453
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145454
|
+
|
|
145455
|
+
// authentication userAuth required
|
|
145456
|
+
// oauth required
|
|
145457
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
145458
|
+
|
|
145459
|
+
// authentication applicationAuth required
|
|
145460
|
+
// oauth required
|
|
145461
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
145462
|
+
|
|
145463
|
+
|
|
145464
|
+
|
|
145465
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
145466
|
+
|
|
145467
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145468
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145469
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
145470
|
+
localVarRequestOptions.data = serializeDataIfNeeded(entitlementRecommendationAssignRequestV2026, localVarRequestOptions, configuration)
|
|
145471
|
+
|
|
145472
|
+
return {
|
|
145473
|
+
url: toPathString(localVarUrlObj),
|
|
145474
|
+
axiosOptions: localVarRequestOptions,
|
|
145475
|
+
};
|
|
145476
|
+
},
|
|
142764
145477
|
/**
|
|
142765
145478
|
* Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status
|
|
142766
145479
|
* @summary Submit bulk approval request
|
|
@@ -142961,6 +145674,19 @@ export const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator = function
|
|
|
142961
145674
|
export const SuggestedEntitlementDescriptionV2026ApiFp = function(configuration?: Configuration) {
|
|
142962
145675
|
const localVarAxiosParamCreator = SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator(configuration)
|
|
142963
145676
|
return {
|
|
145677
|
+
/**
|
|
145678
|
+
* Approve multiple entitlement recommendations in a single request. Each item in the request must include the recommendation ID and, depending on the record type, either an approved description (SED items) or an approved privilege level (privilege items). Returns a per-item result indicating success or failure.
|
|
145679
|
+
* @summary Bulk approve entitlement recommendations
|
|
145680
|
+
* @param {BulkApproveEntitlementRecommendationRequestV2026} bulkApproveEntitlementRecommendationRequestV2026 The list of recommendation items to approve.
|
|
145681
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145682
|
+
* @throws {RequiredError}
|
|
145683
|
+
*/
|
|
145684
|
+
async approveBulkEntitlementRecommendations(bulkApproveEntitlementRecommendationRequestV2026: BulkApproveEntitlementRecommendationRequestV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BulkApproveEntitlementRecommendationResultV2026>>> {
|
|
145685
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.approveBulkEntitlementRecommendations(bulkApproveEntitlementRecommendationRequestV2026, axiosOptions);
|
|
145686
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145687
|
+
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.approveBulkEntitlementRecommendations']?.[localVarOperationServerIndex]?.url;
|
|
145688
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
145689
|
+
},
|
|
142964
145690
|
/**
|
|
142965
145691
|
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
142966
145692
|
* @summary Create auto-write settings for SED
|
|
@@ -143016,6 +145742,34 @@ export const SuggestedEntitlementDescriptionV2026ApiFp = function(configuration?
|
|
|
143016
145742
|
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.getSedBatches']?.[localVarOperationServerIndex]?.url;
|
|
143017
145743
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
143018
145744
|
},
|
|
145745
|
+
/**
|
|
145746
|
+
* Returns a list of entitlement recommendations (SED and/or privilege) that are currently awaiting review or approval. Each record includes the recommendation type, entitlement details, and any AI-generated suggestions.
|
|
145747
|
+
* @summary List pending entitlement recommendation approvals
|
|
145748
|
+
* @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.
|
|
145749
|
+
* @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.
|
|
145750
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145751
|
+
* @throws {RequiredError}
|
|
145752
|
+
*/
|
|
145753
|
+
async listPendingEntitlementRecommendationApprovals(offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<EntitlementRecommendationRecordV2026>>> {
|
|
145754
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listPendingEntitlementRecommendationApprovals(offset, limit, axiosOptions);
|
|
145755
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145756
|
+
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.listPendingEntitlementRecommendationApprovals']?.[localVarOperationServerIndex]?.url;
|
|
145757
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
145758
|
+
},
|
|
145759
|
+
/**
|
|
145760
|
+
* Returns a list of privileged entitlement recommendation groups. Each group aggregates individual entitlement instances that share the same entitlement name and connector type, along with a recommendation score and instance count.
|
|
145761
|
+
* @summary List privileged entitlement recommendations
|
|
145762
|
+
* @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.
|
|
145763
|
+
* @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.
|
|
145764
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145765
|
+
* @throws {RequiredError}
|
|
145766
|
+
*/
|
|
145767
|
+
async listPrivilegedEntitlementRecommendations(offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PrivilegedRecommendationGroupV2026>>> {
|
|
145768
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listPrivilegedEntitlementRecommendations(offset, limit, axiosOptions);
|
|
145769
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145770
|
+
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.listPrivilegedEntitlementRecommendations']?.[localVarOperationServerIndex]?.url;
|
|
145771
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
145772
|
+
},
|
|
143019
145773
|
/**
|
|
143020
145774
|
* List of Suggested Entitlement Descriptions (SED) SED field descriptions: **batchId**: the ID of the batch of entitlements that are submitted for description generation **displayName**: the display name of the entitlement that we are generating a description for **sourceName**: the name of the source associated with the entitlement that we are generating the description for **sourceId**: the ID of the source associated with the entitlement that we are generating the description for **status**: the status of the suggested entitlement description, valid status options: \"requested\", \"suggested\", \"not_suggested\", \"failed\", \"assigned\", \"approved\", \"denied\" **fullText**: will filter suggested entitlement description records by text found in any of the following fields: entitlement name, entitlement display name, suggested description, source name
|
|
143021
145775
|
* @summary List suggested entitlement descriptions
|
|
@@ -143036,6 +145790,20 @@ export const SuggestedEntitlementDescriptionV2026ApiFp = function(configuration?
|
|
|
143036
145790
|
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.listSeds']?.[localVarOperationServerIndex]?.url;
|
|
143037
145791
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
143038
145792
|
},
|
|
145793
|
+
/**
|
|
145794
|
+
* Partially update a single entitlement recommendation record by its ID. Use this endpoint to update the status, description, or privilege level of a specific SED or privilege recommendation.
|
|
145795
|
+
* @summary Update an entitlement recommendation
|
|
145796
|
+
* @param {string} id The unique identifier of the entitlement recommendation to update.
|
|
145797
|
+
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The patch operations to apply to the entitlement recommendation record.
|
|
145798
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145799
|
+
* @throws {RequiredError}
|
|
145800
|
+
*/
|
|
145801
|
+
async patchEntitlementRecommendation(id: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementRecommendationRecordV2026>> {
|
|
145802
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.patchEntitlementRecommendation(id, jsonPatchOperationV2026, axiosOptions);
|
|
145803
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145804
|
+
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.patchEntitlementRecommendation']?.[localVarOperationServerIndex]?.url;
|
|
145805
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
145806
|
+
},
|
|
143039
145807
|
/**
|
|
143040
145808
|
* Patch Suggested Entitlement Description
|
|
143041
145809
|
* @summary Patch suggested entitlement description
|
|
@@ -143050,6 +145818,19 @@ export const SuggestedEntitlementDescriptionV2026ApiFp = function(configuration?
|
|
|
143050
145818
|
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.patchSed']?.[localVarOperationServerIndex]?.url;
|
|
143051
145819
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
143052
145820
|
},
|
|
145821
|
+
/**
|
|
145822
|
+
* Assign a set of entitlement recommendation records to a reviewer. The assignee can be a specific identity, a governance group, or a role-based assignee such as source owner or entitlement owner. Returns a batch ID that can be used to track the assignment.
|
|
145823
|
+
* @summary Assign entitlement recommendations for review
|
|
145824
|
+
* @param {EntitlementRecommendationAssignRequestV2026} entitlementRecommendationAssignRequestV2026 The recommendation IDs and the target assignee.
|
|
145825
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145826
|
+
* @throws {RequiredError}
|
|
145827
|
+
*/
|
|
145828
|
+
async submitEntitlementRecommendationsAssignment(entitlementRecommendationAssignRequestV2026: EntitlementRecommendationAssignRequestV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EntitlementRecommendationAssignResultV2026>> {
|
|
145829
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.submitEntitlementRecommendationsAssignment(entitlementRecommendationAssignRequestV2026, axiosOptions);
|
|
145830
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145831
|
+
const localVarOperationServerBasePath = operationServerMap['SuggestedEntitlementDescriptionV2026Api.submitEntitlementRecommendationsAssignment']?.[localVarOperationServerIndex]?.url;
|
|
145832
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
145833
|
+
},
|
|
143053
145834
|
/**
|
|
143054
145835
|
* Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status
|
|
143055
145836
|
* @summary Submit bulk approval request
|
|
@@ -143112,6 +145893,16 @@ export const SuggestedEntitlementDescriptionV2026ApiFp = function(configuration?
|
|
|
143112
145893
|
export const SuggestedEntitlementDescriptionV2026ApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
143113
145894
|
const localVarFp = SuggestedEntitlementDescriptionV2026ApiFp(configuration)
|
|
143114
145895
|
return {
|
|
145896
|
+
/**
|
|
145897
|
+
* Approve multiple entitlement recommendations in a single request. Each item in the request must include the recommendation ID and, depending on the record type, either an approved description (SED items) or an approved privilege level (privilege items). Returns a per-item result indicating success or failure.
|
|
145898
|
+
* @summary Bulk approve entitlement recommendations
|
|
145899
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest} requestParameters Request parameters.
|
|
145900
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145901
|
+
* @throws {RequiredError}
|
|
145902
|
+
*/
|
|
145903
|
+
approveBulkEntitlementRecommendations(requestParameters: SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<BulkApproveEntitlementRecommendationResultV2026>> {
|
|
145904
|
+
return localVarFp.approveBulkEntitlementRecommendations(requestParameters.bulkApproveEntitlementRecommendationRequestV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
145905
|
+
},
|
|
143115
145906
|
/**
|
|
143116
145907
|
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
143117
145908
|
* @summary Create auto-write settings for SED
|
|
@@ -143151,6 +145942,26 @@ export const SuggestedEntitlementDescriptionV2026ApiFactory = function (configur
|
|
|
143151
145942
|
getSedBatches(requestParameters: SuggestedEntitlementDescriptionV2026ApiGetSedBatchesRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SedBatchRecordV2026>> {
|
|
143152
145943
|
return localVarFp.getSedBatches(requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.countOnly, requestParameters.status, axiosOptions).then((request) => request(axios, basePath));
|
|
143153
145944
|
},
|
|
145945
|
+
/**
|
|
145946
|
+
* Returns a list of entitlement recommendations (SED and/or privilege) that are currently awaiting review or approval. Each record includes the recommendation type, entitlement details, and any AI-generated suggestions.
|
|
145947
|
+
* @summary List pending entitlement recommendation approvals
|
|
145948
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest} requestParameters Request parameters.
|
|
145949
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145950
|
+
* @throws {RequiredError}
|
|
145951
|
+
*/
|
|
145952
|
+
listPendingEntitlementRecommendationApprovals(requestParameters: SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<EntitlementRecommendationRecordV2026>> {
|
|
145953
|
+
return localVarFp.listPendingEntitlementRecommendationApprovals(requestParameters.offset, requestParameters.limit, axiosOptions).then((request) => request(axios, basePath));
|
|
145954
|
+
},
|
|
145955
|
+
/**
|
|
145956
|
+
* Returns a list of privileged entitlement recommendation groups. Each group aggregates individual entitlement instances that share the same entitlement name and connector type, along with a recommendation score and instance count.
|
|
145957
|
+
* @summary List privileged entitlement recommendations
|
|
145958
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest} requestParameters Request parameters.
|
|
145959
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145960
|
+
* @throws {RequiredError}
|
|
145961
|
+
*/
|
|
145962
|
+
listPrivilegedEntitlementRecommendations(requestParameters: SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<PrivilegedRecommendationGroupV2026>> {
|
|
145963
|
+
return localVarFp.listPrivilegedEntitlementRecommendations(requestParameters.offset, requestParameters.limit, axiosOptions).then((request) => request(axios, basePath));
|
|
145964
|
+
},
|
|
143154
145965
|
/**
|
|
143155
145966
|
* List of Suggested Entitlement Descriptions (SED) SED field descriptions: **batchId**: the ID of the batch of entitlements that are submitted for description generation **displayName**: the display name of the entitlement that we are generating a description for **sourceName**: the name of the source associated with the entitlement that we are generating the description for **sourceId**: the ID of the source associated with the entitlement that we are generating the description for **status**: the status of the suggested entitlement description, valid status options: \"requested\", \"suggested\", \"not_suggested\", \"failed\", \"assigned\", \"approved\", \"denied\" **fullText**: will filter suggested entitlement description records by text found in any of the following fields: entitlement name, entitlement display name, suggested description, source name
|
|
143156
145967
|
* @summary List suggested entitlement descriptions
|
|
@@ -143161,6 +145972,16 @@ export const SuggestedEntitlementDescriptionV2026ApiFactory = function (configur
|
|
|
143161
145972
|
listSeds(requestParameters: SuggestedEntitlementDescriptionV2026ApiListSedsRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SedV2026>> {
|
|
143162
145973
|
return localVarFp.listSeds(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.countOnly, requestParameters.requestedByAnyone, requestParameters.showPendingStatusOnly, axiosOptions).then((request) => request(axios, basePath));
|
|
143163
145974
|
},
|
|
145975
|
+
/**
|
|
145976
|
+
* Partially update a single entitlement recommendation record by its ID. Use this endpoint to update the status, description, or privilege level of a specific SED or privilege recommendation.
|
|
145977
|
+
* @summary Update an entitlement recommendation
|
|
145978
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest} requestParameters Request parameters.
|
|
145979
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
145980
|
+
* @throws {RequiredError}
|
|
145981
|
+
*/
|
|
145982
|
+
patchEntitlementRecommendation(requestParameters: SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<EntitlementRecommendationRecordV2026> {
|
|
145983
|
+
return localVarFp.patchEntitlementRecommendation(requestParameters.id, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
145984
|
+
},
|
|
143164
145985
|
/**
|
|
143165
145986
|
* Patch Suggested Entitlement Description
|
|
143166
145987
|
* @summary Patch suggested entitlement description
|
|
@@ -143171,6 +145992,16 @@ export const SuggestedEntitlementDescriptionV2026ApiFactory = function (configur
|
|
|
143171
145992
|
patchSed(requestParameters: SuggestedEntitlementDescriptionV2026ApiPatchSedRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SedV2026> {
|
|
143172
145993
|
return localVarFp.patchSed(requestParameters.id, requestParameters.sedPatchV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
143173
145994
|
},
|
|
145995
|
+
/**
|
|
145996
|
+
* Assign a set of entitlement recommendation records to a reviewer. The assignee can be a specific identity, a governance group, or a role-based assignee such as source owner or entitlement owner. Returns a batch ID that can be used to track the assignment.
|
|
145997
|
+
* @summary Assign entitlement recommendations for review
|
|
145998
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest} requestParameters Request parameters.
|
|
145999
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146000
|
+
* @throws {RequiredError}
|
|
146001
|
+
*/
|
|
146002
|
+
submitEntitlementRecommendationsAssignment(requestParameters: SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<EntitlementRecommendationAssignResultV2026> {
|
|
146003
|
+
return localVarFp.submitEntitlementRecommendationsAssignment(requestParameters.entitlementRecommendationAssignRequestV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
146004
|
+
},
|
|
143174
146005
|
/**
|
|
143175
146006
|
* Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status
|
|
143176
146007
|
* @summary Submit bulk approval request
|
|
@@ -143214,6 +146045,20 @@ export const SuggestedEntitlementDescriptionV2026ApiFactory = function (configur
|
|
|
143214
146045
|
};
|
|
143215
146046
|
};
|
|
143216
146047
|
|
|
146048
|
+
/**
|
|
146049
|
+
* Request parameters for approveBulkEntitlementRecommendations operation in SuggestedEntitlementDescriptionV2026Api.
|
|
146050
|
+
* @export
|
|
146051
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest
|
|
146052
|
+
*/
|
|
146053
|
+
export interface SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest {
|
|
146054
|
+
/**
|
|
146055
|
+
* The list of recommendation items to approve.
|
|
146056
|
+
* @type {BulkApproveEntitlementRecommendationRequestV2026}
|
|
146057
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendations
|
|
146058
|
+
*/
|
|
146059
|
+
readonly bulkApproveEntitlementRecommendationRequestV2026: BulkApproveEntitlementRecommendationRequestV2026
|
|
146060
|
+
}
|
|
146061
|
+
|
|
143217
146062
|
/**
|
|
143218
146063
|
* Request parameters for createAutoWriteSettings operation in SuggestedEntitlementDescriptionV2026Api.
|
|
143219
146064
|
* @export
|
|
@@ -143284,6 +146129,48 @@ export interface SuggestedEntitlementDescriptionV2026ApiGetSedBatchesRequest {
|
|
|
143284
146129
|
readonly status?: string
|
|
143285
146130
|
}
|
|
143286
146131
|
|
|
146132
|
+
/**
|
|
146133
|
+
* Request parameters for listPendingEntitlementRecommendationApprovals operation in SuggestedEntitlementDescriptionV2026Api.
|
|
146134
|
+
* @export
|
|
146135
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest
|
|
146136
|
+
*/
|
|
146137
|
+
export interface SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest {
|
|
146138
|
+
/**
|
|
146139
|
+
* 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.
|
|
146140
|
+
* @type {number}
|
|
146141
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovals
|
|
146142
|
+
*/
|
|
146143
|
+
readonly offset?: number
|
|
146144
|
+
|
|
146145
|
+
/**
|
|
146146
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
146147
|
+
* @type {number}
|
|
146148
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovals
|
|
146149
|
+
*/
|
|
146150
|
+
readonly limit?: number
|
|
146151
|
+
}
|
|
146152
|
+
|
|
146153
|
+
/**
|
|
146154
|
+
* Request parameters for listPrivilegedEntitlementRecommendations operation in SuggestedEntitlementDescriptionV2026Api.
|
|
146155
|
+
* @export
|
|
146156
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest
|
|
146157
|
+
*/
|
|
146158
|
+
export interface SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest {
|
|
146159
|
+
/**
|
|
146160
|
+
* 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.
|
|
146161
|
+
* @type {number}
|
|
146162
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendations
|
|
146163
|
+
*/
|
|
146164
|
+
readonly offset?: number
|
|
146165
|
+
|
|
146166
|
+
/**
|
|
146167
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
146168
|
+
* @type {number}
|
|
146169
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendations
|
|
146170
|
+
*/
|
|
146171
|
+
readonly limit?: number
|
|
146172
|
+
}
|
|
146173
|
+
|
|
143287
146174
|
/**
|
|
143288
146175
|
* Request parameters for listSeds operation in SuggestedEntitlementDescriptionV2026Api.
|
|
143289
146176
|
* @export
|
|
@@ -143347,6 +146234,27 @@ export interface SuggestedEntitlementDescriptionV2026ApiListSedsRequest {
|
|
|
143347
146234
|
readonly showPendingStatusOnly?: boolean
|
|
143348
146235
|
}
|
|
143349
146236
|
|
|
146237
|
+
/**
|
|
146238
|
+
* Request parameters for patchEntitlementRecommendation operation in SuggestedEntitlementDescriptionV2026Api.
|
|
146239
|
+
* @export
|
|
146240
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest
|
|
146241
|
+
*/
|
|
146242
|
+
export interface SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest {
|
|
146243
|
+
/**
|
|
146244
|
+
* The unique identifier of the entitlement recommendation to update.
|
|
146245
|
+
* @type {string}
|
|
146246
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendation
|
|
146247
|
+
*/
|
|
146248
|
+
readonly id: string
|
|
146249
|
+
|
|
146250
|
+
/**
|
|
146251
|
+
* The patch operations to apply to the entitlement recommendation record.
|
|
146252
|
+
* @type {Array<JsonPatchOperationV2026>}
|
|
146253
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendation
|
|
146254
|
+
*/
|
|
146255
|
+
readonly jsonPatchOperationV2026: Array<JsonPatchOperationV2026>
|
|
146256
|
+
}
|
|
146257
|
+
|
|
143350
146258
|
/**
|
|
143351
146259
|
* Request parameters for patchSed operation in SuggestedEntitlementDescriptionV2026Api.
|
|
143352
146260
|
* @export
|
|
@@ -143368,6 +146276,20 @@ export interface SuggestedEntitlementDescriptionV2026ApiPatchSedRequest {
|
|
|
143368
146276
|
readonly sedPatchV2026: Array<SedPatchV2026>
|
|
143369
146277
|
}
|
|
143370
146278
|
|
|
146279
|
+
/**
|
|
146280
|
+
* Request parameters for submitEntitlementRecommendationsAssignment operation in SuggestedEntitlementDescriptionV2026Api.
|
|
146281
|
+
* @export
|
|
146282
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest
|
|
146283
|
+
*/
|
|
146284
|
+
export interface SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest {
|
|
146285
|
+
/**
|
|
146286
|
+
* The recommendation IDs and the target assignee.
|
|
146287
|
+
* @type {EntitlementRecommendationAssignRequestV2026}
|
|
146288
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignment
|
|
146289
|
+
*/
|
|
146290
|
+
readonly entitlementRecommendationAssignRequestV2026: EntitlementRecommendationAssignRequestV2026
|
|
146291
|
+
}
|
|
146292
|
+
|
|
143371
146293
|
/**
|
|
143372
146294
|
* Request parameters for submitSedApproval operation in SuggestedEntitlementDescriptionV2026Api.
|
|
143373
146295
|
* @export
|
|
@@ -143431,6 +146353,18 @@ export interface SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsR
|
|
|
143431
146353
|
* @extends {BaseAPI}
|
|
143432
146354
|
*/
|
|
143433
146355
|
export class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
146356
|
+
/**
|
|
146357
|
+
* Approve multiple entitlement recommendations in a single request. Each item in the request must include the recommendation ID and, depending on the record type, either an approved description (SED items) or an approved privilege level (privilege items). Returns a per-item result indicating success or failure.
|
|
146358
|
+
* @summary Bulk approve entitlement recommendations
|
|
146359
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest} requestParameters Request parameters.
|
|
146360
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146361
|
+
* @throws {RequiredError}
|
|
146362
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
146363
|
+
*/
|
|
146364
|
+
public approveBulkEntitlementRecommendations(requestParameters: SuggestedEntitlementDescriptionV2026ApiApproveBulkEntitlementRecommendationsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
146365
|
+
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).approveBulkEntitlementRecommendations(requestParameters.bulkApproveEntitlementRecommendationRequestV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
146366
|
+
}
|
|
146367
|
+
|
|
143434
146368
|
/**
|
|
143435
146369
|
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
143436
146370
|
* @summary Create auto-write settings for SED
|
|
@@ -143478,6 +146412,30 @@ export class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
|
143478
146412
|
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).getSedBatches(requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.countOnly, requestParameters.status, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
143479
146413
|
}
|
|
143480
146414
|
|
|
146415
|
+
/**
|
|
146416
|
+
* Returns a list of entitlement recommendations (SED and/or privilege) that are currently awaiting review or approval. Each record includes the recommendation type, entitlement details, and any AI-generated suggestions.
|
|
146417
|
+
* @summary List pending entitlement recommendation approvals
|
|
146418
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest} requestParameters Request parameters.
|
|
146419
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146420
|
+
* @throws {RequiredError}
|
|
146421
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
146422
|
+
*/
|
|
146423
|
+
public listPendingEntitlementRecommendationApprovals(requestParameters: SuggestedEntitlementDescriptionV2026ApiListPendingEntitlementRecommendationApprovalsRequest = {}, axiosOptions?: RawAxiosRequestConfig) {
|
|
146424
|
+
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).listPendingEntitlementRecommendationApprovals(requestParameters.offset, requestParameters.limit, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
146425
|
+
}
|
|
146426
|
+
|
|
146427
|
+
/**
|
|
146428
|
+
* Returns a list of privileged entitlement recommendation groups. Each group aggregates individual entitlement instances that share the same entitlement name and connector type, along with a recommendation score and instance count.
|
|
146429
|
+
* @summary List privileged entitlement recommendations
|
|
146430
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest} requestParameters Request parameters.
|
|
146431
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146432
|
+
* @throws {RequiredError}
|
|
146433
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
146434
|
+
*/
|
|
146435
|
+
public listPrivilegedEntitlementRecommendations(requestParameters: SuggestedEntitlementDescriptionV2026ApiListPrivilegedEntitlementRecommendationsRequest = {}, axiosOptions?: RawAxiosRequestConfig) {
|
|
146436
|
+
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).listPrivilegedEntitlementRecommendations(requestParameters.offset, requestParameters.limit, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
146437
|
+
}
|
|
146438
|
+
|
|
143481
146439
|
/**
|
|
143482
146440
|
* List of Suggested Entitlement Descriptions (SED) SED field descriptions: **batchId**: the ID of the batch of entitlements that are submitted for description generation **displayName**: the display name of the entitlement that we are generating a description for **sourceName**: the name of the source associated with the entitlement that we are generating the description for **sourceId**: the ID of the source associated with the entitlement that we are generating the description for **status**: the status of the suggested entitlement description, valid status options: \"requested\", \"suggested\", \"not_suggested\", \"failed\", \"assigned\", \"approved\", \"denied\" **fullText**: will filter suggested entitlement description records by text found in any of the following fields: entitlement name, entitlement display name, suggested description, source name
|
|
143483
146441
|
* @summary List suggested entitlement descriptions
|
|
@@ -143490,6 +146448,18 @@ export class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
|
143490
146448
|
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).listSeds(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.countOnly, requestParameters.requestedByAnyone, requestParameters.showPendingStatusOnly, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
143491
146449
|
}
|
|
143492
146450
|
|
|
146451
|
+
/**
|
|
146452
|
+
* Partially update a single entitlement recommendation record by its ID. Use this endpoint to update the status, description, or privilege level of a specific SED or privilege recommendation.
|
|
146453
|
+
* @summary Update an entitlement recommendation
|
|
146454
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest} requestParameters Request parameters.
|
|
146455
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146456
|
+
* @throws {RequiredError}
|
|
146457
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
146458
|
+
*/
|
|
146459
|
+
public patchEntitlementRecommendation(requestParameters: SuggestedEntitlementDescriptionV2026ApiPatchEntitlementRecommendationRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
146460
|
+
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).patchEntitlementRecommendation(requestParameters.id, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
146461
|
+
}
|
|
146462
|
+
|
|
143493
146463
|
/**
|
|
143494
146464
|
* Patch Suggested Entitlement Description
|
|
143495
146465
|
* @summary Patch suggested entitlement description
|
|
@@ -143502,6 +146472,18 @@ export class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
|
143502
146472
|
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).patchSed(requestParameters.id, requestParameters.sedPatchV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
143503
146473
|
}
|
|
143504
146474
|
|
|
146475
|
+
/**
|
|
146476
|
+
* Assign a set of entitlement recommendation records to a reviewer. The assignee can be a specific identity, a governance group, or a role-based assignee such as source owner or entitlement owner. Returns a batch ID that can be used to track the assignment.
|
|
146477
|
+
* @summary Assign entitlement recommendations for review
|
|
146478
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest} requestParameters Request parameters.
|
|
146479
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
146480
|
+
* @throws {RequiredError}
|
|
146481
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
146482
|
+
*/
|
|
146483
|
+
public submitEntitlementRecommendationsAssignment(requestParameters: SuggestedEntitlementDescriptionV2026ApiSubmitEntitlementRecommendationsAssignmentRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
146484
|
+
return SuggestedEntitlementDescriptionV2026ApiFp(this.configuration).submitEntitlementRecommendationsAssignment(requestParameters.entitlementRecommendationAssignRequestV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
146485
|
+
}
|
|
146486
|
+
|
|
143505
146487
|
/**
|
|
143506
146488
|
* Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status
|
|
143507
146489
|
* @summary Submit bulk approval request
|
|
@@ -145533,17 +148515,12 @@ export class TenantV2026Api extends BaseAPI {
|
|
|
145533
148515
|
export const TenantContextV2026ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
145534
148516
|
return {
|
|
145535
148517
|
/**
|
|
145536
|
-
* Returns
|
|
148518
|
+
* 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.
|
|
145537
148519
|
* @summary Retrieve tenant context
|
|
145538
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
145539
148520
|
* @param {*} [axiosOptions] Override http request option.
|
|
145540
148521
|
* @throws {RequiredError}
|
|
145541
148522
|
*/
|
|
145542
|
-
getTenantContext: async (
|
|
145543
|
-
if (xSailPointExperimental === undefined) {
|
|
145544
|
-
xSailPointExperimental = 'true';
|
|
145545
|
-
}
|
|
145546
|
-
|
|
148523
|
+
getTenantContext: async (axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145547
148524
|
const localVarPath = `/tenant-context`;
|
|
145548
148525
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145549
148526
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -145570,9 +148547,6 @@ export const TenantContextV2026ApiAxiosParamCreator = function (configuration?:
|
|
|
145570
148547
|
|
|
145571
148548
|
|
|
145572
148549
|
|
|
145573
|
-
if (xSailPointExperimental != null) {
|
|
145574
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
145575
|
-
}
|
|
145576
148550
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145577
148551
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145578
148552
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -145586,17 +148560,12 @@ export const TenantContextV2026ApiAxiosParamCreator = function (configuration?:
|
|
|
145586
148560
|
* 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.
|
|
145587
148561
|
* @summary Update tenant context
|
|
145588
148562
|
* @param {JsonPatchOperationV2026} jsonPatchOperationV2026
|
|
145589
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
145590
148563
|
* @param {*} [axiosOptions] Override http request option.
|
|
145591
148564
|
* @throws {RequiredError}
|
|
145592
148565
|
*/
|
|
145593
|
-
patchTenantContext: async (jsonPatchOperationV2026: JsonPatchOperationV2026,
|
|
148566
|
+
patchTenantContext: async (jsonPatchOperationV2026: JsonPatchOperationV2026, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
145594
148567
|
// verify required parameter 'jsonPatchOperationV2026' is not null or undefined
|
|
145595
148568
|
assertParamExists('patchTenantContext', 'jsonPatchOperationV2026', jsonPatchOperationV2026)
|
|
145596
|
-
if (xSailPointExperimental === undefined) {
|
|
145597
|
-
xSailPointExperimental = 'true';
|
|
145598
|
-
}
|
|
145599
|
-
|
|
145600
148569
|
const localVarPath = `/tenant-context`;
|
|
145601
148570
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145602
148571
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -145625,9 +148594,6 @@ export const TenantContextV2026ApiAxiosParamCreator = function (configuration?:
|
|
|
145625
148594
|
|
|
145626
148595
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
145627
148596
|
|
|
145628
|
-
if (xSailPointExperimental != null) {
|
|
145629
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
145630
|
-
}
|
|
145631
148597
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145632
148598
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145633
148599
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -145649,14 +148615,13 @@ export const TenantContextV2026ApiFp = function(configuration?: Configuration) {
|
|
|
145649
148615
|
const localVarAxiosParamCreator = TenantContextV2026ApiAxiosParamCreator(configuration)
|
|
145650
148616
|
return {
|
|
145651
148617
|
/**
|
|
145652
|
-
* Returns
|
|
148618
|
+
* 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.
|
|
145653
148619
|
* @summary Retrieve tenant context
|
|
145654
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
145655
148620
|
* @param {*} [axiosOptions] Override http request option.
|
|
145656
148621
|
* @throws {RequiredError}
|
|
145657
148622
|
*/
|
|
145658
|
-
async getTenantContext(
|
|
145659
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(
|
|
148623
|
+
async getTenantContext(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetTenantContext200ResponseInnerV2026>>> {
|
|
148624
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(axiosOptions);
|
|
145660
148625
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145661
148626
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2026Api.getTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
145662
148627
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -145665,12 +148630,11 @@ export const TenantContextV2026ApiFp = function(configuration?: Configuration) {
|
|
|
145665
148630
|
* 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.
|
|
145666
148631
|
* @summary Update tenant context
|
|
145667
148632
|
* @param {JsonPatchOperationV2026} jsonPatchOperationV2026
|
|
145668
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
145669
148633
|
* @param {*} [axiosOptions] Override http request option.
|
|
145670
148634
|
* @throws {RequiredError}
|
|
145671
148635
|
*/
|
|
145672
|
-
async patchTenantContext(jsonPatchOperationV2026: JsonPatchOperationV2026,
|
|
145673
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2026,
|
|
148636
|
+
async patchTenantContext(jsonPatchOperationV2026: JsonPatchOperationV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
148637
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2026, axiosOptions);
|
|
145674
148638
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
145675
148639
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2026Api.patchTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
145676
148640
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -145686,14 +148650,13 @@ export const TenantContextV2026ApiFactory = function (configuration?: Configurat
|
|
|
145686
148650
|
const localVarFp = TenantContextV2026ApiFp(configuration)
|
|
145687
148651
|
return {
|
|
145688
148652
|
/**
|
|
145689
|
-
* Returns
|
|
148653
|
+
* 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.
|
|
145690
148654
|
* @summary Retrieve tenant context
|
|
145691
|
-
* @param {TenantContextV2026ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
145692
148655
|
* @param {*} [axiosOptions] Override http request option.
|
|
145693
148656
|
* @throws {RequiredError}
|
|
145694
148657
|
*/
|
|
145695
|
-
getTenantContext(
|
|
145696
|
-
return localVarFp.getTenantContext(
|
|
148658
|
+
getTenantContext(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetTenantContext200ResponseInnerV2026>> {
|
|
148659
|
+
return localVarFp.getTenantContext(axiosOptions).then((request) => request(axios, basePath));
|
|
145697
148660
|
},
|
|
145698
148661
|
/**
|
|
145699
148662
|
* 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.
|
|
@@ -145703,25 +148666,11 @@ export const TenantContextV2026ApiFactory = function (configuration?: Configurat
|
|
|
145703
148666
|
* @throws {RequiredError}
|
|
145704
148667
|
*/
|
|
145705
148668
|
patchTenantContext(requestParameters: TenantContextV2026ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
145706
|
-
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2026,
|
|
148669
|
+
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
145707
148670
|
},
|
|
145708
148671
|
};
|
|
145709
148672
|
};
|
|
145710
148673
|
|
|
145711
|
-
/**
|
|
145712
|
-
* Request parameters for getTenantContext operation in TenantContextV2026Api.
|
|
145713
|
-
* @export
|
|
145714
|
-
* @interface TenantContextV2026ApiGetTenantContextRequest
|
|
145715
|
-
*/
|
|
145716
|
-
export interface TenantContextV2026ApiGetTenantContextRequest {
|
|
145717
|
-
/**
|
|
145718
|
-
* Use this header to enable this experimental API.
|
|
145719
|
-
* @type {string}
|
|
145720
|
-
* @memberof TenantContextV2026ApiGetTenantContext
|
|
145721
|
-
*/
|
|
145722
|
-
readonly xSailPointExperimental?: string
|
|
145723
|
-
}
|
|
145724
|
-
|
|
145725
148674
|
/**
|
|
145726
148675
|
* Request parameters for patchTenantContext operation in TenantContextV2026Api.
|
|
145727
148676
|
* @export
|
|
@@ -145734,13 +148683,6 @@ export interface TenantContextV2026ApiPatchTenantContextRequest {
|
|
|
145734
148683
|
* @memberof TenantContextV2026ApiPatchTenantContext
|
|
145735
148684
|
*/
|
|
145736
148685
|
readonly jsonPatchOperationV2026: JsonPatchOperationV2026
|
|
145737
|
-
|
|
145738
|
-
/**
|
|
145739
|
-
* Use this header to enable this experimental API.
|
|
145740
|
-
* @type {string}
|
|
145741
|
-
* @memberof TenantContextV2026ApiPatchTenantContext
|
|
145742
|
-
*/
|
|
145743
|
-
readonly xSailPointExperimental?: string
|
|
145744
148686
|
}
|
|
145745
148687
|
|
|
145746
148688
|
/**
|
|
@@ -145751,15 +148693,14 @@ export interface TenantContextV2026ApiPatchTenantContextRequest {
|
|
|
145751
148693
|
*/
|
|
145752
148694
|
export class TenantContextV2026Api extends BaseAPI {
|
|
145753
148695
|
/**
|
|
145754
|
-
* Returns
|
|
148696
|
+
* 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.
|
|
145755
148697
|
* @summary Retrieve tenant context
|
|
145756
|
-
* @param {TenantContextV2026ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
145757
148698
|
* @param {*} [axiosOptions] Override http request option.
|
|
145758
148699
|
* @throws {RequiredError}
|
|
145759
148700
|
* @memberof TenantContextV2026Api
|
|
145760
148701
|
*/
|
|
145761
|
-
public getTenantContext(
|
|
145762
|
-
return TenantContextV2026ApiFp(this.configuration).getTenantContext(
|
|
148702
|
+
public getTenantContext(axiosOptions?: RawAxiosRequestConfig) {
|
|
148703
|
+
return TenantContextV2026ApiFp(this.configuration).getTenantContext(axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
145763
148704
|
}
|
|
145764
148705
|
|
|
145765
148706
|
/**
|
|
@@ -145771,7 +148712,7 @@ export class TenantContextV2026Api extends BaseAPI {
|
|
|
145771
148712
|
* @memberof TenantContextV2026Api
|
|
145772
148713
|
*/
|
|
145773
148714
|
public patchTenantContext(requestParameters: TenantContextV2026ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
145774
|
-
return TenantContextV2026ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2026,
|
|
148715
|
+
return TenantContextV2026ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
145775
148716
|
}
|
|
145776
148717
|
}
|
|
145777
148718
|
|