sailpoint-api-client 1.8.14 → 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/common.js +2 -2
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +858 -101
- package/dist/v2026/api.js +1110 -226
- 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/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +1506 -320
- 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
|
|
@@ -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
|
|
@@ -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,7 +79080,7 @@ 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
79086
|
* @summary Get machine account details
|
|
@@ -78404,14 +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
|
|
78409
79096
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78410
79097
|
* @param {string} subtypeId machine subtype id.
|
|
78411
79098
|
* @param {*} [axiosOptions] Override http request option.
|
|
78412
79099
|
* @throws {RequiredError}
|
|
78413
79100
|
*/
|
|
78414
|
-
|
|
79101
|
+
getMachineAccountSubtypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78415
79102
|
/**
|
|
78416
79103
|
* Get a machine account subtype by its unique ID.
|
|
78417
79104
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78458,6 +79145,15 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78458
79145
|
* @throws {RequiredError}
|
|
78459
79146
|
*/
|
|
78460
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>;
|
|
78461
79157
|
/**
|
|
78462
79158
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78463
79159
|
* @summary Patch subtype
|
|
@@ -78468,7 +79164,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78468
79164
|
* @param {*} [axiosOptions] Override http request option.
|
|
78469
79165
|
* @throws {RequiredError}
|
|
78470
79166
|
*/
|
|
78471
|
-
|
|
79167
|
+
patchMachineAccountSubtypeByTechnicalName: (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78472
79168
|
/**
|
|
78473
79169
|
* Use this API to update machine accounts details.
|
|
78474
79170
|
* @summary Update machine account details
|
|
@@ -78480,7 +79176,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78480
79176
|
*/
|
|
78481
79177
|
updateMachineAccount: (id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78482
79178
|
/**
|
|
78483
|
-
* 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.
|
|
78484
79180
|
* @summary Machine Subtype Approval Config
|
|
78485
79181
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78486
79182
|
* @param {string} subtypeId machine account subtype ID.
|
|
@@ -78488,7 +79184,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
|
|
|
78488
79184
|
* @param {*} [axiosOptions] Override http request option.
|
|
78489
79185
|
* @throws {RequiredError}
|
|
78490
79186
|
*/
|
|
78491
|
-
|
|
79187
|
+
updateMachineAccountSubtypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78492
79188
|
};
|
|
78493
79189
|
/**
|
|
78494
79190
|
* MachineAccountsV2026Api - functional programming interface
|
|
@@ -78514,7 +79210,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78514
79210
|
* @param {*} [axiosOptions] Override http request option.
|
|
78515
79211
|
* @throws {RequiredError}
|
|
78516
79212
|
*/
|
|
78517
|
-
|
|
79213
|
+
deleteMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
78518
79214
|
/**
|
|
78519
79215
|
* Use this API to return the details for a single machine account by its ID.
|
|
78520
79216
|
* @summary Get machine account details
|
|
@@ -78525,14 +79221,14 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78525
79221
|
*/
|
|
78526
79222
|
getMachineAccount(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2026>>;
|
|
78527
79223
|
/**
|
|
78528
|
-
* 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.
|
|
78529
79225
|
* @summary Machine Subtype Approval Config
|
|
78530
79226
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78531
79227
|
* @param {string} subtypeId machine subtype id.
|
|
78532
79228
|
* @param {*} [axiosOptions] Override http request option.
|
|
78533
79229
|
* @throws {RequiredError}
|
|
78534
79230
|
*/
|
|
78535
|
-
|
|
79231
|
+
getMachineAccountSubtypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubtypeConfigDtoV2026>>;
|
|
78536
79232
|
/**
|
|
78537
79233
|
* Get a machine account subtype by its unique ID.
|
|
78538
79234
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78579,6 +79275,15 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78579
79275
|
* @throws {RequiredError}
|
|
78580
79276
|
*/
|
|
78581
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>>>;
|
|
78582
79287
|
/**
|
|
78583
79288
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78584
79289
|
* @summary Patch subtype
|
|
@@ -78589,7 +79294,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78589
79294
|
* @param {*} [axiosOptions] Override http request option.
|
|
78590
79295
|
* @throws {RequiredError}
|
|
78591
79296
|
*/
|
|
78592
|
-
|
|
79297
|
+
patchMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2026>>;
|
|
78593
79298
|
/**
|
|
78594
79299
|
* Use this API to update machine accounts details.
|
|
78595
79300
|
* @summary Update machine account details
|
|
@@ -78601,7 +79306,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78601
79306
|
*/
|
|
78602
79307
|
updateMachineAccount(id: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2026>>;
|
|
78603
79308
|
/**
|
|
78604
|
-
* 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.
|
|
78605
79310
|
* @summary Machine Subtype Approval Config
|
|
78606
79311
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78607
79312
|
* @param {string} subtypeId machine account subtype ID.
|
|
@@ -78609,7 +79314,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
|
|
|
78609
79314
|
* @param {*} [axiosOptions] Override http request option.
|
|
78610
79315
|
* @throws {RequiredError}
|
|
78611
79316
|
*/
|
|
78612
|
-
|
|
79317
|
+
updateMachineAccountSubtypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubtypeConfigDtoV2026>>;
|
|
78613
79318
|
};
|
|
78614
79319
|
/**
|
|
78615
79320
|
* MachineAccountsV2026Api - factory interface
|
|
@@ -78627,11 +79332,11 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78627
79332
|
/**
|
|
78628
79333
|
* Delete a machine account subtype by source ID and technical name.
|
|
78629
79334
|
* @summary Delete subtype
|
|
78630
|
-
* @param {
|
|
79335
|
+
* @param {MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
78631
79336
|
* @param {*} [axiosOptions] Override http request option.
|
|
78632
79337
|
* @throws {RequiredError}
|
|
78633
79338
|
*/
|
|
78634
|
-
|
|
79339
|
+
deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
78635
79340
|
/**
|
|
78636
79341
|
* Use this API to return the details for a single machine account by its ID.
|
|
78637
79342
|
* @summary Get machine account details
|
|
@@ -78641,13 +79346,13 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78641
79346
|
*/
|
|
78642
79347
|
getMachineAccount(requestParameters: MachineAccountsV2026ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2026>;
|
|
78643
79348
|
/**
|
|
78644
|
-
* 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.
|
|
78645
79350
|
* @summary Machine Subtype Approval Config
|
|
78646
|
-
* @param {
|
|
79351
|
+
* @param {MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
78647
79352
|
* @param {*} [axiosOptions] Override http request option.
|
|
78648
79353
|
* @throws {RequiredError}
|
|
78649
79354
|
*/
|
|
78650
|
-
|
|
79355
|
+
getMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026>;
|
|
78651
79356
|
/**
|
|
78652
79357
|
* Get a machine account subtype by its unique ID.
|
|
78653
79358
|
* @summary Retrieve subtype by subtype id
|
|
@@ -78680,14 +79385,22 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78680
79385
|
* @throws {RequiredError}
|
|
78681
79386
|
*/
|
|
78682
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>>;
|
|
78683
79396
|
/**
|
|
78684
79397
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
78685
79398
|
* @summary Patch subtype
|
|
78686
|
-
* @param {
|
|
79399
|
+
* @param {MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
78687
79400
|
* @param {*} [axiosOptions] Override http request option.
|
|
78688
79401
|
* @throws {RequiredError}
|
|
78689
79402
|
*/
|
|
78690
|
-
|
|
79403
|
+
patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2026>;
|
|
78691
79404
|
/**
|
|
78692
79405
|
* Use this API to update machine accounts details.
|
|
78693
79406
|
* @summary Update machine account details
|
|
@@ -78697,13 +79410,13 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
|
|
|
78697
79410
|
*/
|
|
78698
79411
|
updateMachineAccount(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2026>;
|
|
78699
79412
|
/**
|
|
78700
|
-
* 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.
|
|
78701
79414
|
* @summary Machine Subtype Approval Config
|
|
78702
|
-
* @param {
|
|
79415
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
78703
79416
|
* @param {*} [axiosOptions] Override http request option.
|
|
78704
79417
|
* @throws {RequiredError}
|
|
78705
79418
|
*/
|
|
78706
|
-
|
|
79419
|
+
updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubtypeConfigDtoV2026>;
|
|
78707
79420
|
};
|
|
78708
79421
|
/**
|
|
78709
79422
|
* Request parameters for createMachineAccountSubtype operation in MachineAccountsV2026Api.
|
|
@@ -78731,27 +79444,27 @@ export interface MachineAccountsV2026ApiCreateMachineAccountSubtypeRequest {
|
|
|
78731
79444
|
readonly xSailPointExperimental?: string;
|
|
78732
79445
|
}
|
|
78733
79446
|
/**
|
|
78734
|
-
* Request parameters for
|
|
79447
|
+
* Request parameters for deleteMachineAccountSubtypeByTechnicalName operation in MachineAccountsV2026Api.
|
|
78735
79448
|
* @export
|
|
78736
|
-
* @interface
|
|
79449
|
+
* @interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest
|
|
78737
79450
|
*/
|
|
78738
|
-
export interface
|
|
79451
|
+
export interface MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest {
|
|
78739
79452
|
/**
|
|
78740
79453
|
* The ID of the source.
|
|
78741
79454
|
* @type {string}
|
|
78742
|
-
* @memberof
|
|
79455
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78743
79456
|
*/
|
|
78744
79457
|
readonly sourceId: string;
|
|
78745
79458
|
/**
|
|
78746
79459
|
* The technical name of the subtype.
|
|
78747
79460
|
* @type {string}
|
|
78748
|
-
* @memberof
|
|
79461
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78749
79462
|
*/
|
|
78750
79463
|
readonly technicalName: string;
|
|
78751
79464
|
/**
|
|
78752
79465
|
* Use this header to enable this experimental API.
|
|
78753
79466
|
* @type {string}
|
|
78754
|
-
* @memberof
|
|
79467
|
+
* @memberof MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalName
|
|
78755
79468
|
*/
|
|
78756
79469
|
readonly xSailPointExperimental?: string;
|
|
78757
79470
|
}
|
|
@@ -78775,21 +79488,21 @@ export interface MachineAccountsV2026ApiGetMachineAccountRequest {
|
|
|
78775
79488
|
readonly xSailPointExperimental?: string;
|
|
78776
79489
|
}
|
|
78777
79490
|
/**
|
|
78778
|
-
* Request parameters for
|
|
79491
|
+
* Request parameters for getMachineAccountSubtypeApprovalConfig operation in MachineAccountsV2026Api.
|
|
78779
79492
|
* @export
|
|
78780
|
-
* @interface
|
|
79493
|
+
* @interface MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest
|
|
78781
79494
|
*/
|
|
78782
|
-
export interface
|
|
79495
|
+
export interface MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest {
|
|
78783
79496
|
/**
|
|
78784
79497
|
* Use this header to enable this experimental API.
|
|
78785
79498
|
* @type {string}
|
|
78786
|
-
* @memberof
|
|
79499
|
+
* @memberof MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfig
|
|
78787
79500
|
*/
|
|
78788
79501
|
readonly xSailPointExperimental: string;
|
|
78789
79502
|
/**
|
|
78790
79503
|
* machine subtype id.
|
|
78791
79504
|
* @type {string}
|
|
78792
|
-
* @memberof
|
|
79505
|
+
* @memberof MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfig
|
|
78793
79506
|
*/
|
|
78794
79507
|
readonly subtypeId: string;
|
|
78795
79508
|
}
|
|
@@ -78930,33 +79643,52 @@ export interface MachineAccountsV2026ApiListMachineAccountsRequest {
|
|
|
78930
79643
|
readonly xSailPointExperimental?: string;
|
|
78931
79644
|
}
|
|
78932
79645
|
/**
|
|
78933
|
-
* Request parameters for
|
|
79646
|
+
* Request parameters for loadBulkSourceSubtypes operation in MachineAccountsV2026Api.
|
|
78934
79647
|
* @export
|
|
78935
|
-
* @interface
|
|
79648
|
+
* @interface MachineAccountsV2026ApiLoadBulkSourceSubtypesRequest
|
|
78936
79649
|
*/
|
|
78937
|
-
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 {
|
|
78938
79670
|
/**
|
|
78939
79671
|
* The ID of the source.
|
|
78940
79672
|
* @type {string}
|
|
78941
|
-
* @memberof
|
|
79673
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78942
79674
|
*/
|
|
78943
79675
|
readonly sourceId: string;
|
|
78944
79676
|
/**
|
|
78945
79677
|
* The technical name of the subtype.
|
|
78946
79678
|
* @type {string}
|
|
78947
|
-
* @memberof
|
|
79679
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78948
79680
|
*/
|
|
78949
79681
|
readonly technicalName: string;
|
|
78950
79682
|
/**
|
|
78951
79683
|
* A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
78952
79684
|
* @type {Array<object>}
|
|
78953
|
-
* @memberof
|
|
79685
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78954
79686
|
*/
|
|
78955
79687
|
readonly requestBody: Array<object>;
|
|
78956
79688
|
/**
|
|
78957
79689
|
* Use this header to enable this experimental API.
|
|
78958
79690
|
* @type {string}
|
|
78959
|
-
* @memberof
|
|
79691
|
+
* @memberof MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalName
|
|
78960
79692
|
*/
|
|
78961
79693
|
readonly xSailPointExperimental?: string;
|
|
78962
79694
|
}
|
|
@@ -78986,27 +79718,27 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountRequest {
|
|
|
78986
79718
|
readonly xSailPointExperimental?: string;
|
|
78987
79719
|
}
|
|
78988
79720
|
/**
|
|
78989
|
-
* Request parameters for
|
|
79721
|
+
* Request parameters for updateMachineAccountSubtypeApprovalConfig operation in MachineAccountsV2026Api.
|
|
78990
79722
|
* @export
|
|
78991
|
-
* @interface
|
|
79723
|
+
* @interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest
|
|
78992
79724
|
*/
|
|
78993
|
-
export interface
|
|
79725
|
+
export interface MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest {
|
|
78994
79726
|
/**
|
|
78995
79727
|
* Use this header to enable this experimental API.
|
|
78996
79728
|
* @type {string}
|
|
78997
|
-
* @memberof
|
|
79729
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
78998
79730
|
*/
|
|
78999
79731
|
readonly xSailPointExperimental: string;
|
|
79000
79732
|
/**
|
|
79001
79733
|
* machine account subtype ID.
|
|
79002
79734
|
* @type {string}
|
|
79003
|
-
* @memberof
|
|
79735
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
79004
79736
|
*/
|
|
79005
79737
|
readonly subtypeId: string;
|
|
79006
79738
|
/**
|
|
79007
79739
|
* The JSONPatch payload used to update the object.
|
|
79008
79740
|
* @type {Array<JsonPatchOperationV2026>}
|
|
79009
|
-
* @memberof
|
|
79741
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfig
|
|
79010
79742
|
*/
|
|
79011
79743
|
readonly jsonPatchOperationV2026: Array<JsonPatchOperationV2026>;
|
|
79012
79744
|
}
|
|
@@ -79029,12 +79761,12 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79029
79761
|
/**
|
|
79030
79762
|
* Delete a machine account subtype by source ID and technical name.
|
|
79031
79763
|
* @summary Delete subtype
|
|
79032
|
-
* @param {
|
|
79764
|
+
* @param {MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
79033
79765
|
* @param {*} [axiosOptions] Override http request option.
|
|
79034
79766
|
* @throws {RequiredError}
|
|
79035
79767
|
* @memberof MachineAccountsV2026Api
|
|
79036
79768
|
*/
|
|
79037
|
-
|
|
79769
|
+
deleteMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
79038
79770
|
/**
|
|
79039
79771
|
* Use this API to return the details for a single machine account by its ID.
|
|
79040
79772
|
* @summary Get machine account details
|
|
@@ -79045,14 +79777,14 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79045
79777
|
*/
|
|
79046
79778
|
getMachineAccount(requestParameters: MachineAccountsV2026ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2026, any>>;
|
|
79047
79779
|
/**
|
|
79048
|
-
* 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.
|
|
79049
79781
|
* @summary Machine Subtype Approval Config
|
|
79050
|
-
* @param {
|
|
79782
|
+
* @param {MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
79051
79783
|
* @param {*} [axiosOptions] Override http request option.
|
|
79052
79784
|
* @throws {RequiredError}
|
|
79053
79785
|
* @memberof MachineAccountsV2026Api
|
|
79054
79786
|
*/
|
|
79055
|
-
|
|
79787
|
+
getMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountSubtypeConfigDtoV2026, any>>;
|
|
79056
79788
|
/**
|
|
79057
79789
|
* Get a machine account subtype by its unique ID.
|
|
79058
79790
|
* @summary Retrieve subtype by subtype id
|
|
@@ -79089,15 +79821,24 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79089
79821
|
* @memberof MachineAccountsV2026Api
|
|
79090
79822
|
*/
|
|
79091
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>>;
|
|
79092
79833
|
/**
|
|
79093
79834
|
* Update fields of a machine account subtype by source ID and technical name. Patchable fields include: `displayName`, `description`.
|
|
79094
79835
|
* @summary Patch subtype
|
|
79095
|
-
* @param {
|
|
79836
|
+
* @param {MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
79096
79837
|
* @param {*} [axiosOptions] Override http request option.
|
|
79097
79838
|
* @throws {RequiredError}
|
|
79098
79839
|
* @memberof MachineAccountsV2026Api
|
|
79099
79840
|
*/
|
|
79100
|
-
|
|
79841
|
+
patchMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026, any>>;
|
|
79101
79842
|
/**
|
|
79102
79843
|
* Use this API to update machine accounts details.
|
|
79103
79844
|
* @summary Update machine account details
|
|
@@ -79108,14 +79849,14 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
|
|
|
79108
79849
|
*/
|
|
79109
79850
|
updateMachineAccount(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2026, any>>;
|
|
79110
79851
|
/**
|
|
79111
|
-
* 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.
|
|
79112
79853
|
* @summary Machine Subtype Approval Config
|
|
79113
|
-
* @param {
|
|
79854
|
+
* @param {MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest} requestParameters Request parameters.
|
|
79114
79855
|
* @param {*} [axiosOptions] Override http request option.
|
|
79115
79856
|
* @throws {RequiredError}
|
|
79116
79857
|
* @memberof MachineAccountsV2026Api
|
|
79117
79858
|
*/
|
|
79118
|
-
|
|
79859
|
+
updateMachineAccountSubtypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountSubtypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountSubtypeConfigDtoV2026, any>>;
|
|
79119
79860
|
}
|
|
79120
79861
|
/**
|
|
79121
79862
|
* MachineClassificationConfigV2026Api - axios parameter creator
|
|
@@ -94041,10 +94782,12 @@ export declare const SourcesV2026ApiAxiosParamCreator: (configuration?: Configur
|
|
|
94041
94782
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
94042
94783
|
* @summary Lists provisioningpolicies
|
|
94043
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.
|
|
94044
94787
|
* @param {*} [axiosOptions] Override http request option.
|
|
94045
94788
|
* @throws {RequiredError}
|
|
94046
94789
|
*/
|
|
94047
|
-
listProvisioningPolicies: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94790
|
+
listProvisioningPolicies: (sourceId: string, offset?: number, limit?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94048
94791
|
/**
|
|
94049
94792
|
* This end-point lists all the sources in IdentityNow.
|
|
94050
94793
|
* @summary Lists all sources in identitynow.
|
|
@@ -94550,10 +95293,12 @@ export declare const SourcesV2026ApiFp: (configuration?: Configuration) => {
|
|
|
94550
95293
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
94551
95294
|
* @summary Lists provisioningpolicies
|
|
94552
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.
|
|
94553
95298
|
* @param {*} [axiosOptions] Override http request option.
|
|
94554
95299
|
* @throws {RequiredError}
|
|
94555
95300
|
*/
|
|
94556
|
-
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>>>;
|
|
94557
95302
|
/**
|
|
94558
95303
|
* This end-point lists all the sources in IdentityNow.
|
|
94559
95304
|
* @summary Lists all sources in identitynow.
|
|
@@ -95816,6 +96561,18 @@ export interface SourcesV2026ApiListProvisioningPoliciesRequest {
|
|
|
95816
96561
|
* @memberof SourcesV2026ApiListProvisioningPolicies
|
|
95817
96562
|
*/
|
|
95818
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;
|
|
95819
96576
|
}
|
|
95820
96577
|
/**
|
|
95821
96578
|
* Request parameters for listSources operation in SourcesV2026Api.
|