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.
- package/beta/README.md +2 -2
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +32 -32
- package/dist/v2024/api.js +32 -32
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +40 -40
- package/dist/v2025/api.js +40 -40
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +60 -44
- package/dist/v2026/api.js +70 -50
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +32 -32
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +40 -40
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +86 -50
- 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/beta/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.14
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-sdk@1.8.
|
|
39
|
+
npm install sailpoint-sdk@1.8.14 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/beta/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.14`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.14'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|
package/beta/package.json
CHANGED
package/dist/beta/common.js
CHANGED
|
@@ -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.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.14";
|
|
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.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.14' }), { '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
|
}
|
package/dist/nerm/common.js
CHANGED
|
@@ -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.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.14";
|
|
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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.14' }), { '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
|
}
|
package/dist/nermv2025/common.js
CHANGED
|
@@ -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.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.14";
|
|
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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.14' }), { '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
|
}
|
package/dist/v2024/api.d.ts
CHANGED
|
@@ -67025,7 +67025,7 @@ export type TestMFAConfigMethodV2024 = typeof TestMFAConfigMethodV2024[keyof typ
|
|
|
67025
67025
|
export declare const MachineAccountClassifyV2024ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
67026
67026
|
/**
|
|
67027
67027
|
* 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.
|
|
67028
|
-
* @summary Classify
|
|
67028
|
+
* @summary Classify single machine account
|
|
67029
67029
|
* @param {string} id Account ID.
|
|
67030
67030
|
* @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.
|
|
67031
67031
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67040,7 +67040,7 @@ export declare const MachineAccountClassifyV2024ApiAxiosParamCreator: (configura
|
|
|
67040
67040
|
export declare const MachineAccountClassifyV2024ApiFp: (configuration?: Configuration) => {
|
|
67041
67041
|
/**
|
|
67042
67042
|
* 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.
|
|
67043
|
-
* @summary Classify
|
|
67043
|
+
* @summary Classify single machine account
|
|
67044
67044
|
* @param {string} id Account ID.
|
|
67045
67045
|
* @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.
|
|
67046
67046
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67055,7 +67055,7 @@ export declare const MachineAccountClassifyV2024ApiFp: (configuration?: Configur
|
|
|
67055
67055
|
export declare const MachineAccountClassifyV2024ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
67056
67056
|
/**
|
|
67057
67057
|
* 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.
|
|
67058
|
-
* @summary Classify
|
|
67058
|
+
* @summary Classify single machine account
|
|
67059
67059
|
* @param {MachineAccountClassifyV2024ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
67060
67060
|
* @param {*} [axiosOptions] Override http request option.
|
|
67061
67061
|
* @throws {RequiredError}
|
|
@@ -67090,7 +67090,7 @@ export interface MachineAccountClassifyV2024ApiSendClassifyMachineAccountRequest
|
|
|
67090
67090
|
export declare class MachineAccountClassifyV2024Api extends BaseAPI {
|
|
67091
67091
|
/**
|
|
67092
67092
|
* 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.
|
|
67093
|
-
* @summary Classify
|
|
67093
|
+
* @summary Classify single machine account
|
|
67094
67094
|
* @param {MachineAccountClassifyV2024ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
67095
67095
|
* @param {*} [axiosOptions] Override http request option.
|
|
67096
67096
|
* @throws {RequiredError}
|
|
@@ -67142,7 +67142,7 @@ export declare const MachineAccountMappingsV2024ApiAxiosParamCreator: (configura
|
|
|
67142
67142
|
listMachineAccountMappings: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67143
67143
|
/**
|
|
67144
67144
|
* 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.
|
|
67145
|
-
* @summary Update
|
|
67145
|
+
* @summary Update source\'s machine account mappings
|
|
67146
67146
|
* @param {string} id Source ID.
|
|
67147
67147
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
67148
67148
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67184,7 +67184,7 @@ export declare const MachineAccountMappingsV2024ApiFp: (configuration?: Configur
|
|
|
67184
67184
|
listMachineAccountMappings(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AttributeMappingsV2024>>>;
|
|
67185
67185
|
/**
|
|
67186
67186
|
* 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.
|
|
67187
|
-
* @summary Update
|
|
67187
|
+
* @summary Update source\'s machine account mappings
|
|
67188
67188
|
* @param {string} id Source ID.
|
|
67189
67189
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
67190
67190
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67223,7 +67223,7 @@ export declare const MachineAccountMappingsV2024ApiFactory: (configuration?: Con
|
|
|
67223
67223
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2024ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AttributeMappingsV2024>>;
|
|
67224
67224
|
/**
|
|
67225
67225
|
* 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.
|
|
67226
|
-
* @summary Update
|
|
67226
|
+
* @summary Update source\'s machine account mappings
|
|
67227
67227
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
67228
67228
|
* @param {*} [axiosOptions] Override http request option.
|
|
67229
67229
|
* @throws {RequiredError}
|
|
@@ -67342,7 +67342,7 @@ export declare class MachineAccountMappingsV2024Api extends BaseAPI {
|
|
|
67342
67342
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2024ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2024[], any>>;
|
|
67343
67343
|
/**
|
|
67344
67344
|
* 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.
|
|
67345
|
-
* @summary Update
|
|
67345
|
+
* @summary Update source\'s machine account mappings
|
|
67346
67346
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
67347
67347
|
* @param {*} [axiosOptions] Override http request option.
|
|
67348
67348
|
* @throws {RequiredError}
|
|
@@ -67357,7 +67357,7 @@ export declare class MachineAccountMappingsV2024Api extends BaseAPI {
|
|
|
67357
67357
|
export declare const MachineAccountsV2024ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
67358
67358
|
/**
|
|
67359
67359
|
* Use this API to return the details for a single machine account by its ID.
|
|
67360
|
-
* @summary
|
|
67360
|
+
* @summary Get machine account details
|
|
67361
67361
|
* @param {string} id Machine Account ID.
|
|
67362
67362
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67363
67363
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67366,7 +67366,7 @@ export declare const MachineAccountsV2024ApiAxiosParamCreator: (configuration?:
|
|
|
67366
67366
|
getMachineAccount: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67367
67367
|
/**
|
|
67368
67368
|
* This returns a list of machine accounts.
|
|
67369
|
-
* @summary
|
|
67369
|
+
* @summary List machine accounts
|
|
67370
67370
|
* @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.
|
|
67371
67371
|
* @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.
|
|
67372
67372
|
* @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.
|
|
@@ -67379,7 +67379,7 @@ export declare const MachineAccountsV2024ApiAxiosParamCreator: (configuration?:
|
|
|
67379
67379
|
listMachineAccounts: (limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67380
67380
|
/**
|
|
67381
67381
|
* Use this API to update machine accounts details.
|
|
67382
|
-
* @summary Update
|
|
67382
|
+
* @summary Update machine account details
|
|
67383
67383
|
* @param {string} id Machine Account ID.
|
|
67384
67384
|
* @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
|
|
67385
67385
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -67395,7 +67395,7 @@ export declare const MachineAccountsV2024ApiAxiosParamCreator: (configuration?:
|
|
|
67395
67395
|
export declare const MachineAccountsV2024ApiFp: (configuration?: Configuration) => {
|
|
67396
67396
|
/**
|
|
67397
67397
|
* Use this API to return the details for a single machine account by its ID.
|
|
67398
|
-
* @summary
|
|
67398
|
+
* @summary Get machine account details
|
|
67399
67399
|
* @param {string} id Machine Account ID.
|
|
67400
67400
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67401
67401
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67404,7 +67404,7 @@ export declare const MachineAccountsV2024ApiFp: (configuration?: Configuration)
|
|
|
67404
67404
|
getMachineAccount(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountV2024>>;
|
|
67405
67405
|
/**
|
|
67406
67406
|
* This returns a list of machine accounts.
|
|
67407
|
-
* @summary
|
|
67407
|
+
* @summary List machine accounts
|
|
67408
67408
|
* @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.
|
|
67409
67409
|
* @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.
|
|
67410
67410
|
* @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.
|
|
@@ -67417,7 +67417,7 @@ export declare const MachineAccountsV2024ApiFp: (configuration?: Configuration)
|
|
|
67417
67417
|
listMachineAccounts(limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineAccountV2024>>>;
|
|
67418
67418
|
/**
|
|
67419
67419
|
* Use this API to update machine accounts details.
|
|
67420
|
-
* @summary Update
|
|
67420
|
+
* @summary Update machine account details
|
|
67421
67421
|
* @param {string} id Machine Account ID.
|
|
67422
67422
|
* @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
|
|
67423
67423
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -67433,7 +67433,7 @@ export declare const MachineAccountsV2024ApiFp: (configuration?: Configuration)
|
|
|
67433
67433
|
export declare const MachineAccountsV2024ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
67434
67434
|
/**
|
|
67435
67435
|
* Use this API to return the details for a single machine account by its ID.
|
|
67436
|
-
* @summary
|
|
67436
|
+
* @summary Get machine account details
|
|
67437
67437
|
* @param {MachineAccountsV2024ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
67438
67438
|
* @param {*} [axiosOptions] Override http request option.
|
|
67439
67439
|
* @throws {RequiredError}
|
|
@@ -67441,7 +67441,7 @@ export declare const MachineAccountsV2024ApiFactory: (configuration?: Configurat
|
|
|
67441
67441
|
getMachineAccount(requestParameters: MachineAccountsV2024ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountV2024>;
|
|
67442
67442
|
/**
|
|
67443
67443
|
* This returns a list of machine accounts.
|
|
67444
|
-
* @summary
|
|
67444
|
+
* @summary List machine accounts
|
|
67445
67445
|
* @param {MachineAccountsV2024ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
67446
67446
|
* @param {*} [axiosOptions] Override http request option.
|
|
67447
67447
|
* @throws {RequiredError}
|
|
@@ -67449,7 +67449,7 @@ export declare const MachineAccountsV2024ApiFactory: (configuration?: Configurat
|
|
|
67449
67449
|
listMachineAccounts(requestParameters?: MachineAccountsV2024ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineAccountV2024>>;
|
|
67450
67450
|
/**
|
|
67451
67451
|
* Use this API to update machine accounts details.
|
|
67452
|
-
* @summary Update
|
|
67452
|
+
* @summary Update machine account details
|
|
67453
67453
|
* @param {MachineAccountsV2024ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
67454
67454
|
* @param {*} [axiosOptions] Override http request option.
|
|
67455
67455
|
* @throws {RequiredError}
|
|
@@ -67552,7 +67552,7 @@ export interface MachineAccountsV2024ApiUpdateMachineAccountRequest {
|
|
|
67552
67552
|
export declare class MachineAccountsV2024Api extends BaseAPI {
|
|
67553
67553
|
/**
|
|
67554
67554
|
* Use this API to return the details for a single machine account by its ID.
|
|
67555
|
-
* @summary
|
|
67555
|
+
* @summary Get machine account details
|
|
67556
67556
|
* @param {MachineAccountsV2024ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
67557
67557
|
* @param {*} [axiosOptions] Override http request option.
|
|
67558
67558
|
* @throws {RequiredError}
|
|
@@ -67561,7 +67561,7 @@ export declare class MachineAccountsV2024Api extends BaseAPI {
|
|
|
67561
67561
|
getMachineAccount(requestParameters: MachineAccountsV2024ApiGetMachineAccountRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2024, any>>;
|
|
67562
67562
|
/**
|
|
67563
67563
|
* This returns a list of machine accounts.
|
|
67564
|
-
* @summary
|
|
67564
|
+
* @summary List machine accounts
|
|
67565
67565
|
* @param {MachineAccountsV2024ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
67566
67566
|
* @param {*} [axiosOptions] Override http request option.
|
|
67567
67567
|
* @throws {RequiredError}
|
|
@@ -67570,7 +67570,7 @@ export declare class MachineAccountsV2024Api extends BaseAPI {
|
|
|
67570
67570
|
listMachineAccounts(requestParameters?: MachineAccountsV2024ApiListMachineAccountsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineAccountV2024[], any>>;
|
|
67571
67571
|
/**
|
|
67572
67572
|
* Use this API to update machine accounts details.
|
|
67573
|
-
* @summary Update
|
|
67573
|
+
* @summary Update machine account details
|
|
67574
67574
|
* @param {MachineAccountsV2024ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
67575
67575
|
* @param {*} [axiosOptions] Override http request option.
|
|
67576
67576
|
* @throws {RequiredError}
|
|
@@ -67757,7 +67757,7 @@ export declare class MachineClassificationConfigV2024Api extends BaseAPI {
|
|
|
67757
67757
|
export declare const MachineIdentitiesV2024ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
67758
67758
|
/**
|
|
67759
67759
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
67760
|
-
* @summary Create machine
|
|
67760
|
+
* @summary Create machine identity
|
|
67761
67761
|
* @param {MachineIdentityV2024} machineIdentityV2024
|
|
67762
67762
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67763
67763
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67775,7 +67775,7 @@ export declare const MachineIdentitiesV2024ApiAxiosParamCreator: (configuration?
|
|
|
67775
67775
|
deleteMachineIdentity: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67776
67776
|
/**
|
|
67777
67777
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
67778
|
-
* @summary
|
|
67778
|
+
* @summary Get machine identity details
|
|
67779
67779
|
* @param {string} id Machine Identity ID
|
|
67780
67780
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67781
67781
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67797,7 +67797,7 @@ export declare const MachineIdentitiesV2024ApiAxiosParamCreator: (configuration?
|
|
|
67797
67797
|
listMachineIdentities: (filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67798
67798
|
/**
|
|
67799
67799
|
* Use this API to update machine identity details.
|
|
67800
|
-
* @summary Update
|
|
67800
|
+
* @summary Update machine identity details
|
|
67801
67801
|
* @param {string} id Machine Identity ID.
|
|
67802
67802
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
67803
67803
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -67813,7 +67813,7 @@ export declare const MachineIdentitiesV2024ApiAxiosParamCreator: (configuration?
|
|
|
67813
67813
|
export declare const MachineIdentitiesV2024ApiFp: (configuration?: Configuration) => {
|
|
67814
67814
|
/**
|
|
67815
67815
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
67816
|
-
* @summary Create machine
|
|
67816
|
+
* @summary Create machine identity
|
|
67817
67817
|
* @param {MachineIdentityV2024} machineIdentityV2024
|
|
67818
67818
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67819
67819
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67831,7 +67831,7 @@ export declare const MachineIdentitiesV2024ApiFp: (configuration?: Configuration
|
|
|
67831
67831
|
deleteMachineIdentity(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
67832
67832
|
/**
|
|
67833
67833
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
67834
|
-
* @summary
|
|
67834
|
+
* @summary Get machine identity details
|
|
67835
67835
|
* @param {string} id Machine Identity ID
|
|
67836
67836
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
67837
67837
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -67853,7 +67853,7 @@ export declare const MachineIdentitiesV2024ApiFp: (configuration?: Configuration
|
|
|
67853
67853
|
listMachineIdentities(filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MachineIdentityV2024>>>;
|
|
67854
67854
|
/**
|
|
67855
67855
|
* Use this API to update machine identity details.
|
|
67856
|
-
* @summary Update
|
|
67856
|
+
* @summary Update machine identity details
|
|
67857
67857
|
* @param {string} id Machine Identity ID.
|
|
67858
67858
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
67859
67859
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -67869,7 +67869,7 @@ export declare const MachineIdentitiesV2024ApiFp: (configuration?: Configuration
|
|
|
67869
67869
|
export declare const MachineIdentitiesV2024ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
67870
67870
|
/**
|
|
67871
67871
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
67872
|
-
* @summary Create machine
|
|
67872
|
+
* @summary Create machine identity
|
|
67873
67873
|
* @param {MachineIdentitiesV2024ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
67874
67874
|
* @param {*} [axiosOptions] Override http request option.
|
|
67875
67875
|
* @throws {RequiredError}
|
|
@@ -67885,7 +67885,7 @@ export declare const MachineIdentitiesV2024ApiFactory: (configuration?: Configur
|
|
|
67885
67885
|
deleteMachineIdentity(requestParameters: MachineIdentitiesV2024ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
67886
67886
|
/**
|
|
67887
67887
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
67888
|
-
* @summary
|
|
67888
|
+
* @summary Get machine identity details
|
|
67889
67889
|
* @param {MachineIdentitiesV2024ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
67890
67890
|
* @param {*} [axiosOptions] Override http request option.
|
|
67891
67891
|
* @throws {RequiredError}
|
|
@@ -67901,7 +67901,7 @@ export declare const MachineIdentitiesV2024ApiFactory: (configuration?: Configur
|
|
|
67901
67901
|
listMachineIdentities(requestParameters?: MachineIdentitiesV2024ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<MachineIdentityV2024>>;
|
|
67902
67902
|
/**
|
|
67903
67903
|
* Use this API to update machine identity details.
|
|
67904
|
-
* @summary Update
|
|
67904
|
+
* @summary Update machine identity details
|
|
67905
67905
|
* @param {MachineIdentitiesV2024ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
67906
67906
|
* @param {*} [axiosOptions] Override http request option.
|
|
67907
67907
|
* @throws {RequiredError}
|
|
@@ -68042,7 +68042,7 @@ export interface MachineIdentitiesV2024ApiUpdateMachineIdentityRequest {
|
|
|
68042
68042
|
export declare class MachineIdentitiesV2024Api extends BaseAPI {
|
|
68043
68043
|
/**
|
|
68044
68044
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
68045
|
-
* @summary Create machine
|
|
68045
|
+
* @summary Create machine identity
|
|
68046
68046
|
* @param {MachineIdentitiesV2024ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
68047
68047
|
* @param {*} [axiosOptions] Override http request option.
|
|
68048
68048
|
* @throws {RequiredError}
|
|
@@ -68060,7 +68060,7 @@ export declare class MachineIdentitiesV2024Api extends BaseAPI {
|
|
|
68060
68060
|
deleteMachineIdentity(requestParameters: MachineIdentitiesV2024ApiDeleteMachineIdentityRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
68061
68061
|
/**
|
|
68062
68062
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
68063
|
-
* @summary
|
|
68063
|
+
* @summary Get machine identity details
|
|
68064
68064
|
* @param {MachineIdentitiesV2024ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
68065
68065
|
* @param {*} [axiosOptions] Override http request option.
|
|
68066
68066
|
* @throws {RequiredError}
|
|
@@ -68078,7 +68078,7 @@ export declare class MachineIdentitiesV2024Api extends BaseAPI {
|
|
|
68078
68078
|
listMachineIdentities(requestParameters?: MachineIdentitiesV2024ApiListMachineIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MachineIdentityV2024[], any>>;
|
|
68079
68079
|
/**
|
|
68080
68080
|
* Use this API to update machine identity details.
|
|
68081
|
-
* @summary Update
|
|
68081
|
+
* @summary Update machine identity details
|
|
68082
68082
|
* @param {MachineIdentitiesV2024ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
68083
68083
|
* @param {*} [axiosOptions] Override http request option.
|
|
68084
68084
|
* @throws {RequiredError}
|