sailpoint-api-client 1.8.13 → 1.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2024/api.js CHANGED
@@ -45039,7 +45039,7 @@ var MachineAccountClassifyV2024ApiAxiosParamCreator = function (configuration) {
45039
45039
  return {
45040
45040
  /**
45041
45041
  * 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.
45042
- * @summary Classify a Single Machine Account
45042
+ * @summary Classify single machine account
45043
45043
  * @param {string} id Account ID.
45044
45044
  * @param {SendClassifyMachineAccountClassificationModeV2024} [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.
45045
45045
  * @param {*} [axiosOptions] Override http request option.
@@ -45116,7 +45116,7 @@ var MachineAccountClassifyV2024ApiFp = function (configuration) {
45116
45116
  return {
45117
45117
  /**
45118
45118
  * 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.
45119
- * @summary Classify a Single Machine Account
45119
+ * @summary Classify single machine account
45120
45120
  * @param {string} id Account ID.
45121
45121
  * @param {SendClassifyMachineAccountClassificationModeV2024} [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.
45122
45122
  * @param {*} [axiosOptions] Override http request option.
@@ -45150,7 +45150,7 @@ var MachineAccountClassifyV2024ApiFactory = function (configuration, basePath, a
45150
45150
  return {
45151
45151
  /**
45152
45152
  * 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.
45153
- * @summary Classify a Single Machine Account
45153
+ * @summary Classify single machine account
45154
45154
  * @param {MachineAccountClassifyV2024ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
45155
45155
  * @param {*} [axiosOptions] Override http request option.
45156
45156
  * @throws {RequiredError}
@@ -45174,7 +45174,7 @@ var MachineAccountClassifyV2024Api = /** @class */ (function (_super) {
45174
45174
  }
45175
45175
  /**
45176
45176
  * 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.
45177
- * @summary Classify a Single Machine Account
45177
+ * @summary Classify single machine account
45178
45178
  * @param {MachineAccountClassifyV2024ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
45179
45179
  * @param {*} [axiosOptions] Override http request option.
45180
45180
  * @throws {RequiredError}
@@ -45407,7 +45407,7 @@ var MachineAccountMappingsV2024ApiAxiosParamCreator = function (configuration) {
45407
45407
  },
45408
45408
  /**
45409
45409
  * 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.
45410
- * @summary Update Source\'s Machine Account Mappings
45410
+ * @summary Update source\'s machine account mappings
45411
45411
  * @param {string} id Source ID.
45412
45412
  * @param {AttributeMappingsV2024} attributeMappingsV2024
45413
45413
  * @param {*} [axiosOptions] Override http request option.
@@ -45557,7 +45557,7 @@ var MachineAccountMappingsV2024ApiFp = function (configuration) {
45557
45557
  },
45558
45558
  /**
45559
45559
  * 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.
45560
- * @summary Update Source\'s Machine Account Mappings
45560
+ * @summary Update source\'s machine account mappings
45561
45561
  * @param {string} id Source ID.
45562
45562
  * @param {AttributeMappingsV2024} attributeMappingsV2024
45563
45563
  * @param {*} [axiosOptions] Override http request option.
@@ -45621,7 +45621,7 @@ var MachineAccountMappingsV2024ApiFactory = function (configuration, basePath, a
45621
45621
  },
45622
45622
  /**
45623
45623
  * 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.
45624
- * @summary Update Source\'s Machine Account Mappings
45624
+ * @summary Update source\'s machine account mappings
45625
45625
  * @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
45626
45626
  * @param {*} [axiosOptions] Override http request option.
45627
45627
  * @throws {RequiredError}
@@ -45681,7 +45681,7 @@ var MachineAccountMappingsV2024Api = /** @class */ (function (_super) {
45681
45681
  };
45682
45682
  /**
45683
45683
  * 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.
45684
- * @summary Update Source\'s Machine Account Mappings
45684
+ * @summary Update source\'s machine account mappings
45685
45685
  * @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
45686
45686
  * @param {*} [axiosOptions] Override http request option.
45687
45687
  * @throws {RequiredError}
@@ -45703,7 +45703,7 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
45703
45703
  return {
45704
45704
  /**
45705
45705
  * Use this API to return the details for a single machine account by its ID.
45706
- * @summary Machine account details
45706
+ * @summary Get machine account details
45707
45707
  * @param {string} id Machine Account ID.
45708
45708
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45709
45709
  * @param {*} [axiosOptions] Override http request option.
@@ -45763,7 +45763,7 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
45763
45763
  },
45764
45764
  /**
45765
45765
  * This returns a list of machine accounts.
45766
- * @summary Machine accounts list
45766
+ * @summary List machine accounts
45767
45767
  * @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.
45768
45768
  * @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.
45769
45769
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
@@ -45839,7 +45839,7 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
45839
45839
  },
45840
45840
  /**
45841
45841
  * Use this API to update machine accounts details.
45842
- * @summary Update a machine account
45842
+ * @summary Update machine account details
45843
45843
  * @param {string} id Machine Account ID.
45844
45844
  * @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
45845
45845
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -45924,7 +45924,7 @@ var MachineAccountsV2024ApiFp = function (configuration) {
45924
45924
  return {
45925
45925
  /**
45926
45926
  * Use this API to return the details for a single machine account by its ID.
45927
- * @summary Machine account details
45927
+ * @summary Get machine account details
45928
45928
  * @param {string} id Machine Account ID.
45929
45929
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45930
45930
  * @param {*} [axiosOptions] Override http request option.
@@ -45948,7 +45948,7 @@ var MachineAccountsV2024ApiFp = function (configuration) {
45948
45948
  },
45949
45949
  /**
45950
45950
  * This returns a list of machine accounts.
45951
- * @summary Machine accounts list
45951
+ * @summary List machine accounts
45952
45952
  * @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.
45953
45953
  * @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.
45954
45954
  * @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.
@@ -45976,7 +45976,7 @@ var MachineAccountsV2024ApiFp = function (configuration) {
45976
45976
  },
45977
45977
  /**
45978
45978
  * Use this API to update machine accounts details.
45979
- * @summary Update a machine account
45979
+ * @summary Update machine account details
45980
45980
  * @param {string} id Machine Account ID.
45981
45981
  * @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
45982
45982
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -46011,7 +46011,7 @@ var MachineAccountsV2024ApiFactory = function (configuration, basePath, axios) {
46011
46011
  return {
46012
46012
  /**
46013
46013
  * Use this API to return the details for a single machine account by its ID.
46014
- * @summary Machine account details
46014
+ * @summary Get machine account details
46015
46015
  * @param {MachineAccountsV2024ApiGetMachineAccountRequest} requestParameters Request parameters.
46016
46016
  * @param {*} [axiosOptions] Override http request option.
46017
46017
  * @throws {RequiredError}
@@ -46021,7 +46021,7 @@ var MachineAccountsV2024ApiFactory = function (configuration, basePath, axios) {
46021
46021
  },
46022
46022
  /**
46023
46023
  * This returns a list of machine accounts.
46024
- * @summary Machine accounts list
46024
+ * @summary List machine accounts
46025
46025
  * @param {MachineAccountsV2024ApiListMachineAccountsRequest} requestParameters Request parameters.
46026
46026
  * @param {*} [axiosOptions] Override http request option.
46027
46027
  * @throws {RequiredError}
@@ -46032,7 +46032,7 @@ var MachineAccountsV2024ApiFactory = function (configuration, basePath, axios) {
46032
46032
  },
46033
46033
  /**
46034
46034
  * Use this API to update machine accounts details.
46035
- * @summary Update a machine account
46035
+ * @summary Update machine account details
46036
46036
  * @param {MachineAccountsV2024ApiUpdateMachineAccountRequest} requestParameters Request parameters.
46037
46037
  * @param {*} [axiosOptions] Override http request option.
46038
46038
  * @throws {RequiredError}
@@ -46056,7 +46056,7 @@ var MachineAccountsV2024Api = /** @class */ (function (_super) {
46056
46056
  }
46057
46057
  /**
46058
46058
  * Use this API to return the details for a single machine account by its ID.
46059
- * @summary Machine account details
46059
+ * @summary Get machine account details
46060
46060
  * @param {MachineAccountsV2024ApiGetMachineAccountRequest} requestParameters Request parameters.
46061
46061
  * @param {*} [axiosOptions] Override http request option.
46062
46062
  * @throws {RequiredError}
@@ -46068,7 +46068,7 @@ var MachineAccountsV2024Api = /** @class */ (function (_super) {
46068
46068
  };
46069
46069
  /**
46070
46070
  * This returns a list of machine accounts.
46071
- * @summary Machine accounts list
46071
+ * @summary List machine accounts
46072
46072
  * @param {MachineAccountsV2024ApiListMachineAccountsRequest} requestParameters Request parameters.
46073
46073
  * @param {*} [axiosOptions] Override http request option.
46074
46074
  * @throws {RequiredError}
@@ -46081,7 +46081,7 @@ var MachineAccountsV2024Api = /** @class */ (function (_super) {
46081
46081
  };
46082
46082
  /**
46083
46083
  * Use this API to update machine accounts details.
46084
- * @summary Update a machine account
46084
+ * @summary Update machine account details
46085
46085
  * @param {MachineAccountsV2024ApiUpdateMachineAccountRequest} requestParameters Request parameters.
46086
46086
  * @param {*} [axiosOptions] Override http request option.
46087
46087
  * @throws {RequiredError}
@@ -46477,7 +46477,7 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
46477
46477
  return {
46478
46478
  /**
46479
46479
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
46480
- * @summary Create machine identities
46480
+ * @summary Create machine identity
46481
46481
  * @param {MachineIdentityV2024} machineIdentityV2024
46482
46482
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46483
46483
  * @param {*} [axiosOptions] Override http request option.
@@ -46618,7 +46618,7 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
46618
46618
  },
46619
46619
  /**
46620
46620
  * This API returns a single machine identity using the Machine Identity ID.
46621
- * @summary Machine identity details
46621
+ * @summary Get machine identity details
46622
46622
  * @param {string} id Machine Identity ID
46623
46623
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46624
46624
  * @param {*} [axiosOptions] Override http request option.
@@ -46754,7 +46754,7 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
46754
46754
  },
46755
46755
  /**
46756
46756
  * Use this API to update machine identity details.
46757
- * @summary Update a machine identity
46757
+ * @summary Update machine identity details
46758
46758
  * @param {string} id Machine Identity ID.
46759
46759
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
46760
46760
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -46839,7 +46839,7 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
46839
46839
  return {
46840
46840
  /**
46841
46841
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
46842
- * @summary Create machine identities
46842
+ * @summary Create machine identity
46843
46843
  * @param {MachineIdentityV2024} machineIdentityV2024
46844
46844
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46845
46845
  * @param {*} [axiosOptions] Override http request option.
@@ -46887,7 +46887,7 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
46887
46887
  },
46888
46888
  /**
46889
46889
  * This API returns a single machine identity using the Machine Identity ID.
46890
- * @summary Machine identity details
46890
+ * @summary Get machine identity details
46891
46891
  * @param {string} id Machine Identity ID
46892
46892
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46893
46893
  * @param {*} [axiosOptions] Override http request option.
@@ -46939,7 +46939,7 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
46939
46939
  },
46940
46940
  /**
46941
46941
  * Use this API to update machine identity details.
46942
- * @summary Update a machine identity
46942
+ * @summary Update machine identity details
46943
46943
  * @param {string} id Machine Identity ID.
46944
46944
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
46945
46945
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -46974,7 +46974,7 @@ var MachineIdentitiesV2024ApiFactory = function (configuration, basePath, axios)
46974
46974
  return {
46975
46975
  /**
46976
46976
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
46977
- * @summary Create machine identities
46977
+ * @summary Create machine identity
46978
46978
  * @param {MachineIdentitiesV2024ApiCreateMachineIdentityRequest} requestParameters Request parameters.
46979
46979
  * @param {*} [axiosOptions] Override http request option.
46980
46980
  * @throws {RequiredError}
@@ -46994,7 +46994,7 @@ var MachineIdentitiesV2024ApiFactory = function (configuration, basePath, axios)
46994
46994
  },
46995
46995
  /**
46996
46996
  * This API returns a single machine identity using the Machine Identity ID.
46997
- * @summary Machine identity details
46997
+ * @summary Get machine identity details
46998
46998
  * @param {MachineIdentitiesV2024ApiGetMachineIdentityRequest} requestParameters Request parameters.
46999
46999
  * @param {*} [axiosOptions] Override http request option.
47000
47000
  * @throws {RequiredError}
@@ -47015,7 +47015,7 @@ var MachineIdentitiesV2024ApiFactory = function (configuration, basePath, axios)
47015
47015
  },
47016
47016
  /**
47017
47017
  * Use this API to update machine identity details.
47018
- * @summary Update a machine identity
47018
+ * @summary Update machine identity details
47019
47019
  * @param {MachineIdentitiesV2024ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
47020
47020
  * @param {*} [axiosOptions] Override http request option.
47021
47021
  * @throws {RequiredError}
@@ -47039,7 +47039,7 @@ var MachineIdentitiesV2024Api = /** @class */ (function (_super) {
47039
47039
  }
47040
47040
  /**
47041
47041
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
47042
- * @summary Create machine identities
47042
+ * @summary Create machine identity
47043
47043
  * @param {MachineIdentitiesV2024ApiCreateMachineIdentityRequest} requestParameters Request parameters.
47044
47044
  * @param {*} [axiosOptions] Override http request option.
47045
47045
  * @throws {RequiredError}
@@ -47063,7 +47063,7 @@ var MachineIdentitiesV2024Api = /** @class */ (function (_super) {
47063
47063
  };
47064
47064
  /**
47065
47065
  * This API returns a single machine identity using the Machine Identity ID.
47066
- * @summary Machine identity details
47066
+ * @summary Get machine identity details
47067
47067
  * @param {MachineIdentitiesV2024ApiGetMachineIdentityRequest} requestParameters Request parameters.
47068
47068
  * @param {*} [axiosOptions] Override http request option.
47069
47069
  * @throws {RequiredError}
@@ -47088,7 +47088,7 @@ var MachineIdentitiesV2024Api = /** @class */ (function (_super) {
47088
47088
  };
47089
47089
  /**
47090
47090
  * Use this API to update machine identity details.
47091
- * @summary Update a machine identity
47091
+ * @summary Update machine identity details
47092
47092
  * @param {MachineIdentitiesV2024ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
47093
47093
  * @param {*} [axiosOptions] Override http request option.
47094
47094
  * @throws {RequiredError}
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.13";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.15";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.13' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.15' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
@@ -76747,7 +76747,7 @@ export type TestMFAConfigMethodV2025 = typeof TestMFAConfigMethodV2025[keyof typ
76747
76747
  export declare const MachineAccountClassifyV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
76748
76748
  /**
76749
76749
  * 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.
76750
- * @summary Classify a Single Machine Account
76750
+ * @summary Classify single machine account
76751
76751
  * @param {string} id Account ID.
76752
76752
  * @param {SendClassifyMachineAccountClassificationModeV2025} [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.
76753
76753
  * @param {*} [axiosOptions] Override http request option.
@@ -76762,7 +76762,7 @@ export declare const MachineAccountClassifyV2025ApiAxiosParamCreator: (configura
76762
76762
  export declare const MachineAccountClassifyV2025ApiFp: (configuration?: Configuration) => {
76763
76763
  /**
76764
76764
  * 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.
76765
- * @summary Classify a Single Machine Account
76765
+ * @summary Classify single machine account
76766
76766
  * @param {string} id Account ID.
76767
76767
  * @param {SendClassifyMachineAccountClassificationModeV2025} [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.
76768
76768
  * @param {*} [axiosOptions] Override http request option.
@@ -76777,7 +76777,7 @@ export declare const MachineAccountClassifyV2025ApiFp: (configuration?: Configur
76777
76777
  export declare const MachineAccountClassifyV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
76778
76778
  /**
76779
76779
  * 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.
76780
- * @summary Classify a Single Machine Account
76780
+ * @summary Classify single machine account
76781
76781
  * @param {MachineAccountClassifyV2025ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
76782
76782
  * @param {*} [axiosOptions] Override http request option.
76783
76783
  * @throws {RequiredError}
@@ -76812,7 +76812,7 @@ export interface MachineAccountClassifyV2025ApiSendClassifyMachineAccountRequest
76812
76812
  export declare class MachineAccountClassifyV2025Api extends BaseAPI {
76813
76813
  /**
76814
76814
  * 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.
76815
- * @summary Classify a Single Machine Account
76815
+ * @summary Classify single machine account
76816
76816
  * @param {MachineAccountClassifyV2025ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
76817
76817
  * @param {*} [axiosOptions] Override http request option.
76818
76818
  * @throws {RequiredError}
@@ -76864,7 +76864,7 @@ export declare const MachineAccountMappingsV2025ApiAxiosParamCreator: (configura
76864
76864
  listMachineAccountMappings: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76865
76865
  /**
76866
76866
  * 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.
76867
- * @summary Update Source\'s Machine Account Mappings
76867
+ * @summary Update source\'s Machine Account Mappings
76868
76868
  * @param {string} id Source ID.
76869
76869
  * @param {AttributeMappingsV2025} attributeMappingsV2025
76870
76870
  * @param {*} [axiosOptions] Override http request option.
@@ -76906,7 +76906,7 @@ export declare const MachineAccountMappingsV2025ApiFp: (configuration?: Configur
76906
76906
  listMachineAccountMappings(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AttributeMappingsV2025>>>;
76907
76907
  /**
76908
76908
  * 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.
76909
- * @summary Update Source\'s Machine Account Mappings
76909
+ * @summary Update source\'s Machine Account Mappings
76910
76910
  * @param {string} id Source ID.
76911
76911
  * @param {AttributeMappingsV2025} attributeMappingsV2025
76912
76912
  * @param {*} [axiosOptions] Override http request option.
@@ -76945,7 +76945,7 @@ export declare const MachineAccountMappingsV2025ApiFactory: (configuration?: Con
76945
76945
  listMachineAccountMappings(requestParameters: MachineAccountMappingsV2025ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AttributeMappingsV2025>>;
76946
76946
  /**
76947
76947
  * 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.
76948
- * @summary Update Source\'s Machine Account Mappings
76948
+ * @summary Update source\'s Machine Account Mappings
76949
76949
  * @param {MachineAccountMappingsV2025ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
76950
76950
  * @param {*} [axiosOptions] Override http request option.
76951
76951
  * @throws {RequiredError}
@@ -77064,7 +77064,7 @@ export declare class MachineAccountMappingsV2025Api extends BaseAPI {
77064
77064
  listMachineAccountMappings(requestParameters: MachineAccountMappingsV2025ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2025[], any>>;
77065
77065
  /**
77066
77066
  * 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.
77067
- * @summary Update Source\'s Machine Account Mappings
77067
+ * @summary Update source\'s Machine Account Mappings
77068
77068
  * @param {MachineAccountMappingsV2025ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
77069
77069
  * @param {*} [axiosOptions] Override http request option.
77070
77070
  * @throws {RequiredError}
@@ -77099,7 +77099,7 @@ export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?:
77099
77099
  deleteMachineAccountSubtype: (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77100
77100
  /**
77101
77101
  * Use this API to return the details for a single machine account by its ID.
77102
- * @summary Machine account details
77102
+ * @summary Get machine account details
77103
77103
  * @param {string} id Machine Account ID.
77104
77104
  * @param {*} [axiosOptions] Override http request option.
77105
77105
  * @throws {RequiredError}
@@ -77140,7 +77140,7 @@ export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?:
77140
77140
  listMachineAccountSubtypes: (sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77141
77141
  /**
77142
77142
  * This returns a list of machine accounts.
77143
- * @summary Machine accounts list
77143
+ * @summary List machine accounts
77144
77144
  * @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.
77145
77145
  * @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.
77146
77146
  * @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.
@@ -77163,7 +77163,7 @@ export declare const MachineAccountsV2025ApiAxiosParamCreator: (configuration?:
77163
77163
  patchMachineAccountSubtype: (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77164
77164
  /**
77165
77165
  * Use this API to update machine accounts details.
77166
- * @summary Update a machine account
77166
+ * @summary Update machine account details
77167
77167
  * @param {string} id Machine Account ID.
77168
77168
  * @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
77169
77169
  * @param {*} [axiosOptions] Override http request option.
@@ -77198,7 +77198,7 @@ export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration)
77198
77198
  deleteMachineAccountSubtype(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
77199
77199
  /**
77200
77200
  * Use this API to return the details for a single machine account by its ID.
77201
- * @summary Machine account details
77201
+ * @summary Get machine account details
77202
77202
  * @param {string} id Machine Account ID.
77203
77203
  * @param {*} [axiosOptions] Override http request option.
77204
77204
  * @throws {RequiredError}
@@ -77239,7 +77239,7 @@ export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration)
77239
77239
  listMachineAccountSubtypes(sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeV2025>>>;
77240
77240
  /**
77241
77241
  * This returns a list of machine accounts.
77242
- * @summary Machine accounts list
77242
+ * @summary List machine accounts
77243
77243
  * @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.
77244
77244
  * @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.
77245
77245
  * @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.
@@ -77262,7 +77262,7 @@ export declare const MachineAccountsV2025ApiFp: (configuration?: Configuration)
77262
77262
  patchMachineAccountSubtype(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>>;
77263
77263
  /**
77264
77264
  * Use this API to update machine accounts details.
77265
- * @summary Update a machine account
77265
+ * @summary Update machine account details
77266
77266
  * @param {string} id Machine Account ID.
77267
77267
  * @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
77268
77268
  * @param {*} [axiosOptions] Override http request option.
@@ -77293,7 +77293,7 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
77293
77293
  deleteMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
77294
77294
  /**
77295
77295
  * Use this API to return the details for a single machine account by its ID.
77296
- * @summary Machine account details
77296
+ * @summary Get machine account details
77297
77297
  * @param {MachineAccountsV2025ApiGetMachineAccountRequest} requestParameters Request parameters.
77298
77298
  * @param {*} [axiosOptions] Override http request option.
77299
77299
  * @throws {RequiredError}
@@ -77325,7 +77325,7 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
77325
77325
  listMachineAccountSubtypes(requestParameters: MachineAccountsV2025ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeV2025>>;
77326
77326
  /**
77327
77327
  * This returns a list of machine accounts.
77328
- * @summary Machine accounts list
77328
+ * @summary List machine accounts
77329
77329
  * @param {MachineAccountsV2025ApiListMachineAccountsRequest} requestParameters Request parameters.
77330
77330
  * @param {*} [axiosOptions] Override http request option.
77331
77331
  * @throws {RequiredError}
@@ -77341,7 +77341,7 @@ export declare const MachineAccountsV2025ApiFactory: (configuration?: Configurat
77341
77341
  patchMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025>;
77342
77342
  /**
77343
77343
  * Use this API to update machine accounts details.
77344
- * @summary Update a machine account
77344
+ * @summary Update machine account details
77345
77345
  * @param {MachineAccountsV2025ApiUpdateMachineAccountRequest} requestParameters Request parameters.
77346
77346
  * @param {*} [axiosOptions] Override http request option.
77347
77347
  * @throws {RequiredError}
@@ -77618,7 +77618,7 @@ export declare class MachineAccountsV2025Api extends BaseAPI {
77618
77618
  deleteMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
77619
77619
  /**
77620
77620
  * Use this API to return the details for a single machine account by its ID.
77621
- * @summary Machine account details
77621
+ * @summary Get machine account details
77622
77622
  * @param {MachineAccountsV2025ApiGetMachineAccountRequest} requestParameters Request parameters.
77623
77623
  * @param {*} [axiosOptions] Override http request option.
77624
77624
  * @throws {RequiredError}
@@ -77654,7 +77654,7 @@ export declare class MachineAccountsV2025Api extends BaseAPI {
77654
77654
  listMachineAccountSubtypes(requestParameters: MachineAccountsV2025ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025[], any>>;
77655
77655
  /**
77656
77656
  * This returns a list of machine accounts.
77657
- * @summary Machine accounts list
77657
+ * @summary List machine accounts
77658
77658
  * @param {MachineAccountsV2025ApiListMachineAccountsRequest} requestParameters Request parameters.
77659
77659
  * @param {*} [axiosOptions] Override http request option.
77660
77660
  * @throws {RequiredError}
@@ -77672,7 +77672,7 @@ export declare class MachineAccountsV2025Api extends BaseAPI {
77672
77672
  patchMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceSubtypeV2025, any>>;
77673
77673
  /**
77674
77674
  * Use this API to update machine accounts details.
77675
- * @summary Update a machine account
77675
+ * @summary Update machine account details
77676
77676
  * @param {MachineAccountsV2025ApiUpdateMachineAccountRequest} requestParameters Request parameters.
77677
77677
  * @param {*} [axiosOptions] Override http request option.
77678
77678
  * @throws {RequiredError}
@@ -77859,7 +77859,7 @@ export declare class MachineClassificationConfigV2025Api extends BaseAPI {
77859
77859
  export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
77860
77860
  /**
77861
77861
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
77862
- * @summary Create machine identities
77862
+ * @summary Create machine identity
77863
77863
  * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
77864
77864
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77865
77865
  * @param {*} [axiosOptions] Override http request option.
@@ -77877,7 +77877,7 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
77877
77877
  deleteMachineIdentity: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77878
77878
  /**
77879
77879
  * This API returns a single machine identity using the Machine Identity ID.
77880
- * @summary Machine identity details
77880
+ * @summary Get machine identity details
77881
77881
  * @param {string} id Machine Identity ID
77882
77882
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77883
77883
  * @param {*} [axiosOptions] Override http request option.
@@ -77911,8 +77911,8 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
77911
77911
  */
77912
77912
  listMachineIdentityUserEntitlements: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77913
77913
  /**
77914
- * Use this API to aggregate machine identities (AI Agents).
77915
- * @summary Start Machine Identity (AI Agent) Aggregation
77914
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
77915
+ * @summary Start machine identity aggregation
77916
77916
  * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
77917
77917
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77918
77918
  * @param {*} [axiosOptions] Override http request option.
@@ -77921,7 +77921,7 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
77921
77921
  startMachineIdentityAggregation: (machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77922
77922
  /**
77923
77923
  * Use this API to update machine identity details.
77924
- * @summary Update a machine identity
77924
+ * @summary Update machine identity details
77925
77925
  * @param {string} id Machine Identity ID.
77926
77926
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
77927
77927
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -77937,7 +77937,7 @@ export declare const MachineIdentitiesV2025ApiAxiosParamCreator: (configuration?
77937
77937
  export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration) => {
77938
77938
  /**
77939
77939
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
77940
- * @summary Create machine identities
77940
+ * @summary Create machine identity
77941
77941
  * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
77942
77942
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77943
77943
  * @param {*} [axiosOptions] Override http request option.
@@ -77955,7 +77955,7 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
77955
77955
  deleteMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
77956
77956
  /**
77957
77957
  * This API returns a single machine identity using the Machine Identity ID.
77958
- * @summary Machine identity details
77958
+ * @summary Get machine identity details
77959
77959
  * @param {string} id Machine Identity ID
77960
77960
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77961
77961
  * @param {*} [axiosOptions] Override http request option.
@@ -77989,8 +77989,8 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
77989
77989
  */
77990
77990
  listMachineIdentityUserEntitlements(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2025>>>;
77991
77991
  /**
77992
- * Use this API to aggregate machine identities (AI Agents).
77993
- * @summary Start Machine Identity (AI Agent) Aggregation
77992
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
77993
+ * @summary Start machine identity aggregation
77994
77994
  * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
77995
77995
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77996
77996
  * @param {*} [axiosOptions] Override http request option.
@@ -77999,7 +77999,7 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
77999
77999
  startMachineIdentityAggregation(machineIdentityAggregationRequestV2025: MachineIdentityAggregationRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineIdentityAggregationResponseV2025>>;
78000
78000
  /**
78001
78001
  * Use this API to update machine identity details.
78002
- * @summary Update a machine identity
78002
+ * @summary Update machine identity details
78003
78003
  * @param {string} id Machine Identity ID.
78004
78004
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
78005
78005
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -78015,7 +78015,7 @@ export declare const MachineIdentitiesV2025ApiFp: (configuration?: Configuration
78015
78015
  export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
78016
78016
  /**
78017
78017
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
78018
- * @summary Create machine identities
78018
+ * @summary Create machine identity
78019
78019
  * @param {MachineIdentitiesV2025ApiCreateMachineIdentityRequest} requestParameters Request parameters.
78020
78020
  * @param {*} [axiosOptions] Override http request option.
78021
78021
  * @throws {RequiredError}
@@ -78031,7 +78031,7 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
78031
78031
  deleteMachineIdentity(requestParameters: MachineIdentitiesV2025ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
78032
78032
  /**
78033
78033
  * This API returns a single machine identity using the Machine Identity ID.
78034
- * @summary Machine identity details
78034
+ * @summary Get machine identity details
78035
78035
  * @param {MachineIdentitiesV2025ApiGetMachineIdentityRequest} requestParameters Request parameters.
78036
78036
  * @param {*} [axiosOptions] Override http request option.
78037
78037
  * @throws {RequiredError}
@@ -78054,8 +78054,8 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
78054
78054
  */
78055
78055
  listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityUserEntitlementResponseV2025>>;
78056
78056
  /**
78057
- * Use this API to aggregate machine identities (AI Agents).
78058
- * @summary Start Machine Identity (AI Agent) Aggregation
78057
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
78058
+ * @summary Start machine identity aggregation
78059
78059
  * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
78060
78060
  * @param {*} [axiosOptions] Override http request option.
78061
78061
  * @throws {RequiredError}
@@ -78063,7 +78063,7 @@ export declare const MachineIdentitiesV2025ApiFactory: (configuration?: Configur
78063
78063
  startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineIdentityAggregationResponseV2025>;
78064
78064
  /**
78065
78065
  * Use this API to update machine identity details.
78066
- * @summary Update a machine identity
78066
+ * @summary Update machine identity details
78067
78067
  * @param {MachineIdentitiesV2025ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
78068
78068
  * @param {*} [axiosOptions] Override http request option.
78069
78069
  * @throws {RequiredError}
@@ -78266,7 +78266,7 @@ export interface MachineIdentitiesV2025ApiUpdateMachineIdentityRequest {
78266
78266
  export declare class MachineIdentitiesV2025Api extends BaseAPI {
78267
78267
  /**
78268
78268
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
78269
- * @summary Create machine identities
78269
+ * @summary Create machine identity
78270
78270
  * @param {MachineIdentitiesV2025ApiCreateMachineIdentityRequest} requestParameters Request parameters.
78271
78271
  * @param {*} [axiosOptions] Override http request option.
78272
78272
  * @throws {RequiredError}
@@ -78284,7 +78284,7 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
78284
78284
  deleteMachineIdentity(requestParameters: MachineIdentitiesV2025ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
78285
78285
  /**
78286
78286
  * This API returns a single machine identity using the Machine Identity ID.
78287
- * @summary Machine identity details
78287
+ * @summary Get machine identity details
78288
78288
  * @param {MachineIdentitiesV2025ApiGetMachineIdentityRequest} requestParameters Request parameters.
78289
78289
  * @param {*} [axiosOptions] Override http request option.
78290
78290
  * @throws {RequiredError}
@@ -78310,8 +78310,8 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
78310
78310
  */
78311
78311
  listMachineIdentityUserEntitlements(requestParameters?: MachineIdentitiesV2025ApiListMachineIdentityUserEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityUserEntitlementResponseV2025[], any>>;
78312
78312
  /**
78313
- * Use this API to aggregate machine identities (AI Agents).
78314
- * @summary Start Machine Identity (AI Agent) Aggregation
78313
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
78314
+ * @summary Start machine identity aggregation
78315
78315
  * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
78316
78316
  * @param {*} [axiosOptions] Override http request option.
78317
78317
  * @throws {RequiredError}
@@ -78320,7 +78320,7 @@ export declare class MachineIdentitiesV2025Api extends BaseAPI {
78320
78320
  startMachineIdentityAggregation(requestParameters: MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityAggregationResponseV2025, any>>;
78321
78321
  /**
78322
78322
  * Use this API to update machine identity details.
78323
- * @summary Update a machine identity
78323
+ * @summary Update machine identity details
78324
78324
  * @param {MachineIdentitiesV2025ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
78325
78325
  * @param {*} [axiosOptions] Override http request option.
78326
78326
  * @throws {RequiredError}