sailpoint-api-client 1.8.13 → 1.8.14

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.
@@ -78044,7 +78044,7 @@ export type TestMFAConfigMethodV2026 = typeof TestMFAConfigMethodV2026[keyof typ
78044
78044
  export declare const MachineAccountClassifyV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
78045
78045
  /**
78046
78046
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78047
- * @summary Classify a Single Machine Account
78047
+ * @summary Classify single machine account
78048
78048
  * @param {string} id Account ID.
78049
78049
  * @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
78050
78050
  * @param {*} [axiosOptions] Override http request option.
@@ -78059,7 +78059,7 @@ export declare const MachineAccountClassifyV2026ApiAxiosParamCreator: (configura
78059
78059
  export declare const MachineAccountClassifyV2026ApiFp: (configuration?: Configuration) => {
78060
78060
  /**
78061
78061
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78062
- * @summary Classify a Single Machine Account
78062
+ * @summary Classify single machine account
78063
78063
  * @param {string} id Account ID.
78064
78064
  * @param {SendClassifyMachineAccountClassificationModeV2026} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
78065
78065
  * @param {*} [axiosOptions] Override http request option.
@@ -78074,7 +78074,7 @@ export declare const MachineAccountClassifyV2026ApiFp: (configuration?: Configur
78074
78074
  export declare const MachineAccountClassifyV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
78075
78075
  /**
78076
78076
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78077
- * @summary Classify a Single Machine Account
78077
+ * @summary Classify single machine account
78078
78078
  * @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
78079
78079
  * @param {*} [axiosOptions] Override http request option.
78080
78080
  * @throws {RequiredError}
@@ -78109,7 +78109,7 @@ export interface MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest
78109
78109
  export declare class MachineAccountClassifyV2026Api extends BaseAPI {
78110
78110
  /**
78111
78111
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78112
- * @summary Classify a Single Machine Account
78112
+ * @summary Classify single machine account
78113
78113
  * @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
78114
78114
  * @param {*} [axiosOptions] Override http request option.
78115
78115
  * @throws {RequiredError}
@@ -78161,7 +78161,7 @@ export declare const MachineAccountMappingsV2026ApiAxiosParamCreator: (configura
78161
78161
  listMachineAccountMappings: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78162
78162
  /**
78163
78163
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78164
- * @summary Update Source\'s Machine Account Mappings
78164
+ * @summary Update source\'s machine account mappings
78165
78165
  * @param {string} id Source ID.
78166
78166
  * @param {AttributeMappingsV2026} attributeMappingsV2026
78167
78167
  * @param {*} [axiosOptions] Override http request option.
@@ -78203,7 +78203,7 @@ export declare const MachineAccountMappingsV2026ApiFp: (configuration?: Configur
78203
78203
  listMachineAccountMappings(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AttributeMappingsV2026>>>;
78204
78204
  /**
78205
78205
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78206
- * @summary Update Source\'s Machine Account Mappings
78206
+ * @summary Update source\'s machine account mappings
78207
78207
  * @param {string} id Source ID.
78208
78208
  * @param {AttributeMappingsV2026} attributeMappingsV2026
78209
78209
  * @param {*} [axiosOptions] Override http request option.
@@ -78242,7 +78242,7 @@ export declare const MachineAccountMappingsV2026ApiFactory: (configuration?: Con
78242
78242
  listMachineAccountMappings(requestParameters: MachineAccountMappingsV2026ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AttributeMappingsV2026>>;
78243
78243
  /**
78244
78244
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78245
- * @summary Update Source\'s Machine Account Mappings
78245
+ * @summary Update source\'s machine account mappings
78246
78246
  * @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
78247
78247
  * @param {*} [axiosOptions] Override http request option.
78248
78248
  * @throws {RequiredError}
@@ -78361,7 +78361,7 @@ export declare class MachineAccountMappingsV2026Api extends BaseAPI {
78361
78361
  listMachineAccountMappings(requestParameters: MachineAccountMappingsV2026ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2026[], any>>;
78362
78362
  /**
78363
78363
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
78364
- * @summary Update Source\'s Machine Account Mappings
78364
+ * @summary Update source\'s machine account mappings
78365
78365
  * @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
78366
78366
  * @param {*} [axiosOptions] Override http request option.
78367
78367
  * @throws {RequiredError}
@@ -78396,7 +78396,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
78396
78396
  deleteMachineAccountSubtype: (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78397
78397
  /**
78398
78398
  * Use this API to return the details for a single machine account by its ID.
78399
- * @summary Machine account details
78399
+ * @summary Get machine account details
78400
78400
  * @param {string} id Machine Account ID.
78401
78401
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78402
78402
  * @param {*} [axiosOptions] Override http request option.
@@ -78406,11 +78406,12 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
78406
78406
  /**
78407
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.
78408
78408
  * @summary Machine Subtype Approval Config
78409
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78409
78410
  * @param {string} subtypeId machine subtype id.
78410
78411
  * @param {*} [axiosOptions] Override http request option.
78411
78412
  * @throws {RequiredError}
78412
78413
  */
78413
- getMachineAccountDeletionSubTypeApprovalConfig: (subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78414
+ getMachineAccountDeletionSubTypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78414
78415
  /**
78415
78416
  * Get a machine account subtype by its unique ID.
78416
78417
  * @summary Retrieve subtype by subtype id
@@ -78446,7 +78447,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
78446
78447
  listMachineAccountSubtypes: (sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78447
78448
  /**
78448
78449
  * This returns a list of machine accounts.
78449
- * @summary Machine accounts list
78450
+ * @summary List machine accounts
78450
78451
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
78451
78452
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
78452
78453
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
@@ -78470,7 +78471,7 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
78470
78471
  patchMachineAccountSubtype: (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78471
78472
  /**
78472
78473
  * Use this API to update machine accounts details.
78473
- * @summary Update a machine account
78474
+ * @summary Update machine account details
78474
78475
  * @param {string} id Machine Account ID.
78475
78476
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
78476
78477
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -78481,12 +78482,13 @@ export declare const MachineAccountsV2026ApiAxiosParamCreator: (configuration?:
78481
78482
  /**
78482
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.
78483
78484
  * @summary Machine Subtype Approval Config
78485
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78484
78486
  * @param {string} subtypeId machine account subtype ID.
78485
78487
  * @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
78486
78488
  * @param {*} [axiosOptions] Override http request option.
78487
78489
  * @throws {RequiredError}
78488
78490
  */
78489
- updateMachineAccountDeletionBySubTypeApprovalConfig: (subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78491
+ updateMachineAccountDeletionBySubTypeApprovalConfig: (xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78490
78492
  };
78491
78493
  /**
78492
78494
  * MachineAccountsV2026Api - functional programming interface
@@ -78515,7 +78517,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
78515
78517
  deleteMachineAccountSubtype(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
78516
78518
  /**
78517
78519
  * Use this API to return the details for a single machine account by its ID.
78518
- * @summary Machine account details
78520
+ * @summary Get machine account details
78519
78521
  * @param {string} id Machine Account ID.
78520
78522
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78521
78523
  * @param {*} [axiosOptions] Override http request option.
@@ -78525,11 +78527,12 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
78525
78527
  /**
78526
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.
78527
78529
  * @summary Machine Subtype Approval Config
78530
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78528
78531
  * @param {string} subtypeId machine subtype id.
78529
78532
  * @param {*} [axiosOptions] Override http request option.
78530
78533
  * @throws {RequiredError}
78531
78534
  */
78532
- getMachineAccountDeletionSubTypeApprovalConfig(subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>>;
78535
+ getMachineAccountDeletionSubTypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>>;
78533
78536
  /**
78534
78537
  * Get a machine account subtype by its unique ID.
78535
78538
  * @summary Retrieve subtype by subtype id
@@ -78565,7 +78568,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
78565
78568
  listMachineAccountSubtypes(sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeV2026>>>;
78566
78569
  /**
78567
78570
  * This returns a list of machine accounts.
78568
- * @summary Machine accounts list
78571
+ * @summary List machine accounts
78569
78572
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
78570
78573
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
78571
78574
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
@@ -78589,7 +78592,7 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
78589
78592
  patchMachineAccountSubtype(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2026>>;
78590
78593
  /**
78591
78594
  * Use this API to update machine accounts details.
78592
- * @summary Update a machine account
78595
+ * @summary Update machine account details
78593
78596
  * @param {string} id Machine Account ID.
78594
78597
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
78595
78598
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -78600,12 +78603,13 @@ export declare const MachineAccountsV2026ApiFp: (configuration?: Configuration)
78600
78603
  /**
78601
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.
78602
78605
  * @summary Machine Subtype Approval Config
78606
+ * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78603
78607
  * @param {string} subtypeId machine account subtype ID.
78604
78608
  * @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
78605
78609
  * @param {*} [axiosOptions] Override http request option.
78606
78610
  * @throws {RequiredError}
78607
78611
  */
78608
- updateMachineAccountDeletionBySubTypeApprovalConfig(subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>>;
78612
+ updateMachineAccountDeletionBySubTypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>>;
78609
78613
  };
78610
78614
  /**
78611
78615
  * MachineAccountsV2026Api - factory interface
@@ -78630,7 +78634,7 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
78630
78634
  deleteMachineAccountSubtype(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
78631
78635
  /**
78632
78636
  * Use this API to return the details for a single machine account by its ID.
78633
- * @summary Machine account details
78637
+ * @summary Get machine account details
78634
78638
  * @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
78635
78639
  * @param {*} [axiosOptions] Override http request option.
78636
78640
  * @throws {RequiredError}
@@ -78670,7 +78674,7 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
78670
78674
  listMachineAccountSubtypes(requestParameters: MachineAccountsV2026ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeV2026>>;
78671
78675
  /**
78672
78676
  * This returns a list of machine accounts.
78673
- * @summary Machine accounts list
78677
+ * @summary List machine accounts
78674
78678
  * @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
78675
78679
  * @param {*} [axiosOptions] Override http request option.
78676
78680
  * @throws {RequiredError}
@@ -78686,7 +78690,7 @@ export declare const MachineAccountsV2026ApiFactory: (configuration?: Configurat
78686
78690
  patchMachineAccountSubtype(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2026>;
78687
78691
  /**
78688
78692
  * Use this API to update machine accounts details.
78689
- * @summary Update a machine account
78693
+ * @summary Update machine account details
78690
78694
  * @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
78691
78695
  * @param {*} [axiosOptions] Override http request option.
78692
78696
  * @throws {RequiredError}
@@ -78776,6 +78780,12 @@ export interface MachineAccountsV2026ApiGetMachineAccountRequest {
78776
78780
  * @interface MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest
78777
78781
  */
78778
78782
  export interface MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest {
78783
+ /**
78784
+ * Use this header to enable this experimental API.
78785
+ * @type {string}
78786
+ * @memberof MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfig
78787
+ */
78788
+ readonly xSailPointExperimental: string;
78779
78789
  /**
78780
78790
  * machine subtype id.
78781
78791
  * @type {string}
@@ -78981,6 +78991,12 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountRequest {
78981
78991
  * @interface MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest
78982
78992
  */
78983
78993
  export interface MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest {
78994
+ /**
78995
+ * Use this header to enable this experimental API.
78996
+ * @type {string}
78997
+ * @memberof MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfig
78998
+ */
78999
+ readonly xSailPointExperimental: string;
78984
79000
  /**
78985
79001
  * machine account subtype ID.
78986
79002
  * @type {string}
@@ -79021,7 +79037,7 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
79021
79037
  deleteMachineAccountSubtype(requestParameters: MachineAccountsV2026ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
79022
79038
  /**
79023
79039
  * Use this API to return the details for a single machine account by its ID.
79024
- * @summary Machine account details
79040
+ * @summary Get machine account details
79025
79041
  * @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
79026
79042
  * @param {*} [axiosOptions] Override http request option.
79027
79043
  * @throws {RequiredError}
@@ -79066,7 +79082,7 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
79066
79082
  listMachineAccountSubtypes(requestParameters: MachineAccountsV2026ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026[], any>>;
79067
79083
  /**
79068
79084
  * This returns a list of machine accounts.
79069
- * @summary Machine accounts list
79085
+ * @summary List machine accounts
79070
79086
  * @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
79071
79087
  * @param {*} [axiosOptions] Override http request option.
79072
79088
  * @throws {RequiredError}
@@ -79084,7 +79100,7 @@ export declare class MachineAccountsV2026Api extends BaseAPI {
79084
79100
  patchMachineAccountSubtype(requestParameters: MachineAccountsV2026ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2026, any>>;
79085
79101
  /**
79086
79102
  * Use this API to update machine accounts details.
79087
- * @summary Update a machine account
79103
+ * @summary Update machine account details
79088
79104
  * @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
79089
79105
  * @param {*} [axiosOptions] Override http request option.
79090
79106
  * @throws {RequiredError}
@@ -79280,7 +79296,7 @@ export declare class MachineClassificationConfigV2026Api extends BaseAPI {
79280
79296
  export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
79281
79297
  /**
79282
79298
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
79283
- * @summary Create machine identities
79299
+ * @summary Create machine identity
79284
79300
  * @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
79285
79301
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79286
79302
  * @param {*} [axiosOptions] Override http request option.
@@ -79298,7 +79314,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
79298
79314
  deleteMachineIdentity: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79299
79315
  /**
79300
79316
  * This API returns a single machine identity using the Machine Identity ID.
79301
- * @summary Machine identity details
79317
+ * @summary Get machine identity details
79302
79318
  * @param {string} id Machine Identity ID
79303
79319
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79304
79320
  * @param {*} [axiosOptions] Override http request option.
@@ -79332,8 +79348,8 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
79332
79348
  */
79333
79349
  listMachineIdentityUserEntitlements: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79334
79350
  /**
79335
- * Use this API to aggregate machine identities (AI Agents).
79336
- * @summary Start Machine Identity (AI Agent) Aggregation
79351
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
79352
+ * @summary Start machine identity aggregation
79337
79353
  * @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
79338
79354
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79339
79355
  * @param {*} [axiosOptions] Override http request option.
@@ -79342,7 +79358,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
79342
79358
  startMachineIdentityAggregation: (machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
79343
79359
  /**
79344
79360
  * Use this API to update machine identity details.
79345
- * @summary Update a machine identity
79361
+ * @summary Update machine identity details
79346
79362
  * @param {string} id Machine Identity ID.
79347
79363
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
79348
79364
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -79358,7 +79374,7 @@ export declare const MachineIdentitiesV2026ApiAxiosParamCreator: (configuration?
79358
79374
  export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration) => {
79359
79375
  /**
79360
79376
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
79361
- * @summary Create machine identities
79377
+ * @summary Create machine identity
79362
79378
  * @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
79363
79379
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79364
79380
  * @param {*} [axiosOptions] Override http request option.
@@ -79376,7 +79392,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
79376
79392
  deleteMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
79377
79393
  /**
79378
79394
  * This API returns a single machine identity using the Machine Identity ID.
79379
- * @summary Machine identity details
79395
+ * @summary Get machine identity details
79380
79396
  * @param {string} id Machine Identity ID
79381
79397
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79382
79398
  * @param {*} [axiosOptions] Override http request option.
@@ -79410,8 +79426,8 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
79410
79426
  */
79411
79427
  listMachineIdentityUserEntitlements(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2026>>>;
79412
79428
  /**
79413
- * Use this API to aggregate machine identities (AI Agents).
79414
- * @summary Start Machine Identity (AI Agent) Aggregation
79429
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
79430
+ * @summary Start machine identity aggregation
79415
79431
  * @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
79416
79432
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79417
79433
  * @param {*} [axiosOptions] Override http request option.
@@ -79420,7 +79436,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
79420
79436
  startMachineIdentityAggregation(machineIdentityAggregationRequestV2026: MachineIdentityAggregationRequestV2026, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2026>>;
79421
79437
  /**
79422
79438
  * Use this API to update machine identity details.
79423
- * @summary Update a machine identity
79439
+ * @summary Update machine identity details
79424
79440
  * @param {string} id Machine Identity ID.
79425
79441
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
79426
79442
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -79436,7 +79452,7 @@ export declare const MachineIdentitiesV2026ApiFp: (configuration?: Configuration
79436
79452
  export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
79437
79453
  /**
79438
79454
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
79439
- * @summary Create machine identities
79455
+ * @summary Create machine identity
79440
79456
  * @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
79441
79457
  * @param {*} [axiosOptions] Override http request option.
79442
79458
  * @throws {RequiredError}
@@ -79452,7 +79468,7 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
79452
79468
  deleteMachineIdentity(requestParameters: MachineIdentitiesV2026ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
79453
79469
  /**
79454
79470
  * This API returns a single machine identity using the Machine Identity ID.
79455
- * @summary Machine identity details
79471
+ * @summary Get machine identity details
79456
79472
  * @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
79457
79473
  * @param {*} [axiosOptions] Override http request option.
79458
79474
  * @throws {RequiredError}
@@ -79475,8 +79491,8 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
79475
79491
  */
79476
79492
  listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2026ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2026>>;
79477
79493
  /**
79478
- * Use this API to aggregate machine identities (AI Agents).
79479
- * @summary Start Machine Identity (AI Agent) Aggregation
79494
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
79495
+ * @summary Start machine identity aggregation
79480
79496
  * @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
79481
79497
  * @param {*} [axiosOptions] Override http request option.
79482
79498
  * @throws {RequiredError}
@@ -79484,7 +79500,7 @@ export declare const MachineIdentitiesV2026ApiFactory: (configuration?: Configur
79484
79500
  startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2026>;
79485
79501
  /**
79486
79502
  * Use this API to update machine identity details.
79487
- * @summary Update a machine identity
79503
+ * @summary Update machine identity details
79488
79504
  * @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
79489
79505
  * @param {*} [axiosOptions] Override http request option.
79490
79506
  * @throws {RequiredError}
@@ -79687,7 +79703,7 @@ export interface MachineIdentitiesV2026ApiUpdateMachineIdentityRequest {
79687
79703
  export declare class MachineIdentitiesV2026Api extends BaseAPI {
79688
79704
  /**
79689
79705
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
79690
- * @summary Create machine identities
79706
+ * @summary Create machine identity
79691
79707
  * @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
79692
79708
  * @param {*} [axiosOptions] Override http request option.
79693
79709
  * @throws {RequiredError}
@@ -79705,7 +79721,7 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
79705
79721
  deleteMachineIdentity(requestParameters: MachineIdentitiesV2026ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
79706
79722
  /**
79707
79723
  * This API returns a single machine identity using the Machine Identity ID.
79708
- * @summary Machine identity details
79724
+ * @summary Get machine identity details
79709
79725
  * @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
79710
79726
  * @param {*} [axiosOptions] Override http request option.
79711
79727
  * @throws {RequiredError}
@@ -79731,8 +79747,8 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
79731
79747
  */
79732
79748
  listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2026ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityUserEntitlementResponseV2026[], any>>;
79733
79749
  /**
79734
- * Use this API to aggregate machine identities (AI Agents).
79735
- * @summary Start Machine Identity (AI Agent) Aggregation
79750
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
79751
+ * @summary Start machine identity aggregation
79736
79752
  * @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
79737
79753
  * @param {*} [axiosOptions] Override http request option.
79738
79754
  * @throws {RequiredError}
@@ -79741,7 +79757,7 @@ export declare class MachineIdentitiesV2026Api extends BaseAPI {
79741
79757
  startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityAggregationResponseV2026, any>>;
79742
79758
  /**
79743
79759
  * Use this API to update machine identity details.
79744
- * @summary Update a machine identity
79760
+ * @summary Update machine identity details
79745
79761
  * @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
79746
79762
  * @param {*} [axiosOptions] Override http request option.
79747
79763
  * @throws {RequiredError}