sailpoint-api-client 1.6.2 → 1.6.3
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 +20 -12
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +20 -12
- package/dist/beta/api.js +16 -9
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/index.spec.js +67 -16
- package/dist/index.spec.js.map +1 -1
- package/dist/paginator.d.ts +28 -2
- package/dist/paginator.js +39 -11
- package/dist/paginator.js.map +1 -1
- package/dist/v2024/api.d.ts +136 -189
- package/dist/v2024/api.js +222 -249
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +1098 -183
- package/dist/v2025/api.js +1564 -273
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +20 -12
- package/dist/v3/api.js +18 -11
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/index.spec.ts +44 -2
- package/package.json +1 -1
- package/paginator.ts +77 -13
- package/v2024/README.md +2 -2
- package/v2024/api.ts +251 -390
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +2048 -622
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +22 -14
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/v2024/api.ts
CHANGED
|
@@ -1785,7 +1785,7 @@ export interface AccessProfileV2024 {
|
|
|
1785
1785
|
* @type {OwnerReferenceV2024}
|
|
1786
1786
|
* @memberof AccessProfileV2024
|
|
1787
1787
|
*/
|
|
1788
|
-
'owner': OwnerReferenceV2024;
|
|
1788
|
+
'owner': OwnerReferenceV2024 | null;
|
|
1789
1789
|
/**
|
|
1790
1790
|
*
|
|
1791
1791
|
* @type {AccessProfileSourceRefV2024}
|
|
@@ -2317,7 +2317,7 @@ export interface AccessRequestItemV2024 {
|
|
|
2317
2317
|
*/
|
|
2318
2318
|
'clientMetadata'?: { [key: string]: string; };
|
|
2319
2319
|
/**
|
|
2320
|
-
* The date the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be
|
|
2320
|
+
* The date and time the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date-time in the future. * The current SLA for the deprovisioning is 24 hours. * This date-time can be used to change the duration of an existing access item assignment for the specified identity. A GRANT_ACCESS request can extend duration or even remove an expiration date, and either a GRANT_ACCESS or REVOKE_ACCESS request can reduce duration or add an expiration date where one has not previously been present. You can change the expiration date in requests for yourself or others you are authorized to request for.
|
|
2321
2321
|
* @type {string}
|
|
2322
2322
|
* @memberof AccessRequestItemV2024
|
|
2323
2323
|
*/
|
|
@@ -14075,7 +14075,7 @@ export interface DimensionV2024 {
|
|
|
14075
14075
|
* @type {OwnerReferenceV2024}
|
|
14076
14076
|
* @memberof DimensionV2024
|
|
14077
14077
|
*/
|
|
14078
|
-
'owner': OwnerReferenceV2024;
|
|
14078
|
+
'owner': OwnerReferenceV2024 | null;
|
|
14079
14079
|
/**
|
|
14080
14080
|
*
|
|
14081
14081
|
* @type {Array<AccessProfileRefV2024>}
|
|
@@ -20890,6 +20890,19 @@ export interface ImportEntitlementsBySourceRequestV2024 {
|
|
|
20890
20890
|
*/
|
|
20891
20891
|
'csvFile'?: File;
|
|
20892
20892
|
}
|
|
20893
|
+
/**
|
|
20894
|
+
*
|
|
20895
|
+
* @export
|
|
20896
|
+
* @interface ImportEntitlementsRequestV2024
|
|
20897
|
+
*/
|
|
20898
|
+
export interface ImportEntitlementsRequestV2024 {
|
|
20899
|
+
/**
|
|
20900
|
+
* The CSV file containing the source entitlements to aggregate.
|
|
20901
|
+
* @type {File}
|
|
20902
|
+
* @memberof ImportEntitlementsRequestV2024
|
|
20903
|
+
*/
|
|
20904
|
+
'file'?: File;
|
|
20905
|
+
}
|
|
20893
20906
|
/**
|
|
20894
20907
|
*
|
|
20895
20908
|
* @export
|
|
@@ -30359,7 +30372,7 @@ export interface RequestedItemDtoRefV2024 {
|
|
|
30359
30372
|
*/
|
|
30360
30373
|
'clientMetadata'?: { [key: string]: string; };
|
|
30361
30374
|
/**
|
|
30362
|
-
* The date the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be
|
|
30375
|
+
* The date and time the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date-time in the future. * The current SLA for the deprovisioning is 24 hours. * This date-time can be used to change the duration of an existing access item assignment for the specified identity. A GRANT_ACCESS request can extend duration or even remove an expiration date, and either a GRANT_ACCESS or REVOKE_ACCESS request can reduce duration or add an expiration date where one has not previously been present. You can change the expiration date in requests for yourself or others you are authorized to request for.
|
|
30363
30376
|
* @type {string}
|
|
30364
30377
|
* @memberof RequestedItemDtoRefV2024
|
|
30365
30378
|
*/
|
|
@@ -34195,7 +34208,7 @@ export interface RoleV2024 {
|
|
|
34195
34208
|
* @type {OwnerReferenceV2024}
|
|
34196
34209
|
* @memberof RoleV2024
|
|
34197
34210
|
*/
|
|
34198
|
-
'owner': OwnerReferenceV2024;
|
|
34211
|
+
'owner': OwnerReferenceV2024 | null;
|
|
34199
34212
|
/**
|
|
34200
34213
|
*
|
|
34201
34214
|
* @type {Array<AccessProfileRefV2024>}
|
|
@@ -46358,11 +46371,11 @@ export const AccessRequestApprovalsV2024ApiAxiosParamCreator = function (configu
|
|
|
46358
46371
|
|
|
46359
46372
|
// authentication userAuth required
|
|
46360
46373
|
// oauth required
|
|
46361
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [
|
|
46374
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
46362
46375
|
|
|
46363
46376
|
// authentication userAuth required
|
|
46364
46377
|
// oauth required
|
|
46365
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [
|
|
46378
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
46366
46379
|
|
|
46367
46380
|
if (ownerId !== undefined) {
|
|
46368
46381
|
localVarQueryParameter['owner-id'] = ownerId;
|
|
@@ -47381,7 +47394,7 @@ export const AccessRequestsV2024ApiAxiosParamCreator = function (configuration?:
|
|
|
47381
47394
|
};
|
|
47382
47395
|
},
|
|
47383
47396
|
/**
|
|
47384
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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, the
|
|
47397
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. * 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. __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.
|
|
47385
47398
|
* @summary Submit access request
|
|
47386
47399
|
* @param {AccessRequestV2024} accessRequestV2024
|
|
47387
47400
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -47790,7 +47803,7 @@ export const AccessRequestsV2024ApiFp = function(configuration?: Configuration)
|
|
|
47790
47803
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
47791
47804
|
},
|
|
47792
47805
|
/**
|
|
47793
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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, the
|
|
47806
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. * 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. __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.
|
|
47794
47807
|
* @summary Submit access request
|
|
47795
47808
|
* @param {AccessRequestV2024} accessRequestV2024
|
|
47796
47809
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -47935,7 +47948,7 @@ export const AccessRequestsV2024ApiFactory = function (configuration?: Configura
|
|
|
47935
47948
|
return localVarFp.closeAccessRequest(requestParameters.closeAccessRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
47936
47949
|
},
|
|
47937
47950
|
/**
|
|
47938
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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, the
|
|
47951
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. * 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. __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.
|
|
47939
47952
|
* @summary Submit access request
|
|
47940
47953
|
* @param {AccessRequestsV2024ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
47941
47954
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -48311,7 +48324,7 @@ export class AccessRequestsV2024Api extends BaseAPI {
|
|
|
48311
48324
|
}
|
|
48312
48325
|
|
|
48313
48326
|
/**
|
|
48314
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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, the
|
|
48327
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. 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. * While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request. * 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. __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.
|
|
48315
48328
|
* @summary Submit access request
|
|
48316
48329
|
* @param {AccessRequestsV2024ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
48317
48330
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -79923,19 +79936,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
79923
79936
|
* The API returns successful response if the requested identity was deleted.
|
|
79924
79937
|
* @summary Delete identity
|
|
79925
79938
|
* @param {string} id Identity Id
|
|
79926
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79927
79939
|
* @param {*} [axiosOptions] Override http request option.
|
|
79928
79940
|
* @throws {RequiredError}
|
|
79929
79941
|
*/
|
|
79930
|
-
deleteIdentity: async (id: string,
|
|
79942
|
+
deleteIdentity: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
79931
79943
|
// verify required parameter 'id' is not null or undefined
|
|
79932
79944
|
assertParamExists('deleteIdentity', 'id', id)
|
|
79933
|
-
if (xSailPointExperimental === undefined) {
|
|
79934
|
-
xSailPointExperimental = 'true';
|
|
79935
|
-
}
|
|
79936
|
-
|
|
79937
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
79938
|
-
assertParamExists('deleteIdentity', 'xSailPointExperimental', xSailPointExperimental)
|
|
79939
79945
|
const localVarPath = `/identities/{id}`
|
|
79940
79946
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
79941
79947
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -79959,9 +79965,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
79959
79965
|
|
|
79960
79966
|
|
|
79961
79967
|
|
|
79962
|
-
if (xSailPointExperimental != null) {
|
|
79963
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
79964
|
-
}
|
|
79965
79968
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
79966
79969
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
79967
79970
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -79975,17 +79978,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
79975
79978
|
* This API returns a single identity using the Identity ID.
|
|
79976
79979
|
* @summary Identity details
|
|
79977
79980
|
* @param {string} id Identity Id
|
|
79978
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79979
79981
|
* @param {*} [axiosOptions] Override http request option.
|
|
79980
79982
|
* @throws {RequiredError}
|
|
79981
79983
|
*/
|
|
79982
|
-
getIdentity: async (id: string,
|
|
79984
|
+
getIdentity: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
79983
79985
|
// verify required parameter 'id' is not null or undefined
|
|
79984
79986
|
assertParamExists('getIdentity', 'id', id)
|
|
79985
|
-
if (xSailPointExperimental === undefined) {
|
|
79986
|
-
xSailPointExperimental = 'true';
|
|
79987
|
-
}
|
|
79988
|
-
|
|
79989
79987
|
const localVarPath = `/identities/{id}`
|
|
79990
79988
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
79991
79989
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -80009,9 +80007,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80009
80007
|
|
|
80010
80008
|
|
|
80011
80009
|
|
|
80012
|
-
if (xSailPointExperimental != null) {
|
|
80013
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80014
|
-
}
|
|
80015
80010
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80016
80011
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80017
80012
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80025,17 +80020,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80025
80020
|
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
80026
80021
|
* @summary Get ownership details
|
|
80027
80022
|
* @param {string} identityId Identity ID.
|
|
80028
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80029
80023
|
* @param {*} [axiosOptions] Override http request option.
|
|
80030
80024
|
* @throws {RequiredError}
|
|
80031
80025
|
*/
|
|
80032
|
-
getIdentityOwnershipDetails: async (identityId: string,
|
|
80026
|
+
getIdentityOwnershipDetails: async (identityId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80033
80027
|
// verify required parameter 'identityId' is not null or undefined
|
|
80034
80028
|
assertParamExists('getIdentityOwnershipDetails', 'identityId', identityId)
|
|
80035
|
-
if (xSailPointExperimental === undefined) {
|
|
80036
|
-
xSailPointExperimental = 'true';
|
|
80037
|
-
}
|
|
80038
|
-
|
|
80039
80029
|
const localVarPath = `/identities/{identityId}/ownership`
|
|
80040
80030
|
.replace(`{${"identityId"}}`, encodeURIComponent(String(identityId)));
|
|
80041
80031
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -80059,9 +80049,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80059
80049
|
|
|
80060
80050
|
|
|
80061
80051
|
|
|
80062
|
-
if (xSailPointExperimental != null) {
|
|
80063
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80064
|
-
}
|
|
80065
80052
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80066
80053
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80067
80054
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80076,19 +80063,14 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80076
80063
|
* @summary Role assignment details
|
|
80077
80064
|
* @param {string} identityId Identity Id
|
|
80078
80065
|
* @param {string} assignmentId Assignment Id
|
|
80079
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80080
80066
|
* @param {*} [axiosOptions] Override http request option.
|
|
80081
80067
|
* @throws {RequiredError}
|
|
80082
80068
|
*/
|
|
80083
|
-
getRoleAssignment: async (identityId: string, assignmentId: string,
|
|
80069
|
+
getRoleAssignment: async (identityId: string, assignmentId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80084
80070
|
// verify required parameter 'identityId' is not null or undefined
|
|
80085
80071
|
assertParamExists('getRoleAssignment', 'identityId', identityId)
|
|
80086
80072
|
// verify required parameter 'assignmentId' is not null or undefined
|
|
80087
80073
|
assertParamExists('getRoleAssignment', 'assignmentId', assignmentId)
|
|
80088
|
-
if (xSailPointExperimental === undefined) {
|
|
80089
|
-
xSailPointExperimental = 'true';
|
|
80090
|
-
}
|
|
80091
|
-
|
|
80092
80074
|
const localVarPath = `/identities/{identityId}/role-assignments/{assignmentId}`
|
|
80093
80075
|
.replace(`{${"identityId"}}`, encodeURIComponent(String(identityId)))
|
|
80094
80076
|
.replace(`{${"assignmentId"}}`, encodeURIComponent(String(assignmentId)));
|
|
@@ -80113,9 +80095,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80113
80095
|
|
|
80114
80096
|
|
|
80115
80097
|
|
|
80116
|
-
if (xSailPointExperimental != null) {
|
|
80117
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80118
|
-
}
|
|
80119
80098
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80120
80099
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80121
80100
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80131,17 +80110,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80131
80110
|
* @param {string} identityId Identity Id to get the role assignments for
|
|
80132
80111
|
* @param {string} [roleId] Role Id to filter the role assignments with
|
|
80133
80112
|
* @param {string} [roleName] Role name to filter the role assignments with
|
|
80134
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80135
80113
|
* @param {*} [axiosOptions] Override http request option.
|
|
80136
80114
|
* @throws {RequiredError}
|
|
80137
80115
|
*/
|
|
80138
|
-
getRoleAssignments: async (identityId: string, roleId?: string, roleName?: string,
|
|
80116
|
+
getRoleAssignments: async (identityId: string, roleId?: string, roleName?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80139
80117
|
// verify required parameter 'identityId' is not null or undefined
|
|
80140
80118
|
assertParamExists('getRoleAssignments', 'identityId', identityId)
|
|
80141
|
-
if (xSailPointExperimental === undefined) {
|
|
80142
|
-
xSailPointExperimental = 'true';
|
|
80143
|
-
}
|
|
80144
|
-
|
|
80145
80119
|
const localVarPath = `/identities/{identityId}/role-assignments`
|
|
80146
80120
|
.replace(`{${"identityId"}}`, encodeURIComponent(String(identityId)));
|
|
80147
80121
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -80173,9 +80147,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80173
80147
|
|
|
80174
80148
|
|
|
80175
80149
|
|
|
80176
|
-
if (xSailPointExperimental != null) {
|
|
80177
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80178
|
-
}
|
|
80179
80150
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80180
80151
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80181
80152
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80194,15 +80165,10 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80194
80165
|
* @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.
|
|
80195
80166
|
* @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.
|
|
80196
80167
|
* @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.
|
|
80197
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80198
80168
|
* @param {*} [axiosOptions] Override http request option.
|
|
80199
80169
|
* @throws {RequiredError}
|
|
80200
80170
|
*/
|
|
80201
|
-
listIdentities: async (filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number,
|
|
80202
|
-
if (xSailPointExperimental === undefined) {
|
|
80203
|
-
xSailPointExperimental = 'true';
|
|
80204
|
-
}
|
|
80205
|
-
|
|
80171
|
+
listIdentities: async (filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80206
80172
|
const localVarPath = `/identities`;
|
|
80207
80173
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80208
80174
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -80249,9 +80215,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80249
80215
|
|
|
80250
80216
|
|
|
80251
80217
|
|
|
80252
|
-
if (xSailPointExperimental != null) {
|
|
80253
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80254
|
-
}
|
|
80255
80218
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80256
80219
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80257
80220
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80265,17 +80228,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80265
80228
|
* Use this endpoint to reset a user\'s identity if they have forgotten their authentication information like their answers to knowledge-based questions. Resetting an identity de-registers the user and removes any elevated user levels they have.
|
|
80266
80229
|
* @summary Reset an identity
|
|
80267
80230
|
* @param {string} identityId Identity Id
|
|
80268
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80269
80231
|
* @param {*} [axiosOptions] Override http request option.
|
|
80270
80232
|
* @throws {RequiredError}
|
|
80271
80233
|
*/
|
|
80272
|
-
resetIdentity: async (identityId: string,
|
|
80234
|
+
resetIdentity: async (identityId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80273
80235
|
// verify required parameter 'identityId' is not null or undefined
|
|
80274
80236
|
assertParamExists('resetIdentity', 'identityId', identityId)
|
|
80275
|
-
if (xSailPointExperimental === undefined) {
|
|
80276
|
-
xSailPointExperimental = 'true';
|
|
80277
|
-
}
|
|
80278
|
-
|
|
80279
80237
|
const localVarPath = `/identities/{id}/reset`
|
|
80280
80238
|
.replace(`{${"identityId"}}`, encodeURIComponent(String(identityId)));
|
|
80281
80239
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -80299,9 +80257,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80299
80257
|
|
|
80300
80258
|
|
|
80301
80259
|
|
|
80302
|
-
if (xSailPointExperimental != null) {
|
|
80303
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80304
|
-
}
|
|
80305
80260
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80306
80261
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80307
80262
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80371,17 +80326,12 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80371
80326
|
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
|
|
80372
80327
|
* @summary Invite identities to register
|
|
80373
80328
|
* @param {InviteIdentitiesRequestV2024} inviteIdentitiesRequestV2024
|
|
80374
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80375
80329
|
* @param {*} [axiosOptions] Override http request option.
|
|
80376
80330
|
* @throws {RequiredError}
|
|
80377
80331
|
*/
|
|
80378
|
-
startIdentitiesInvite: async (inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024,
|
|
80332
|
+
startIdentitiesInvite: async (inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80379
80333
|
// verify required parameter 'inviteIdentitiesRequestV2024' is not null or undefined
|
|
80380
80334
|
assertParamExists('startIdentitiesInvite', 'inviteIdentitiesRequestV2024', inviteIdentitiesRequestV2024)
|
|
80381
|
-
if (xSailPointExperimental === undefined) {
|
|
80382
|
-
xSailPointExperimental = 'true';
|
|
80383
|
-
}
|
|
80384
|
-
|
|
80385
80335
|
const localVarPath = `/identities/invite`;
|
|
80386
80336
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80387
80337
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -80406,9 +80356,6 @@ export const IdentitiesV2024ApiAxiosParamCreator = function (configuration?: Con
|
|
|
80406
80356
|
|
|
80407
80357
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
80408
80358
|
|
|
80409
|
-
if (xSailPointExperimental != null) {
|
|
80410
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
80411
|
-
}
|
|
80412
80359
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
80413
80360
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80414
80361
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -80539,12 +80486,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80539
80486
|
* The API returns successful response if the requested identity was deleted.
|
|
80540
80487
|
* @summary Delete identity
|
|
80541
80488
|
* @param {string} id Identity Id
|
|
80542
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
80543
80489
|
* @param {*} [axiosOptions] Override http request option.
|
|
80544
80490
|
* @throws {RequiredError}
|
|
80545
80491
|
*/
|
|
80546
|
-
async deleteIdentity(id: string,
|
|
80547
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentity(id,
|
|
80492
|
+
async deleteIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
80493
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentity(id, axiosOptions);
|
|
80548
80494
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80549
80495
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.deleteIdentity']?.[localVarOperationServerIndex]?.url;
|
|
80550
80496
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80553,12 +80499,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80553
80499
|
* This API returns a single identity using the Identity ID.
|
|
80554
80500
|
* @summary Identity details
|
|
80555
80501
|
* @param {string} id Identity Id
|
|
80556
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80557
80502
|
* @param {*} [axiosOptions] Override http request option.
|
|
80558
80503
|
* @throws {RequiredError}
|
|
80559
80504
|
*/
|
|
80560
|
-
async getIdentity(id: string,
|
|
80561
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentity(id,
|
|
80505
|
+
async getIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityV2024>> {
|
|
80506
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentity(id, axiosOptions);
|
|
80562
80507
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80563
80508
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.getIdentity']?.[localVarOperationServerIndex]?.url;
|
|
80564
80509
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80567,12 +80512,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80567
80512
|
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
80568
80513
|
* @summary Get ownership details
|
|
80569
80514
|
* @param {string} identityId Identity ID.
|
|
80570
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80571
80515
|
* @param {*} [axiosOptions] Override http request option.
|
|
80572
80516
|
* @throws {RequiredError}
|
|
80573
80517
|
*/
|
|
80574
|
-
async getIdentityOwnershipDetails(identityId: string,
|
|
80575
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentityOwnershipDetails(identityId,
|
|
80518
|
+
async getIdentityOwnershipDetails(identityId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityOwnershipAssociationDetailsV2024>> {
|
|
80519
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentityOwnershipDetails(identityId, axiosOptions);
|
|
80576
80520
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80577
80521
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.getIdentityOwnershipDetails']?.[localVarOperationServerIndex]?.url;
|
|
80578
80522
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80582,12 +80526,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80582
80526
|
* @summary Role assignment details
|
|
80583
80527
|
* @param {string} identityId Identity Id
|
|
80584
80528
|
* @param {string} assignmentId Assignment Id
|
|
80585
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80586
80529
|
* @param {*} [axiosOptions] Override http request option.
|
|
80587
80530
|
* @throws {RequiredError}
|
|
80588
80531
|
*/
|
|
80589
|
-
async getRoleAssignment(identityId: string, assignmentId: string,
|
|
80590
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoleAssignment(identityId, assignmentId,
|
|
80532
|
+
async getRoleAssignment(identityId: string, assignmentId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleAssignmentDtoV2024>> {
|
|
80533
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoleAssignment(identityId, assignmentId, axiosOptions);
|
|
80591
80534
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80592
80535
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.getRoleAssignment']?.[localVarOperationServerIndex]?.url;
|
|
80593
80536
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80598,12 +80541,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80598
80541
|
* @param {string} identityId Identity Id to get the role assignments for
|
|
80599
80542
|
* @param {string} [roleId] Role Id to filter the role assignments with
|
|
80600
80543
|
* @param {string} [roleName] Role name to filter the role assignments with
|
|
80601
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80602
80544
|
* @param {*} [axiosOptions] Override http request option.
|
|
80603
80545
|
* @throws {RequiredError}
|
|
80604
80546
|
*/
|
|
80605
|
-
async getRoleAssignments(identityId: string, roleId?: string, roleName?: string,
|
|
80606
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoleAssignments(identityId, roleId, roleName,
|
|
80547
|
+
async getRoleAssignments(identityId: string, roleId?: string, roleName?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetRoleAssignments200ResponseInnerV2024>>> {
|
|
80548
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoleAssignments(identityId, roleId, roleName, axiosOptions);
|
|
80607
80549
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80608
80550
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.getRoleAssignments']?.[localVarOperationServerIndex]?.url;
|
|
80609
80551
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80617,12 +80559,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80617
80559
|
* @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.
|
|
80618
80560
|
* @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.
|
|
80619
80561
|
* @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.
|
|
80620
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80621
80562
|
* @param {*} [axiosOptions] Override http request option.
|
|
80622
80563
|
* @throws {RequiredError}
|
|
80623
80564
|
*/
|
|
80624
|
-
async listIdentities(filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number,
|
|
80625
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listIdentities(filters, sorters, defaultFilter, count, limit, offset,
|
|
80565
|
+
async listIdentities(filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityV2024>>> {
|
|
80566
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listIdentities(filters, sorters, defaultFilter, count, limit, offset, axiosOptions);
|
|
80626
80567
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80627
80568
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.listIdentities']?.[localVarOperationServerIndex]?.url;
|
|
80628
80569
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80631,12 +80572,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80631
80572
|
* Use this endpoint to reset a user\'s identity if they have forgotten their authentication information like their answers to knowledge-based questions. Resetting an identity de-registers the user and removes any elevated user levels they have.
|
|
80632
80573
|
* @summary Reset an identity
|
|
80633
80574
|
* @param {string} identityId Identity Id
|
|
80634
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80635
80575
|
* @param {*} [axiosOptions] Override http request option.
|
|
80636
80576
|
* @throws {RequiredError}
|
|
80637
80577
|
*/
|
|
80638
|
-
async resetIdentity(identityId: string,
|
|
80639
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.resetIdentity(identityId,
|
|
80578
|
+
async resetIdentity(identityId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
80579
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.resetIdentity(identityId, axiosOptions);
|
|
80640
80580
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80641
80581
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.resetIdentity']?.[localVarOperationServerIndex]?.url;
|
|
80642
80582
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80660,12 +80600,11 @@ export const IdentitiesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
80660
80600
|
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
|
|
80661
80601
|
* @summary Invite identities to register
|
|
80662
80602
|
* @param {InviteIdentitiesRequestV2024} inviteIdentitiesRequestV2024
|
|
80663
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
80664
80603
|
* @param {*} [axiosOptions] Override http request option.
|
|
80665
80604
|
* @throws {RequiredError}
|
|
80666
80605
|
*/
|
|
80667
|
-
async startIdentitiesInvite(inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024,
|
|
80668
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.startIdentitiesInvite(inviteIdentitiesRequestV2024,
|
|
80606
|
+
async startIdentitiesInvite(inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskStatusV2024>> {
|
|
80607
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.startIdentitiesInvite(inviteIdentitiesRequestV2024, axiosOptions);
|
|
80669
80608
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
80670
80609
|
const localVarOperationServerBasePath = operationServerMap['IdentitiesV2024Api.startIdentitiesInvite']?.[localVarOperationServerIndex]?.url;
|
|
80671
80610
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -80716,7 +80655,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80716
80655
|
* @throws {RequiredError}
|
|
80717
80656
|
*/
|
|
80718
80657
|
deleteIdentity(requestParameters: IdentitiesV2024ApiDeleteIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
80719
|
-
return localVarFp.deleteIdentity(requestParameters.id,
|
|
80658
|
+
return localVarFp.deleteIdentity(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
80720
80659
|
},
|
|
80721
80660
|
/**
|
|
80722
80661
|
* This API returns a single identity using the Identity ID.
|
|
@@ -80726,7 +80665,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80726
80665
|
* @throws {RequiredError}
|
|
80727
80666
|
*/
|
|
80728
80667
|
getIdentity(requestParameters: IdentitiesV2024ApiGetIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IdentityV2024> {
|
|
80729
|
-
return localVarFp.getIdentity(requestParameters.id,
|
|
80668
|
+
return localVarFp.getIdentity(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
80730
80669
|
},
|
|
80731
80670
|
/**
|
|
80732
80671
|
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
@@ -80736,7 +80675,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80736
80675
|
* @throws {RequiredError}
|
|
80737
80676
|
*/
|
|
80738
80677
|
getIdentityOwnershipDetails(requestParameters: IdentitiesV2024ApiGetIdentityOwnershipDetailsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IdentityOwnershipAssociationDetailsV2024> {
|
|
80739
|
-
return localVarFp.getIdentityOwnershipDetails(requestParameters.identityId,
|
|
80678
|
+
return localVarFp.getIdentityOwnershipDetails(requestParameters.identityId, axiosOptions).then((request) => request(axios, basePath));
|
|
80740
80679
|
},
|
|
80741
80680
|
/**
|
|
80742
80681
|
*
|
|
@@ -80746,7 +80685,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80746
80685
|
* @throws {RequiredError}
|
|
80747
80686
|
*/
|
|
80748
80687
|
getRoleAssignment(requestParameters: IdentitiesV2024ApiGetRoleAssignmentRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<RoleAssignmentDtoV2024> {
|
|
80749
|
-
return localVarFp.getRoleAssignment(requestParameters.identityId, requestParameters.assignmentId,
|
|
80688
|
+
return localVarFp.getRoleAssignment(requestParameters.identityId, requestParameters.assignmentId, axiosOptions).then((request) => request(axios, basePath));
|
|
80750
80689
|
},
|
|
80751
80690
|
/**
|
|
80752
80691
|
* This returns either a list of Role Assignments when querying with either a Role Id or Role Name, or a list of Role Assignment References if querying with only identity Id.
|
|
@@ -80756,7 +80695,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80756
80695
|
* @throws {RequiredError}
|
|
80757
80696
|
*/
|
|
80758
80697
|
getRoleAssignments(requestParameters: IdentitiesV2024ApiGetRoleAssignmentsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetRoleAssignments200ResponseInnerV2024>> {
|
|
80759
|
-
return localVarFp.getRoleAssignments(requestParameters.identityId, requestParameters.roleId, requestParameters.roleName,
|
|
80698
|
+
return localVarFp.getRoleAssignments(requestParameters.identityId, requestParameters.roleId, requestParameters.roleName, axiosOptions).then((request) => request(axios, basePath));
|
|
80760
80699
|
},
|
|
80761
80700
|
/**
|
|
80762
80701
|
* This API returns a list of identities.
|
|
@@ -80766,7 +80705,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80766
80705
|
* @throws {RequiredError}
|
|
80767
80706
|
*/
|
|
80768
80707
|
listIdentities(requestParameters: IdentitiesV2024ApiListIdentitiesRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<IdentityV2024>> {
|
|
80769
|
-
return localVarFp.listIdentities(requestParameters.filters, requestParameters.sorters, requestParameters.defaultFilter, requestParameters.count, requestParameters.limit, requestParameters.offset,
|
|
80708
|
+
return localVarFp.listIdentities(requestParameters.filters, requestParameters.sorters, requestParameters.defaultFilter, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(axios, basePath));
|
|
80770
80709
|
},
|
|
80771
80710
|
/**
|
|
80772
80711
|
* Use this endpoint to reset a user\'s identity if they have forgotten their authentication information like their answers to knowledge-based questions. Resetting an identity de-registers the user and removes any elevated user levels they have.
|
|
@@ -80776,7 +80715,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80776
80715
|
* @throws {RequiredError}
|
|
80777
80716
|
*/
|
|
80778
80717
|
resetIdentity(requestParameters: IdentitiesV2024ApiResetIdentityRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
80779
|
-
return localVarFp.resetIdentity(requestParameters.identityId,
|
|
80718
|
+
return localVarFp.resetIdentity(requestParameters.identityId, axiosOptions).then((request) => request(axios, basePath));
|
|
80780
80719
|
},
|
|
80781
80720
|
/**
|
|
80782
80721
|
* This API sends an email with the link to start Password Reset. After selecting the link an identity will be able to set up a new password. Emails expire after 2 hours.
|
|
@@ -80796,7 +80735,7 @@ export const IdentitiesV2024ApiFactory = function (configuration?: Configuration
|
|
|
80796
80735
|
* @throws {RequiredError}
|
|
80797
80736
|
*/
|
|
80798
80737
|
startIdentitiesInvite(requestParameters: IdentitiesV2024ApiStartIdentitiesInviteRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<TaskStatusV2024> {
|
|
80799
|
-
return localVarFp.startIdentitiesInvite(requestParameters.inviteIdentitiesRequestV2024,
|
|
80738
|
+
return localVarFp.startIdentitiesInvite(requestParameters.inviteIdentitiesRequestV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
80800
80739
|
},
|
|
80801
80740
|
/**
|
|
80802
80741
|
* This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant\'s timezone to keep your identities synchronized. This endpoint will perform the following tasks: 1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it\'s expected to change). 2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles. 3. Enforce provisioning for any assigned accesses that haven\'t been fulfilled (e.g. failure due to source health). 4. Recalculate manager relationships. 5. Potentially clean-up identity processing errors, assuming the error has been resolved.
|
|
@@ -80833,13 +80772,6 @@ export interface IdentitiesV2024ApiDeleteIdentityRequest {
|
|
|
80833
80772
|
* @memberof IdentitiesV2024ApiDeleteIdentity
|
|
80834
80773
|
*/
|
|
80835
80774
|
readonly id: string
|
|
80836
|
-
|
|
80837
|
-
/**
|
|
80838
|
-
* Use this header to enable this experimental API.
|
|
80839
|
-
* @type {string}
|
|
80840
|
-
* @memberof IdentitiesV2024ApiDeleteIdentity
|
|
80841
|
-
*/
|
|
80842
|
-
readonly xSailPointExperimental: string
|
|
80843
80775
|
}
|
|
80844
80776
|
|
|
80845
80777
|
/**
|
|
@@ -80854,13 +80786,6 @@ export interface IdentitiesV2024ApiGetIdentityRequest {
|
|
|
80854
80786
|
* @memberof IdentitiesV2024ApiGetIdentity
|
|
80855
80787
|
*/
|
|
80856
80788
|
readonly id: string
|
|
80857
|
-
|
|
80858
|
-
/**
|
|
80859
|
-
* Use this header to enable this experimental API.
|
|
80860
|
-
* @type {string}
|
|
80861
|
-
* @memberof IdentitiesV2024ApiGetIdentity
|
|
80862
|
-
*/
|
|
80863
|
-
readonly xSailPointExperimental?: string
|
|
80864
80789
|
}
|
|
80865
80790
|
|
|
80866
80791
|
/**
|
|
@@ -80875,13 +80800,6 @@ export interface IdentitiesV2024ApiGetIdentityOwnershipDetailsRequest {
|
|
|
80875
80800
|
* @memberof IdentitiesV2024ApiGetIdentityOwnershipDetails
|
|
80876
80801
|
*/
|
|
80877
80802
|
readonly identityId: string
|
|
80878
|
-
|
|
80879
|
-
/**
|
|
80880
|
-
* Use this header to enable this experimental API.
|
|
80881
|
-
* @type {string}
|
|
80882
|
-
* @memberof IdentitiesV2024ApiGetIdentityOwnershipDetails
|
|
80883
|
-
*/
|
|
80884
|
-
readonly xSailPointExperimental?: string
|
|
80885
80803
|
}
|
|
80886
80804
|
|
|
80887
80805
|
/**
|
|
@@ -80903,13 +80821,6 @@ export interface IdentitiesV2024ApiGetRoleAssignmentRequest {
|
|
|
80903
80821
|
* @memberof IdentitiesV2024ApiGetRoleAssignment
|
|
80904
80822
|
*/
|
|
80905
80823
|
readonly assignmentId: string
|
|
80906
|
-
|
|
80907
|
-
/**
|
|
80908
|
-
* Use this header to enable this experimental API.
|
|
80909
|
-
* @type {string}
|
|
80910
|
-
* @memberof IdentitiesV2024ApiGetRoleAssignment
|
|
80911
|
-
*/
|
|
80912
|
-
readonly xSailPointExperimental?: string
|
|
80913
80824
|
}
|
|
80914
80825
|
|
|
80915
80826
|
/**
|
|
@@ -80938,13 +80849,6 @@ export interface IdentitiesV2024ApiGetRoleAssignmentsRequest {
|
|
|
80938
80849
|
* @memberof IdentitiesV2024ApiGetRoleAssignments
|
|
80939
80850
|
*/
|
|
80940
80851
|
readonly roleName?: string
|
|
80941
|
-
|
|
80942
|
-
/**
|
|
80943
|
-
* Use this header to enable this experimental API.
|
|
80944
|
-
* @type {string}
|
|
80945
|
-
* @memberof IdentitiesV2024ApiGetRoleAssignments
|
|
80946
|
-
*/
|
|
80947
|
-
readonly xSailPointExperimental?: string
|
|
80948
80852
|
}
|
|
80949
80853
|
|
|
80950
80854
|
/**
|
|
@@ -80994,13 +80898,6 @@ export interface IdentitiesV2024ApiListIdentitiesRequest {
|
|
|
80994
80898
|
* @memberof IdentitiesV2024ApiListIdentities
|
|
80995
80899
|
*/
|
|
80996
80900
|
readonly offset?: number
|
|
80997
|
-
|
|
80998
|
-
/**
|
|
80999
|
-
* Use this header to enable this experimental API.
|
|
81000
|
-
* @type {string}
|
|
81001
|
-
* @memberof IdentitiesV2024ApiListIdentities
|
|
81002
|
-
*/
|
|
81003
|
-
readonly xSailPointExperimental?: string
|
|
81004
80901
|
}
|
|
81005
80902
|
|
|
81006
80903
|
/**
|
|
@@ -81015,13 +80912,6 @@ export interface IdentitiesV2024ApiResetIdentityRequest {
|
|
|
81015
80912
|
* @memberof IdentitiesV2024ApiResetIdentity
|
|
81016
80913
|
*/
|
|
81017
80914
|
readonly identityId: string
|
|
81018
|
-
|
|
81019
|
-
/**
|
|
81020
|
-
* Use this header to enable this experimental API.
|
|
81021
|
-
* @type {string}
|
|
81022
|
-
* @memberof IdentitiesV2024ApiResetIdentity
|
|
81023
|
-
*/
|
|
81024
|
-
readonly xSailPointExperimental?: string
|
|
81025
80915
|
}
|
|
81026
80916
|
|
|
81027
80917
|
/**
|
|
@@ -81064,13 +80954,6 @@ export interface IdentitiesV2024ApiStartIdentitiesInviteRequest {
|
|
|
81064
80954
|
* @memberof IdentitiesV2024ApiStartIdentitiesInvite
|
|
81065
80955
|
*/
|
|
81066
80956
|
readonly inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024
|
|
81067
|
-
|
|
81068
|
-
/**
|
|
81069
|
-
* Use this header to enable this experimental API.
|
|
81070
|
-
* @type {string}
|
|
81071
|
-
* @memberof IdentitiesV2024ApiStartIdentitiesInvite
|
|
81072
|
-
*/
|
|
81073
|
-
readonly xSailPointExperimental?: string
|
|
81074
80957
|
}
|
|
81075
80958
|
|
|
81076
80959
|
/**
|
|
@@ -81131,7 +81014,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81131
81014
|
* @memberof IdentitiesV2024Api
|
|
81132
81015
|
*/
|
|
81133
81016
|
public deleteIdentity(requestParameters: IdentitiesV2024ApiDeleteIdentityRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81134
|
-
return IdentitiesV2024ApiFp(this.configuration).deleteIdentity(requestParameters.id,
|
|
81017
|
+
return IdentitiesV2024ApiFp(this.configuration).deleteIdentity(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81135
81018
|
}
|
|
81136
81019
|
|
|
81137
81020
|
/**
|
|
@@ -81143,7 +81026,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81143
81026
|
* @memberof IdentitiesV2024Api
|
|
81144
81027
|
*/
|
|
81145
81028
|
public getIdentity(requestParameters: IdentitiesV2024ApiGetIdentityRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81146
|
-
return IdentitiesV2024ApiFp(this.configuration).getIdentity(requestParameters.id,
|
|
81029
|
+
return IdentitiesV2024ApiFp(this.configuration).getIdentity(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81147
81030
|
}
|
|
81148
81031
|
|
|
81149
81032
|
/**
|
|
@@ -81155,7 +81038,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81155
81038
|
* @memberof IdentitiesV2024Api
|
|
81156
81039
|
*/
|
|
81157
81040
|
public getIdentityOwnershipDetails(requestParameters: IdentitiesV2024ApiGetIdentityOwnershipDetailsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81158
|
-
return IdentitiesV2024ApiFp(this.configuration).getIdentityOwnershipDetails(requestParameters.identityId,
|
|
81041
|
+
return IdentitiesV2024ApiFp(this.configuration).getIdentityOwnershipDetails(requestParameters.identityId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81159
81042
|
}
|
|
81160
81043
|
|
|
81161
81044
|
/**
|
|
@@ -81167,7 +81050,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81167
81050
|
* @memberof IdentitiesV2024Api
|
|
81168
81051
|
*/
|
|
81169
81052
|
public getRoleAssignment(requestParameters: IdentitiesV2024ApiGetRoleAssignmentRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81170
|
-
return IdentitiesV2024ApiFp(this.configuration).getRoleAssignment(requestParameters.identityId, requestParameters.assignmentId,
|
|
81053
|
+
return IdentitiesV2024ApiFp(this.configuration).getRoleAssignment(requestParameters.identityId, requestParameters.assignmentId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81171
81054
|
}
|
|
81172
81055
|
|
|
81173
81056
|
/**
|
|
@@ -81179,7 +81062,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81179
81062
|
* @memberof IdentitiesV2024Api
|
|
81180
81063
|
*/
|
|
81181
81064
|
public getRoleAssignments(requestParameters: IdentitiesV2024ApiGetRoleAssignmentsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81182
|
-
return IdentitiesV2024ApiFp(this.configuration).getRoleAssignments(requestParameters.identityId, requestParameters.roleId, requestParameters.roleName,
|
|
81065
|
+
return IdentitiesV2024ApiFp(this.configuration).getRoleAssignments(requestParameters.identityId, requestParameters.roleId, requestParameters.roleName, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81183
81066
|
}
|
|
81184
81067
|
|
|
81185
81068
|
/**
|
|
@@ -81191,7 +81074,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81191
81074
|
* @memberof IdentitiesV2024Api
|
|
81192
81075
|
*/
|
|
81193
81076
|
public listIdentities(requestParameters: IdentitiesV2024ApiListIdentitiesRequest = {}, axiosOptions?: RawAxiosRequestConfig) {
|
|
81194
|
-
return IdentitiesV2024ApiFp(this.configuration).listIdentities(requestParameters.filters, requestParameters.sorters, requestParameters.defaultFilter, requestParameters.count, requestParameters.limit, requestParameters.offset,
|
|
81077
|
+
return IdentitiesV2024ApiFp(this.configuration).listIdentities(requestParameters.filters, requestParameters.sorters, requestParameters.defaultFilter, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81195
81078
|
}
|
|
81196
81079
|
|
|
81197
81080
|
/**
|
|
@@ -81203,7 +81086,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81203
81086
|
* @memberof IdentitiesV2024Api
|
|
81204
81087
|
*/
|
|
81205
81088
|
public resetIdentity(requestParameters: IdentitiesV2024ApiResetIdentityRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81206
|
-
return IdentitiesV2024ApiFp(this.configuration).resetIdentity(requestParameters.identityId,
|
|
81089
|
+
return IdentitiesV2024ApiFp(this.configuration).resetIdentity(requestParameters.identityId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81207
81090
|
}
|
|
81208
81091
|
|
|
81209
81092
|
/**
|
|
@@ -81227,7 +81110,7 @@ export class IdentitiesV2024Api extends BaseAPI {
|
|
|
81227
81110
|
* @memberof IdentitiesV2024Api
|
|
81228
81111
|
*/
|
|
81229
81112
|
public startIdentitiesInvite(requestParameters: IdentitiesV2024ApiStartIdentitiesInviteRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81230
|
-
return IdentitiesV2024ApiFp(this.configuration).startIdentitiesInvite(requestParameters.inviteIdentitiesRequestV2024,
|
|
81113
|
+
return IdentitiesV2024ApiFp(this.configuration).startIdentitiesInvite(requestParameters.inviteIdentitiesRequestV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81231
81114
|
}
|
|
81232
81115
|
|
|
81233
81116
|
/**
|
|
@@ -81274,18 +81157,11 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81274
81157
|
/**
|
|
81275
81158
|
* Use this API to create a new identity attribute.
|
|
81276
81159
|
* @summary Create identity attribute
|
|
81277
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81278
81160
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
81279
81161
|
* @param {*} [axiosOptions] Override http request option.
|
|
81280
81162
|
* @throws {RequiredError}
|
|
81281
81163
|
*/
|
|
81282
|
-
createIdentityAttribute: async (
|
|
81283
|
-
if (xSailPointExperimental === undefined) {
|
|
81284
|
-
xSailPointExperimental = 'true';
|
|
81285
|
-
}
|
|
81286
|
-
|
|
81287
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
81288
|
-
assertParamExists('createIdentityAttribute', 'xSailPointExperimental', xSailPointExperimental)
|
|
81164
|
+
createIdentityAttribute: async (identityAttributeV2024: IdentityAttributeV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81289
81165
|
// verify required parameter 'identityAttributeV2024' is not null or undefined
|
|
81290
81166
|
assertParamExists('createIdentityAttribute', 'identityAttributeV2024', identityAttributeV2024)
|
|
81291
81167
|
const localVarPath = `/identity-attributes`;
|
|
@@ -81312,9 +81188,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81312
81188
|
|
|
81313
81189
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
81314
81190
|
|
|
81315
|
-
if (xSailPointExperimental != null) {
|
|
81316
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81317
|
-
}
|
|
81318
81191
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81319
81192
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81320
81193
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81329,19 +81202,12 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81329
81202
|
* This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
|
|
81330
81203
|
* @summary Delete identity attribute
|
|
81331
81204
|
* @param {string} name The attribute\'s technical name.
|
|
81332
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81333
81205
|
* @param {*} [axiosOptions] Override http request option.
|
|
81334
81206
|
* @throws {RequiredError}
|
|
81335
81207
|
*/
|
|
81336
|
-
deleteIdentityAttribute: async (name: string,
|
|
81208
|
+
deleteIdentityAttribute: async (name: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81337
81209
|
// verify required parameter 'name' is not null or undefined
|
|
81338
81210
|
assertParamExists('deleteIdentityAttribute', 'name', name)
|
|
81339
|
-
if (xSailPointExperimental === undefined) {
|
|
81340
|
-
xSailPointExperimental = 'true';
|
|
81341
|
-
}
|
|
81342
|
-
|
|
81343
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
81344
|
-
assertParamExists('deleteIdentityAttribute', 'xSailPointExperimental', xSailPointExperimental)
|
|
81345
81211
|
const localVarPath = `/identity-attributes/{name}`
|
|
81346
81212
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
81347
81213
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -81365,9 +81231,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81365
81231
|
|
|
81366
81232
|
|
|
81367
81233
|
|
|
81368
|
-
if (xSailPointExperimental != null) {
|
|
81369
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81370
|
-
}
|
|
81371
81234
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81372
81235
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81373
81236
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81381,17 +81244,12 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81381
81244
|
* Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
|
|
81382
81245
|
* @summary Bulk delete identity attributes
|
|
81383
81246
|
* @param {IdentityAttributeNamesV2024} identityAttributeNamesV2024
|
|
81384
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81385
81247
|
* @param {*} [axiosOptions] Override http request option.
|
|
81386
81248
|
* @throws {RequiredError}
|
|
81387
81249
|
*/
|
|
81388
|
-
deleteIdentityAttributesInBulk: async (identityAttributeNamesV2024: IdentityAttributeNamesV2024,
|
|
81250
|
+
deleteIdentityAttributesInBulk: async (identityAttributeNamesV2024: IdentityAttributeNamesV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81389
81251
|
// verify required parameter 'identityAttributeNamesV2024' is not null or undefined
|
|
81390
81252
|
assertParamExists('deleteIdentityAttributesInBulk', 'identityAttributeNamesV2024', identityAttributeNamesV2024)
|
|
81391
|
-
if (xSailPointExperimental === undefined) {
|
|
81392
|
-
xSailPointExperimental = 'true';
|
|
81393
|
-
}
|
|
81394
|
-
|
|
81395
81253
|
const localVarPath = `/identity-attributes/bulk-delete`;
|
|
81396
81254
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
81397
81255
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -81416,9 +81274,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81416
81274
|
|
|
81417
81275
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
81418
81276
|
|
|
81419
|
-
if (xSailPointExperimental != null) {
|
|
81420
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81421
|
-
}
|
|
81422
81277
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81423
81278
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81424
81279
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81433,17 +81288,12 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81433
81288
|
* This gets an identity attribute for a given technical name.
|
|
81434
81289
|
* @summary Get identity attribute
|
|
81435
81290
|
* @param {string} name The attribute\'s technical name.
|
|
81436
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81437
81291
|
* @param {*} [axiosOptions] Override http request option.
|
|
81438
81292
|
* @throws {RequiredError}
|
|
81439
81293
|
*/
|
|
81440
|
-
getIdentityAttribute: async (name: string,
|
|
81294
|
+
getIdentityAttribute: async (name: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81441
81295
|
// verify required parameter 'name' is not null or undefined
|
|
81442
81296
|
assertParamExists('getIdentityAttribute', 'name', name)
|
|
81443
|
-
if (xSailPointExperimental === undefined) {
|
|
81444
|
-
xSailPointExperimental = 'true';
|
|
81445
|
-
}
|
|
81446
|
-
|
|
81447
81297
|
const localVarPath = `/identity-attributes/{name}`
|
|
81448
81298
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
81449
81299
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -81467,9 +81317,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81467
81317
|
|
|
81468
81318
|
|
|
81469
81319
|
|
|
81470
|
-
if (xSailPointExperimental != null) {
|
|
81471
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81472
|
-
}
|
|
81473
81320
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81474
81321
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81475
81322
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81486,15 +81333,10 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81486
81333
|
* @param {boolean} [includeSilent] Include \'silent\' attributes in the response.
|
|
81487
81334
|
* @param {boolean} [searchableOnly] Include only \'searchable\' attributes in the response.
|
|
81488
81335
|
* @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.
|
|
81489
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81490
81336
|
* @param {*} [axiosOptions] Override http request option.
|
|
81491
81337
|
* @throws {RequiredError}
|
|
81492
81338
|
*/
|
|
81493
|
-
listIdentityAttributes: async (includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean,
|
|
81494
|
-
if (xSailPointExperimental === undefined) {
|
|
81495
|
-
xSailPointExperimental = 'true';
|
|
81496
|
-
}
|
|
81497
|
-
|
|
81339
|
+
listIdentityAttributes: async (includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81498
81340
|
const localVarPath = `/identity-attributes`;
|
|
81499
81341
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
81500
81342
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -81533,9 +81375,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81533
81375
|
|
|
81534
81376
|
|
|
81535
81377
|
|
|
81536
|
-
if (xSailPointExperimental != null) {
|
|
81537
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81538
|
-
}
|
|
81539
81378
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81540
81379
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81541
81380
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81549,20 +81388,13 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81549
81388
|
* This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
|
|
81550
81389
|
* @summary Update identity attribute
|
|
81551
81390
|
* @param {string} name The attribute\'s technical name.
|
|
81552
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81553
81391
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
81554
81392
|
* @param {*} [axiosOptions] Override http request option.
|
|
81555
81393
|
* @throws {RequiredError}
|
|
81556
81394
|
*/
|
|
81557
|
-
putIdentityAttribute: async (name: string,
|
|
81395
|
+
putIdentityAttribute: async (name: string, identityAttributeV2024: IdentityAttributeV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
81558
81396
|
// verify required parameter 'name' is not null or undefined
|
|
81559
81397
|
assertParamExists('putIdentityAttribute', 'name', name)
|
|
81560
|
-
if (xSailPointExperimental === undefined) {
|
|
81561
|
-
xSailPointExperimental = 'true';
|
|
81562
|
-
}
|
|
81563
|
-
|
|
81564
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
81565
|
-
assertParamExists('putIdentityAttribute', 'xSailPointExperimental', xSailPointExperimental)
|
|
81566
81398
|
// verify required parameter 'identityAttributeV2024' is not null or undefined
|
|
81567
81399
|
assertParamExists('putIdentityAttribute', 'identityAttributeV2024', identityAttributeV2024)
|
|
81568
81400
|
const localVarPath = `/identity-attributes/{name}`
|
|
@@ -81590,9 +81422,6 @@ export const IdentityAttributesV2024ApiAxiosParamCreator = function (configurati
|
|
|
81590
81422
|
|
|
81591
81423
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
81592
81424
|
|
|
81593
|
-
if (xSailPointExperimental != null) {
|
|
81594
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
81595
|
-
}
|
|
81596
81425
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
81597
81426
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81598
81427
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -81616,13 +81445,12 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81616
81445
|
/**
|
|
81617
81446
|
* Use this API to create a new identity attribute.
|
|
81618
81447
|
* @summary Create identity attribute
|
|
81619
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81620
81448
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
81621
81449
|
* @param {*} [axiosOptions] Override http request option.
|
|
81622
81450
|
* @throws {RequiredError}
|
|
81623
81451
|
*/
|
|
81624
|
-
async createIdentityAttribute(
|
|
81625
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createIdentityAttribute(
|
|
81452
|
+
async createIdentityAttribute(identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>> {
|
|
81453
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createIdentityAttribute(identityAttributeV2024, axiosOptions);
|
|
81626
81454
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81627
81455
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.createIdentityAttribute']?.[localVarOperationServerIndex]?.url;
|
|
81628
81456
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81631,12 +81459,11 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81631
81459
|
* This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
|
|
81632
81460
|
* @summary Delete identity attribute
|
|
81633
81461
|
* @param {string} name The attribute\'s technical name.
|
|
81634
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81635
81462
|
* @param {*} [axiosOptions] Override http request option.
|
|
81636
81463
|
* @throws {RequiredError}
|
|
81637
81464
|
*/
|
|
81638
|
-
async deleteIdentityAttribute(name: string,
|
|
81639
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentityAttribute(name,
|
|
81465
|
+
async deleteIdentityAttribute(name: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
81466
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentityAttribute(name, axiosOptions);
|
|
81640
81467
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81641
81468
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.deleteIdentityAttribute']?.[localVarOperationServerIndex]?.url;
|
|
81642
81469
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81645,12 +81472,11 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81645
81472
|
* Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
|
|
81646
81473
|
* @summary Bulk delete identity attributes
|
|
81647
81474
|
* @param {IdentityAttributeNamesV2024} identityAttributeNamesV2024
|
|
81648
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81649
81475
|
* @param {*} [axiosOptions] Override http request option.
|
|
81650
81476
|
* @throws {RequiredError}
|
|
81651
81477
|
*/
|
|
81652
|
-
async deleteIdentityAttributesInBulk(identityAttributeNamesV2024: IdentityAttributeNamesV2024,
|
|
81653
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentityAttributesInBulk(identityAttributeNamesV2024,
|
|
81478
|
+
async deleteIdentityAttributesInBulk(identityAttributeNamesV2024: IdentityAttributeNamesV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
81479
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteIdentityAttributesInBulk(identityAttributeNamesV2024, axiosOptions);
|
|
81654
81480
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81655
81481
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.deleteIdentityAttributesInBulk']?.[localVarOperationServerIndex]?.url;
|
|
81656
81482
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81659,12 +81485,11 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81659
81485
|
* This gets an identity attribute for a given technical name.
|
|
81660
81486
|
* @summary Get identity attribute
|
|
81661
81487
|
* @param {string} name The attribute\'s technical name.
|
|
81662
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81663
81488
|
* @param {*} [axiosOptions] Override http request option.
|
|
81664
81489
|
* @throws {RequiredError}
|
|
81665
81490
|
*/
|
|
81666
|
-
async getIdentityAttribute(name: string,
|
|
81667
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentityAttribute(name,
|
|
81491
|
+
async getIdentityAttribute(name: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>> {
|
|
81492
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentityAttribute(name, axiosOptions);
|
|
81668
81493
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81669
81494
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.getIdentityAttribute']?.[localVarOperationServerIndex]?.url;
|
|
81670
81495
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81676,12 +81501,11 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81676
81501
|
* @param {boolean} [includeSilent] Include \'silent\' attributes in the response.
|
|
81677
81502
|
* @param {boolean} [searchableOnly] Include only \'searchable\' attributes in the response.
|
|
81678
81503
|
* @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.
|
|
81679
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81680
81504
|
* @param {*} [axiosOptions] Override http request option.
|
|
81681
81505
|
* @throws {RequiredError}
|
|
81682
81506
|
*/
|
|
81683
|
-
async listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean,
|
|
81684
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listIdentityAttributes(includeSystem, includeSilent, searchableOnly, count,
|
|
81507
|
+
async listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityAttributeV2024>>> {
|
|
81508
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listIdentityAttributes(includeSystem, includeSilent, searchableOnly, count, axiosOptions);
|
|
81685
81509
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81686
81510
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.listIdentityAttributes']?.[localVarOperationServerIndex]?.url;
|
|
81687
81511
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81690,13 +81514,12 @@ export const IdentityAttributesV2024ApiFp = function(configuration?: Configurati
|
|
|
81690
81514
|
* This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
|
|
81691
81515
|
* @summary Update identity attribute
|
|
81692
81516
|
* @param {string} name The attribute\'s technical name.
|
|
81693
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
81694
81517
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
81695
81518
|
* @param {*} [axiosOptions] Override http request option.
|
|
81696
81519
|
* @throws {RequiredError}
|
|
81697
81520
|
*/
|
|
81698
|
-
async putIdentityAttribute(name: string,
|
|
81699
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.putIdentityAttribute(name,
|
|
81521
|
+
async putIdentityAttribute(name: string, identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>> {
|
|
81522
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.putIdentityAttribute(name, identityAttributeV2024, axiosOptions);
|
|
81700
81523
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
81701
81524
|
const localVarOperationServerBasePath = operationServerMap['IdentityAttributesV2024Api.putIdentityAttribute']?.[localVarOperationServerIndex]?.url;
|
|
81702
81525
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -81719,7 +81542,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81719
81542
|
* @throws {RequiredError}
|
|
81720
81543
|
*/
|
|
81721
81544
|
createIdentityAttribute(requestParameters: IdentityAttributesV2024ApiCreateIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IdentityAttributeV2024> {
|
|
81722
|
-
return localVarFp.createIdentityAttribute(requestParameters.
|
|
81545
|
+
return localVarFp.createIdentityAttribute(requestParameters.identityAttributeV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
81723
81546
|
},
|
|
81724
81547
|
/**
|
|
81725
81548
|
* This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
|
|
@@ -81729,7 +81552,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81729
81552
|
* @throws {RequiredError}
|
|
81730
81553
|
*/
|
|
81731
81554
|
deleteIdentityAttribute(requestParameters: IdentityAttributesV2024ApiDeleteIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
81732
|
-
return localVarFp.deleteIdentityAttribute(requestParameters.name,
|
|
81555
|
+
return localVarFp.deleteIdentityAttribute(requestParameters.name, axiosOptions).then((request) => request(axios, basePath));
|
|
81733
81556
|
},
|
|
81734
81557
|
/**
|
|
81735
81558
|
* Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
|
|
@@ -81739,7 +81562,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81739
81562
|
* @throws {RequiredError}
|
|
81740
81563
|
*/
|
|
81741
81564
|
deleteIdentityAttributesInBulk(requestParameters: IdentityAttributesV2024ApiDeleteIdentityAttributesInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
81742
|
-
return localVarFp.deleteIdentityAttributesInBulk(requestParameters.identityAttributeNamesV2024,
|
|
81565
|
+
return localVarFp.deleteIdentityAttributesInBulk(requestParameters.identityAttributeNamesV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
81743
81566
|
},
|
|
81744
81567
|
/**
|
|
81745
81568
|
* This gets an identity attribute for a given technical name.
|
|
@@ -81749,7 +81572,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81749
81572
|
* @throws {RequiredError}
|
|
81750
81573
|
*/
|
|
81751
81574
|
getIdentityAttribute(requestParameters: IdentityAttributesV2024ApiGetIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IdentityAttributeV2024> {
|
|
81752
|
-
return localVarFp.getIdentityAttribute(requestParameters.name,
|
|
81575
|
+
return localVarFp.getIdentityAttribute(requestParameters.name, axiosOptions).then((request) => request(axios, basePath));
|
|
81753
81576
|
},
|
|
81754
81577
|
/**
|
|
81755
81578
|
* Use this API to get a collection of identity attributes.
|
|
@@ -81759,7 +81582,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81759
81582
|
* @throws {RequiredError}
|
|
81760
81583
|
*/
|
|
81761
81584
|
listIdentityAttributes(requestParameters: IdentityAttributesV2024ApiListIdentityAttributesRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<IdentityAttributeV2024>> {
|
|
81762
|
-
return localVarFp.listIdentityAttributes(requestParameters.includeSystem, requestParameters.includeSilent, requestParameters.searchableOnly, requestParameters.count,
|
|
81585
|
+
return localVarFp.listIdentityAttributes(requestParameters.includeSystem, requestParameters.includeSilent, requestParameters.searchableOnly, requestParameters.count, axiosOptions).then((request) => request(axios, basePath));
|
|
81763
81586
|
},
|
|
81764
81587
|
/**
|
|
81765
81588
|
* This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
|
|
@@ -81769,7 +81592,7 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81769
81592
|
* @throws {RequiredError}
|
|
81770
81593
|
*/
|
|
81771
81594
|
putIdentityAttribute(requestParameters: IdentityAttributesV2024ApiPutIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IdentityAttributeV2024> {
|
|
81772
|
-
return localVarFp.putIdentityAttribute(requestParameters.name, requestParameters.
|
|
81595
|
+
return localVarFp.putIdentityAttribute(requestParameters.name, requestParameters.identityAttributeV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
81773
81596
|
},
|
|
81774
81597
|
};
|
|
81775
81598
|
};
|
|
@@ -81780,13 +81603,6 @@ export const IdentityAttributesV2024ApiFactory = function (configuration?: Confi
|
|
|
81780
81603
|
* @interface IdentityAttributesV2024ApiCreateIdentityAttributeRequest
|
|
81781
81604
|
*/
|
|
81782
81605
|
export interface IdentityAttributesV2024ApiCreateIdentityAttributeRequest {
|
|
81783
|
-
/**
|
|
81784
|
-
* Use this header to enable this experimental API.
|
|
81785
|
-
* @type {string}
|
|
81786
|
-
* @memberof IdentityAttributesV2024ApiCreateIdentityAttribute
|
|
81787
|
-
*/
|
|
81788
|
-
readonly xSailPointExperimental: string
|
|
81789
|
-
|
|
81790
81606
|
/**
|
|
81791
81607
|
*
|
|
81792
81608
|
* @type {IdentityAttributeV2024}
|
|
@@ -81807,13 +81623,6 @@ export interface IdentityAttributesV2024ApiDeleteIdentityAttributeRequest {
|
|
|
81807
81623
|
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttribute
|
|
81808
81624
|
*/
|
|
81809
81625
|
readonly name: string
|
|
81810
|
-
|
|
81811
|
-
/**
|
|
81812
|
-
* Use this header to enable this experimental API.
|
|
81813
|
-
* @type {string}
|
|
81814
|
-
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttribute
|
|
81815
|
-
*/
|
|
81816
|
-
readonly xSailPointExperimental: string
|
|
81817
81626
|
}
|
|
81818
81627
|
|
|
81819
81628
|
/**
|
|
@@ -81828,13 +81637,6 @@ export interface IdentityAttributesV2024ApiDeleteIdentityAttributesInBulkRequest
|
|
|
81828
81637
|
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttributesInBulk
|
|
81829
81638
|
*/
|
|
81830
81639
|
readonly identityAttributeNamesV2024: IdentityAttributeNamesV2024
|
|
81831
|
-
|
|
81832
|
-
/**
|
|
81833
|
-
* Use this header to enable this experimental API.
|
|
81834
|
-
* @type {string}
|
|
81835
|
-
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttributesInBulk
|
|
81836
|
-
*/
|
|
81837
|
-
readonly xSailPointExperimental?: string
|
|
81838
81640
|
}
|
|
81839
81641
|
|
|
81840
81642
|
/**
|
|
@@ -81849,13 +81651,6 @@ export interface IdentityAttributesV2024ApiGetIdentityAttributeRequest {
|
|
|
81849
81651
|
* @memberof IdentityAttributesV2024ApiGetIdentityAttribute
|
|
81850
81652
|
*/
|
|
81851
81653
|
readonly name: string
|
|
81852
|
-
|
|
81853
|
-
/**
|
|
81854
|
-
* Use this header to enable this experimental API.
|
|
81855
|
-
* @type {string}
|
|
81856
|
-
* @memberof IdentityAttributesV2024ApiGetIdentityAttribute
|
|
81857
|
-
*/
|
|
81858
|
-
readonly xSailPointExperimental?: string
|
|
81859
81654
|
}
|
|
81860
81655
|
|
|
81861
81656
|
/**
|
|
@@ -81891,13 +81686,6 @@ export interface IdentityAttributesV2024ApiListIdentityAttributesRequest {
|
|
|
81891
81686
|
* @memberof IdentityAttributesV2024ApiListIdentityAttributes
|
|
81892
81687
|
*/
|
|
81893
81688
|
readonly count?: boolean
|
|
81894
|
-
|
|
81895
|
-
/**
|
|
81896
|
-
* Use this header to enable this experimental API.
|
|
81897
|
-
* @type {string}
|
|
81898
|
-
* @memberof IdentityAttributesV2024ApiListIdentityAttributes
|
|
81899
|
-
*/
|
|
81900
|
-
readonly xSailPointExperimental?: string
|
|
81901
81689
|
}
|
|
81902
81690
|
|
|
81903
81691
|
/**
|
|
@@ -81913,13 +81701,6 @@ export interface IdentityAttributesV2024ApiPutIdentityAttributeRequest {
|
|
|
81913
81701
|
*/
|
|
81914
81702
|
readonly name: string
|
|
81915
81703
|
|
|
81916
|
-
/**
|
|
81917
|
-
* Use this header to enable this experimental API.
|
|
81918
|
-
* @type {string}
|
|
81919
|
-
* @memberof IdentityAttributesV2024ApiPutIdentityAttribute
|
|
81920
|
-
*/
|
|
81921
|
-
readonly xSailPointExperimental: string
|
|
81922
|
-
|
|
81923
81704
|
/**
|
|
81924
81705
|
*
|
|
81925
81706
|
* @type {IdentityAttributeV2024}
|
|
@@ -81944,7 +81725,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
81944
81725
|
* @memberof IdentityAttributesV2024Api
|
|
81945
81726
|
*/
|
|
81946
81727
|
public createIdentityAttribute(requestParameters: IdentityAttributesV2024ApiCreateIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81947
|
-
return IdentityAttributesV2024ApiFp(this.configuration).createIdentityAttribute(requestParameters.
|
|
81728
|
+
return IdentityAttributesV2024ApiFp(this.configuration).createIdentityAttribute(requestParameters.identityAttributeV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81948
81729
|
}
|
|
81949
81730
|
|
|
81950
81731
|
/**
|
|
@@ -81956,7 +81737,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
81956
81737
|
* @memberof IdentityAttributesV2024Api
|
|
81957
81738
|
*/
|
|
81958
81739
|
public deleteIdentityAttribute(requestParameters: IdentityAttributesV2024ApiDeleteIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81959
|
-
return IdentityAttributesV2024ApiFp(this.configuration).deleteIdentityAttribute(requestParameters.name,
|
|
81740
|
+
return IdentityAttributesV2024ApiFp(this.configuration).deleteIdentityAttribute(requestParameters.name, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81960
81741
|
}
|
|
81961
81742
|
|
|
81962
81743
|
/**
|
|
@@ -81968,7 +81749,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
81968
81749
|
* @memberof IdentityAttributesV2024Api
|
|
81969
81750
|
*/
|
|
81970
81751
|
public deleteIdentityAttributesInBulk(requestParameters: IdentityAttributesV2024ApiDeleteIdentityAttributesInBulkRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81971
|
-
return IdentityAttributesV2024ApiFp(this.configuration).deleteIdentityAttributesInBulk(requestParameters.identityAttributeNamesV2024,
|
|
81752
|
+
return IdentityAttributesV2024ApiFp(this.configuration).deleteIdentityAttributesInBulk(requestParameters.identityAttributeNamesV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81972
81753
|
}
|
|
81973
81754
|
|
|
81974
81755
|
/**
|
|
@@ -81980,7 +81761,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
81980
81761
|
* @memberof IdentityAttributesV2024Api
|
|
81981
81762
|
*/
|
|
81982
81763
|
public getIdentityAttribute(requestParameters: IdentityAttributesV2024ApiGetIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
81983
|
-
return IdentityAttributesV2024ApiFp(this.configuration).getIdentityAttribute(requestParameters.name,
|
|
81764
|
+
return IdentityAttributesV2024ApiFp(this.configuration).getIdentityAttribute(requestParameters.name, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81984
81765
|
}
|
|
81985
81766
|
|
|
81986
81767
|
/**
|
|
@@ -81992,7 +81773,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
81992
81773
|
* @memberof IdentityAttributesV2024Api
|
|
81993
81774
|
*/
|
|
81994
81775
|
public listIdentityAttributes(requestParameters: IdentityAttributesV2024ApiListIdentityAttributesRequest = {}, axiosOptions?: RawAxiosRequestConfig) {
|
|
81995
|
-
return IdentityAttributesV2024ApiFp(this.configuration).listIdentityAttributes(requestParameters.includeSystem, requestParameters.includeSilent, requestParameters.searchableOnly, requestParameters.count,
|
|
81776
|
+
return IdentityAttributesV2024ApiFp(this.configuration).listIdentityAttributes(requestParameters.includeSystem, requestParameters.includeSilent, requestParameters.searchableOnly, requestParameters.count, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
81996
81777
|
}
|
|
81997
81778
|
|
|
81998
81779
|
/**
|
|
@@ -82004,7 +81785,7 @@ export class IdentityAttributesV2024Api extends BaseAPI {
|
|
|
82004
81785
|
* @memberof IdentityAttributesV2024Api
|
|
82005
81786
|
*/
|
|
82006
81787
|
public putIdentityAttribute(requestParameters: IdentityAttributesV2024ApiPutIdentityAttributeRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
82007
|
-
return IdentityAttributesV2024ApiFp(this.configuration).putIdentityAttribute(requestParameters.name, requestParameters.
|
|
81788
|
+
return IdentityAttributesV2024ApiFp(this.configuration).putIdentityAttribute(requestParameters.name, requestParameters.identityAttributeV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
82008
81789
|
}
|
|
82009
81790
|
}
|
|
82010
81791
|
|
|
@@ -86659,7 +86440,7 @@ export const MachineAccountMappingsV2024ApiAxiosParamCreator = function (configu
|
|
|
86659
86440
|
},
|
|
86660
86441
|
/**
|
|
86661
86442
|
* 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.
|
|
86662
|
-
* @summary Update
|
|
86443
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
86663
86444
|
* @param {string} id Source ID.
|
|
86664
86445
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
86665
86446
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -86759,7 +86540,7 @@ export const MachineAccountMappingsV2024ApiFp = function(configuration?: Configu
|
|
|
86759
86540
|
},
|
|
86760
86541
|
/**
|
|
86761
86542
|
* 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.
|
|
86762
|
-
* @summary Update
|
|
86543
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
86763
86544
|
* @param {string} id Source ID.
|
|
86764
86545
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
86765
86546
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -86813,7 +86594,7 @@ export const MachineAccountMappingsV2024ApiFactory = function (configuration?: C
|
|
|
86813
86594
|
},
|
|
86814
86595
|
/**
|
|
86815
86596
|
* 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.
|
|
86816
|
-
* @summary Update
|
|
86597
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
86817
86598
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
86818
86599
|
* @param {*} [axiosOptions] Override http request option.
|
|
86819
86600
|
* @throws {RequiredError}
|
|
@@ -86953,7 +86734,7 @@ export class MachineAccountMappingsV2024Api extends BaseAPI {
|
|
|
86953
86734
|
|
|
86954
86735
|
/**
|
|
86955
86736
|
* 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.
|
|
86956
|
-
* @summary Update
|
|
86737
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
86957
86738
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
86958
86739
|
* @param {*} [axiosOptions] Override http request option.
|
|
86959
86740
|
* @throws {RequiredError}
|
|
@@ -101184,7 +100965,7 @@ export const RequestableObjectsV2024ApiAxiosParamCreator = function (configurati
|
|
|
101184
100965
|
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
101185
100966
|
* @summary Requestable objects list
|
|
101186
100967
|
* @param {string} [identityId] If present, the value returns only requestable objects for the specified identity. * Admin users can call this with any identity ID value. * Non-admin users can only specify *me* or pass their own identity ID value. * If absent, returns a list of all requestable objects for the tenant. Only admin users can make such a call. In this case, the available, pending, assigned accesses will not be annotated in the result.
|
|
101187
|
-
* @param {Array<
|
|
100968
|
+
* @param {Array<ListRequestableObjectsTypesV2024>} [types] Filters the results to the specified type/types, where each type is one of `ROLE` or `ACCESS_PROFILE`. If absent, all types are returned. SailPoint may add support for additional types in the future without notice.
|
|
101188
100969
|
* @param {string} [term] Allows searching requestable access items with a partial match on the name or description. If `term` is provided, then the API will ignore the `filter` query parameter.
|
|
101189
100970
|
* @param {Array<RequestableObjectRequestStatusV2024>} [statuses] Filters the result to the specified status/statuses, where each status is one of `AVAILABLE`, `ASSIGNED`, or `PENDING`. Specifying this parameter without also specifying an `identity-id` parameter results in an error. SailPoint may add additional statuses in the future without notice.
|
|
101190
100971
|
* @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.
|
|
@@ -101195,7 +100976,7 @@ export const RequestableObjectsV2024ApiAxiosParamCreator = function (configurati
|
|
|
101195
100976
|
* @param {*} [axiosOptions] Override http request option.
|
|
101196
100977
|
* @throws {RequiredError}
|
|
101197
100978
|
*/
|
|
101198
|
-
listRequestableObjects: async (identityId?: string, types?: Array<
|
|
100979
|
+
listRequestableObjects: async (identityId?: string, types?: Array<ListRequestableObjectsTypesV2024>, term?: string, statuses?: Array<RequestableObjectRequestStatusV2024>, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
101199
100980
|
const localVarPath = `/requestable-objects`;
|
|
101200
100981
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
101201
100982
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -101277,7 +101058,7 @@ export const RequestableObjectsV2024ApiFp = function(configuration?: Configurati
|
|
|
101277
101058
|
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
101278
101059
|
* @summary Requestable objects list
|
|
101279
101060
|
* @param {string} [identityId] If present, the value returns only requestable objects for the specified identity. * Admin users can call this with any identity ID value. * Non-admin users can only specify *me* or pass their own identity ID value. * If absent, returns a list of all requestable objects for the tenant. Only admin users can make such a call. In this case, the available, pending, assigned accesses will not be annotated in the result.
|
|
101280
|
-
* @param {Array<
|
|
101061
|
+
* @param {Array<ListRequestableObjectsTypesV2024>} [types] Filters the results to the specified type/types, where each type is one of `ROLE` or `ACCESS_PROFILE`. If absent, all types are returned. SailPoint may add support for additional types in the future without notice.
|
|
101281
101062
|
* @param {string} [term] Allows searching requestable access items with a partial match on the name or description. If `term` is provided, then the API will ignore the `filter` query parameter.
|
|
101282
101063
|
* @param {Array<RequestableObjectRequestStatusV2024>} [statuses] Filters the result to the specified status/statuses, where each status is one of `AVAILABLE`, `ASSIGNED`, or `PENDING`. Specifying this parameter without also specifying an `identity-id` parameter results in an error. SailPoint may add additional statuses in the future without notice.
|
|
101283
101064
|
* @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.
|
|
@@ -101288,7 +101069,7 @@ export const RequestableObjectsV2024ApiFp = function(configuration?: Configurati
|
|
|
101288
101069
|
* @param {*} [axiosOptions] Override http request option.
|
|
101289
101070
|
* @throws {RequiredError}
|
|
101290
101071
|
*/
|
|
101291
|
-
async listRequestableObjects(identityId?: string, types?: Array<
|
|
101072
|
+
async listRequestableObjects(identityId?: string, types?: Array<ListRequestableObjectsTypesV2024>, term?: string, statuses?: Array<RequestableObjectRequestStatusV2024>, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RequestableObjectV2024>>> {
|
|
101292
101073
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listRequestableObjects(identityId, types, term, statuses, limit, offset, count, filters, sorters, axiosOptions);
|
|
101293
101074
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
101294
101075
|
const localVarOperationServerBasePath = operationServerMap['RequestableObjectsV2024Api.listRequestableObjects']?.[localVarOperationServerIndex]?.url;
|
|
@@ -101332,10 +101113,10 @@ export interface RequestableObjectsV2024ApiListRequestableObjectsRequest {
|
|
|
101332
101113
|
|
|
101333
101114
|
/**
|
|
101334
101115
|
* Filters the results to the specified type/types, where each type is one of `ROLE` or `ACCESS_PROFILE`. If absent, all types are returned. SailPoint may add support for additional types in the future without notice.
|
|
101335
|
-
* @type {Array<
|
|
101116
|
+
* @type {Array<'ACCESS_PROFILE' | 'ROLE'>}
|
|
101336
101117
|
* @memberof RequestableObjectsV2024ApiListRequestableObjects
|
|
101337
101118
|
*/
|
|
101338
|
-
readonly types?: Array<
|
|
101119
|
+
readonly types?: Array<ListRequestableObjectsTypesV2024>
|
|
101339
101120
|
|
|
101340
101121
|
/**
|
|
101341
101122
|
* Allows searching requestable access items with a partial match on the name or description. If `term` is provided, then the API will ignore the `filter` query parameter.
|
|
@@ -101407,6 +101188,14 @@ export class RequestableObjectsV2024Api extends BaseAPI {
|
|
|
101407
101188
|
}
|
|
101408
101189
|
}
|
|
101409
101190
|
|
|
101191
|
+
/**
|
|
101192
|
+
* @export
|
|
101193
|
+
*/
|
|
101194
|
+
export const ListRequestableObjectsTypesV2024 = {
|
|
101195
|
+
AccessProfile: 'ACCESS_PROFILE',
|
|
101196
|
+
Role: 'ROLE'
|
|
101197
|
+
} as const;
|
|
101198
|
+
export type ListRequestableObjectsTypesV2024 = typeof ListRequestableObjectsTypesV2024[keyof typeof ListRequestableObjectsTypesV2024];
|
|
101410
101199
|
|
|
101411
101200
|
|
|
101412
101201
|
/**
|
|
@@ -112430,19 +112219,12 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
112430
112219
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
112431
112220
|
* @summary Delete native change detection configuration
|
|
112432
112221
|
* @param {string} id The source id
|
|
112433
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
112434
112222
|
* @param {*} [axiosOptions] Override http request option.
|
|
112435
112223
|
* @throws {RequiredError}
|
|
112436
112224
|
*/
|
|
112437
|
-
deleteNativeChangeDetectionConfig: async (id: string,
|
|
112225
|
+
deleteNativeChangeDetectionConfig: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
112438
112226
|
// verify required parameter 'id' is not null or undefined
|
|
112439
112227
|
assertParamExists('deleteNativeChangeDetectionConfig', 'id', id)
|
|
112440
|
-
if (xSailPointExperimental === undefined) {
|
|
112441
|
-
xSailPointExperimental = 'true';
|
|
112442
|
-
}
|
|
112443
|
-
|
|
112444
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
112445
|
-
assertParamExists('deleteNativeChangeDetectionConfig', 'xSailPointExperimental', xSailPointExperimental)
|
|
112446
112228
|
const localVarPath = `/sources/{sourceId}/native-change-detection-config`
|
|
112447
112229
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
112448
112230
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -112470,9 +112252,6 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
112470
112252
|
|
|
112471
112253
|
|
|
112472
112254
|
|
|
112473
|
-
if (xSailPointExperimental != null) {
|
|
112474
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
112475
|
-
}
|
|
112476
112255
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
112477
112256
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
112478
112257
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -112801,17 +112580,12 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
112801
112580
|
* This API returns the existing native change detection configuration for a source specified by the given ID.
|
|
112802
112581
|
* @summary Native change detection configuration
|
|
112803
112582
|
* @param {string} id The source id
|
|
112804
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
112805
112583
|
* @param {*} [axiosOptions] Override http request option.
|
|
112806
112584
|
* @throws {RequiredError}
|
|
112807
112585
|
*/
|
|
112808
|
-
getNativeChangeDetectionConfig: async (id: string,
|
|
112586
|
+
getNativeChangeDetectionConfig: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
112809
112587
|
// verify required parameter 'id' is not null or undefined
|
|
112810
112588
|
assertParamExists('getNativeChangeDetectionConfig', 'id', id)
|
|
112811
|
-
if (xSailPointExperimental === undefined) {
|
|
112812
|
-
xSailPointExperimental = 'true';
|
|
112813
|
-
}
|
|
112814
|
-
|
|
112815
112589
|
const localVarPath = `/sources/{sourceId}/native-change-detection-config`
|
|
112816
112590
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
112817
112591
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -112835,9 +112609,6 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
112835
112609
|
|
|
112836
112610
|
|
|
112837
112611
|
|
|
112838
|
-
if (xSailPointExperimental != null) {
|
|
112839
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
112840
|
-
}
|
|
112841
112612
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
112842
112613
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
112843
112614
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -113518,6 +113289,65 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
113518
113289
|
axiosOptions: localVarRequestOptions,
|
|
113519
113290
|
};
|
|
113520
113291
|
},
|
|
113292
|
+
/**
|
|
113293
|
+
* Starts an entitlement 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`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
113294
|
+
* @summary Entitlement aggregation
|
|
113295
|
+
* @param {string} sourceId Source Id
|
|
113296
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
113297
|
+
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
113298
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
113299
|
+
* @throws {RequiredError}
|
|
113300
|
+
*/
|
|
113301
|
+
importEntitlements: async (sourceId: string, xSailPointExperimental?: string, file?: File, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
113302
|
+
// verify required parameter 'sourceId' is not null or undefined
|
|
113303
|
+
assertParamExists('importEntitlements', 'sourceId', sourceId)
|
|
113304
|
+
if (xSailPointExperimental === undefined) {
|
|
113305
|
+
xSailPointExperimental = 'true';
|
|
113306
|
+
}
|
|
113307
|
+
|
|
113308
|
+
const localVarPath = `/sources/{sourceId}/load-entitlements`
|
|
113309
|
+
.replace(`{${"sourceId"}}`, encodeURIComponent(String(sourceId)));
|
|
113310
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113311
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
113312
|
+
let baseOptions;
|
|
113313
|
+
if (configuration) {
|
|
113314
|
+
baseOptions = configuration.baseOptions;
|
|
113315
|
+
}
|
|
113316
|
+
|
|
113317
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
113318
|
+
const localVarHeaderParameter = {} as any;
|
|
113319
|
+
const localVarQueryParameter = {} as any;
|
|
113320
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
113321
|
+
|
|
113322
|
+
// authentication userAuth required
|
|
113323
|
+
// oauth required
|
|
113324
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
113325
|
+
|
|
113326
|
+
// authentication userAuth required
|
|
113327
|
+
// oauth required
|
|
113328
|
+
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
113329
|
+
|
|
113330
|
+
|
|
113331
|
+
if (file !== undefined) {
|
|
113332
|
+
localVarFormParams.append('file', file as any);
|
|
113333
|
+
}
|
|
113334
|
+
|
|
113335
|
+
|
|
113336
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
113337
|
+
|
|
113338
|
+
if (xSailPointExperimental != null) {
|
|
113339
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
113340
|
+
}
|
|
113341
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
113342
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
113343
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
113344
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
113345
|
+
|
|
113346
|
+
return {
|
|
113347
|
+
url: toPathString(localVarUrlObj),
|
|
113348
|
+
axiosOptions: localVarRequestOptions,
|
|
113349
|
+
};
|
|
113350
|
+
},
|
|
113521
113351
|
/**
|
|
113522
113352
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
113523
113353
|
* @summary Uploads source entitlements schema template
|
|
@@ -113850,20 +113680,13 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
113850
113680
|
* Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.
|
|
113851
113681
|
* @summary Update native change detection configuration
|
|
113852
113682
|
* @param {string} id The source id
|
|
113853
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
113854
113683
|
* @param {NativeChangeDetectionConfigV2024} nativeChangeDetectionConfigV2024
|
|
113855
113684
|
* @param {*} [axiosOptions] Override http request option.
|
|
113856
113685
|
* @throws {RequiredError}
|
|
113857
113686
|
*/
|
|
113858
|
-
putNativeChangeDetectionConfig: async (id: string,
|
|
113687
|
+
putNativeChangeDetectionConfig: async (id: string, nativeChangeDetectionConfigV2024: NativeChangeDetectionConfigV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
113859
113688
|
// verify required parameter 'id' is not null or undefined
|
|
113860
113689
|
assertParamExists('putNativeChangeDetectionConfig', 'id', id)
|
|
113861
|
-
if (xSailPointExperimental === undefined) {
|
|
113862
|
-
xSailPointExperimental = 'true';
|
|
113863
|
-
}
|
|
113864
|
-
|
|
113865
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
113866
|
-
assertParamExists('putNativeChangeDetectionConfig', 'xSailPointExperimental', xSailPointExperimental)
|
|
113867
113690
|
// verify required parameter 'nativeChangeDetectionConfigV2024' is not null or undefined
|
|
113868
113691
|
assertParamExists('putNativeChangeDetectionConfig', 'nativeChangeDetectionConfigV2024', nativeChangeDetectionConfigV2024)
|
|
113869
113692
|
const localVarPath = `/sources/{sourceId}/native-change-detection-config`
|
|
@@ -113891,9 +113714,6 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
113891
113714
|
|
|
113892
113715
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
113893
113716
|
|
|
113894
|
-
if (xSailPointExperimental != null) {
|
|
113895
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
113896
|
-
}
|
|
113897
113717
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
113898
113718
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
113899
113719
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -114746,12 +114566,11 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
114746
114566
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
114747
114567
|
* @summary Delete native change detection configuration
|
|
114748
114568
|
* @param {string} id The source id
|
|
114749
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
114750
114569
|
* @param {*} [axiosOptions] Override http request option.
|
|
114751
114570
|
* @throws {RequiredError}
|
|
114752
114571
|
*/
|
|
114753
|
-
async deleteNativeChangeDetectionConfig(id: string,
|
|
114754
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteNativeChangeDetectionConfig(id,
|
|
114572
|
+
async deleteNativeChangeDetectionConfig(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
114573
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteNativeChangeDetectionConfig(id, axiosOptions);
|
|
114755
114574
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
114756
114575
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.deleteNativeChangeDetectionConfig']?.[localVarOperationServerIndex]?.url;
|
|
114757
114576
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -114855,12 +114674,11 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
114855
114674
|
* This API returns the existing native change detection configuration for a source specified by the given ID.
|
|
114856
114675
|
* @summary Native change detection configuration
|
|
114857
114676
|
* @param {string} id The source id
|
|
114858
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
114859
114677
|
* @param {*} [axiosOptions] Override http request option.
|
|
114860
114678
|
* @throws {RequiredError}
|
|
114861
114679
|
*/
|
|
114862
|
-
async getNativeChangeDetectionConfig(id: string,
|
|
114863
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getNativeChangeDetectionConfig(id,
|
|
114680
|
+
async getNativeChangeDetectionConfig(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NativeChangeDetectionConfigV2024>> {
|
|
114681
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getNativeChangeDetectionConfig(id, axiosOptions);
|
|
114864
114682
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
114865
114683
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.getNativeChangeDetectionConfig']?.[localVarOperationServerIndex]?.url;
|
|
114866
114684
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -115059,6 +114877,21 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
115059
114877
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.importConnectorFile']?.[localVarOperationServerIndex]?.url;
|
|
115060
114878
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
115061
114879
|
},
|
|
114880
|
+
/**
|
|
114881
|
+
* Starts an entitlement 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`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
114882
|
+
* @summary Entitlement aggregation
|
|
114883
|
+
* @param {string} sourceId Source Id
|
|
114884
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
114885
|
+
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
114886
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
114887
|
+
* @throws {RequiredError}
|
|
114888
|
+
*/
|
|
114889
|
+
async importEntitlements(sourceId: string, xSailPointExperimental?: string, file?: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadEntitlementTaskV2024>> {
|
|
114890
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.importEntitlements(sourceId, xSailPointExperimental, file, axiosOptions);
|
|
114891
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
114892
|
+
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.importEntitlements']?.[localVarOperationServerIndex]?.url;
|
|
114893
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
114894
|
+
},
|
|
115062
114895
|
/**
|
|
115063
114896
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
115064
114897
|
* @summary Uploads source entitlements schema template
|
|
@@ -115152,13 +114985,12 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
115152
114985
|
* Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.
|
|
115153
114986
|
* @summary Update native change detection configuration
|
|
115154
114987
|
* @param {string} id The source id
|
|
115155
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
115156
114988
|
* @param {NativeChangeDetectionConfigV2024} nativeChangeDetectionConfigV2024
|
|
115157
114989
|
* @param {*} [axiosOptions] Override http request option.
|
|
115158
114990
|
* @throws {RequiredError}
|
|
115159
114991
|
*/
|
|
115160
|
-
async putNativeChangeDetectionConfig(id: string,
|
|
115161
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.putNativeChangeDetectionConfig(id,
|
|
114992
|
+
async putNativeChangeDetectionConfig(id: string, nativeChangeDetectionConfigV2024: NativeChangeDetectionConfigV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NativeChangeDetectionConfigV2024>> {
|
|
114993
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.putNativeChangeDetectionConfig(id, nativeChangeDetectionConfigV2024, axiosOptions);
|
|
115162
114994
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
115163
114995
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.putNativeChangeDetectionConfig']?.[localVarOperationServerIndex]?.url;
|
|
115164
114996
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -115445,7 +115277,7 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
115445
115277
|
* @throws {RequiredError}
|
|
115446
115278
|
*/
|
|
115447
115279
|
deleteNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiDeleteNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
115448
|
-
return localVarFp.deleteNativeChangeDetectionConfig(requestParameters.id,
|
|
115280
|
+
return localVarFp.deleteNativeChangeDetectionConfig(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
115449
115281
|
},
|
|
115450
115282
|
/**
|
|
115451
115283
|
* Deletes the provisioning policy with the specified usage on an application.
|
|
@@ -115525,7 +115357,7 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
115525
115357
|
* @throws {RequiredError}
|
|
115526
115358
|
*/
|
|
115527
115359
|
getNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiGetNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NativeChangeDetectionConfigV2024> {
|
|
115528
|
-
return localVarFp.getNativeChangeDetectionConfig(requestParameters.id,
|
|
115360
|
+
return localVarFp.getNativeChangeDetectionConfig(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
115529
115361
|
},
|
|
115530
115362
|
/**
|
|
115531
115363
|
* This end-point retrieves the ProvisioningPolicy with the specified usage on the specified Source in IdentityNow.
|
|
@@ -115667,6 +115499,16 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
115667
115499
|
importConnectorFile(requestParameters: SourcesV2024ApiImportConnectorFileRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceV2024> {
|
|
115668
115500
|
return localVarFp.importConnectorFile(requestParameters.sourceId, requestParameters.file, axiosOptions).then((request) => request(axios, basePath));
|
|
115669
115501
|
},
|
|
115502
|
+
/**
|
|
115503
|
+
* Starts an entitlement 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`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
115504
|
+
* @summary Entitlement aggregation
|
|
115505
|
+
* @param {SourcesV2024ApiImportEntitlementsRequest} requestParameters Request parameters.
|
|
115506
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
115507
|
+
* @throws {RequiredError}
|
|
115508
|
+
*/
|
|
115509
|
+
importEntitlements(requestParameters: SourcesV2024ApiImportEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<LoadEntitlementTaskV2024> {
|
|
115510
|
+
return localVarFp.importEntitlements(requestParameters.sourceId, requestParameters.xSailPointExperimental, requestParameters.file, axiosOptions).then((request) => request(axios, basePath));
|
|
115511
|
+
},
|
|
115670
115512
|
/**
|
|
115671
115513
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
115672
115514
|
* @summary Uploads source entitlements schema template
|
|
@@ -115735,7 +115577,7 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
115735
115577
|
* @throws {RequiredError}
|
|
115736
115578
|
*/
|
|
115737
115579
|
putNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiPutNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NativeChangeDetectionConfigV2024> {
|
|
115738
|
-
return localVarFp.putNativeChangeDetectionConfig(requestParameters.id, requestParameters.
|
|
115580
|
+
return localVarFp.putNativeChangeDetectionConfig(requestParameters.id, requestParameters.nativeChangeDetectionConfigV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
115739
115581
|
},
|
|
115740
115582
|
/**
|
|
115741
115583
|
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/idn/docs/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
@@ -116007,13 +115849,6 @@ export interface SourcesV2024ApiDeleteNativeChangeDetectionConfigRequest {
|
|
|
116007
115849
|
* @memberof SourcesV2024ApiDeleteNativeChangeDetectionConfig
|
|
116008
115850
|
*/
|
|
116009
115851
|
readonly id: string
|
|
116010
|
-
|
|
116011
|
-
/**
|
|
116012
|
-
* Use this header to enable this experimental API.
|
|
116013
|
-
* @type {string}
|
|
116014
|
-
* @memberof SourcesV2024ApiDeleteNativeChangeDetectionConfig
|
|
116015
|
-
*/
|
|
116016
|
-
readonly xSailPointExperimental: string
|
|
116017
115852
|
}
|
|
116018
115853
|
|
|
116019
115854
|
/**
|
|
@@ -116154,13 +115989,6 @@ export interface SourcesV2024ApiGetNativeChangeDetectionConfigRequest {
|
|
|
116154
115989
|
* @memberof SourcesV2024ApiGetNativeChangeDetectionConfig
|
|
116155
115990
|
*/
|
|
116156
115991
|
readonly id: string
|
|
116157
|
-
|
|
116158
|
-
/**
|
|
116159
|
-
* Use this header to enable this experimental API.
|
|
116160
|
-
* @type {string}
|
|
116161
|
-
* @memberof SourcesV2024ApiGetNativeChangeDetectionConfig
|
|
116162
|
-
*/
|
|
116163
|
-
readonly xSailPointExperimental?: string
|
|
116164
115992
|
}
|
|
116165
115993
|
|
|
116166
115994
|
/**
|
|
@@ -116443,6 +116271,34 @@ export interface SourcesV2024ApiImportConnectorFileRequest {
|
|
|
116443
116271
|
readonly file?: File
|
|
116444
116272
|
}
|
|
116445
116273
|
|
|
116274
|
+
/**
|
|
116275
|
+
* Request parameters for importEntitlements operation in SourcesV2024Api.
|
|
116276
|
+
* @export
|
|
116277
|
+
* @interface SourcesV2024ApiImportEntitlementsRequest
|
|
116278
|
+
*/
|
|
116279
|
+
export interface SourcesV2024ApiImportEntitlementsRequest {
|
|
116280
|
+
/**
|
|
116281
|
+
* Source Id
|
|
116282
|
+
* @type {string}
|
|
116283
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
116284
|
+
*/
|
|
116285
|
+
readonly sourceId: string
|
|
116286
|
+
|
|
116287
|
+
/**
|
|
116288
|
+
* Use this header to enable this experimental API.
|
|
116289
|
+
* @type {string}
|
|
116290
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
116291
|
+
*/
|
|
116292
|
+
readonly xSailPointExperimental?: string
|
|
116293
|
+
|
|
116294
|
+
/**
|
|
116295
|
+
* The CSV file containing the source entitlements to aggregate.
|
|
116296
|
+
* @type {File}
|
|
116297
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
116298
|
+
*/
|
|
116299
|
+
readonly file?: File
|
|
116300
|
+
}
|
|
116301
|
+
|
|
116446
116302
|
/**
|
|
116447
116303
|
* Request parameters for importEntitlementsSchema operation in SourcesV2024Api.
|
|
116448
116304
|
* @export
|
|
@@ -116617,13 +116473,6 @@ export interface SourcesV2024ApiPutNativeChangeDetectionConfigRequest {
|
|
|
116617
116473
|
*/
|
|
116618
116474
|
readonly id: string
|
|
116619
116475
|
|
|
116620
|
-
/**
|
|
116621
|
-
* Use this header to enable this experimental API.
|
|
116622
|
-
* @type {string}
|
|
116623
|
-
* @memberof SourcesV2024ApiPutNativeChangeDetectionConfig
|
|
116624
|
-
*/
|
|
116625
|
-
readonly xSailPointExperimental: string
|
|
116626
|
-
|
|
116627
116476
|
/**
|
|
116628
116477
|
*
|
|
116629
116478
|
* @type {NativeChangeDetectionConfigV2024}
|
|
@@ -117051,7 +116900,7 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
117051
116900
|
* @memberof SourcesV2024Api
|
|
117052
116901
|
*/
|
|
117053
116902
|
public deleteNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiDeleteNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
117054
|
-
return SourcesV2024ApiFp(this.configuration).deleteNativeChangeDetectionConfig(requestParameters.id,
|
|
116903
|
+
return SourcesV2024ApiFp(this.configuration).deleteNativeChangeDetectionConfig(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
117055
116904
|
}
|
|
117056
116905
|
|
|
117057
116906
|
/**
|
|
@@ -117147,7 +116996,7 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
117147
116996
|
* @memberof SourcesV2024Api
|
|
117148
116997
|
*/
|
|
117149
116998
|
public getNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiGetNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
117150
|
-
return SourcesV2024ApiFp(this.configuration).getNativeChangeDetectionConfig(requestParameters.id,
|
|
116999
|
+
return SourcesV2024ApiFp(this.configuration).getNativeChangeDetectionConfig(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
117151
117000
|
}
|
|
117152
117001
|
|
|
117153
117002
|
/**
|
|
@@ -117318,6 +117167,18 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
117318
117167
|
return SourcesV2024ApiFp(this.configuration).importConnectorFile(requestParameters.sourceId, requestParameters.file, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
117319
117168
|
}
|
|
117320
117169
|
|
|
117170
|
+
/**
|
|
117171
|
+
* Starts an entitlement 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`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
117172
|
+
* @summary Entitlement aggregation
|
|
117173
|
+
* @param {SourcesV2024ApiImportEntitlementsRequest} requestParameters Request parameters.
|
|
117174
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
117175
|
+
* @throws {RequiredError}
|
|
117176
|
+
* @memberof SourcesV2024Api
|
|
117177
|
+
*/
|
|
117178
|
+
public importEntitlements(requestParameters: SourcesV2024ApiImportEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
117179
|
+
return SourcesV2024ApiFp(this.configuration).importEntitlements(requestParameters.sourceId, requestParameters.xSailPointExperimental, requestParameters.file, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
117180
|
+
}
|
|
117181
|
+
|
|
117321
117182
|
/**
|
|
117322
117183
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
117323
117184
|
* @summary Uploads source entitlements schema template
|
|
@@ -117399,7 +117260,7 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
117399
117260
|
* @memberof SourcesV2024Api
|
|
117400
117261
|
*/
|
|
117401
117262
|
public putNativeChangeDetectionConfig(requestParameters: SourcesV2024ApiPutNativeChangeDetectionConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
117402
|
-
return SourcesV2024ApiFp(this.configuration).putNativeChangeDetectionConfig(requestParameters.id, requestParameters.
|
|
117263
|
+
return SourcesV2024ApiFp(this.configuration).putNativeChangeDetectionConfig(requestParameters.id, requestParameters.nativeChangeDetectionConfigV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
117403
117264
|
}
|
|
117404
117265
|
|
|
117405
117266
|
/**
|