sailpoint-api-client 1.6.5 → 1.6.6
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/api.ts +417 -243
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +330 -171
- package/dist/beta/api.js +339 -195
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +62 -111
- package/dist/v2024/api.js +69 -145
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +116 -139
- package/dist/v2025/api.js +98 -183
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +0 -1
- package/dist/v3/api.js +1 -2
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +101 -225
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +170 -275
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +1 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/beta/common.js
CHANGED
|
@@ -250,7 +250,7 @@ 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 headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.
|
|
253
|
+
var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.6/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.6.6' });
|
|
254
254
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
255
255
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
256
256
|
}
|
package/dist/v2024/api.d.ts
CHANGED
|
@@ -3887,6 +3887,30 @@ export interface AccountAggregationStatusV2024 {
|
|
|
3887
3887
|
* @memberof AccountAggregationStatusV2024
|
|
3888
3888
|
*/
|
|
3889
3889
|
'processedAccounts'?: number;
|
|
3890
|
+
/**
|
|
3891
|
+
* The total number of accounts that have been marked for deletion during the aggregation. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.*
|
|
3892
|
+
* @type {number}
|
|
3893
|
+
* @memberof AccountAggregationStatusV2024
|
|
3894
|
+
*/
|
|
3895
|
+
'totalAccountsMarkedForDeletion'?: number;
|
|
3896
|
+
/**
|
|
3897
|
+
* The number of accounts that have been deleted during the aggregation. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.*
|
|
3898
|
+
* @type {number}
|
|
3899
|
+
* @memberof AccountAggregationStatusV2024
|
|
3900
|
+
*/
|
|
3901
|
+
'deletedAccounts'?: number;
|
|
3902
|
+
/**
|
|
3903
|
+
* The total number of unique identities that have been marked for refresh. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.*
|
|
3904
|
+
* @type {number}
|
|
3905
|
+
* @memberof AccountAggregationStatusV2024
|
|
3906
|
+
*/
|
|
3907
|
+
'totalIdentities'?: number;
|
|
3908
|
+
/**
|
|
3909
|
+
* The number of unique identities that have been refreshed at the time of the API call, and may increase on subsequent API calls while the status is ACCOUNTS_COLLECTED. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.*
|
|
3910
|
+
* @type {number}
|
|
3911
|
+
* @memberof AccountAggregationStatusV2024
|
|
3912
|
+
*/
|
|
3913
|
+
'processedIdentities'?: number;
|
|
3890
3914
|
}
|
|
3891
3915
|
export declare const AccountAggregationStatusV2024StatusV2024: {
|
|
3892
3916
|
readonly Started: "STARTED";
|
|
@@ -8251,7 +8275,6 @@ export interface CampaignAllOfFilterV2024 {
|
|
|
8251
8275
|
}
|
|
8252
8276
|
export declare const CampaignAllOfFilterV2024TypeV2024: {
|
|
8253
8277
|
readonly CampaignFilter: "CAMPAIGN_FILTER";
|
|
8254
|
-
readonly Rule: "RULE";
|
|
8255
8278
|
};
|
|
8256
8279
|
export type CampaignAllOfFilterV2024TypeV2024 = typeof CampaignAllOfFilterV2024TypeV2024[keyof typeof CampaignAllOfFilterV2024TypeV2024];
|
|
8257
8280
|
/**
|
|
@@ -44784,11 +44807,10 @@ export declare const AccessRequestsV2024ApiAxiosParamCreator: (configuration?: C
|
|
|
44784
44807
|
* This endpoint closes access requests that are stuck in a pending state. It can be used throughout a request\'s lifecycle even after the approval state, unlike the [Cancel Access Request endpoint](https://developer.sailpoint.com/idn/api/v3/cancel-access-request/). To find pending access requests with the UI, navigate to Search and use this query: status: Pending AND \"Access Request\". Use the Column Chooser to select \'Tracking Number\', and use the \'Download\' button to export a CSV containing the tracking numbers. To find pending access requests with the API, use the [List Account Activities endpoint](https://developer.sailpoint.com/idn/api/v3/list-account-activities/). Input the IDs from either source. To track the status of endpoint requests, navigate to Search and use this query: name:\"Close Identity Requests\". Search will include \"Close Identity Requests Started\" audits when requests are initiated and \"Close Identity Requests Completed\" audits when requests are completed. The completion audit will list the identity request IDs that finished in error. This API triggers the [Provisioning Completed event trigger](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed/) for each access request that is closed.
|
|
44785
44808
|
* @summary Close access request
|
|
44786
44809
|
* @param {CloseAccessRequestV2024} closeAccessRequestV2024
|
|
44787
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
44788
44810
|
* @param {*} [axiosOptions] Override http request option.
|
|
44789
44811
|
* @throws {RequiredError}
|
|
44790
44812
|
*/
|
|
44791
|
-
closeAccessRequest: (closeAccessRequestV2024: CloseAccessRequestV2024,
|
|
44813
|
+
closeAccessRequest: (closeAccessRequestV2024: CloseAccessRequestV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44792
44814
|
/**
|
|
44793
44815
|
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
44794
44816
|
* @summary Submit access request
|
|
@@ -44888,11 +44910,10 @@ export declare const AccessRequestsV2024ApiFp: (configuration?: Configuration) =
|
|
|
44888
44910
|
* This endpoint closes access requests that are stuck in a pending state. It can be used throughout a request\'s lifecycle even after the approval state, unlike the [Cancel Access Request endpoint](https://developer.sailpoint.com/idn/api/v3/cancel-access-request/). To find pending access requests with the UI, navigate to Search and use this query: status: Pending AND \"Access Request\". Use the Column Chooser to select \'Tracking Number\', and use the \'Download\' button to export a CSV containing the tracking numbers. To find pending access requests with the API, use the [List Account Activities endpoint](https://developer.sailpoint.com/idn/api/v3/list-account-activities/). Input the IDs from either source. To track the status of endpoint requests, navigate to Search and use this query: name:\"Close Identity Requests\". Search will include \"Close Identity Requests Started\" audits when requests are initiated and \"Close Identity Requests Completed\" audits when requests are completed. The completion audit will list the identity request IDs that finished in error. This API triggers the [Provisioning Completed event trigger](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed/) for each access request that is closed.
|
|
44889
44911
|
* @summary Close access request
|
|
44890
44912
|
* @param {CloseAccessRequestV2024} closeAccessRequestV2024
|
|
44891
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
44892
44913
|
* @param {*} [axiosOptions] Override http request option.
|
|
44893
44914
|
* @throws {RequiredError}
|
|
44894
44915
|
*/
|
|
44895
|
-
closeAccessRequest(closeAccessRequestV2024: CloseAccessRequestV2024,
|
|
44916
|
+
closeAccessRequest(closeAccessRequestV2024: CloseAccessRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
44896
44917
|
/**
|
|
44897
44918
|
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
44898
44919
|
* @summary Submit access request
|
|
@@ -45095,12 +45116,6 @@ export interface AccessRequestsV2024ApiCloseAccessRequestRequest {
|
|
|
45095
45116
|
* @memberof AccessRequestsV2024ApiCloseAccessRequest
|
|
45096
45117
|
*/
|
|
45097
45118
|
readonly closeAccessRequestV2024: CloseAccessRequestV2024;
|
|
45098
|
-
/**
|
|
45099
|
-
* Use this header to enable this experimental API.
|
|
45100
|
-
* @type {string}
|
|
45101
|
-
* @memberof AccessRequestsV2024ApiCloseAccessRequest
|
|
45102
|
-
*/
|
|
45103
|
-
readonly xSailPointExperimental?: string;
|
|
45104
45119
|
}
|
|
45105
45120
|
/**
|
|
45106
45121
|
* Request parameters for createAccessRequest operation in AccessRequestsV2024Api.
|
|
@@ -45555,11 +45570,10 @@ export declare const AccountAggregationsV2024ApiAxiosParamCreator: (configuratio
|
|
|
45555
45570
|
* This API returns the status of an *in-progress* account aggregation, along with the total number of **NEW**, **CHANGED** and **DELETED** accounts found since the previous aggregation, and the number of those accounts that have been processed so far. Accounts that have not changed since the previous aggregation are not included in **totalAccounts** and **processedAccounts** counts returned by this API. This is distinct from **Accounts Scanned** shown in the Aggregation UI, which indicates total accounts scanned regardless of whether they changed or not. Since this endpoint reports on the status of an *in-progress* account aggregation, totalAccounts and processedAccounts may change between calls to this endpoint. *Only available up to an hour after the aggregation completes. May respond with *404 Not Found* after that.* required to call this API.
|
|
45556
45571
|
* @summary In-progress account aggregation status
|
|
45557
45572
|
* @param {string} id The account aggregation id
|
|
45558
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45559
45573
|
* @param {*} [axiosOptions] Override http request option.
|
|
45560
45574
|
* @throws {RequiredError}
|
|
45561
45575
|
*/
|
|
45562
|
-
getAccountAggregationStatus: (id: string,
|
|
45576
|
+
getAccountAggregationStatus: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45563
45577
|
};
|
|
45564
45578
|
/**
|
|
45565
45579
|
* AccountAggregationsV2024Api - functional programming interface
|
|
@@ -45570,11 +45584,10 @@ export declare const AccountAggregationsV2024ApiFp: (configuration?: Configurati
|
|
|
45570
45584
|
* This API returns the status of an *in-progress* account aggregation, along with the total number of **NEW**, **CHANGED** and **DELETED** accounts found since the previous aggregation, and the number of those accounts that have been processed so far. Accounts that have not changed since the previous aggregation are not included in **totalAccounts** and **processedAccounts** counts returned by this API. This is distinct from **Accounts Scanned** shown in the Aggregation UI, which indicates total accounts scanned regardless of whether they changed or not. Since this endpoint reports on the status of an *in-progress* account aggregation, totalAccounts and processedAccounts may change between calls to this endpoint. *Only available up to an hour after the aggregation completes. May respond with *404 Not Found* after that.* required to call this API.
|
|
45571
45585
|
* @summary In-progress account aggregation status
|
|
45572
45586
|
* @param {string} id The account aggregation id
|
|
45573
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45574
45587
|
* @param {*} [axiosOptions] Override http request option.
|
|
45575
45588
|
* @throws {RequiredError}
|
|
45576
45589
|
*/
|
|
45577
|
-
getAccountAggregationStatus(id: string,
|
|
45590
|
+
getAccountAggregationStatus(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountAggregationStatusV2024>>;
|
|
45578
45591
|
};
|
|
45579
45592
|
/**
|
|
45580
45593
|
* AccountAggregationsV2024Api - factory interface
|
|
@@ -45602,12 +45615,6 @@ export interface AccountAggregationsV2024ApiGetAccountAggregationStatusRequest {
|
|
|
45602
45615
|
* @memberof AccountAggregationsV2024ApiGetAccountAggregationStatus
|
|
45603
45616
|
*/
|
|
45604
45617
|
readonly id: string;
|
|
45605
|
-
/**
|
|
45606
|
-
* Use this header to enable this experimental API.
|
|
45607
|
-
* @type {string}
|
|
45608
|
-
* @memberof AccountAggregationsV2024ApiGetAccountAggregationStatus
|
|
45609
|
-
*/
|
|
45610
|
-
readonly xSailPointExperimental?: string;
|
|
45611
45618
|
}
|
|
45612
45619
|
/**
|
|
45613
45620
|
* AccountAggregationsV2024Api - object-oriented interface
|
|
@@ -45755,11 +45762,10 @@ export declare const AccountsV2024ApiAxiosParamCreator: (configuration?: Configu
|
|
|
45755
45762
|
* Use this endpoint to remove accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
45756
45763
|
* @summary Remove account
|
|
45757
45764
|
* @param {string} id The account id
|
|
45758
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45759
45765
|
* @param {*} [axiosOptions] Override http request option.
|
|
45760
45766
|
* @throws {RequiredError}
|
|
45761
45767
|
*/
|
|
45762
|
-
deleteAccountAsync: (id: string,
|
|
45768
|
+
deleteAccountAsync: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45763
45769
|
/**
|
|
45764
45770
|
* This API submits a task to disable the account and returns the task ID.
|
|
45765
45771
|
* @summary Disable account
|
|
@@ -45773,20 +45779,18 @@ export declare const AccountsV2024ApiAxiosParamCreator: (configuration?: Configu
|
|
|
45773
45779
|
* This API submits a task to disable IDN account for a single identity.
|
|
45774
45780
|
* @summary Disable idn account for identity
|
|
45775
45781
|
* @param {string} id The identity id.
|
|
45776
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45777
45782
|
* @param {*} [axiosOptions] Override http request option.
|
|
45778
45783
|
* @throws {RequiredError}
|
|
45779
45784
|
*/
|
|
45780
|
-
disableAccountForIdentity: (id: string,
|
|
45785
|
+
disableAccountForIdentity: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45781
45786
|
/**
|
|
45782
45787
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
45783
45788
|
* @summary Disable idn accounts for identities
|
|
45784
45789
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
45785
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45786
45790
|
* @param {*} [axiosOptions] Override http request option.
|
|
45787
45791
|
* @throws {RequiredError}
|
|
45788
45792
|
*/
|
|
45789
|
-
disableAccountsForIdentities: (identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024,
|
|
45793
|
+
disableAccountsForIdentities: (identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45790
45794
|
/**
|
|
45791
45795
|
* This API submits a task to enable account and returns the task ID.
|
|
45792
45796
|
* @summary Enable account
|
|
@@ -45800,20 +45804,18 @@ export declare const AccountsV2024ApiAxiosParamCreator: (configuration?: Configu
|
|
|
45800
45804
|
* This API submits a task to enable IDN account for a single identity.
|
|
45801
45805
|
* @summary Enable idn account for identity
|
|
45802
45806
|
* @param {string} id The identity id.
|
|
45803
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45804
45807
|
* @param {*} [axiosOptions] Override http request option.
|
|
45805
45808
|
* @throws {RequiredError}
|
|
45806
45809
|
*/
|
|
45807
|
-
enableAccountForIdentity: (id: string,
|
|
45810
|
+
enableAccountForIdentity: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45808
45811
|
/**
|
|
45809
45812
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
45810
45813
|
* @summary Enable idn accounts for identities
|
|
45811
45814
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
45812
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45813
45815
|
* @param {*} [axiosOptions] Override http request option.
|
|
45814
45816
|
* @throws {RequiredError}
|
|
45815
45817
|
*/
|
|
45816
|
-
enableAccountsForIdentities: (identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024,
|
|
45818
|
+
enableAccountsForIdentities: (identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45817
45819
|
/**
|
|
45818
45820
|
* Use this API to return the details for a single account by its ID.
|
|
45819
45821
|
* @summary Account details
|
|
@@ -45907,11 +45909,10 @@ export declare const AccountsV2024ApiFp: (configuration?: Configuration) => {
|
|
|
45907
45909
|
* Use this endpoint to remove accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
45908
45910
|
* @summary Remove account
|
|
45909
45911
|
* @param {string} id The account id
|
|
45910
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45911
45912
|
* @param {*} [axiosOptions] Override http request option.
|
|
45912
45913
|
* @throws {RequiredError}
|
|
45913
45914
|
*/
|
|
45914
|
-
deleteAccountAsync(id: string,
|
|
45915
|
+
deleteAccountAsync(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskResultDtoV2024>>;
|
|
45915
45916
|
/**
|
|
45916
45917
|
* This API submits a task to disable the account and returns the task ID.
|
|
45917
45918
|
* @summary Disable account
|
|
@@ -45925,20 +45926,18 @@ export declare const AccountsV2024ApiFp: (configuration?: Configuration) => {
|
|
|
45925
45926
|
* This API submits a task to disable IDN account for a single identity.
|
|
45926
45927
|
* @summary Disable idn account for identity
|
|
45927
45928
|
* @param {string} id The identity id.
|
|
45928
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45929
45929
|
* @param {*} [axiosOptions] Override http request option.
|
|
45930
45930
|
* @throws {RequiredError}
|
|
45931
45931
|
*/
|
|
45932
|
-
disableAccountForIdentity(id: string,
|
|
45932
|
+
disableAccountForIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
45933
45933
|
/**
|
|
45934
45934
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
45935
45935
|
* @summary Disable idn accounts for identities
|
|
45936
45936
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
45937
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45938
45937
|
* @param {*} [axiosOptions] Override http request option.
|
|
45939
45938
|
* @throws {RequiredError}
|
|
45940
45939
|
*/
|
|
45941
|
-
disableAccountsForIdentities(identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024,
|
|
45940
|
+
disableAccountsForIdentities(identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BulkIdentitiesAccountsResponseV2024>>>;
|
|
45942
45941
|
/**
|
|
45943
45942
|
* This API submits a task to enable account and returns the task ID.
|
|
45944
45943
|
* @summary Enable account
|
|
@@ -45952,20 +45951,18 @@ export declare const AccountsV2024ApiFp: (configuration?: Configuration) => {
|
|
|
45952
45951
|
* This API submits a task to enable IDN account for a single identity.
|
|
45953
45952
|
* @summary Enable idn account for identity
|
|
45954
45953
|
* @param {string} id The identity id.
|
|
45955
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45956
45954
|
* @param {*} [axiosOptions] Override http request option.
|
|
45957
45955
|
* @throws {RequiredError}
|
|
45958
45956
|
*/
|
|
45959
|
-
enableAccountForIdentity(id: string,
|
|
45957
|
+
enableAccountForIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
45960
45958
|
/**
|
|
45961
45959
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
45962
45960
|
* @summary Enable idn accounts for identities
|
|
45963
45961
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
45964
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
45965
45962
|
* @param {*} [axiosOptions] Override http request option.
|
|
45966
45963
|
* @throws {RequiredError}
|
|
45967
45964
|
*/
|
|
45968
|
-
enableAccountsForIdentities(identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024,
|
|
45965
|
+
enableAccountsForIdentities(identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BulkIdentitiesAccountsResponseV2024>>>;
|
|
45969
45966
|
/**
|
|
45970
45967
|
* Use this API to return the details for a single account by its ID.
|
|
45971
45968
|
* @summary Account details
|
|
@@ -46206,12 +46203,6 @@ export interface AccountsV2024ApiDeleteAccountAsyncRequest {
|
|
|
46206
46203
|
* @memberof AccountsV2024ApiDeleteAccountAsync
|
|
46207
46204
|
*/
|
|
46208
46205
|
readonly id: string;
|
|
46209
|
-
/**
|
|
46210
|
-
* Use this header to enable this experimental API.
|
|
46211
|
-
* @type {string}
|
|
46212
|
-
* @memberof AccountsV2024ApiDeleteAccountAsync
|
|
46213
|
-
*/
|
|
46214
|
-
readonly xSailPointExperimental?: string;
|
|
46215
46206
|
}
|
|
46216
46207
|
/**
|
|
46217
46208
|
* Request parameters for disableAccount operation in AccountsV2024Api.
|
|
@@ -46244,12 +46235,6 @@ export interface AccountsV2024ApiDisableAccountForIdentityRequest {
|
|
|
46244
46235
|
* @memberof AccountsV2024ApiDisableAccountForIdentity
|
|
46245
46236
|
*/
|
|
46246
46237
|
readonly id: string;
|
|
46247
|
-
/**
|
|
46248
|
-
* Use this header to enable this experimental API.
|
|
46249
|
-
* @type {string}
|
|
46250
|
-
* @memberof AccountsV2024ApiDisableAccountForIdentity
|
|
46251
|
-
*/
|
|
46252
|
-
readonly xSailPointExperimental?: string;
|
|
46253
46238
|
}
|
|
46254
46239
|
/**
|
|
46255
46240
|
* Request parameters for disableAccountsForIdentities operation in AccountsV2024Api.
|
|
@@ -46263,12 +46248,6 @@ export interface AccountsV2024ApiDisableAccountsForIdentitiesRequest {
|
|
|
46263
46248
|
* @memberof AccountsV2024ApiDisableAccountsForIdentities
|
|
46264
46249
|
*/
|
|
46265
46250
|
readonly identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024;
|
|
46266
|
-
/**
|
|
46267
|
-
* Use this header to enable this experimental API.
|
|
46268
|
-
* @type {string}
|
|
46269
|
-
* @memberof AccountsV2024ApiDisableAccountsForIdentities
|
|
46270
|
-
*/
|
|
46271
|
-
readonly xSailPointExperimental?: string;
|
|
46272
46251
|
}
|
|
46273
46252
|
/**
|
|
46274
46253
|
* Request parameters for enableAccount operation in AccountsV2024Api.
|
|
@@ -46301,12 +46280,6 @@ export interface AccountsV2024ApiEnableAccountForIdentityRequest {
|
|
|
46301
46280
|
* @memberof AccountsV2024ApiEnableAccountForIdentity
|
|
46302
46281
|
*/
|
|
46303
46282
|
readonly id: string;
|
|
46304
|
-
/**
|
|
46305
|
-
* Use this header to enable this experimental API.
|
|
46306
|
-
* @type {string}
|
|
46307
|
-
* @memberof AccountsV2024ApiEnableAccountForIdentity
|
|
46308
|
-
*/
|
|
46309
|
-
readonly xSailPointExperimental?: string;
|
|
46310
46283
|
}
|
|
46311
46284
|
/**
|
|
46312
46285
|
* Request parameters for enableAccountsForIdentities operation in AccountsV2024Api.
|
|
@@ -46320,12 +46293,6 @@ export interface AccountsV2024ApiEnableAccountsForIdentitiesRequest {
|
|
|
46320
46293
|
* @memberof AccountsV2024ApiEnableAccountsForIdentities
|
|
46321
46294
|
*/
|
|
46322
46295
|
readonly identitiesAccountsBulkRequestV2024: IdentitiesAccountsBulkRequestV2024;
|
|
46323
|
-
/**
|
|
46324
|
-
* Use this header to enable this experimental API.
|
|
46325
|
-
* @type {string}
|
|
46326
|
-
* @memberof AccountsV2024ApiEnableAccountsForIdentities
|
|
46327
|
-
*/
|
|
46328
|
-
readonly xSailPointExperimental?: string;
|
|
46329
46296
|
}
|
|
46330
46297
|
/**
|
|
46331
46298
|
* Request parameters for getAccount operation in AccountsV2024Api.
|
|
@@ -69852,7 +69819,7 @@ export declare const NotificationsV2024ApiAxiosParamCreator: (configuration?: Co
|
|
|
69852
69819
|
*/
|
|
69853
69820
|
createDomainDkim: (xSailPointExperimental: string, domainAddressV2024: DomainAddressV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69854
69821
|
/**
|
|
69855
|
-
* This
|
|
69822
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
69856
69823
|
* @summary Create notification template
|
|
69857
69824
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
69858
69825
|
* @param {TemplateDtoV2024} templateDtoV2024
|
|
@@ -69959,11 +69926,12 @@ export declare const NotificationsV2024ApiAxiosParamCreator: (configuration?: Co
|
|
|
69959
69926
|
* @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.
|
|
69960
69927
|
* @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.
|
|
69961
69928
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **medium**: *eq, sw* **locale**: *eq, sw*
|
|
69929
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
69962
69930
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
69963
69931
|
* @param {*} [axiosOptions] Override http request option.
|
|
69964
69932
|
* @throws {RequiredError}
|
|
69965
69933
|
*/
|
|
69966
|
-
listNotificationTemplates: (limit?: number, offset?: number, filters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69934
|
+
listNotificationTemplates: (limit?: number, offset?: number, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69967
69935
|
/**
|
|
69968
69936
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
69969
69937
|
* @summary Change mail from domain
|
|
@@ -69998,7 +69966,7 @@ export declare const NotificationsV2024ApiFp: (configuration?: Configuration) =>
|
|
|
69998
69966
|
*/
|
|
69999
69967
|
createDomainDkim(xSailPointExperimental: string, domainAddressV2024: DomainAddressV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DomainStatusDtoV2024>>;
|
|
70000
69968
|
/**
|
|
70001
|
-
* This
|
|
69969
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
70002
69970
|
* @summary Create notification template
|
|
70003
69971
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
70004
69972
|
* @param {TemplateDtoV2024} templateDtoV2024
|
|
@@ -70105,11 +70073,12 @@ export declare const NotificationsV2024ApiFp: (configuration?: Configuration) =>
|
|
|
70105
70073
|
* @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.
|
|
70106
70074
|
* @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.
|
|
70107
70075
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **medium**: *eq, sw* **locale**: *eq, sw*
|
|
70076
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
70108
70077
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
70109
70078
|
* @param {*} [axiosOptions] Override http request option.
|
|
70110
70079
|
* @throws {RequiredError}
|
|
70111
70080
|
*/
|
|
70112
|
-
listNotificationTemplates(limit?: number, offset?: number, filters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoV2024>>>;
|
|
70081
|
+
listNotificationTemplates(limit?: number, offset?: number, filters?: string, sorters?: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoV2024>>>;
|
|
70113
70082
|
/**
|
|
70114
70083
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
70115
70084
|
* @summary Change mail from domain
|
|
@@ -70143,7 +70112,7 @@ export declare const NotificationsV2024ApiFactory: (configuration?: Configuratio
|
|
|
70143
70112
|
*/
|
|
70144
70113
|
createDomainDkim(requestParameters: NotificationsV2024ApiCreateDomainDkimRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<DomainStatusDtoV2024>;
|
|
70145
70114
|
/**
|
|
70146
|
-
* This
|
|
70115
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
70147
70116
|
* @summary Create notification template
|
|
70148
70117
|
* @param {NotificationsV2024ApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
70149
70118
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -70525,6 +70494,12 @@ export interface NotificationsV2024ApiListNotificationTemplatesRequest {
|
|
|
70525
70494
|
* @memberof NotificationsV2024ApiListNotificationTemplates
|
|
70526
70495
|
*/
|
|
70527
70496
|
readonly filters?: string;
|
|
70497
|
+
/**
|
|
70498
|
+
* Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
70499
|
+
* @type {string}
|
|
70500
|
+
* @memberof NotificationsV2024ApiListNotificationTemplates
|
|
70501
|
+
*/
|
|
70502
|
+
readonly sorters?: string;
|
|
70528
70503
|
/**
|
|
70529
70504
|
* Use this header to enable this experimental API.
|
|
70530
70505
|
* @type {string}
|
|
@@ -70587,7 +70562,7 @@ export declare class NotificationsV2024Api extends BaseAPI {
|
|
|
70587
70562
|
*/
|
|
70588
70563
|
createDomainDkim(requestParameters: NotificationsV2024ApiCreateDomainDkimRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DomainStatusDtoV2024, any>>;
|
|
70589
70564
|
/**
|
|
70590
|
-
* This
|
|
70565
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
70591
70566
|
* @summary Create notification template
|
|
70592
70567
|
* @param {NotificationsV2024ApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
70593
70568
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -78644,13 +78619,12 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78644
78619
|
createSourceSchema: (sourceId: string, schemaV2024: SchemaV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78645
78620
|
/**
|
|
78646
78621
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
78647
|
-
* @summary Remove all accounts in
|
|
78622
|
+
* @summary Remove all accounts in source
|
|
78648
78623
|
* @param {string} id The source id
|
|
78649
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78650
78624
|
* @param {*} [axiosOptions] Override http request option.
|
|
78651
78625
|
* @throws {RequiredError}
|
|
78652
78626
|
*/
|
|
78653
|
-
deleteAccountsAsync: (id: string,
|
|
78627
|
+
deleteAccountsAsync: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78654
78628
|
/**
|
|
78655
78629
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
78656
78630
|
* @summary Delete native change detection configuration
|
|
@@ -78826,13 +78800,12 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78826
78800
|
* Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
78827
78801
|
* @summary Account aggregation
|
|
78828
78802
|
* @param {string} id Source Id
|
|
78829
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78830
78803
|
* @param {File} [file] The CSV file containing the source accounts to aggregate.
|
|
78831
78804
|
* @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
|
|
78832
78805
|
* @param {*} [axiosOptions] Override http request option.
|
|
78833
78806
|
* @throws {RequiredError}
|
|
78834
78807
|
*/
|
|
78835
|
-
importAccounts: (id: string,
|
|
78808
|
+
importAccounts: (id: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78836
78809
|
/**
|
|
78837
78810
|
* This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
|
|
78838
78811
|
* @summary Uploads source accounts schema template
|
|
@@ -78875,12 +78848,11 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78875
78848
|
* File is required for upload. You will also need to set the Content-Type header to `multipart/form-data`
|
|
78876
78849
|
* @summary Process uncorrelated accounts
|
|
78877
78850
|
* @param {string} id Source Id
|
|
78878
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78879
78851
|
* @param {File} [file]
|
|
78880
78852
|
* @param {*} [axiosOptions] Override http request option.
|
|
78881
78853
|
* @throws {RequiredError}
|
|
78882
78854
|
*/
|
|
78883
|
-
importUncorrelatedAccounts: (id: string,
|
|
78855
|
+
importUncorrelatedAccounts: (id: string, file?: File, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78884
78856
|
/**
|
|
78885
78857
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
78886
78858
|
* @summary Lists provisioningpolicies
|
|
@@ -79112,13 +79084,12 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79112
79084
|
createSourceSchema(sourceId: string, schemaV2024: SchemaV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SchemaV2024>>;
|
|
79113
79085
|
/**
|
|
79114
79086
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
79115
|
-
* @summary Remove all accounts in
|
|
79087
|
+
* @summary Remove all accounts in source
|
|
79116
79088
|
* @param {string} id The source id
|
|
79117
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79118
79089
|
* @param {*} [axiosOptions] Override http request option.
|
|
79119
79090
|
* @throws {RequiredError}
|
|
79120
79091
|
*/
|
|
79121
|
-
deleteAccountsAsync(id: string,
|
|
79092
|
+
deleteAccountsAsync(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskResultDtoV2024>>;
|
|
79122
79093
|
/**
|
|
79123
79094
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
79124
79095
|
* @summary Delete native change detection configuration
|
|
@@ -79294,13 +79265,12 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79294
79265
|
* Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
79295
79266
|
* @summary Account aggregation
|
|
79296
79267
|
* @param {string} id Source Id
|
|
79297
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79298
79268
|
* @param {File} [file] The CSV file containing the source accounts to aggregate.
|
|
79299
79269
|
* @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
|
|
79300
79270
|
* @param {*} [axiosOptions] Override http request option.
|
|
79301
79271
|
* @throws {RequiredError}
|
|
79302
79272
|
*/
|
|
79303
|
-
importAccounts(id: string,
|
|
79273
|
+
importAccounts(id: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadAccountsTaskV2024>>;
|
|
79304
79274
|
/**
|
|
79305
79275
|
* This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
|
|
79306
79276
|
* @summary Uploads source accounts schema template
|
|
@@ -79343,12 +79313,11 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79343
79313
|
* File is required for upload. You will also need to set the Content-Type header to `multipart/form-data`
|
|
79344
79314
|
* @summary Process uncorrelated accounts
|
|
79345
79315
|
* @param {string} id Source Id
|
|
79346
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79347
79316
|
* @param {File} [file]
|
|
79348
79317
|
* @param {*} [axiosOptions] Override http request option.
|
|
79349
79318
|
* @throws {RequiredError}
|
|
79350
79319
|
*/
|
|
79351
|
-
importUncorrelatedAccounts(id: string,
|
|
79320
|
+
importUncorrelatedAccounts(id: string, file?: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadUncorrelatedAccountsTaskV2024>>;
|
|
79352
79321
|
/**
|
|
79353
79322
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
79354
79323
|
* @summary Lists provisioningpolicies
|
|
@@ -79576,7 +79545,7 @@ export declare const SourcesV2024ApiFactory: (configuration?: Configuration, bas
|
|
|
79576
79545
|
createSourceSchema(requestParameters: SourcesV2024ApiCreateSourceSchemaRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SchemaV2024>;
|
|
79577
79546
|
/**
|
|
79578
79547
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
79579
|
-
* @summary Remove all accounts in
|
|
79548
|
+
* @summary Remove all accounts in source
|
|
79580
79549
|
* @param {SourcesV2024ApiDeleteAccountsAsyncRequest} requestParameters Request parameters.
|
|
79581
79550
|
* @param {*} [axiosOptions] Override http request option.
|
|
79582
79551
|
* @throws {RequiredError}
|
|
@@ -80039,12 +80008,6 @@ export interface SourcesV2024ApiDeleteAccountsAsyncRequest {
|
|
|
80039
80008
|
* @memberof SourcesV2024ApiDeleteAccountsAsync
|
|
80040
80009
|
*/
|
|
80041
80010
|
readonly id: string;
|
|
80042
|
-
/**
|
|
80043
|
-
* Use this header to enable this experimental API.
|
|
80044
|
-
* @type {string}
|
|
80045
|
-
* @memberof SourcesV2024ApiDeleteAccountsAsync
|
|
80046
|
-
*/
|
|
80047
|
-
readonly xSailPointExperimental?: string;
|
|
80048
80011
|
}
|
|
80049
80012
|
/**
|
|
80050
80013
|
* Request parameters for deleteNativeChangeDetectionConfig operation in SourcesV2024Api.
|
|
@@ -80384,12 +80347,6 @@ export interface SourcesV2024ApiImportAccountsRequest {
|
|
|
80384
80347
|
* @memberof SourcesV2024ApiImportAccounts
|
|
80385
80348
|
*/
|
|
80386
80349
|
readonly id: string;
|
|
80387
|
-
/**
|
|
80388
|
-
* Use this header to enable this experimental API.
|
|
80389
|
-
* @type {string}
|
|
80390
|
-
* @memberof SourcesV2024ApiImportAccounts
|
|
80391
|
-
*/
|
|
80392
|
-
readonly xSailPointExperimental?: string;
|
|
80393
80350
|
/**
|
|
80394
80351
|
* The CSV file containing the source accounts to aggregate.
|
|
80395
80352
|
* @type {File}
|
|
@@ -80503,12 +80460,6 @@ export interface SourcesV2024ApiImportUncorrelatedAccountsRequest {
|
|
|
80503
80460
|
* @memberof SourcesV2024ApiImportUncorrelatedAccounts
|
|
80504
80461
|
*/
|
|
80505
80462
|
readonly id: string;
|
|
80506
|
-
/**
|
|
80507
|
-
* Use this header to enable this experimental API.
|
|
80508
|
-
* @type {string}
|
|
80509
|
-
* @memberof SourcesV2024ApiImportUncorrelatedAccounts
|
|
80510
|
-
*/
|
|
80511
|
-
readonly xSailPointExperimental?: string;
|
|
80512
80463
|
/**
|
|
80513
80464
|
*
|
|
80514
80465
|
* @type {File}
|
|
@@ -80983,7 +80934,7 @@ export declare class SourcesV2024Api extends BaseAPI {
|
|
|
80983
80934
|
createSourceSchema(requestParameters: SourcesV2024ApiCreateSourceSchemaRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SchemaV2024, any>>;
|
|
80984
80935
|
/**
|
|
80985
80936
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
80986
|
-
* @summary Remove all accounts in
|
|
80937
|
+
* @summary Remove all accounts in source
|
|
80987
80938
|
* @param {SourcesV2024ApiDeleteAccountsAsyncRequest} requestParameters Request parameters.
|
|
80988
80939
|
* @param {*} [axiosOptions] Override http request option.
|
|
80989
80940
|
* @throws {RequiredError}
|