sailpoint-api-client 1.8.13 → 1.8.15
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/common.ts +2 -2
- package/beta/package.json +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 +32 -32
- package/dist/v2024/api.js +32 -32
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +40 -40
- package/dist/v2025/api.js +40 -40
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +912 -139
- package/dist/v2026/api.js +1180 -276
- 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 +32 -32
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +40 -40
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +1574 -352
- 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/dist/v2026/api.d.ts
CHANGED
|
@@ -5056,19 +5056,6 @@ export interface AccountCreatedV2026 {
|
|
|
5056
5056
|
*/
|
|
5057
5057
|
'identity': IdentityReference1V2026;
|
|
5058
5058
|
}
|
|
5059
|
-
/**
|
|
5060
|
-
* Asynchronous response containing a unique tracking ID for the account deletion request
|
|
5061
|
-
* @export
|
|
5062
|
-
* @interface AccountDeleteAsyncResultV2026
|
|
5063
|
-
*/
|
|
5064
|
-
export interface AccountDeleteAsyncResultV2026 {
|
|
5065
|
-
/**
|
|
5066
|
-
* Id of the deletion request
|
|
5067
|
-
* @type {string}
|
|
5068
|
-
* @memberof AccountDeleteAsyncResultV2026
|
|
5069
|
-
*/
|
|
5070
|
-
'accountRequestId': string;
|
|
5071
|
-
}
|
|
5072
5059
|
/**
|
|
5073
5060
|
* detailed information about account delete approval config
|
|
5074
5061
|
* @export
|
|
@@ -5397,6 +5384,99 @@ export interface AccountItemRefV2026 {
|
|
|
5397
5384
|
*/
|
|
5398
5385
|
'nativeIdentity'?: string;
|
|
5399
5386
|
}
|
|
5387
|
+
/**
|
|
5388
|
+
* Asynchronous response containing a unique tracking ID for the account request
|
|
5389
|
+
* @export
|
|
5390
|
+
* @interface AccountRequestAsyncResultV2026
|
|
5391
|
+
*/
|
|
5392
|
+
export interface AccountRequestAsyncResultV2026 {
|
|
5393
|
+
/**
|
|
5394
|
+
* Id of the account request
|
|
5395
|
+
* @type {string}
|
|
5396
|
+
* @memberof AccountRequestAsyncResultV2026
|
|
5397
|
+
*/
|
|
5398
|
+
'accountRequestId': string;
|
|
5399
|
+
}
|
|
5400
|
+
/**
|
|
5401
|
+
*
|
|
5402
|
+
* @export
|
|
5403
|
+
* @interface AccountRequestDetailsDtoRequesterV2026
|
|
5404
|
+
*/
|
|
5405
|
+
export interface AccountRequestDetailsDtoRequesterV2026 {
|
|
5406
|
+
/**
|
|
5407
|
+
*
|
|
5408
|
+
* @type {DtoTypeV2026}
|
|
5409
|
+
* @memberof AccountRequestDetailsDtoRequesterV2026
|
|
5410
|
+
*/
|
|
5411
|
+
'type'?: DtoTypeV2026;
|
|
5412
|
+
/**
|
|
5413
|
+
* ID of the object to which this reference applies
|
|
5414
|
+
* @type {string}
|
|
5415
|
+
* @memberof AccountRequestDetailsDtoRequesterV2026
|
|
5416
|
+
*/
|
|
5417
|
+
'id'?: string;
|
|
5418
|
+
/**
|
|
5419
|
+
* Human-readable display name of the object to which this reference applies
|
|
5420
|
+
* @type {string}
|
|
5421
|
+
* @memberof AccountRequestDetailsDtoRequesterV2026
|
|
5422
|
+
*/
|
|
5423
|
+
'name'?: string;
|
|
5424
|
+
}
|
|
5425
|
+
/**
|
|
5426
|
+
* Represents a request to create a machine account.
|
|
5427
|
+
* @export
|
|
5428
|
+
* @interface AccountRequestDetailsDtoV2026
|
|
5429
|
+
*/
|
|
5430
|
+
export interface AccountRequestDetailsDtoV2026 {
|
|
5431
|
+
/**
|
|
5432
|
+
* Account request ID.
|
|
5433
|
+
* @type {string}
|
|
5434
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5435
|
+
*/
|
|
5436
|
+
'accountRequestId'?: string;
|
|
5437
|
+
/**
|
|
5438
|
+
* Type of the account request.
|
|
5439
|
+
* @type {string}
|
|
5440
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5441
|
+
*/
|
|
5442
|
+
'requestType'?: string;
|
|
5443
|
+
/**
|
|
5444
|
+
* Machine account creation request creation date and time.
|
|
5445
|
+
* @type {string}
|
|
5446
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5447
|
+
*/
|
|
5448
|
+
'createdAt'?: string;
|
|
5449
|
+
/**
|
|
5450
|
+
* Machine account creation request completion date and time.
|
|
5451
|
+
* @type {string}
|
|
5452
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5453
|
+
*/
|
|
5454
|
+
'completedAt'?: string | null;
|
|
5455
|
+
/**
|
|
5456
|
+
* Overall status of the creation request.
|
|
5457
|
+
* @type {string}
|
|
5458
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5459
|
+
*/
|
|
5460
|
+
'overallStatus'?: string;
|
|
5461
|
+
/**
|
|
5462
|
+
*
|
|
5463
|
+
* @type {AccountRequestDetailsDtoRequesterV2026}
|
|
5464
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5465
|
+
*/
|
|
5466
|
+
'requester'?: AccountRequestDetailsDtoRequesterV2026;
|
|
5467
|
+
/**
|
|
5468
|
+
* List of account request phases.
|
|
5469
|
+
* @type {Array<AccountRequestPhaseV2026>}
|
|
5470
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5471
|
+
*/
|
|
5472
|
+
'accountRequestPhases'?: Array<AccountRequestPhaseV2026>;
|
|
5473
|
+
/**
|
|
5474
|
+
* Detailed error information.
|
|
5475
|
+
* @type {string}
|
|
5476
|
+
* @memberof AccountRequestDetailsDtoV2026
|
|
5477
|
+
*/
|
|
5478
|
+
'errorDetails'?: string | null;
|
|
5479
|
+
}
|
|
5400
5480
|
/**
|
|
5401
5481
|
* If an account activity item is associated with an access request, captures details of that request.
|
|
5402
5482
|
* @export
|
|
@@ -5434,6 +5514,7 @@ export declare const AccountRequestPhaseStateV2026: {
|
|
|
5434
5514
|
readonly Rejected: "REJECTED";
|
|
5435
5515
|
readonly Passed: "PASSED";
|
|
5436
5516
|
readonly Failed: "FAILED";
|
|
5517
|
+
readonly NotStarted: "NOT_STARTED";
|
|
5437
5518
|
};
|
|
5438
5519
|
export type AccountRequestPhaseStateV2026 = typeof AccountRequestPhaseStateV2026[keyof typeof AccountRequestPhaseStateV2026];
|
|
5439
5520
|
/**
|
|
@@ -26973,86 +27054,215 @@ export interface LowerV2026 {
|
|
|
26973
27054
|
[key: string]: any;
|
|
26974
27055
|
};
|
|
26975
27056
|
}
|
|
27057
|
+
/**
|
|
27058
|
+
*
|
|
27059
|
+
* @export
|
|
27060
|
+
* @interface MachineAccountCreateAccessDtoSubtypesInnerV2026
|
|
27061
|
+
*/
|
|
27062
|
+
export interface MachineAccountCreateAccessDtoSubtypesInnerV2026 {
|
|
27063
|
+
/**
|
|
27064
|
+
* Subtype ID.
|
|
27065
|
+
* @type {string}
|
|
27066
|
+
* @memberof MachineAccountCreateAccessDtoSubtypesInnerV2026
|
|
27067
|
+
*/
|
|
27068
|
+
'subtypeId'?: string;
|
|
27069
|
+
/**
|
|
27070
|
+
* Entitlement ID.
|
|
27071
|
+
* @type {string}
|
|
27072
|
+
* @memberof MachineAccountCreateAccessDtoSubtypesInnerV2026
|
|
27073
|
+
*/
|
|
27074
|
+
'entitlementId'?: string;
|
|
27075
|
+
/**
|
|
27076
|
+
* Subtype display name.
|
|
27077
|
+
* @type {string}
|
|
27078
|
+
* @memberof MachineAccountCreateAccessDtoSubtypesInnerV2026
|
|
27079
|
+
*/
|
|
27080
|
+
'subtypeDisplayName'?: string;
|
|
27081
|
+
/**
|
|
27082
|
+
* Subtype technical name.
|
|
27083
|
+
* @type {string}
|
|
27084
|
+
* @memberof MachineAccountCreateAccessDtoSubtypesInnerV2026
|
|
27085
|
+
*/
|
|
27086
|
+
'subtypeTechnicalName'?: string;
|
|
27087
|
+
}
|
|
27088
|
+
/**
|
|
27089
|
+
* A summary endpoint which returns list of sources and subtypes for which user has an entitlement to request machine accounts.
|
|
27090
|
+
* @export
|
|
27091
|
+
* @interface MachineAccountCreateAccessDtoV2026
|
|
27092
|
+
*/
|
|
27093
|
+
export interface MachineAccountCreateAccessDtoV2026 {
|
|
27094
|
+
/**
|
|
27095
|
+
* Source ID.
|
|
27096
|
+
* @type {string}
|
|
27097
|
+
* @memberof MachineAccountCreateAccessDtoV2026
|
|
27098
|
+
*/
|
|
27099
|
+
'sourceId'?: string;
|
|
27100
|
+
/**
|
|
27101
|
+
* Source name.
|
|
27102
|
+
* @type {string}
|
|
27103
|
+
* @memberof MachineAccountCreateAccessDtoV2026
|
|
27104
|
+
*/
|
|
27105
|
+
'sourceName'?: string;
|
|
27106
|
+
/**
|
|
27107
|
+
* List of subtypes for which the user has an entitlement to request machine accounts.
|
|
27108
|
+
* @type {Array<MachineAccountCreateAccessDtoSubtypesInnerV2026>}
|
|
27109
|
+
* @memberof MachineAccountCreateAccessDtoV2026
|
|
27110
|
+
*/
|
|
27111
|
+
'subtypes'?: Array<MachineAccountCreateAccessDtoSubtypesInnerV2026>;
|
|
27112
|
+
}
|
|
27113
|
+
/**
|
|
27114
|
+
* Contains the required information for processing a user-initiated machine account creation request.
|
|
27115
|
+
* @export
|
|
27116
|
+
* @interface MachineAccountCreateRequestInputV2026
|
|
27117
|
+
*/
|
|
27118
|
+
export interface MachineAccountCreateRequestInputV2026 {
|
|
27119
|
+
/**
|
|
27120
|
+
* Subtype ID for which machine account create is enabled and user have the entitlement to create the machine account.
|
|
27121
|
+
* @type {string}
|
|
27122
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27123
|
+
*/
|
|
27124
|
+
'subtypeId': string;
|
|
27125
|
+
/**
|
|
27126
|
+
* Form ID selected by user for the machine account create request.
|
|
27127
|
+
* @type {string}
|
|
27128
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27129
|
+
*/
|
|
27130
|
+
'formId'?: string;
|
|
27131
|
+
/**
|
|
27132
|
+
* Owner Identity ID. This identity will be assigned as an owner of the created machine account.
|
|
27133
|
+
* @type {string}
|
|
27134
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27135
|
+
*/
|
|
27136
|
+
'ownerIdentityId': string;
|
|
27137
|
+
/**
|
|
27138
|
+
* Machine identity to correlate with the created machine account. If not provided, a new machine identity will be created.
|
|
27139
|
+
* @type {string}
|
|
27140
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27141
|
+
*/
|
|
27142
|
+
'machineIdentityId'?: string | null;
|
|
27143
|
+
/**
|
|
27144
|
+
* Environment type to use for the machine account.
|
|
27145
|
+
* @type {string}
|
|
27146
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27147
|
+
*/
|
|
27148
|
+
'environment'?: string;
|
|
27149
|
+
/**
|
|
27150
|
+
* Description for the machine account.
|
|
27151
|
+
* @type {string}
|
|
27152
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27153
|
+
*/
|
|
27154
|
+
'description'?: string;
|
|
27155
|
+
/**
|
|
27156
|
+
* Fields of the form linked to the subtype in approval settings.
|
|
27157
|
+
* @type {object}
|
|
27158
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27159
|
+
*/
|
|
27160
|
+
'userInput'?: object;
|
|
27161
|
+
/**
|
|
27162
|
+
* List of entitlement IDs to provision for created machine account.
|
|
27163
|
+
* @type {Array<string>}
|
|
27164
|
+
* @memberof MachineAccountCreateRequestInputV2026
|
|
27165
|
+
*/
|
|
27166
|
+
'entitlementIds'?: Array<string>;
|
|
27167
|
+
}
|
|
26976
27168
|
/**
|
|
26977
27169
|
* Configuration options for machine account creation, including whether creation is enabled, if approval is required, associated form and entitlement IDs, and detailed approval settings such as approvers and allowed comment types.
|
|
26978
27170
|
* @export
|
|
26979
|
-
* @interface
|
|
27171
|
+
* @interface MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
26980
27172
|
*/
|
|
26981
|
-
export interface
|
|
27173
|
+
export interface MachineAccountSubtypeConfigDtoMachineAccountCreateV2026 {
|
|
26982
27174
|
/**
|
|
26983
27175
|
* Specifies if the creation of machine accounts is allowed for this subtype.
|
|
26984
27176
|
* @type {boolean}
|
|
26985
|
-
* @memberof
|
|
27177
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
26986
27178
|
*/
|
|
26987
27179
|
'accountCreateEnabled'?: boolean;
|
|
26988
27180
|
/**
|
|
26989
|
-
* Specifies if approval is
|
|
27181
|
+
* Specifies if approval is required for machine account creation requests for this subtype.
|
|
26990
27182
|
* @type {boolean}
|
|
26991
|
-
* @memberof
|
|
27183
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
26992
27184
|
*/
|
|
26993
27185
|
'approvalRequired'?: boolean;
|
|
26994
27186
|
/**
|
|
26995
|
-
*
|
|
27187
|
+
* Id of the form linked to subtype.
|
|
26996
27188
|
* @type {string}
|
|
26997
|
-
* @memberof
|
|
27189
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
26998
27190
|
*/
|
|
26999
27191
|
'formId'?: string;
|
|
27000
27192
|
/**
|
|
27001
|
-
*
|
|
27193
|
+
* Id of the system created entitlement entitlement upon enabling account creation for this subtype.
|
|
27002
27194
|
* @type {string}
|
|
27003
|
-
* @memberof
|
|
27195
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
27004
27196
|
*/
|
|
27005
27197
|
'entitlementId'?: string;
|
|
27198
|
+
/**
|
|
27199
|
+
* This is required before enabling the account creation to true. Default value will be null.
|
|
27200
|
+
* @type {string}
|
|
27201
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
27202
|
+
*/
|
|
27203
|
+
'passwordSetting'?: MachineAccountSubtypeConfigDtoMachineAccountCreateV2026PasswordSettingV2026;
|
|
27204
|
+
/**
|
|
27205
|
+
* Name of the account attribute from the source\'s schema or new custom attribute to use when password settings is enabled.
|
|
27206
|
+
* @type {string}
|
|
27207
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
27208
|
+
*/
|
|
27209
|
+
'passwordAttribute'?: string;
|
|
27006
27210
|
/**
|
|
27007
27211
|
*
|
|
27008
|
-
* @type {
|
|
27009
|
-
* @memberof
|
|
27212
|
+
* @type {MachineSubtypeApprovalConfigV2026}
|
|
27213
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026
|
|
27010
27214
|
*/
|
|
27011
|
-
'approvalConfig'?:
|
|
27215
|
+
'approvalConfig'?: MachineSubtypeApprovalConfigV2026;
|
|
27012
27216
|
}
|
|
27217
|
+
export declare const MachineAccountSubtypeConfigDtoMachineAccountCreateV2026PasswordSettingV2026: {
|
|
27218
|
+
readonly DoNotSetPassword: "DO_NOT_SET_PASSWORD";
|
|
27219
|
+
readonly SetToExistingAttribute: "SET_TO_EXISTING_ATTRIBUTE";
|
|
27220
|
+
readonly SetToNewAttribute: "SET_TO_NEW_ATTRIBUTE";
|
|
27221
|
+
};
|
|
27222
|
+
export type MachineAccountSubtypeConfigDtoMachineAccountCreateV2026PasswordSettingV2026 = typeof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026PasswordSettingV2026[keyof typeof MachineAccountSubtypeConfigDtoMachineAccountCreateV2026PasswordSettingV2026];
|
|
27013
27223
|
/**
|
|
27014
27224
|
* Configuration options for machine account deletion, including whether approval is required, the list of authorized approvers, and the types of comments permitted during the approval workflow.
|
|
27015
27225
|
* @export
|
|
27016
|
-
* @interface
|
|
27226
|
+
* @interface MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026
|
|
27017
27227
|
*/
|
|
27018
|
-
export interface
|
|
27228
|
+
export interface MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026 {
|
|
27019
27229
|
/**
|
|
27020
27230
|
* Indicates whether approval is required for an account deletion request.
|
|
27021
27231
|
* @type {boolean}
|
|
27022
|
-
* @memberof
|
|
27232
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026
|
|
27023
27233
|
*/
|
|
27024
27234
|
'approvalRequired'?: boolean;
|
|
27025
27235
|
/**
|
|
27026
27236
|
*
|
|
27027
|
-
* @type {
|
|
27028
|
-
* @memberof
|
|
27237
|
+
* @type {MachineSubtypeApprovalConfigV2026}
|
|
27238
|
+
* @memberof MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026
|
|
27029
27239
|
*/
|
|
27030
|
-
'approvalConfig'?:
|
|
27240
|
+
'approvalConfig'?: MachineSubtypeApprovalConfigV2026;
|
|
27031
27241
|
}
|
|
27032
27242
|
/**
|
|
27033
27243
|
* Contains comprehensive configuration details for machine account subtype approval, including creation and deletion approval requirements, approver lists, form and entitlement references, and approval status options.
|
|
27034
27244
|
* @export
|
|
27035
|
-
* @interface
|
|
27245
|
+
* @interface MachineAccountSubtypeConfigDtoV2026
|
|
27036
27246
|
*/
|
|
27037
|
-
export interface
|
|
27247
|
+
export interface MachineAccountSubtypeConfigDtoV2026 {
|
|
27038
27248
|
/**
|
|
27039
27249
|
* Unique identifier representing the specific subtype of the machine account, used to distinguish between different machine account categories.
|
|
27040
27250
|
* @type {string}
|
|
27041
|
-
* @memberof
|
|
27251
|
+
* @memberof MachineAccountSubtypeConfigDtoV2026
|
|
27042
27252
|
*/
|
|
27043
27253
|
'subtypeId'?: string;
|
|
27044
27254
|
/**
|
|
27045
27255
|
*
|
|
27046
|
-
* @type {
|
|
27047
|
-
* @memberof
|
|
27256
|
+
* @type {MachineAccountSubtypeConfigDtoMachineAccountCreateV2026}
|
|
27257
|
+
* @memberof MachineAccountSubtypeConfigDtoV2026
|
|
27048
27258
|
*/
|
|
27049
|
-
'machineAccountCreate'?:
|
|
27259
|
+
'machineAccountCreate'?: MachineAccountSubtypeConfigDtoMachineAccountCreateV2026;
|
|
27050
27260
|
/**
|
|
27051
27261
|
*
|
|
27052
|
-
* @type {
|
|
27053
|
-
* @memberof
|
|
27262
|
+
* @type {MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026}
|
|
27263
|
+
* @memberof MachineAccountSubtypeConfigDtoV2026
|
|
27054
27264
|
*/
|
|
27055
|
-
'machineAccountDelete'?:
|
|
27265
|
+
'machineAccountDelete'?: MachineAccountSubtypeConfigDtoMachineAccountDeleteV2026;
|
|
27056
27266
|
}
|
|
27057
27267
|
/**
|
|
27058
27268
|
*
|
|
@@ -28602,6 +28812,25 @@ export interface MachineIdentityV2026 {
|
|
|
28602
28812
|
*/
|
|
28603
28813
|
'uuid'?: string;
|
|
28604
28814
|
}
|
|
28815
|
+
/**
|
|
28816
|
+
*
|
|
28817
|
+
* @export
|
|
28818
|
+
* @interface MachineSubtypeApprovalConfigV2026
|
|
28819
|
+
*/
|
|
28820
|
+
export interface MachineSubtypeApprovalConfigV2026 {
|
|
28821
|
+
/**
|
|
28822
|
+
* Comma separated string of approvers. Following are the options for approver types: manager, sourceOwner, accountOwner, workgroup:{workgroupId} (Governance group). Approval request will be assigned based on the order of the approvers passed. Multiple workgroups(governance groups) can be selected as an approver. >**Note:** accountOwner approver type is only for machine account delete approval settings.
|
|
28823
|
+
* @type {string}
|
|
28824
|
+
* @memberof MachineSubtypeApprovalConfigV2026
|
|
28825
|
+
*/
|
|
28826
|
+
'approvers'?: string;
|
|
28827
|
+
/**
|
|
28828
|
+
* Comment configurations for the approval request. Following are the options for comments: ALL, OFF, APPROVAL, REJECT.
|
|
28829
|
+
* @type {string}
|
|
28830
|
+
* @memberof MachineSubtypeApprovalConfigV2026
|
|
28831
|
+
*/
|
|
28832
|
+
'comments'?: string;
|
|
28833
|
+
}
|
|
28605
28834
|
/**
|
|
28606
28835
|
* MAIL FROM attributes for a domain / identity
|
|
28607
28836
|
* @export
|
|
@@ -46271,6 +46500,96 @@ export interface SourceSubtypeV2026 {
|
|
|
46271
46500
|
*/
|
|
46272
46501
|
'type'?: string;
|
|
46273
46502
|
}
|
|
46503
|
+
/**
|
|
46504
|
+
* Source reference of the subtype.
|
|
46505
|
+
* @export
|
|
46506
|
+
* @interface SourceSubtypeWithSourceSourceV2026
|
|
46507
|
+
*/
|
|
46508
|
+
export interface SourceSubtypeWithSourceSourceV2026 {
|
|
46509
|
+
/**
|
|
46510
|
+
* Type of the reference object.
|
|
46511
|
+
* @type {string}
|
|
46512
|
+
* @memberof SourceSubtypeWithSourceSourceV2026
|
|
46513
|
+
*/
|
|
46514
|
+
'type'?: SourceSubtypeWithSourceSourceV2026TypeV2026;
|
|
46515
|
+
/**
|
|
46516
|
+
* Unique identifier for the source.
|
|
46517
|
+
* @type {string}
|
|
46518
|
+
* @memberof SourceSubtypeWithSourceSourceV2026
|
|
46519
|
+
*/
|
|
46520
|
+
'id'?: string;
|
|
46521
|
+
/**
|
|
46522
|
+
* Name of the source.
|
|
46523
|
+
* @type {string}
|
|
46524
|
+
* @memberof SourceSubtypeWithSourceSourceV2026
|
|
46525
|
+
*/
|
|
46526
|
+
'name'?: string;
|
|
46527
|
+
}
|
|
46528
|
+
export declare const SourceSubtypeWithSourceSourceV2026TypeV2026: {
|
|
46529
|
+
readonly Source: "SOURCE";
|
|
46530
|
+
};
|
|
46531
|
+
export type SourceSubtypeWithSourceSourceV2026TypeV2026 = typeof SourceSubtypeWithSourceSourceV2026TypeV2026[keyof typeof SourceSubtypeWithSourceSourceV2026TypeV2026];
|
|
46532
|
+
/**
|
|
46533
|
+
*
|
|
46534
|
+
* @export
|
|
46535
|
+
* @interface SourceSubtypeWithSourceV2026
|
|
46536
|
+
*/
|
|
46537
|
+
export interface SourceSubtypeWithSourceV2026 {
|
|
46538
|
+
/**
|
|
46539
|
+
* Unique identifier for the subtype.
|
|
46540
|
+
* @type {string}
|
|
46541
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46542
|
+
*/
|
|
46543
|
+
'id'?: string;
|
|
46544
|
+
/**
|
|
46545
|
+
* The ID of the source.
|
|
46546
|
+
* @type {string}
|
|
46547
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46548
|
+
*/
|
|
46549
|
+
'sourceId'?: string;
|
|
46550
|
+
/**
|
|
46551
|
+
* Technical name of the subtype.
|
|
46552
|
+
* @type {string}
|
|
46553
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46554
|
+
*/
|
|
46555
|
+
'technicalName'?: string;
|
|
46556
|
+
/**
|
|
46557
|
+
* Display name of the subtype.
|
|
46558
|
+
* @type {string}
|
|
46559
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46560
|
+
*/
|
|
46561
|
+
'displayName'?: string;
|
|
46562
|
+
/**
|
|
46563
|
+
* Description of the subtype.
|
|
46564
|
+
* @type {string}
|
|
46565
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46566
|
+
*/
|
|
46567
|
+
'description'?: string;
|
|
46568
|
+
/**
|
|
46569
|
+
* Creation timestamp.
|
|
46570
|
+
* @type {string}
|
|
46571
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46572
|
+
*/
|
|
46573
|
+
'created'?: string;
|
|
46574
|
+
/**
|
|
46575
|
+
* Last modified timestamp.
|
|
46576
|
+
* @type {string}
|
|
46577
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46578
|
+
*/
|
|
46579
|
+
'modified'?: string;
|
|
46580
|
+
/**
|
|
46581
|
+
* Type of the subtype. Either MACHINE OR null.
|
|
46582
|
+
* @type {string}
|
|
46583
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46584
|
+
*/
|
|
46585
|
+
'type'?: string;
|
|
46586
|
+
/**
|
|
46587
|
+
*
|
|
46588
|
+
* @type {SourceSubtypeWithSourceSourceV2026}
|
|
46589
|
+
* @memberof SourceSubtypeWithSourceV2026
|
|
46590
|
+
*/
|
|
46591
|
+
'source'?: SourceSubtypeWithSourceSourceV2026;
|
|
46592
|
+
}
|
|
46274
46593
|
/**
|
|
46275
46594
|
*
|
|
46276
46595
|
* @export
|
|
@@ -55146,7 +55465,7 @@ export declare const AccountDeletionRequestsV2026ApiFp: (configuration?: Configu
|
|
|
55146
55465
|
* @param {*} [axiosOptions] Override http request option.
|
|
55147
55466
|
* @throws {RequiredError}
|
|
55148
55467
|
*/
|
|
55149
|
-
deleteAccountRequest(accountId: string, accountDeleteRequestInputV2026?: AccountDeleteRequestInputV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
55468
|
+
deleteAccountRequest(accountId: string, accountDeleteRequestInputV2026?: AccountDeleteRequestInputV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>>;
|
|
55150
55469
|
/**
|
|
55151
55470
|
* Retrieves a paginated list of account deletion requests filtered by the provided query parameters. When the \"mine\" parameter is set to true, the response includes only those deletion requests that were initiated by the currently authenticated user. If \"mine\" is false or not specified, the endpoint returns all account deletion requests associated with the current tenant, regardless of the initiator. This allows both users and administrators to view relevant deletion requests based on their access level and intent.
|
|
55152
55471
|
* @summary List of Account Deletion Requests
|
|
@@ -55171,7 +55490,7 @@ export declare const AccountDeletionRequestsV2026ApiFactory: (configuration?: Co
|
|
|
55171
55490
|
* @param {*} [axiosOptions] Override http request option.
|
|
55172
55491
|
* @throws {RequiredError}
|
|
55173
55492
|
*/
|
|
55174
|
-
deleteAccountRequest(requestParameters: AccountDeletionRequestsV2026ApiDeleteAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<
|
|
55493
|
+
deleteAccountRequest(requestParameters: AccountDeletionRequestsV2026ApiDeleteAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026>;
|
|
55175
55494
|
/**
|
|
55176
55495
|
* Retrieves a paginated list of account deletion requests filtered by the provided query parameters. When the \"mine\" parameter is set to true, the response includes only those deletion requests that were initiated by the currently authenticated user. If \"mine\" is false or not specified, the endpoint returns all account deletion requests associated with the current tenant, regardless of the initiator. This allows both users and administrators to view relevant deletion requests based on their access level and intent.
|
|
55177
55496
|
* @summary List of Account Deletion Requests
|
|
@@ -55246,7 +55565,7 @@ export declare class AccountDeletionRequestsV2026Api extends BaseAPI {
|
|
|
55246
55565
|
* @throws {RequiredError}
|
|
55247
55566
|
* @memberof AccountDeletionRequestsV2026Api
|
|
55248
55567
|
*/
|
|
55249
|
-
deleteAccountRequest(requestParameters: AccountDeletionRequestsV2026ApiDeleteAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
55568
|
+
deleteAccountRequest(requestParameters: AccountDeletionRequestsV2026ApiDeleteAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountRequestAsyncResultV2026, any>>;
|
|
55250
55569
|
/**
|
|
55251
55570
|
* Retrieves a paginated list of account deletion requests filtered by the provided query parameters. When the \"mine\" parameter is set to true, the response includes only those deletion requests that were initiated by the currently authenticated user. If \"mine\" is false or not specified, the endpoint returns all account deletion requests associated with the current tenant, regardless of the initiator. This allows both users and administrators to view relevant deletion requests based on their access level and intent.
|
|
55252
55571
|
* @summary List of Account Deletion Requests
|
|
@@ -78044,7 +78363,7 @@ export type TestMFAConfigMethodV2026 = typeof TestMFAConfigMethodV2026[keyof typ
|
|
|
78044
78363
|
export declare const MachineAccountClassifyV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
78045
78364
|
/**
|
|
78046
78365
|
* Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78047
|
-
* @summary Classify
|
|
78366
|
+
* @summary Classify single machine account
|
|
78048
78367
|
* @param {string} id Account ID.
|
|
78049
78368
|
* @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
|
|
78050
78369
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78059,7 +78378,7 @@ export declare const MachineAccountClassifyV2026ApiAxiosParamCreator: (configura
|
|
|
78059
78378
|
export declare const MachineAccountClassifyV2026ApiFp: (configuration?: Configuration) => {
|
|
78060
78379
|
/**
|
|
78061
78380
|
* Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78062
|
-
* @summary Classify
|
|
78381
|
+
* @summary Classify single machine account
|
|
78063
78382
|
* @param {string} id Account ID.
|
|
78064
78383
|
* @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
|
|
78065
78384
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78074,7 +78393,7 @@ export declare const MachineAccountClassifyV2026ApiFp: (configuration?: Configur
|
|
|
78074
78393
|
export declare const MachineAccountClassifyV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
78075
78394
|
/**
|
|
78076
78395
|
* Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78077
|
-
* @summary Classify
|
|
78396
|
+
* @summary Classify single machine account
|
|
78078
78397
|
* @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
78079
78398
|
* @param {*} [axiosOptions] Override http request option.
|
|
78080
78399
|
* @throws {RequiredError}
|
|
@@ -78109,7 +78428,7 @@ export interface MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest
|
|
|
78109
78428
|
export declare class MachineAccountClassifyV2026Api extends BaseAPI {
|
|
78110
78429
|
/**
|
|
78111
78430
|
* Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78112
|
-
* @summary Classify
|
|
78431
|
+
* @summary Classify single machine account
|
|
78113
78432
|
* @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
78114
78433
|
* @param {*} [axiosOptions] Override http request option.
|
|
78115
78434
|
* @throws {RequiredError}
|
|
@@ -78127,6 +78446,202 @@ export declare const SendClassifyMachineAccountClassificationModeV2026: {
|
|
|
78127
78446
|
readonly ForceHuman: "forceHuman";
|
|
78128
78447
|
};
|
|
78129
78448
|
export type SendClassifyMachineAccountClassificationModeV2026 = typeof SendClassifyMachineAccountClassificationModeV2026[keyof typeof SendClassifyMachineAccountClassificationModeV2026];
|
|
78449
|
+
/**
|
|
78450
|
+
* MachineAccountCreationRequestV2026Api - axios parameter creator
|
|
78451
|
+
* @export
|
|
78452
|
+
*/
|
|
78453
|
+
export declare const MachineAccountCreationRequestV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
78454
|
+
/**
|
|
78455
|
+
* Initiates machine account creation request for the specified subtype. This method validates the input data, processes the machine account creation request, and generates an asynchronous result containing a tracking ID. >**NOTE: You can only request a machine accounts on subtype for which you have a create machine account entitlement provisioned.**
|
|
78456
|
+
* @summary Submit Machine Account Creation Request
|
|
78457
|
+
* @param {MachineAccountCreateRequestInputV2026} machineAccountCreateRequestInputV2026
|
|
78458
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78459
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78460
|
+
* @throws {RequiredError}
|
|
78461
|
+
*/
|
|
78462
|
+
createMachineAccountRequest: (machineAccountCreateRequestInputV2026: MachineAccountCreateRequestInputV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78463
|
+
/**
|
|
78464
|
+
* Retrieves a account request details for machine account creation. This allows the user to view all details for given account request.
|
|
78465
|
+
* @summary Get Machine Account Creation Request
|
|
78466
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78467
|
+
* @param {string} accountRequestId Account Request ID
|
|
78468
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78469
|
+
* @throws {RequiredError}
|
|
78470
|
+
*/
|
|
78471
|
+
getCreateMachineAccountRequest: (xSailPointExperimental: string, accountRequestId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78472
|
+
/**
|
|
78473
|
+
* This endpoint retrieves the list of sources and subtypes for which logged in user has the entitlement to create a machine account. The response includes a list of object detailing the source, subtype and entitlement details which enables the clients to understand if they can submit the request to create a machine account for the given subtype.
|
|
78474
|
+
* @summary Machine Account Create Access
|
|
78475
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78476
|
+
* @param {number} [offset] Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
78477
|
+
* @param {number} [limit] Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
78478
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78479
|
+
* @throws {RequiredError}
|
|
78480
|
+
*/
|
|
78481
|
+
getMachineAccountCreateAccessInfo: (xSailPointExperimental: string, offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78482
|
+
};
|
|
78483
|
+
/**
|
|
78484
|
+
* MachineAccountCreationRequestV2026Api - functional programming interface
|
|
78485
|
+
* @export
|
|
78486
|
+
*/
|
|
78487
|
+
export declare const MachineAccountCreationRequestV2026ApiFp: (configuration?: Configuration) => {
|
|
78488
|
+
/**
|
|
78489
|
+
* Initiates machine account creation request for the specified subtype. This method validates the input data, processes the machine account creation request, and generates an asynchronous result containing a tracking ID. >**NOTE: You can only request a machine accounts on subtype for which you have a create machine account entitlement provisioned.**
|
|
78490
|
+
* @summary Submit Machine Account Creation Request
|
|
78491
|
+
* @param {MachineAccountCreateRequestInputV2026} machineAccountCreateRequestInputV2026
|
|
78492
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78493
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78494
|
+
* @throws {RequiredError}
|
|
78495
|
+
*/
|
|
78496
|
+
createMachineAccountRequest(machineAccountCreateRequestInputV2026: MachineAccountCreateRequestInputV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestAsyncResultV2026>>;
|
|
78497
|
+
/**
|
|
78498
|
+
* Retrieves a account request details for machine account creation. This allows the user to view all details for given account request.
|
|
78499
|
+
* @summary Get Machine Account Creation Request
|
|
78500
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78501
|
+
* @param {string} accountRequestId Account Request ID
|
|
78502
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78503
|
+
* @throws {RequiredError}
|
|
78504
|
+
*/
|
|
78505
|
+
getCreateMachineAccountRequest(xSailPointExperimental: string, accountRequestId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountRequestDetailsDtoV2026>>;
|
|
78506
|
+
/**
|
|
78507
|
+
* This endpoint retrieves the list of sources and subtypes for which logged in user has the entitlement to create a machine account. The response includes a list of object detailing the source, subtype and entitlement details which enables the clients to understand if they can submit the request to create a machine account for the given subtype.
|
|
78508
|
+
* @summary Machine Account Create Access
|
|
78509
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78510
|
+
* @param {number} [offset] Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
78511
|
+
* @param {number} [limit] Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
78512
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78513
|
+
* @throws {RequiredError}
|
|
78514
|
+
*/
|
|
78515
|
+
getMachineAccountCreateAccessInfo(xSailPointExperimental: string, offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineAccountCreateAccessDtoV2026>>>;
|
|
78516
|
+
};
|
|
78517
|
+
/**
|
|
78518
|
+
* MachineAccountCreationRequestV2026Api - factory interface
|
|
78519
|
+
* @export
|
|
78520
|
+
*/
|
|
78521
|
+
export declare const MachineAccountCreationRequestV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
78522
|
+
/**
|
|
78523
|
+
* Initiates machine account creation request for the specified subtype. This method validates the input data, processes the machine account creation request, and generates an asynchronous result containing a tracking ID. >**NOTE: You can only request a machine accounts on subtype for which you have a create machine account entitlement provisioned.**
|
|
78524
|
+
* @summary Submit Machine Account Creation Request
|
|
78525
|
+
* @param {MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest} requestParameters Request parameters.
|
|
78526
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78527
|
+
* @throws {RequiredError}
|
|
78528
|
+
*/
|
|
78529
|
+
createMachineAccountRequest(requestParameters: MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestAsyncResultV2026>;
|
|
78530
|
+
/**
|
|
78531
|
+
* Retrieves a account request details for machine account creation. This allows the user to view all details for given account request.
|
|
78532
|
+
* @summary Get Machine Account Creation Request
|
|
78533
|
+
* @param {MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest} requestParameters Request parameters.
|
|
78534
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78535
|
+
* @throws {RequiredError}
|
|
78536
|
+
*/
|
|
78537
|
+
getCreateMachineAccountRequest(requestParameters: MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccountRequestDetailsDtoV2026>;
|
|
78538
|
+
/**
|
|
78539
|
+
* This endpoint retrieves the list of sources and subtypes for which logged in user has the entitlement to create a machine account. The response includes a list of object detailing the source, subtype and entitlement details which enables the clients to understand if they can submit the request to create a machine account for the given subtype.
|
|
78540
|
+
* @summary Machine Account Create Access
|
|
78541
|
+
* @param {MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest} requestParameters Request parameters.
|
|
78542
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78543
|
+
* @throws {RequiredError}
|
|
78544
|
+
*/
|
|
78545
|
+
getMachineAccountCreateAccessInfo(requestParameters: MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineAccountCreateAccessDtoV2026>>;
|
|
78546
|
+
};
|
|
78547
|
+
/**
|
|
78548
|
+
* Request parameters for createMachineAccountRequest operation in MachineAccountCreationRequestV2026Api.
|
|
78549
|
+
* @export
|
|
78550
|
+
* @interface MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest
|
|
78551
|
+
*/
|
|
78552
|
+
export interface MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest {
|
|
78553
|
+
/**
|
|
78554
|
+
*
|
|
78555
|
+
* @type {MachineAccountCreateRequestInputV2026}
|
|
78556
|
+
* @memberof MachineAccountCreationRequestV2026ApiCreateMachineAccountRequest
|
|
78557
|
+
*/
|
|
78558
|
+
readonly machineAccountCreateRequestInputV2026: MachineAccountCreateRequestInputV2026;
|
|
78559
|
+
/**
|
|
78560
|
+
* Use this header to enable this experimental API.
|
|
78561
|
+
* @type {string}
|
|
78562
|
+
* @memberof MachineAccountCreationRequestV2026ApiCreateMachineAccountRequest
|
|
78563
|
+
*/
|
|
78564
|
+
readonly xSailPointExperimental?: string;
|
|
78565
|
+
}
|
|
78566
|
+
/**
|
|
78567
|
+
* Request parameters for getCreateMachineAccountRequest operation in MachineAccountCreationRequestV2026Api.
|
|
78568
|
+
* @export
|
|
78569
|
+
* @interface MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest
|
|
78570
|
+
*/
|
|
78571
|
+
export interface MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest {
|
|
78572
|
+
/**
|
|
78573
|
+
* Use this header to enable this experimental API.
|
|
78574
|
+
* @type {string}
|
|
78575
|
+
* @memberof MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequest
|
|
78576
|
+
*/
|
|
78577
|
+
readonly xSailPointExperimental: string;
|
|
78578
|
+
/**
|
|
78579
|
+
* Account Request ID
|
|
78580
|
+
* @type {string}
|
|
78581
|
+
* @memberof MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequest
|
|
78582
|
+
*/
|
|
78583
|
+
readonly accountRequestId: string;
|
|
78584
|
+
}
|
|
78585
|
+
/**
|
|
78586
|
+
* Request parameters for getMachineAccountCreateAccessInfo operation in MachineAccountCreationRequestV2026Api.
|
|
78587
|
+
* @export
|
|
78588
|
+
* @interface MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest
|
|
78589
|
+
*/
|
|
78590
|
+
export interface MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest {
|
|
78591
|
+
/**
|
|
78592
|
+
* Use this header to enable this experimental API.
|
|
78593
|
+
* @type {string}
|
|
78594
|
+
* @memberof MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfo
|
|
78595
|
+
*/
|
|
78596
|
+
readonly xSailPointExperimental: string;
|
|
78597
|
+
/**
|
|
78598
|
+
* Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
78599
|
+
* @type {number}
|
|
78600
|
+
* @memberof MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfo
|
|
78601
|
+
*/
|
|
78602
|
+
readonly offset?: number;
|
|
78603
|
+
/**
|
|
78604
|
+
* Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
78605
|
+
* @type {number}
|
|
78606
|
+
* @memberof MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfo
|
|
78607
|
+
*/
|
|
78608
|
+
readonly limit?: number;
|
|
78609
|
+
}
|
|
78610
|
+
/**
|
|
78611
|
+
* MachineAccountCreationRequestV2026Api - object-oriented interface
|
|
78612
|
+
* @export
|
|
78613
|
+
* @class MachineAccountCreationRequestV2026Api
|
|
78614
|
+
* @extends {BaseAPI}
|
|
78615
|
+
*/
|
|
78616
|
+
export declare class MachineAccountCreationRequestV2026Api extends BaseAPI {
|
|
78617
|
+
/**
|
|
78618
|
+
* Initiates machine account creation request for the specified subtype. This method validates the input data, processes the machine account creation request, and generates an asynchronous result containing a tracking ID. >**NOTE: You can only request a machine accounts on subtype for which you have a create machine account entitlement provisioned.**
|
|
78619
|
+
* @summary Submit Machine Account Creation Request
|
|
78620
|
+
* @param {MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest} requestParameters Request parameters.
|
|
78621
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78622
|
+
* @throws {RequiredError}
|
|
78623
|
+
* @memberof MachineAccountCreationRequestV2026Api
|
|
78624
|
+
*/
|
|
78625
|
+
createMachineAccountRequest(requestParameters: MachineAccountCreationRequestV2026ApiCreateMachineAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountRequestAsyncResultV2026, any>>;
|
|
78626
|
+
/**
|
|
78627
|
+
* Retrieves a account request details for machine account creation. This allows the user to view all details for given account request.
|
|
78628
|
+
* @summary Get Machine Account Creation Request
|
|
78629
|
+
* @param {MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest} requestParameters Request parameters.
|
|
78630
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78631
|
+
* @throws {RequiredError}
|
|
78632
|
+
* @memberof MachineAccountCreationRequestV2026Api
|
|
78633
|
+
*/
|
|
78634
|
+
getCreateMachineAccountRequest(requestParameters: MachineAccountCreationRequestV2026ApiGetCreateMachineAccountRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountRequestDetailsDtoV2026, any>>;
|
|
78635
|
+
/**
|
|
78636
|
+
* This endpoint retrieves the list of sources and subtypes for which logged in user has the entitlement to create a machine account. The response includes a list of object detailing the source, subtype and entitlement details which enables the clients to understand if they can submit the request to create a machine account for the given subtype.
|
|
78637
|
+
* @summary Machine Account Create Access
|
|
78638
|
+
* @param {MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest} requestParameters Request parameters.
|
|
78639
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78640
|
+
* @throws {RequiredError}
|
|
78641
|
+
* @memberof MachineAccountCreationRequestV2026Api
|
|
78642
|
+
*/
|
|
78643
|
+
getMachineAccountCreateAccessInfo(requestParameters: MachineAccountCreationRequestV2026ApiGetMachineAccountCreateAccessInfoRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountCreateAccessDtoV2026[], any>>;
|
|
78644
|
+
}
|
|
78130
78645
|
/**
|
|
78131
78646
|
* MachineAccountMappingsV2026Api - axios parameter creator
|
|
78132
78647
|
* @export
|
|
@@ -78161,7 +78676,7 @@ export declare const MachineAccountMappingsV2026ApiAxiosParamCreator: (configura
|
|
|
78161
78676
|
listMachineAccountMappings: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78162
78677
|
/**
|
|
78163
78678
|
* Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78164
|
-
* @summary Update
|
|
78679
|
+
* @summary Update source\'s machine account mappings
|
|
78165
78680
|
* @param {string} id Source ID.
|
|
78166
78681
|
* @param {AttributeMappingsV2026} attributeMappingsV2026
|
|
78167
78682
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78203,7 +78718,7 @@ export declare const MachineAccountMappingsV2026ApiFp: (configuration?: Configur
|
|
|
78203
78718
|
listMachineAccountMappings(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AttributeMappingsV2026>>>;
|
|
78204
78719
|
/**
|
|
78205
78720
|
* Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78206
|
-
* @summary Update
|
|
78721
|
+
* @summary Update source\'s machine account mappings
|
|
78207
78722
|
* @param {string} id Source ID.
|
|
78208
78723
|
* @param {AttributeMappingsV2026} attributeMappingsV2026
|
|
78209
78724
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78242,7 +78757,7 @@ export declare const MachineAccountMappingsV2026ApiFactory: (configuration?: Con
|
|
|
78242
78757
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2026ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AttributeMappingsV2026>>;
|
|
78243
78758
|
/**
|
|
78244
78759
|
* Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78245
|
-
* @summary Update
|
|
78760
|
+
* @summary Update source\'s machine account mappings
|
|
78246
78761
|
* @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
78247
78762
|
* @param {*} [axiosOptions] Override http request option.
|
|
78248
78763
|
* @throws {RequiredError}
|
|
@@ -78361,7 +78876,7 @@ export declare class MachineAccountMappingsV2026Api extends BaseAPI {
|
|
|
78361
78876
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2026ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2026[], any>>;
|
|
78362
78877
|
/**
|
|
78363
78878
|
* Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
78364
|
-
* @summary Update
|
|
78879
|
+
* @summary Update source\'s machine account mappings
|
|
78365
78880
|
* @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
78366
78881
|
* @param {*} [axiosOptions] Override http request option.
|
|
78367
78882
|
* @throws {RequiredError}
|
|
@@ -78369,6 +78884,178 @@ export declare class MachineAccountMappingsV2026Api extends BaseAPI {
|
|
|
78369
78884
|
*/
|
|
78370
78885
|
setMachineAccountMappings(requestParameters: MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2026[], any>>;
|
|
78371
78886
|
}
|
|
78887
|
+
/**
|
|
78888
|
+
* MachineAccountSubtypesV2026Api - axios parameter creator
|
|
78889
|
+
* @export
|
|
78890
|
+
*/
|
|
78891
|
+
export declare const MachineAccountSubtypesV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
78892
|
+
/**
|
|
78893
|
+
* Delete a machine account subtype by subtype ID. Note: If subtype has approval settings or entitlement for machine account creation enablement then it\'ll be also deleted.
|
|
78894
|
+
* @summary Delete subtype by ID
|
|
78895
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78896
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78897
|
+
* @throws {RequiredError}
|
|
78898
|
+
*/
|
|
78899
|
+
deleteMachineAccountSubtype: (subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78900
|
+
/**
|
|
78901
|
+
* Get a machine account subtype by subtype ID.
|
|
78902
|
+
* @summary Get subtype by ID
|
|
78903
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78904
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78905
|
+
* @throws {RequiredError}
|
|
78906
|
+
*/
|
|
78907
|
+
getSourceSubtypeById: (subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78908
|
+
/**
|
|
78909
|
+
* Update fields of a machine account subtype by subtype ID. Patchable fields only include: `displayName`, `description`.
|
|
78910
|
+
* @summary Patch subtype by ID
|
|
78911
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78912
|
+
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
78913
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78914
|
+
* @throws {RequiredError}
|
|
78915
|
+
*/
|
|
78916
|
+
patchMachineAccountSubtype: (subtypeId: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78917
|
+
};
|
|
78918
|
+
/**
|
|
78919
|
+
* MachineAccountSubtypesV2026Api - functional programming interface
|
|
78920
|
+
* @export
|
|
78921
|
+
*/
|
|
78922
|
+
export declare const MachineAccountSubtypesV2026ApiFp: (configuration?: Configuration) => {
|
|
78923
|
+
/**
|
|
78924
|
+
* Delete a machine account subtype by subtype ID. Note: If subtype has approval settings or entitlement for machine account creation enablement then it\'ll be also deleted.
|
|
78925
|
+
* @summary Delete subtype by ID
|
|
78926
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78927
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78928
|
+
* @throws {RequiredError}
|
|
78929
|
+
*/
|
|
78930
|
+
deleteMachineAccountSubtype(subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
78931
|
+
/**
|
|
78932
|
+
* Get a machine account subtype by subtype ID.
|
|
78933
|
+
* @summary Get subtype by ID
|
|
78934
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78935
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78936
|
+
* @throws {RequiredError}
|
|
78937
|
+
*/
|
|
78938
|
+
getSourceSubtypeById(subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeWithSourceV2026>>;
|
|
78939
|
+
/**
|
|
78940
|
+
* Update fields of a machine account subtype by subtype ID. Patchable fields only include: `displayName`, `description`.
|
|
78941
|
+
* @summary Patch subtype by ID
|
|
78942
|
+
* @param {string} subtypeId The ID of the subtype.
|
|
78943
|
+
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
78944
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78945
|
+
* @throws {RequiredError}
|
|
78946
|
+
*/
|
|
78947
|
+
patchMachineAccountSubtype(subtypeId: string, requestBody: Array<object>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeWithSourceV2026>>;
|
|
78948
|
+
};
|
|
78949
|
+
/**
|
|
78950
|
+
* MachineAccountSubtypesV2026Api - factory interface
|
|
78951
|
+
* @export
|
|
78952
|
+
*/
|
|
78953
|
+
export declare const MachineAccountSubtypesV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
78954
|
+
/**
|
|
78955
|
+
* Delete a machine account subtype by subtype ID. Note: If subtype has approval settings or entitlement for machine account creation enablement then it\'ll be also deleted.
|
|
78956
|
+
* @summary Delete subtype by ID
|
|
78957
|
+
* @param {MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
78958
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78959
|
+
* @throws {RequiredError}
|
|
78960
|
+
*/
|
|
78961
|
+
deleteMachineAccountSubtype(requestParameters: MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
78962
|
+
/**
|
|
78963
|
+
* Get a machine account subtype by subtype ID.
|
|
78964
|
+
* @summary Get subtype by ID
|
|
78965
|
+
* @param {MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest} requestParameters Request parameters.
|
|
78966
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78967
|
+
* @throws {RequiredError}
|
|
78968
|
+
*/
|
|
78969
|
+
getSourceSubtypeById(requestParameters: MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeWithSourceV2026>;
|
|
78970
|
+
/**
|
|
78971
|
+
* Update fields of a machine account subtype by subtype ID. Patchable fields only include: `displayName`, `description`.
|
|
78972
|
+
* @summary Patch subtype by ID
|
|
78973
|
+
* @param {MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
78974
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78975
|
+
* @throws {RequiredError}
|
|
78976
|
+
*/
|
|
78977
|
+
patchMachineAccountSubtype(requestParameters: MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeWithSourceV2026>;
|
|
78978
|
+
};
|
|
78979
|
+
/**
|
|
78980
|
+
* Request parameters for deleteMachineAccountSubtype operation in MachineAccountSubtypesV2026Api.
|
|
78981
|
+
* @export
|
|
78982
|
+
* @interface MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest
|
|
78983
|
+
*/
|
|
78984
|
+
export interface MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest {
|
|
78985
|
+
/**
|
|
78986
|
+
* The ID of the subtype.
|
|
78987
|
+
* @type {string}
|
|
78988
|
+
* @memberof MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtype
|
|
78989
|
+
*/
|
|
78990
|
+
readonly subtypeId: string;
|
|
78991
|
+
}
|
|
78992
|
+
/**
|
|
78993
|
+
* Request parameters for getSourceSubtypeById operation in MachineAccountSubtypesV2026Api.
|
|
78994
|
+
* @export
|
|
78995
|
+
* @interface MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest
|
|
78996
|
+
*/
|
|
78997
|
+
export interface MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest {
|
|
78998
|
+
/**
|
|
78999
|
+
* The ID of the subtype.
|
|
79000
|
+
* @type {string}
|
|
79001
|
+
* @memberof MachineAccountSubtypesV2026ApiGetSourceSubtypeById
|
|
79002
|
+
*/
|
|
79003
|
+
readonly subtypeId: string;
|
|
79004
|
+
}
|
|
79005
|
+
/**
|
|
79006
|
+
* Request parameters for patchMachineAccountSubtype operation in MachineAccountSubtypesV2026Api.
|
|
79007
|
+
* @export
|
|
79008
|
+
* @interface MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest
|
|
79009
|
+
*/
|
|
79010
|
+
export interface MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest {
|
|
79011
|
+
/**
|
|
79012
|
+
* The ID of the subtype.
|
|
79013
|
+
* @type {string}
|
|
79014
|
+
* @memberof MachineAccountSubtypesV2026ApiPatchMachineAccountSubtype
|
|
79015
|
+
*/
|
|
79016
|
+
readonly subtypeId: string;
|
|
79017
|
+
/**
|
|
79018
|
+
* A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
79019
|
+
* @type {Array<object>}
|
|
79020
|
+
* @memberof MachineAccountSubtypesV2026ApiPatchMachineAccountSubtype
|
|
79021
|
+
*/
|
|
79022
|
+
readonly requestBody: Array<object>;
|
|
79023
|
+
}
|
|
79024
|
+
/**
|
|
79025
|
+
* MachineAccountSubtypesV2026Api - object-oriented interface
|
|
79026
|
+
* @export
|
|
79027
|
+
* @class MachineAccountSubtypesV2026Api
|
|
79028
|
+
* @extends {BaseAPI}
|
|
79029
|
+
*/
|
|
79030
|
+
export declare class MachineAccountSubtypesV2026Api extends BaseAPI {
|
|
79031
|
+
/**
|
|
79032
|
+
* Delete a machine account subtype by subtype ID. Note: If subtype has approval settings or entitlement for machine account creation enablement then it\'ll be also deleted.
|
|
79033
|
+
* @summary Delete subtype by ID
|
|
79034
|
+
* @param {MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
79035
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79036
|
+
* @throws {RequiredError}
|
|
79037
|
+
* @memberof MachineAccountSubtypesV2026Api
|
|
79038
|
+
*/
|
|
79039
|
+
deleteMachineAccountSubtype(requestParameters: MachineAccountSubtypesV2026ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
79040
|
+
/**
|
|
79041
|
+
* Get a machine account subtype by subtype ID.
|
|
79042
|
+
* @summary Get subtype by ID
|
|
79043
|
+
* @param {MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest} requestParameters Request parameters.
|
|
79044
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79045
|
+
* @throws {RequiredError}
|
|
79046
|
+
* @memberof MachineAccountSubtypesV2026Api
|
|
79047
|
+
*/
|
|
79048
|
+
getSourceSubtypeById(requestParameters: MachineAccountSubtypesV2026ApiGetSourceSubtypeByIdRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeWithSourceV2026, any>>;
|
|
79049
|
+
/**
|
|
79050
|
+
* Update fields of a machine account subtype by subtype ID. Patchable fields only include: `displayName`, `description`.
|
|
79051
|
+
* @summary Patch subtype by ID
|
|
79052
|
+
* @param {MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
79053
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79054
|
+
* @throws {RequiredError}
|
|
79055
|
+
* @memberof MachineAccountSubtypesV2026Api
|
|
79056
|
+
*/
|
|
79057
|
+
patchMachineAccountSubtype(requestParameters: MachineAccountSubtypesV2026ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeWithSourceV2026, any>>;
|
|
79058
|
+
}
|
|
78372
79059
|
/**
|
|
78373
79060
|
* MachineAccountsV2026Api - axios parameter creator
|
|
78374
79061
|
* @export
|
|
@@ -78393,10 +79080,10 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78393
79080
|
* @param {*} [axiosOptions] Override http request option.
|
|
78394
79081
|
* @throws {RequiredError}
|
|
78395
79082
|
*/
|
|
78396
|
-
|
|
79083
|
+
deleteMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78397
79084
|
/**
|
|
78398
79085
|
* Use this API to return the details for a single machine account by its ID.
|
|
78399
|
-
* @summary
|
|
79086
|
+
* @summary Get machine account details
|
|
78400
79087
|
* @param {string} id Machine Account ID.
|
|
78401
79088
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78402
79089
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78404,13 +79091,14 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78404
79091
|
*/
|
|
78405
79092
|
getMachineAccount: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78406
79093
|
/**
|
|
78407
|
-
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
79094
|
+
* This endpoint retrieves the approval configuration for machine account creation and deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account creation and deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for creating and deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account creation and deletion.
|
|
78408
79095
|
* @summary Machine Subtype Approval Config
|
|
79096
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78409
79097
|
* @param {string} subtypeId machine subtype id.
|
|
78410
79098
|
* @param {*} [axiosOptions] Override http request option.
|
|
78411
79099
|
* @throws {RequiredError}
|
|
78412
79100
|
*/
|
|
78413
|
-
|
|
79101
|
+
getMachineAccountSubtypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78414
79102
|
/**
|
|
78415
79103
|
* Get a machine account subtype by its unique ID.
|
|
78416
79104
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78446,7 +79134,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78446
79134
|
listMachineAccountSubtypes: (sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78447
79135
|
/**
|
|
78448
79136
|
* This returns a list of machine accounts.
|
|
78449
|
-
* @summary
|
|
79137
|
+
* @summary List machine accounts
|
|
78450
79138
|
* @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.
|
|
78451
79139
|
* @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.
|
|
78452
79140
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -78457,6 +79145,15 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78457
79145
|
* @throws {RequiredError}
|
|
78458
79146
|
*/
|
|
78459
79147
|
listMachineAccounts: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79148
|
+
/**
|
|
79149
|
+
* This endpoint retrieves the subtypes for given subtypeIds.
|
|
79150
|
+
* @summary Bulk Retrieve of Source Subtypes
|
|
79151
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79152
|
+
* @param {Array<string>} requestBody
|
|
79153
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79154
|
+
* @throws {RequiredError}
|
|
79155
|
+
*/
|
|
79156
|
+
loadBulkSourceSubtypes: (xSailPointExperimental: string, requestBody: Array<string>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78460
79157
|
/**
|
|
78461
79158
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78462
79159
|
* @summary Patch subtype
|
|
@@ -78467,10 +79164,10 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78467
79164
|
* @param {*} [axiosOptions] Override http request option.
|
|
78468
79165
|
* @throws {RequiredError}
|
|
78469
79166
|
*/
|
|
78470
|
-
|
|
79167
|
+
patchMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78471
79168
|
/**
|
|
78472
79169
|
* Use this API to update machine accounts details.
|
|
78473
|
-
* @summary Update
|
|
79170
|
+
* @summary Update machine account details
|
|
78474
79171
|
* @param {string} id Machine Account ID.
|
|
78475
79172
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
|
|
78476
79173
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -78479,14 +79176,15 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78479
79176
|
*/
|
|
78480
79177
|
updateMachineAccount: (id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78481
79178
|
/**
|
|
78482
|
-
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
79179
|
+
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account creation and deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for creating and deleting machine accounts of a particular subtype.
|
|
78483
79180
|
* @summary Machine Subtype Approval Config
|
|
79181
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78484
79182
|
* @param {string} subtypeId machine account subtype ID.
|
|
78485
79183
|
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
|
|
78486
79184
|
* @param {*} [axiosOptions] Override http request option.
|
|
78487
79185
|
* @throws {RequiredError}
|
|
78488
79186
|
*/
|
|
78489
|
-
|
|
79187
|
+
updateMachineAccountSubtypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78490
79188
|
};
|
|
78491
79189
|
/**
|
|
78492
79190
|
* MachineAccountsV2026Api - functional programming interface
|
|
@@ -78512,10 +79210,10 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78512
79210
|
* @param {*} [axiosOptions] Override http request option.
|
|
78513
79211
|
* @throws {RequiredError}
|
|
78514
79212
|
*/
|
|
78515
|
-
|
|
79213
|
+
deleteMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
78516
79214
|
/**
|
|
78517
79215
|
* Use this API to return the details for a single machine account by its ID.
|
|
78518
|
-
* @summary
|
|
79216
|
+
* @summary Get machine account details
|
|
78519
79217
|
* @param {string} id Machine Account ID.
|
|
78520
79218
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78521
79219
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78523,13 +79221,14 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78523
79221
|
*/
|
|
78524
79222
|
getMachineAccount(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2026>>;
|
|
78525
79223
|
/**
|
|
78526
|
-
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
79224
|
+
* This endpoint retrieves the approval configuration for machine account creation and deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account creation and deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for creating and deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account creation and deletion.
|
|
78527
79225
|
* @summary Machine Subtype Approval Config
|
|
79226
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78528
79227
|
* @param {string} subtypeId machine subtype id.
|
|
78529
79228
|
* @param {*} [axiosOptions] Override http request option.
|
|
78530
79229
|
* @throws {RequiredError}
|
|
78531
79230
|
*/
|
|
78532
|
-
|
|
79231
|
+
getMachineAccountSubtypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubtypeConfigDtoV2026>>;
|
|
78533
79232
|
/**
|
|
78534
79233
|
* Get a machine account subtype by its unique ID.
|
|
78535
79234
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78565,7 +79264,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78565
79264
|
listMachineAccountSubtypes(sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeV2026>>>;
|
|
78566
79265
|
/**
|
|
78567
79266
|
* This returns a list of machine accounts.
|
|
78568
|
-
* @summary
|
|
79267
|
+
* @summary List machine accounts
|
|
78569
79268
|
* @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.
|
|
78570
79269
|
* @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.
|
|
78571
79270
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -78576,6 +79275,15 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78576
79275
|
* @throws {RequiredError}
|
|
78577
79276
|
*/
|
|
78578
79277
|
listMachineAccounts(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineAccountV2026>>>;
|
|
79278
|
+
/**
|
|
79279
|
+
* This endpoint retrieves the subtypes for given subtypeIds.
|
|
79280
|
+
* @summary Bulk Retrieve of Source Subtypes
|
|
79281
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79282
|
+
* @param {Array<string>} requestBody
|
|
79283
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79284
|
+
* @throws {RequiredError}
|
|
79285
|
+
*/
|
|
79286
|
+
loadBulkSourceSubtypes(xSailPointExperimental: string, requestBody: Array<string>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeWithSourceV2026>>>;
|
|
78579
79287
|
/**
|
|
78580
79288
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78581
79289
|
* @summary Patch subtype
|
|
@@ -78586,10 +79294,10 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78586
79294
|
* @param {*} [axiosOptions] Override http request option.
|
|
78587
79295
|
* @throws {RequiredError}
|
|
78588
79296
|
*/
|
|
78589
|
-
|
|
79297
|
+
patchMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2026>>;
|
|
78590
79298
|
/**
|
|
78591
79299
|
* Use this API to update machine accounts details.
|
|
78592
|
-
* @summary Update
|
|
79300
|
+
* @summary Update machine account details
|
|
78593
79301
|
* @param {string} id Machine Account ID.
|
|
78594
79302
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
|
|
78595
79303
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -78598,14 +79306,15 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78598
79306
|
*/
|
|
78599
79307
|
updateMachineAccount(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2026>>;
|
|
78600
79308
|
/**
|
|
78601
|
-
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
79309
|
+
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account creation and deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for creating and deleting machine accounts of a particular subtype.
|
|
78602
79310
|
* @summary Machine Subtype Approval Config
|
|
79311
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78603
79312
|
* @param {string} subtypeId machine account subtype ID.
|
|
78604
79313
|
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
|
|
78605
79314
|
* @param {*} [axiosOptions] Override http request option.
|
|
78606
79315
|
* @throws {RequiredError}
|
|
78607
79316
|
*/
|
|
78608
|
-
|
|
79317
|
+
updateMachineAccountSubtypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubtypeConfigDtoV2026>>;
|
|
78609
79318
|
};
|
|
78610
79319
|
/**
|
|
78611
79320
|
* MachineAccountsV2026Api - factory interface
|
|
@@ -78623,27 +79332,27 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78623
79332
|
/**
|
|
78624
79333
|
* Delete a machine account subtype by source ID and technical name.
|
|
78625
79334
|
* @summary Delete subtype
|
|
78626
|
-
* @param {
|
|
79335
|
+
* @param {MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
78627
79336
|
* @param {*} [axiosOptions] Override http request option.
|
|
78628
79337
|
* @throws {RequiredError}
|
|
78629
79338
|
*/
|
|
78630
|
-
|
|
79339
|
+
deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
78631
79340
|
/**
|
|
78632
79341
|
* Use this API to return the details for a single machine account by its ID.
|
|
78633
|
-
* @summary
|
|
79342
|
+
* @summary Get machine account details
|
|
78634
79343
|
* @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
78635
79344
|
* @param {*} [axiosOptions] Override http request option.
|
|
78636
79345
|
* @throws {RequiredError}
|
|
78637
79346
|
*/
|
|
78638
79347
|
getMachineAccount(requestParameters: MachineAccountsV2026ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2026>;
|
|
78639
79348
|
/**
|
|
78640
|
-
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
79349
|
+
* This endpoint retrieves the approval configuration for machine account creation and deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account creation and deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for creating and deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account creation and deletion.
|
|
78641
79350
|
* @summary Machine Subtype Approval Config
|
|
78642
|
-
* @param {
|
|
79351
|
+
* @param {MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
78643
79352
|
* @param {*} [axiosOptions] Override http request option.
|
|
78644
79353
|
* @throws {RequiredError}
|
|
78645
79354
|
*/
|
|
78646
|
-
|
|
79355
|
+
getMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026>;
|
|
78647
79356
|
/**
|
|
78648
79357
|
* Get a machine account subtype by its unique ID.
|
|
78649
79358
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78670,36 +79379,44 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78670
79379
|
listMachineAccountSubtypes(requestParameters: MachineAccountsV2026ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeV2026>>;
|
|
78671
79380
|
/**
|
|
78672
79381
|
* This returns a list of machine accounts.
|
|
78673
|
-
* @summary
|
|
79382
|
+
* @summary List machine accounts
|
|
78674
79383
|
* @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
78675
79384
|
* @param {*} [axiosOptions] Override http request option.
|
|
78676
79385
|
* @throws {RequiredError}
|
|
78677
79386
|
*/
|
|
78678
79387
|
listMachineAccounts(requestParameters?: MachineAccountsV2026ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineAccountV2026>>;
|
|
79388
|
+
/**
|
|
79389
|
+
* This endpoint retrieves the subtypes for given subtypeIds.
|
|
79390
|
+
* @summary Bulk Retrieve of Source Subtypes
|
|
79391
|
+
* @param {MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest} requestParameters Request parameters.
|
|
79392
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79393
|
+
* @throws {RequiredError}
|
|
79394
|
+
*/
|
|
79395
|
+
loadBulkSourceSubtypes(requestParameters: MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeWithSourceV2026>>;
|
|
78679
79396
|
/**
|
|
78680
79397
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78681
79398
|
* @summary Patch subtype
|
|
78682
|
-
* @param {
|
|
79399
|
+
* @param {MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
78683
79400
|
* @param {*} [axiosOptions] Override http request option.
|
|
78684
79401
|
* @throws {RequiredError}
|
|
78685
79402
|
*/
|
|
78686
|
-
|
|
79403
|
+
patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2026>;
|
|
78687
79404
|
/**
|
|
78688
79405
|
* Use this API to update machine accounts details.
|
|
78689
|
-
* @summary Update
|
|
79406
|
+
* @summary Update machine account details
|
|
78690
79407
|
* @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
78691
79408
|
* @param {*} [axiosOptions] Override http request option.
|
|
78692
79409
|
* @throws {RequiredError}
|
|
78693
79410
|
*/
|
|
78694
79411
|
updateMachineAccount(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2026>;
|
|
78695
79412
|
/**
|
|
78696
|
-
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
79413
|
+
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account creation and deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for creating and deleting machine accounts of a particular subtype.
|
|
78697
79414
|
* @summary Machine Subtype Approval Config
|
|
78698
|
-
* @param {
|
|
79415
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
78699
79416
|
* @param {*} [axiosOptions] Override http request option.
|
|
78700
79417
|
* @throws {RequiredError}
|
|
78701
79418
|
*/
|
|
78702
|
-
|
|
79419
|
+
updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026>;
|
|
78703
79420
|
};
|
|
78704
79421
|
/**
|
|
78705
79422
|
* Request parameters for createMachineAccountSubtype operation in MachineAccountsV2026Api.
|
|
@@ -78727,27 +79444,27 @@ export interface MachineAccountsV2026ApiCreateMachineAccountSubtypeRequest {
|
|
|
78727
79444
|
readonly xSailPointExperimental?: string;
|
|
78728
79445
|
}
|
|
78729
79446
|
/**
|
|
78730
|
-
* Request parameters for
|
|
79447
|
+
* Request parameters for deleteMachineAccountSubtypeByTechnicalName operation in MachineAccountsV2026Api.
|
|
78731
79448
|
* @export
|
|
78732
|
-
* @interface
|
|
79449
|
+
* @interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest
|
|
78733
79450
|
*/
|
|
78734
|
-
export interface
|
|
79451
|
+
export interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest {
|
|
78735
79452
|
/**
|
|
78736
79453
|
* The ID of the source.
|
|
78737
79454
|
* @type {string}
|
|
78738
|
-
* @memberof
|
|
79455
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78739
79456
|
*/
|
|
78740
79457
|
readonly sourceId: string;
|
|
78741
79458
|
/**
|
|
78742
79459
|
* The technical name of the subtype.
|
|
78743
79460
|
* @type {string}
|
|
78744
|
-
* @memberof
|
|
79461
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78745
79462
|
*/
|
|
78746
79463
|
readonly technicalName: string;
|
|
78747
79464
|
/**
|
|
78748
79465
|
* Use this header to enable this experimental API.
|
|
78749
79466
|
* @type {string}
|
|
78750
|
-
* @memberof
|
|
79467
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78751
79468
|
*/
|
|
78752
79469
|
readonly xSailPointExperimental?: string;
|
|
78753
79470
|
}
|
|
@@ -78771,15 +79488,21 @@ export interface MachineAccountsV2026ApiGetMachineAccountRequest {
|
|
|
78771
79488
|
readonly xSailPointExperimental?: string;
|
|
78772
79489
|
}
|
|
78773
79490
|
/**
|
|
78774
|
-
* Request parameters for
|
|
79491
|
+
* Request parameters for getMachineAccountSubtypeApprovalConfig operation in MachineAccountsV2026Api.
|
|
78775
79492
|
* @export
|
|
78776
|
-
* @interface
|
|
79493
|
+
* @interface MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest
|
|
78777
79494
|
*/
|
|
78778
|
-
export interface
|
|
79495
|
+
export interface MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest {
|
|
79496
|
+
/**
|
|
79497
|
+
* Use this header to enable this experimental API.
|
|
79498
|
+
* @type {string}
|
|
79499
|
+
* @memberof MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfig
|
|
79500
|
+
*/
|
|
79501
|
+
readonly xSailPointExperimental: string;
|
|
78779
79502
|
/**
|
|
78780
79503
|
* machine subtype id.
|
|
78781
79504
|
* @type {string}
|
|
78782
|
-
* @memberof
|
|
79505
|
+
* @memberof MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfig
|
|
78783
79506
|
*/
|
|
78784
79507
|
readonly subtypeId: string;
|
|
78785
79508
|
}
|
|
@@ -78920,33 +79643,52 @@ export interface MachineAccountsV2026ApiListMachineAccountsRequest {
|
|
|
78920
79643
|
readonly xSailPointExperimental?: string;
|
|
78921
79644
|
}
|
|
78922
79645
|
/**
|
|
78923
|
-
* Request parameters for
|
|
79646
|
+
* Request parameters for loadBulkSourceSubtypes operation in MachineAccountsV2026Api.
|
|
78924
79647
|
* @export
|
|
78925
|
-
* @interface
|
|
79648
|
+
* @interface MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest
|
|
78926
79649
|
*/
|
|
78927
|
-
export interface
|
|
79650
|
+
export interface MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest {
|
|
79651
|
+
/**
|
|
79652
|
+
* Use this header to enable this experimental API.
|
|
79653
|
+
* @type {string}
|
|
79654
|
+
* @memberof MachineAccountsV2026ApiLoadBulkSourceSubtypes
|
|
79655
|
+
*/
|
|
79656
|
+
readonly xSailPointExperimental: string;
|
|
79657
|
+
/**
|
|
79658
|
+
*
|
|
79659
|
+
* @type {Array<string>}
|
|
79660
|
+
* @memberof MachineAccountsV2026ApiLoadBulkSourceSubtypes
|
|
79661
|
+
*/
|
|
79662
|
+
readonly requestBody: Array<string>;
|
|
79663
|
+
}
|
|
79664
|
+
/**
|
|
79665
|
+
* Request parameters for patchMachineAccountSubtypeByTechnicalName operation in MachineAccountsV2026Api.
|
|
79666
|
+
* @export
|
|
79667
|
+
* @interface MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest
|
|
79668
|
+
*/
|
|
79669
|
+
export interface MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest {
|
|
78928
79670
|
/**
|
|
78929
79671
|
* The ID of the source.
|
|
78930
79672
|
* @type {string}
|
|
78931
|
-
* @memberof
|
|
79673
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78932
79674
|
*/
|
|
78933
79675
|
readonly sourceId: string;
|
|
78934
79676
|
/**
|
|
78935
79677
|
* The technical name of the subtype.
|
|
78936
79678
|
* @type {string}
|
|
78937
|
-
* @memberof
|
|
79679
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78938
79680
|
*/
|
|
78939
79681
|
readonly technicalName: string;
|
|
78940
79682
|
/**
|
|
78941
79683
|
* A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
78942
79684
|
* @type {Array<object>}
|
|
78943
|
-
* @memberof
|
|
79685
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78944
79686
|
*/
|
|
78945
79687
|
readonly requestBody: Array<object>;
|
|
78946
79688
|
/**
|
|
78947
79689
|
* Use this header to enable this experimental API.
|
|
78948
79690
|
* @type {string}
|
|
78949
|
-
* @memberof
|
|
79691
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78950
79692
|
*/
|
|
78951
79693
|
readonly xSailPointExperimental?: string;
|
|
78952
79694
|
}
|
|
@@ -78976,21 +79718,27 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountRequest {
|
|
|
78976
79718
|
readonly xSailPointExperimental?: string;
|
|
78977
79719
|
}
|
|
78978
79720
|
/**
|
|
78979
|
-
* Request parameters for
|
|
79721
|
+
* Request parameters for updateMachineAccountSubtypeApprovalConfig operation in MachineAccountsV2026Api.
|
|
78980
79722
|
* @export
|
|
78981
|
-
* @interface
|
|
79723
|
+
* @interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest
|
|
78982
79724
|
*/
|
|
78983
|
-
export interface
|
|
79725
|
+
export interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest {
|
|
79726
|
+
/**
|
|
79727
|
+
* Use this header to enable this experimental API.
|
|
79728
|
+
* @type {string}
|
|
79729
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
79730
|
+
*/
|
|
79731
|
+
readonly xSailPointExperimental: string;
|
|
78984
79732
|
/**
|
|
78985
79733
|
* machine account subtype ID.
|
|
78986
79734
|
* @type {string}
|
|
78987
|
-
* @memberof
|
|
79735
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
78988
79736
|
*/
|
|
78989
79737
|
readonly subtypeId: string;
|
|
78990
79738
|
/**
|
|
78991
79739
|
* The JSONPatch payload used to update the object.
|
|
78992
79740
|
* @type {Array<JsonPatchOperationV2026>}
|
|
78993
|
-
* @memberof
|
|
79741
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
78994
79742
|
*/
|
|
78995
79743
|
readonly jsonPatchOperationV2026: Array<JsonPatchOperationV2026>;
|
|
78996
79744
|
}
|
|
@@ -79013,15 +79761,15 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79013
79761
|
/**
|
|
79014
79762
|
* Delete a machine account subtype by source ID and technical name.
|
|
79015
79763
|
* @summary Delete subtype
|
|
79016
|
-
* @param {
|
|
79764
|
+
* @param {MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
79017
79765
|
* @param {*} [axiosOptions] Override http request option.
|
|
79018
79766
|
* @throws {RequiredError}
|
|
79019
79767
|
* @memberof MachineAccountsV2026Api
|
|
79020
79768
|
*/
|
|
79021
|
-
|
|
79769
|
+
deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
79022
79770
|
/**
|
|
79023
79771
|
* Use this API to return the details for a single machine account by its ID.
|
|
79024
|
-
* @summary
|
|
79772
|
+
* @summary Get machine account details
|
|
79025
79773
|
* @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
79026
79774
|
* @param {*} [axiosOptions] Override http request option.
|
|
79027
79775
|
* @throws {RequiredError}
|
|
@@ -79029,14 +79777,14 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79029
79777
|
*/
|
|
79030
79778
|
getMachineAccount(requestParameters: MachineAccountsV2026ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2026, any>>;
|
|
79031
79779
|
/**
|
|
79032
|
-
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
79780
|
+
* This endpoint retrieves the approval configuration for machine account creation and deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account creation and deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for creating and deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account creation and deletion.
|
|
79033
79781
|
* @summary Machine Subtype Approval Config
|
|
79034
|
-
* @param {
|
|
79782
|
+
* @param {MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
79035
79783
|
* @param {*} [axiosOptions] Override http request option.
|
|
79036
79784
|
* @throws {RequiredError}
|
|
79037
79785
|
* @memberof MachineAccountsV2026Api
|
|
79038
79786
|
*/
|
|
79039
|
-
|
|
79787
|
+
getMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountSubtypeConfigDtoV2026, any>>;
|
|
79040
79788
|
/**
|
|
79041
79789
|
* Get a machine account subtype by its unique ID.
|
|
79042
79790
|
* @summary Retrieve subtype by subtype id
|
|
@@ -79066,25 +79814,34 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79066
79814
|
listMachineAccountSubtypes(requestParameters: MachineAccountsV2026ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026[], any>>;
|
|
79067
79815
|
/**
|
|
79068
79816
|
* This returns a list of machine accounts.
|
|
79069
|
-
* @summary
|
|
79817
|
+
* @summary List machine accounts
|
|
79070
79818
|
* @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
79071
79819
|
* @param {*} [axiosOptions] Override http request option.
|
|
79072
79820
|
* @throws {RequiredError}
|
|
79073
79821
|
* @memberof MachineAccountsV2026Api
|
|
79074
79822
|
*/
|
|
79075
79823
|
listMachineAccounts(requestParameters?: MachineAccountsV2026ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2026[], any>>;
|
|
79824
|
+
/**
|
|
79825
|
+
* This endpoint retrieves the subtypes for given subtypeIds.
|
|
79826
|
+
* @summary Bulk Retrieve of Source Subtypes
|
|
79827
|
+
* @param {MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest} requestParameters Request parameters.
|
|
79828
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79829
|
+
* @throws {RequiredError}
|
|
79830
|
+
* @memberof MachineAccountsV2026Api
|
|
79831
|
+
*/
|
|
79832
|
+
loadBulkSourceSubtypes(requestParameters: MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeWithSourceV2026[], any>>;
|
|
79076
79833
|
/**
|
|
79077
79834
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
79078
79835
|
* @summary Patch subtype
|
|
79079
|
-
* @param {
|
|
79836
|
+
* @param {MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
79080
79837
|
* @param {*} [axiosOptions] Override http request option.
|
|
79081
79838
|
* @throws {RequiredError}
|
|
79082
79839
|
* @memberof MachineAccountsV2026Api
|
|
79083
79840
|
*/
|
|
79084
|
-
|
|
79841
|
+
patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026, any>>;
|
|
79085
79842
|
/**
|
|
79086
79843
|
* Use this API to update machine accounts details.
|
|
79087
|
-
* @summary Update
|
|
79844
|
+
* @summary Update machine account details
|
|
79088
79845
|
* @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
79089
79846
|
* @param {*} [axiosOptions] Override http request option.
|
|
79090
79847
|
* @throws {RequiredError}
|
|
@@ -79092,14 +79849,14 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79092
79849
|
*/
|
|
79093
79850
|
updateMachineAccount(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2026, any>>;
|
|
79094
79851
|
/**
|
|
79095
|
-
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
79852
|
+
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account creation and deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for creating and deleting machine accounts of a particular subtype.
|
|
79096
79853
|
* @summary Machine Subtype Approval Config
|
|
79097
|
-
* @param {
|
|
79854
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
79098
79855
|
* @param {*} [axiosOptions] Override http request option.
|
|
79099
79856
|
* @throws {RequiredError}
|
|
79100
79857
|
* @memberof MachineAccountsV2026Api
|
|
79101
79858
|
*/
|
|
79102
|
-
|
|
79859
|
+
updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountSubtypeConfigDtoV2026, any>>;
|
|
79103
79860
|
}
|
|
79104
79861
|
/**
|
|
79105
79862
|
* MachineClassificationConfigV2026Api - axios parameter creator
|
|
@@ -79280,7 +80037,7 @@ export declare class MachineClassificationConfigV2026Api extends BaseAPI {
|
|
|
79280
80037
|
export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
79281
80038
|
/**
|
|
79282
80039
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
79283
|
-
* @summary Create machine
|
|
80040
|
+
* @summary Create machine identity
|
|
79284
80041
|
* @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
|
|
79285
80042
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79286
80043
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79298,7 +80055,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
|
|
|
79298
80055
|
deleteMachineIdentity: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79299
80056
|
/**
|
|
79300
80057
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
79301
|
-
* @summary
|
|
80058
|
+
* @summary Get machine identity details
|
|
79302
80059
|
* @param {string} id Machine Identity ID
|
|
79303
80060
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79304
80061
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79332,8 +80089,8 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
|
|
|
79332
80089
|
*/
|
|
79333
80090
|
listMachineIdentityUserEntitlements: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79334
80091
|
/**
|
|
79335
|
-
*
|
|
79336
|
-
* @summary Start
|
|
80092
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
80093
|
+
* @summary Start machine identity aggregation
|
|
79337
80094
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
79338
80095
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79339
80096
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79342,7 +80099,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
|
|
|
79342
80099
|
startMachineIdentityAggregation: (machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79343
80100
|
/**
|
|
79344
80101
|
* Use this API to update machine identity details.
|
|
79345
|
-
* @summary Update
|
|
80102
|
+
* @summary Update machine identity details
|
|
79346
80103
|
* @param {string} id Machine Identity ID.
|
|
79347
80104
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
79348
80105
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -79358,7 +80115,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
|
|
|
79358
80115
|
export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration) => {
|
|
79359
80116
|
/**
|
|
79360
80117
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
79361
|
-
* @summary Create machine
|
|
80118
|
+
* @summary Create machine identity
|
|
79362
80119
|
* @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
|
|
79363
80120
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79364
80121
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79376,7 +80133,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
|
|
|
79376
80133
|
deleteMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
79377
80134
|
/**
|
|
79378
80135
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
79379
|
-
* @summary
|
|
80136
|
+
* @summary Get machine identity details
|
|
79380
80137
|
* @param {string} id Machine Identity ID
|
|
79381
80138
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79382
80139
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79410,8 +80167,8 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
|
|
|
79410
80167
|
*/
|
|
79411
80168
|
listMachineIdentityUserEntitlements(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2026>>>;
|
|
79412
80169
|
/**
|
|
79413
|
-
*
|
|
79414
|
-
* @summary Start
|
|
80170
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
80171
|
+
* @summary Start machine identity aggregation
|
|
79415
80172
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
79416
80173
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79417
80174
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79420,7 +80177,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
|
|
|
79420
80177
|
startMachineIdentityAggregation(machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2026>>;
|
|
79421
80178
|
/**
|
|
79422
80179
|
* Use this API to update machine identity details.
|
|
79423
|
-
* @summary Update
|
|
80180
|
+
* @summary Update machine identity details
|
|
79424
80181
|
* @param {string} id Machine Identity ID.
|
|
79425
80182
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
79426
80183
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -79436,7 +80193,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
|
|
|
79436
80193
|
export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
79437
80194
|
/**
|
|
79438
80195
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
79439
|
-
* @summary Create machine
|
|
80196
|
+
* @summary Create machine identity
|
|
79440
80197
|
* @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
79441
80198
|
* @param {*} [axiosOptions] Override http request option.
|
|
79442
80199
|
* @throws {RequiredError}
|
|
@@ -79452,7 +80209,7 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
|
|
|
79452
80209
|
deleteMachineIdentity(requestParameters: MachineIdentitiesV2026ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
79453
80210
|
/**
|
|
79454
80211
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
79455
|
-
* @summary
|
|
80212
|
+
* @summary Get machine identity details
|
|
79456
80213
|
* @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
79457
80214
|
* @param {*} [axiosOptions] Override http request option.
|
|
79458
80215
|
* @throws {RequiredError}
|
|
@@ -79475,8 +80232,8 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
|
|
|
79475
80232
|
*/
|
|
79476
80233
|
listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2026ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2026>>;
|
|
79477
80234
|
/**
|
|
79478
|
-
*
|
|
79479
|
-
* @summary Start
|
|
80235
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
80236
|
+
* @summary Start machine identity aggregation
|
|
79480
80237
|
* @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
|
|
79481
80238
|
* @param {*} [axiosOptions] Override http request option.
|
|
79482
80239
|
* @throws {RequiredError}
|
|
@@ -79484,7 +80241,7 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
|
|
|
79484
80241
|
startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2026>;
|
|
79485
80242
|
/**
|
|
79486
80243
|
* Use this API to update machine identity details.
|
|
79487
|
-
* @summary Update
|
|
80244
|
+
* @summary Update machine identity details
|
|
79488
80245
|
* @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
79489
80246
|
* @param {*} [axiosOptions] Override http request option.
|
|
79490
80247
|
* @throws {RequiredError}
|
|
@@ -79687,7 +80444,7 @@ export interface MachineIdentitiesV2026ApiUpdateMachineIdentityRequest {
|
|
|
79687
80444
|
export declare class MachineIdentitiesV2026Api extends BaseAPI {
|
|
79688
80445
|
/**
|
|
79689
80446
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
79690
|
-
* @summary Create machine
|
|
80447
|
+
* @summary Create machine identity
|
|
79691
80448
|
* @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
79692
80449
|
* @param {*} [axiosOptions] Override http request option.
|
|
79693
80450
|
* @throws {RequiredError}
|
|
@@ -79705,7 +80462,7 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
79705
80462
|
deleteMachineIdentity(requestParameters: MachineIdentitiesV2026ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
79706
80463
|
/**
|
|
79707
80464
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
79708
|
-
* @summary
|
|
80465
|
+
* @summary Get machine identity details
|
|
79709
80466
|
* @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
79710
80467
|
* @param {*} [axiosOptions] Override http request option.
|
|
79711
80468
|
* @throws {RequiredError}
|
|
@@ -79731,8 +80488,8 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
79731
80488
|
*/
|
|
79732
80489
|
listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2026ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityUserEntitlementResponseV2026[], any>>;
|
|
79733
80490
|
/**
|
|
79734
|
-
*
|
|
79735
|
-
* @summary Start
|
|
80491
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
80492
|
+
* @summary Start machine identity aggregation
|
|
79736
80493
|
* @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
|
|
79737
80494
|
* @param {*} [axiosOptions] Override http request option.
|
|
79738
80495
|
* @throws {RequiredError}
|
|
@@ -79741,7 +80498,7 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
79741
80498
|
startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityAggregationResponseV2026, any>>;
|
|
79742
80499
|
/**
|
|
79743
80500
|
* Use this API to update machine identity details.
|
|
79744
|
-
* @summary Update
|
|
80501
|
+
* @summary Update machine identity details
|
|
79745
80502
|
* @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
79746
80503
|
* @param {*} [axiosOptions] Override http request option.
|
|
79747
80504
|
* @throws {RequiredError}
|
|
@@ -94025,10 +94782,12 @@ export declare const SourcesV2026ApiAxiosParamCreator: (configuration?: Configur
|
|
|
94025
94782
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
94026
94783
|
* @summary Lists provisioningpolicies
|
|
94027
94784
|
* @param {string} sourceId The Source id
|
|
94785
|
+
* @param {number} [offset] Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
94786
|
+
* @param {number} [limit] Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
94028
94787
|
* @param {*} [axiosOptions] Override http request option.
|
|
94029
94788
|
* @throws {RequiredError}
|
|
94030
94789
|
*/
|
|
94031
|
-
listProvisioningPolicies: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94790
|
+
listProvisioningPolicies: (sourceId: string, offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94032
94791
|
/**
|
|
94033
94792
|
* This end-point lists all the sources in IdentityNow.
|
|
94034
94793
|
* @summary Lists all sources in identitynow.
|
|
@@ -94534,10 +95293,12 @@ export declare const SourcesV2026ApiFp: (configuration?: Configuration) => {
|
|
|
94534
95293
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
94535
95294
|
* @summary Lists provisioningpolicies
|
|
94536
95295
|
* @param {string} sourceId The Source id
|
|
95296
|
+
* @param {number} [offset] Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
95297
|
+
* @param {number} [limit] Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
94537
95298
|
* @param {*} [axiosOptions] Override http request option.
|
|
94538
95299
|
* @throws {RequiredError}
|
|
94539
95300
|
*/
|
|
94540
|
-
listProvisioningPolicies(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProvisioningPolicyDtoV2026>>>;
|
|
95301
|
+
listProvisioningPolicies(sourceId: string, offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProvisioningPolicyDtoV2026>>>;
|
|
94541
95302
|
/**
|
|
94542
95303
|
* This end-point lists all the sources in IdentityNow.
|
|
94543
95304
|
* @summary Lists all sources in identitynow.
|
|
@@ -95800,6 +96561,18 @@ export interface SourcesV2026ApiListProvisioningPoliciesRequest {
|
|
|
95800
96561
|
* @memberof SourcesV2026ApiListProvisioningPolicies
|
|
95801
96562
|
*/
|
|
95802
96563
|
readonly sourceId: string;
|
|
96564
|
+
/**
|
|
96565
|
+
* Offset Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). The offset value is record-based, not page-based, and the index starts at 0.
|
|
96566
|
+
* @type {number}
|
|
96567
|
+
* @memberof SourcesV2026ApiListProvisioningPolicies
|
|
96568
|
+
*/
|
|
96569
|
+
readonly offset?: number;
|
|
96570
|
+
/**
|
|
96571
|
+
* Limit Integer specifying the maximum number of records to return in a single API call. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.
|
|
96572
|
+
* @type {number}
|
|
96573
|
+
* @memberof SourcesV2026ApiListProvisioningPolicies
|
|
96574
|
+
*/
|
|
96575
|
+
readonly limit?: number;
|
|
95803
96576
|
}
|
|
95804
96577
|
/**
|
|
95805
96578
|
* Request parameters for listSources operation in SourcesV2026Api.
|