sailpoint-api-client 1.6.2 → 1.6.4
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 +69 -18
- 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 +46 -4
- 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/dist/v2024/api.d.ts
CHANGED
|
@@ -1726,7 +1726,7 @@ export interface AccessProfileV2024 {
|
|
|
1726
1726
|
* @type {OwnerReferenceV2024}
|
|
1727
1727
|
* @memberof AccessProfileV2024
|
|
1728
1728
|
*/
|
|
1729
|
-
'owner': OwnerReferenceV2024;
|
|
1729
|
+
'owner': OwnerReferenceV2024 | null;
|
|
1730
1730
|
/**
|
|
1731
1731
|
*
|
|
1732
1732
|
* @type {AccessProfileSourceRefV2024}
|
|
@@ -2249,7 +2249,7 @@ export interface AccessRequestItemV2024 {
|
|
|
2249
2249
|
[key: string]: string;
|
|
2250
2250
|
};
|
|
2251
2251
|
/**
|
|
2252
|
-
* 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
|
|
2252
|
+
* 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.
|
|
2253
2253
|
* @type {string}
|
|
2254
2254
|
* @memberof AccessRequestItemV2024
|
|
2255
2255
|
*/
|
|
@@ -13612,7 +13612,7 @@ export interface DimensionV2024 {
|
|
|
13612
13612
|
* @type {OwnerReferenceV2024}
|
|
13613
13613
|
* @memberof DimensionV2024
|
|
13614
13614
|
*/
|
|
13615
|
-
'owner': OwnerReferenceV2024;
|
|
13615
|
+
'owner': OwnerReferenceV2024 | null;
|
|
13616
13616
|
/**
|
|
13617
13617
|
*
|
|
13618
13618
|
* @type {Array<AccessProfileRefV2024>}
|
|
@@ -20297,6 +20297,19 @@ export interface ImportEntitlementsBySourceRequestV2024 {
|
|
|
20297
20297
|
*/
|
|
20298
20298
|
'csvFile'?: File;
|
|
20299
20299
|
}
|
|
20300
|
+
/**
|
|
20301
|
+
*
|
|
20302
|
+
* @export
|
|
20303
|
+
* @interface ImportEntitlementsRequestV2024
|
|
20304
|
+
*/
|
|
20305
|
+
export interface ImportEntitlementsRequestV2024 {
|
|
20306
|
+
/**
|
|
20307
|
+
* The CSV file containing the source entitlements to aggregate.
|
|
20308
|
+
* @type {File}
|
|
20309
|
+
* @memberof ImportEntitlementsRequestV2024
|
|
20310
|
+
*/
|
|
20311
|
+
'file'?: File;
|
|
20312
|
+
}
|
|
20300
20313
|
/**
|
|
20301
20314
|
*
|
|
20302
20315
|
* @export
|
|
@@ -29505,7 +29518,7 @@ export interface RequestedItemDtoRefV2024 {
|
|
|
29505
29518
|
[key: string]: string;
|
|
29506
29519
|
};
|
|
29507
29520
|
/**
|
|
29508
|
-
* 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
|
|
29521
|
+
* 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.
|
|
29509
29522
|
* @type {string}
|
|
29510
29523
|
* @memberof RequestedItemDtoRefV2024
|
|
29511
29524
|
*/
|
|
@@ -33228,7 +33241,7 @@ export interface RoleV2024 {
|
|
|
33228
33241
|
* @type {OwnerReferenceV2024}
|
|
33229
33242
|
* @memberof RoleV2024
|
|
33230
33243
|
*/
|
|
33231
|
-
'owner': OwnerReferenceV2024;
|
|
33244
|
+
'owner': OwnerReferenceV2024 | null;
|
|
33232
33245
|
/**
|
|
33233
33246
|
*
|
|
33234
33247
|
* @type {Array<AccessProfileRefV2024>}
|
|
@@ -44777,7 +44790,7 @@ export declare const AccessRequestsV2024ApiAxiosParamCreator: (configuration?: C
|
|
|
44777
44790
|
*/
|
|
44778
44791
|
closeAccessRequest: (closeAccessRequestV2024: CloseAccessRequestV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44779
44792
|
/**
|
|
44780
|
-
* 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
|
|
44793
|
+
* 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.
|
|
44781
44794
|
* @summary Submit access request
|
|
44782
44795
|
* @param {AccessRequestV2024} accessRequestV2024
|
|
44783
44796
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -44881,7 +44894,7 @@ export declare const AccessRequestsV2024ApiFp: (configuration?: Configuration) =
|
|
|
44881
44894
|
*/
|
|
44882
44895
|
closeAccessRequest(closeAccessRequestV2024: CloseAccessRequestV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
44883
44896
|
/**
|
|
44884
|
-
* 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
|
|
44897
|
+
* 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.
|
|
44885
44898
|
* @summary Submit access request
|
|
44886
44899
|
* @param {AccessRequestV2024} accessRequestV2024
|
|
44887
44900
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -44984,7 +44997,7 @@ export declare const AccessRequestsV2024ApiFactory: (configuration?: Configurati
|
|
|
44984
44997
|
*/
|
|
44985
44998
|
closeAccessRequest(requestParameters: AccessRequestsV2024ApiCloseAccessRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
44986
44999
|
/**
|
|
44987
|
-
* 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
|
|
45000
|
+
* 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.
|
|
44988
45001
|
* @summary Submit access request
|
|
44989
45002
|
* @param {AccessRequestsV2024ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
44990
45003
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -45306,7 +45319,7 @@ export declare class AccessRequestsV2024Api extends BaseAPI {
|
|
|
45306
45319
|
*/
|
|
45307
45320
|
closeAccessRequest(requestParameters: AccessRequestsV2024ApiCloseAccessRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
45308
45321
|
/**
|
|
45309
|
-
* 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
|
|
45322
|
+
* 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.
|
|
45310
45323
|
* @summary Submit access request
|
|
45311
45324
|
* @param {AccessRequestsV2024ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
45312
45325
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -61935,50 +61948,45 @@ export declare const IdentitiesV2024ApiAxiosParamCreator: (configuration?: Confi
|
|
|
61935
61948
|
* The API returns successful response if the requested identity was deleted.
|
|
61936
61949
|
* @summary Delete identity
|
|
61937
61950
|
* @param {string} id Identity Id
|
|
61938
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
61939
61951
|
* @param {*} [axiosOptions] Override http request option.
|
|
61940
61952
|
* @throws {RequiredError}
|
|
61941
61953
|
*/
|
|
61942
|
-
deleteIdentity: (id: string,
|
|
61954
|
+
deleteIdentity: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61943
61955
|
/**
|
|
61944
61956
|
* This API returns a single identity using the Identity ID.
|
|
61945
61957
|
* @summary Identity details
|
|
61946
61958
|
* @param {string} id Identity Id
|
|
61947
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
61948
61959
|
* @param {*} [axiosOptions] Override http request option.
|
|
61949
61960
|
* @throws {RequiredError}
|
|
61950
61961
|
*/
|
|
61951
|
-
getIdentity: (id: string,
|
|
61962
|
+
getIdentity: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61952
61963
|
/**
|
|
61953
61964
|
* 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.
|
|
61954
61965
|
* @summary Get ownership details
|
|
61955
61966
|
* @param {string} identityId Identity ID.
|
|
61956
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
61957
61967
|
* @param {*} [axiosOptions] Override http request option.
|
|
61958
61968
|
* @throws {RequiredError}
|
|
61959
61969
|
*/
|
|
61960
|
-
getIdentityOwnershipDetails: (identityId: string,
|
|
61970
|
+
getIdentityOwnershipDetails: (identityId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61961
61971
|
/**
|
|
61962
61972
|
*
|
|
61963
61973
|
* @summary Role assignment details
|
|
61964
61974
|
* @param {string} identityId Identity Id
|
|
61965
61975
|
* @param {string} assignmentId Assignment Id
|
|
61966
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
61967
61976
|
* @param {*} [axiosOptions] Override http request option.
|
|
61968
61977
|
* @throws {RequiredError}
|
|
61969
61978
|
*/
|
|
61970
|
-
getRoleAssignment: (identityId: string, assignmentId: string,
|
|
61979
|
+
getRoleAssignment: (identityId: string, assignmentId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61971
61980
|
/**
|
|
61972
61981
|
* 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.
|
|
61973
61982
|
* @summary List role assignments
|
|
61974
61983
|
* @param {string} identityId Identity Id to get the role assignments for
|
|
61975
61984
|
* @param {string} [roleId] Role Id to filter the role assignments with
|
|
61976
61985
|
* @param {string} [roleName] Role name to filter the role assignments with
|
|
61977
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
61978
61986
|
* @param {*} [axiosOptions] Override http request option.
|
|
61979
61987
|
* @throws {RequiredError}
|
|
61980
61988
|
*/
|
|
61981
|
-
getRoleAssignments: (identityId: string, roleId?: string, roleName?: string,
|
|
61989
|
+
getRoleAssignments: (identityId: string, roleId?: string, roleName?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61982
61990
|
/**
|
|
61983
61991
|
* This API returns a list of identities.
|
|
61984
61992
|
* @summary List identities
|
|
@@ -61988,20 +61996,18 @@ export declare const IdentitiesV2024ApiAxiosParamCreator: (configuration?: Confi
|
|
|
61988
61996
|
* @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.
|
|
61989
61997
|
* @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.
|
|
61990
61998
|
* @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.
|
|
61991
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
61992
61999
|
* @param {*} [axiosOptions] Override http request option.
|
|
61993
62000
|
* @throws {RequiredError}
|
|
61994
62001
|
*/
|
|
61995
|
-
listIdentities: (filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number,
|
|
62002
|
+
listIdentities: (filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61996
62003
|
/**
|
|
61997
62004
|
* 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.
|
|
61998
62005
|
* @summary Reset an identity
|
|
61999
62006
|
* @param {string} identityId Identity Id
|
|
62000
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62001
62007
|
* @param {*} [axiosOptions] Override http request option.
|
|
62002
62008
|
* @throws {RequiredError}
|
|
62003
62009
|
*/
|
|
62004
|
-
resetIdentity: (identityId: string,
|
|
62010
|
+
resetIdentity: (identityId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62005
62011
|
/**
|
|
62006
62012
|
* 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.
|
|
62007
62013
|
* @summary Send password reset email
|
|
@@ -62016,11 +62022,10 @@ export declare const IdentitiesV2024ApiAxiosParamCreator: (configuration?: Confi
|
|
|
62016
62022
|
* 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).
|
|
62017
62023
|
* @summary Invite identities to register
|
|
62018
62024
|
* @param {InviteIdentitiesRequestV2024} inviteIdentitiesRequestV2024
|
|
62019
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62020
62025
|
* @param {*} [axiosOptions] Override http request option.
|
|
62021
62026
|
* @throws {RequiredError}
|
|
62022
62027
|
*/
|
|
62023
|
-
startIdentitiesInvite: (inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024,
|
|
62028
|
+
startIdentitiesInvite: (inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62024
62029
|
/**
|
|
62025
62030
|
* 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.
|
|
62026
62031
|
* @summary Process a list of identityids
|
|
@@ -62049,50 +62054,45 @@ export declare const IdentitiesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
62049
62054
|
* The API returns successful response if the requested identity was deleted.
|
|
62050
62055
|
* @summary Delete identity
|
|
62051
62056
|
* @param {string} id Identity Id
|
|
62052
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62053
62057
|
* @param {*} [axiosOptions] Override http request option.
|
|
62054
62058
|
* @throws {RequiredError}
|
|
62055
62059
|
*/
|
|
62056
|
-
deleteIdentity(id: string,
|
|
62060
|
+
deleteIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
62057
62061
|
/**
|
|
62058
62062
|
* This API returns a single identity using the Identity ID.
|
|
62059
62063
|
* @summary Identity details
|
|
62060
62064
|
* @param {string} id Identity Id
|
|
62061
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62062
62065
|
* @param {*} [axiosOptions] Override http request option.
|
|
62063
62066
|
* @throws {RequiredError}
|
|
62064
62067
|
*/
|
|
62065
|
-
getIdentity(id: string,
|
|
62068
|
+
getIdentity(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityV2024>>;
|
|
62066
62069
|
/**
|
|
62067
62070
|
* 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.
|
|
62068
62071
|
* @summary Get ownership details
|
|
62069
62072
|
* @param {string} identityId Identity ID.
|
|
62070
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62071
62073
|
* @param {*} [axiosOptions] Override http request option.
|
|
62072
62074
|
* @throws {RequiredError}
|
|
62073
62075
|
*/
|
|
62074
|
-
getIdentityOwnershipDetails(identityId: string,
|
|
62076
|
+
getIdentityOwnershipDetails(identityId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityOwnershipAssociationDetailsV2024>>;
|
|
62075
62077
|
/**
|
|
62076
62078
|
*
|
|
62077
62079
|
* @summary Role assignment details
|
|
62078
62080
|
* @param {string} identityId Identity Id
|
|
62079
62081
|
* @param {string} assignmentId Assignment Id
|
|
62080
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62081
62082
|
* @param {*} [axiosOptions] Override http request option.
|
|
62082
62083
|
* @throws {RequiredError}
|
|
62083
62084
|
*/
|
|
62084
|
-
getRoleAssignment(identityId: string, assignmentId: string,
|
|
62085
|
+
getRoleAssignment(identityId: string, assignmentId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleAssignmentDtoV2024>>;
|
|
62085
62086
|
/**
|
|
62086
62087
|
* 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.
|
|
62087
62088
|
* @summary List role assignments
|
|
62088
62089
|
* @param {string} identityId Identity Id to get the role assignments for
|
|
62089
62090
|
* @param {string} [roleId] Role Id to filter the role assignments with
|
|
62090
62091
|
* @param {string} [roleName] Role name to filter the role assignments with
|
|
62091
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62092
62092
|
* @param {*} [axiosOptions] Override http request option.
|
|
62093
62093
|
* @throws {RequiredError}
|
|
62094
62094
|
*/
|
|
62095
|
-
getRoleAssignments(identityId: string, roleId?: string, roleName?: string,
|
|
62095
|
+
getRoleAssignments(identityId: string, roleId?: string, roleName?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetRoleAssignments200ResponseInnerV2024>>>;
|
|
62096
62096
|
/**
|
|
62097
62097
|
* This API returns a list of identities.
|
|
62098
62098
|
* @summary List identities
|
|
@@ -62102,20 +62102,18 @@ export declare const IdentitiesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
62102
62102
|
* @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.
|
|
62103
62103
|
* @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.
|
|
62104
62104
|
* @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.
|
|
62105
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62106
62105
|
* @param {*} [axiosOptions] Override http request option.
|
|
62107
62106
|
* @throws {RequiredError}
|
|
62108
62107
|
*/
|
|
62109
|
-
listIdentities(filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number,
|
|
62108
|
+
listIdentities(filters?: string, sorters?: string, defaultFilter?: ListIdentitiesDefaultFilterV2024, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityV2024>>>;
|
|
62110
62109
|
/**
|
|
62111
62110
|
* 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.
|
|
62112
62111
|
* @summary Reset an identity
|
|
62113
62112
|
* @param {string} identityId Identity Id
|
|
62114
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62115
62113
|
* @param {*} [axiosOptions] Override http request option.
|
|
62116
62114
|
* @throws {RequiredError}
|
|
62117
62115
|
*/
|
|
62118
|
-
resetIdentity(identityId: string,
|
|
62116
|
+
resetIdentity(identityId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
62119
62117
|
/**
|
|
62120
62118
|
* 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.
|
|
62121
62119
|
* @summary Send password reset email
|
|
@@ -62130,11 +62128,10 @@ export declare const IdentitiesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
62130
62128
|
* 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).
|
|
62131
62129
|
* @summary Invite identities to register
|
|
62132
62130
|
* @param {InviteIdentitiesRequestV2024} inviteIdentitiesRequestV2024
|
|
62133
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62134
62131
|
* @param {*} [axiosOptions] Override http request option.
|
|
62135
62132
|
* @throws {RequiredError}
|
|
62136
62133
|
*/
|
|
62137
|
-
startIdentitiesInvite(inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024,
|
|
62134
|
+
startIdentitiesInvite(inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaskStatusV2024>>;
|
|
62138
62135
|
/**
|
|
62139
62136
|
* 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.
|
|
62140
62137
|
* @summary Process a list of identityids
|
|
@@ -62260,12 +62257,6 @@ export interface IdentitiesV2024ApiDeleteIdentityRequest {
|
|
|
62260
62257
|
* @memberof IdentitiesV2024ApiDeleteIdentity
|
|
62261
62258
|
*/
|
|
62262
62259
|
readonly id: string;
|
|
62263
|
-
/**
|
|
62264
|
-
* Use this header to enable this experimental API.
|
|
62265
|
-
* @type {string}
|
|
62266
|
-
* @memberof IdentitiesV2024ApiDeleteIdentity
|
|
62267
|
-
*/
|
|
62268
|
-
readonly xSailPointExperimental: string;
|
|
62269
62260
|
}
|
|
62270
62261
|
/**
|
|
62271
62262
|
* Request parameters for getIdentity operation in IdentitiesV2024Api.
|
|
@@ -62279,12 +62270,6 @@ export interface IdentitiesV2024ApiGetIdentityRequest {
|
|
|
62279
62270
|
* @memberof IdentitiesV2024ApiGetIdentity
|
|
62280
62271
|
*/
|
|
62281
62272
|
readonly id: string;
|
|
62282
|
-
/**
|
|
62283
|
-
* Use this header to enable this experimental API.
|
|
62284
|
-
* @type {string}
|
|
62285
|
-
* @memberof IdentitiesV2024ApiGetIdentity
|
|
62286
|
-
*/
|
|
62287
|
-
readonly xSailPointExperimental?: string;
|
|
62288
62273
|
}
|
|
62289
62274
|
/**
|
|
62290
62275
|
* Request parameters for getIdentityOwnershipDetails operation in IdentitiesV2024Api.
|
|
@@ -62298,12 +62283,6 @@ export interface IdentitiesV2024ApiGetIdentityOwnershipDetailsRequest {
|
|
|
62298
62283
|
* @memberof IdentitiesV2024ApiGetIdentityOwnershipDetails
|
|
62299
62284
|
*/
|
|
62300
62285
|
readonly identityId: string;
|
|
62301
|
-
/**
|
|
62302
|
-
* Use this header to enable this experimental API.
|
|
62303
|
-
* @type {string}
|
|
62304
|
-
* @memberof IdentitiesV2024ApiGetIdentityOwnershipDetails
|
|
62305
|
-
*/
|
|
62306
|
-
readonly xSailPointExperimental?: string;
|
|
62307
62286
|
}
|
|
62308
62287
|
/**
|
|
62309
62288
|
* Request parameters for getRoleAssignment operation in IdentitiesV2024Api.
|
|
@@ -62323,12 +62302,6 @@ export interface IdentitiesV2024ApiGetRoleAssignmentRequest {
|
|
|
62323
62302
|
* @memberof IdentitiesV2024ApiGetRoleAssignment
|
|
62324
62303
|
*/
|
|
62325
62304
|
readonly assignmentId: string;
|
|
62326
|
-
/**
|
|
62327
|
-
* Use this header to enable this experimental API.
|
|
62328
|
-
* @type {string}
|
|
62329
|
-
* @memberof IdentitiesV2024ApiGetRoleAssignment
|
|
62330
|
-
*/
|
|
62331
|
-
readonly xSailPointExperimental?: string;
|
|
62332
62305
|
}
|
|
62333
62306
|
/**
|
|
62334
62307
|
* Request parameters for getRoleAssignments operation in IdentitiesV2024Api.
|
|
@@ -62354,12 +62327,6 @@ export interface IdentitiesV2024ApiGetRoleAssignmentsRequest {
|
|
|
62354
62327
|
* @memberof IdentitiesV2024ApiGetRoleAssignments
|
|
62355
62328
|
*/
|
|
62356
62329
|
readonly roleName?: string;
|
|
62357
|
-
/**
|
|
62358
|
-
* Use this header to enable this experimental API.
|
|
62359
|
-
* @type {string}
|
|
62360
|
-
* @memberof IdentitiesV2024ApiGetRoleAssignments
|
|
62361
|
-
*/
|
|
62362
|
-
readonly xSailPointExperimental?: string;
|
|
62363
62330
|
}
|
|
62364
62331
|
/**
|
|
62365
62332
|
* Request parameters for listIdentities operation in IdentitiesV2024Api.
|
|
@@ -62403,12 +62370,6 @@ export interface IdentitiesV2024ApiListIdentitiesRequest {
|
|
|
62403
62370
|
* @memberof IdentitiesV2024ApiListIdentities
|
|
62404
62371
|
*/
|
|
62405
62372
|
readonly offset?: number;
|
|
62406
|
-
/**
|
|
62407
|
-
* Use this header to enable this experimental API.
|
|
62408
|
-
* @type {string}
|
|
62409
|
-
* @memberof IdentitiesV2024ApiListIdentities
|
|
62410
|
-
*/
|
|
62411
|
-
readonly xSailPointExperimental?: string;
|
|
62412
62373
|
}
|
|
62413
62374
|
/**
|
|
62414
62375
|
* Request parameters for resetIdentity operation in IdentitiesV2024Api.
|
|
@@ -62422,12 +62383,6 @@ export interface IdentitiesV2024ApiResetIdentityRequest {
|
|
|
62422
62383
|
* @memberof IdentitiesV2024ApiResetIdentity
|
|
62423
62384
|
*/
|
|
62424
62385
|
readonly identityId: string;
|
|
62425
|
-
/**
|
|
62426
|
-
* Use this header to enable this experimental API.
|
|
62427
|
-
* @type {string}
|
|
62428
|
-
* @memberof IdentitiesV2024ApiResetIdentity
|
|
62429
|
-
*/
|
|
62430
|
-
readonly xSailPointExperimental?: string;
|
|
62431
62386
|
}
|
|
62432
62387
|
/**
|
|
62433
62388
|
* Request parameters for sendIdentityVerificationAccountToken operation in IdentitiesV2024Api.
|
|
@@ -62466,12 +62421,6 @@ export interface IdentitiesV2024ApiStartIdentitiesInviteRequest {
|
|
|
62466
62421
|
* @memberof IdentitiesV2024ApiStartIdentitiesInvite
|
|
62467
62422
|
*/
|
|
62468
62423
|
readonly inviteIdentitiesRequestV2024: InviteIdentitiesRequestV2024;
|
|
62469
|
-
/**
|
|
62470
|
-
* Use this header to enable this experimental API.
|
|
62471
|
-
* @type {string}
|
|
62472
|
-
* @memberof IdentitiesV2024ApiStartIdentitiesInvite
|
|
62473
|
-
*/
|
|
62474
|
-
readonly xSailPointExperimental?: string;
|
|
62475
62424
|
}
|
|
62476
62425
|
/**
|
|
62477
62426
|
* Request parameters for startIdentityProcessing operation in IdentitiesV2024Api.
|
|
@@ -62634,39 +62583,35 @@ export declare const IdentityAttributesV2024ApiAxiosParamCreator: (configuration
|
|
|
62634
62583
|
/**
|
|
62635
62584
|
* Use this API to create a new identity attribute.
|
|
62636
62585
|
* @summary Create identity attribute
|
|
62637
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62638
62586
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
62639
62587
|
* @param {*} [axiosOptions] Override http request option.
|
|
62640
62588
|
* @throws {RequiredError}
|
|
62641
62589
|
*/
|
|
62642
|
-
createIdentityAttribute: (
|
|
62590
|
+
createIdentityAttribute: (identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62643
62591
|
/**
|
|
62644
62592
|
* 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.
|
|
62645
62593
|
* @summary Delete identity attribute
|
|
62646
62594
|
* @param {string} name The attribute\'s technical name.
|
|
62647
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62648
62595
|
* @param {*} [axiosOptions] Override http request option.
|
|
62649
62596
|
* @throws {RequiredError}
|
|
62650
62597
|
*/
|
|
62651
|
-
deleteIdentityAttribute: (name: string,
|
|
62598
|
+
deleteIdentityAttribute: (name: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62652
62599
|
/**
|
|
62653
62600
|
* 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.
|
|
62654
62601
|
* @summary Bulk delete identity attributes
|
|
62655
62602
|
* @param {IdentityAttributeNamesV2024} identityAttributeNamesV2024
|
|
62656
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62657
62603
|
* @param {*} [axiosOptions] Override http request option.
|
|
62658
62604
|
* @throws {RequiredError}
|
|
62659
62605
|
*/
|
|
62660
|
-
deleteIdentityAttributesInBulk: (identityAttributeNamesV2024: IdentityAttributeNamesV2024,
|
|
62606
|
+
deleteIdentityAttributesInBulk: (identityAttributeNamesV2024: IdentityAttributeNamesV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62661
62607
|
/**
|
|
62662
62608
|
* This gets an identity attribute for a given technical name.
|
|
62663
62609
|
* @summary Get identity attribute
|
|
62664
62610
|
* @param {string} name The attribute\'s technical name.
|
|
62665
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62666
62611
|
* @param {*} [axiosOptions] Override http request option.
|
|
62667
62612
|
* @throws {RequiredError}
|
|
62668
62613
|
*/
|
|
62669
|
-
getIdentityAttribute: (name: string,
|
|
62614
|
+
getIdentityAttribute: (name: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62670
62615
|
/**
|
|
62671
62616
|
* Use this API to get a collection of identity attributes.
|
|
62672
62617
|
* @summary List identity attributes
|
|
@@ -62674,21 +62619,19 @@ export declare const IdentityAttributesV2024ApiAxiosParamCreator: (configuration
|
|
|
62674
62619
|
* @param {boolean} [includeSilent] Include \'silent\' attributes in the response.
|
|
62675
62620
|
* @param {boolean} [searchableOnly] Include only \'searchable\' attributes in the response.
|
|
62676
62621
|
* @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.
|
|
62677
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62678
62622
|
* @param {*} [axiosOptions] Override http request option.
|
|
62679
62623
|
* @throws {RequiredError}
|
|
62680
62624
|
*/
|
|
62681
|
-
listIdentityAttributes: (includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean,
|
|
62625
|
+
listIdentityAttributes: (includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62682
62626
|
/**
|
|
62683
62627
|
* This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
|
|
62684
62628
|
* @summary Update identity attribute
|
|
62685
62629
|
* @param {string} name The attribute\'s technical name.
|
|
62686
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62687
62630
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
62688
62631
|
* @param {*} [axiosOptions] Override http request option.
|
|
62689
62632
|
* @throws {RequiredError}
|
|
62690
62633
|
*/
|
|
62691
|
-
putIdentityAttribute: (name: string,
|
|
62634
|
+
putIdentityAttribute: (name: string, identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62692
62635
|
};
|
|
62693
62636
|
/**
|
|
62694
62637
|
* IdentityAttributesV2024Api - functional programming interface
|
|
@@ -62698,39 +62641,35 @@ export declare const IdentityAttributesV2024ApiFp: (configuration?: Configuratio
|
|
|
62698
62641
|
/**
|
|
62699
62642
|
* Use this API to create a new identity attribute.
|
|
62700
62643
|
* @summary Create identity attribute
|
|
62701
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62702
62644
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
62703
62645
|
* @param {*} [axiosOptions] Override http request option.
|
|
62704
62646
|
* @throws {RequiredError}
|
|
62705
62647
|
*/
|
|
62706
|
-
createIdentityAttribute(
|
|
62648
|
+
createIdentityAttribute(identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>>;
|
|
62707
62649
|
/**
|
|
62708
62650
|
* 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.
|
|
62709
62651
|
* @summary Delete identity attribute
|
|
62710
62652
|
* @param {string} name The attribute\'s technical name.
|
|
62711
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62712
62653
|
* @param {*} [axiosOptions] Override http request option.
|
|
62713
62654
|
* @throws {RequiredError}
|
|
62714
62655
|
*/
|
|
62715
|
-
deleteIdentityAttribute(name: string,
|
|
62656
|
+
deleteIdentityAttribute(name: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
62716
62657
|
/**
|
|
62717
62658
|
* 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.
|
|
62718
62659
|
* @summary Bulk delete identity attributes
|
|
62719
62660
|
* @param {IdentityAttributeNamesV2024} identityAttributeNamesV2024
|
|
62720
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62721
62661
|
* @param {*} [axiosOptions] Override http request option.
|
|
62722
62662
|
* @throws {RequiredError}
|
|
62723
62663
|
*/
|
|
62724
|
-
deleteIdentityAttributesInBulk(identityAttributeNamesV2024: IdentityAttributeNamesV2024,
|
|
62664
|
+
deleteIdentityAttributesInBulk(identityAttributeNamesV2024: IdentityAttributeNamesV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
62725
62665
|
/**
|
|
62726
62666
|
* This gets an identity attribute for a given technical name.
|
|
62727
62667
|
* @summary Get identity attribute
|
|
62728
62668
|
* @param {string} name The attribute\'s technical name.
|
|
62729
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62730
62669
|
* @param {*} [axiosOptions] Override http request option.
|
|
62731
62670
|
* @throws {RequiredError}
|
|
62732
62671
|
*/
|
|
62733
|
-
getIdentityAttribute(name: string,
|
|
62672
|
+
getIdentityAttribute(name: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>>;
|
|
62734
62673
|
/**
|
|
62735
62674
|
* Use this API to get a collection of identity attributes.
|
|
62736
62675
|
* @summary List identity attributes
|
|
@@ -62738,21 +62677,19 @@ export declare const IdentityAttributesV2024ApiFp: (configuration?: Configuratio
|
|
|
62738
62677
|
* @param {boolean} [includeSilent] Include \'silent\' attributes in the response.
|
|
62739
62678
|
* @param {boolean} [searchableOnly] Include only \'searchable\' attributes in the response.
|
|
62740
62679
|
* @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.
|
|
62741
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
62742
62680
|
* @param {*} [axiosOptions] Override http request option.
|
|
62743
62681
|
* @throws {RequiredError}
|
|
62744
62682
|
*/
|
|
62745
|
-
listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean,
|
|
62683
|
+
listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityAttributeV2024>>>;
|
|
62746
62684
|
/**
|
|
62747
62685
|
* This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
|
|
62748
62686
|
* @summary Update identity attribute
|
|
62749
62687
|
* @param {string} name The attribute\'s technical name.
|
|
62750
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
62751
62688
|
* @param {IdentityAttributeV2024} identityAttributeV2024
|
|
62752
62689
|
* @param {*} [axiosOptions] Override http request option.
|
|
62753
62690
|
* @throws {RequiredError}
|
|
62754
62691
|
*/
|
|
62755
|
-
putIdentityAttribute(name: string,
|
|
62692
|
+
putIdentityAttribute(name: string, identityAttributeV2024: IdentityAttributeV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeV2024>>;
|
|
62756
62693
|
};
|
|
62757
62694
|
/**
|
|
62758
62695
|
* IdentityAttributesV2024Api - factory interface
|
|
@@ -62814,12 +62751,6 @@ export declare const IdentityAttributesV2024ApiFactory: (configuration?: Configu
|
|
|
62814
62751
|
* @interface IdentityAttributesV2024ApiCreateIdentityAttributeRequest
|
|
62815
62752
|
*/
|
|
62816
62753
|
export interface IdentityAttributesV2024ApiCreateIdentityAttributeRequest {
|
|
62817
|
-
/**
|
|
62818
|
-
* Use this header to enable this experimental API.
|
|
62819
|
-
* @type {string}
|
|
62820
|
-
* @memberof IdentityAttributesV2024ApiCreateIdentityAttribute
|
|
62821
|
-
*/
|
|
62822
|
-
readonly xSailPointExperimental: string;
|
|
62823
62754
|
/**
|
|
62824
62755
|
*
|
|
62825
62756
|
* @type {IdentityAttributeV2024}
|
|
@@ -62839,12 +62770,6 @@ export interface IdentityAttributesV2024ApiDeleteIdentityAttributeRequest {
|
|
|
62839
62770
|
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttribute
|
|
62840
62771
|
*/
|
|
62841
62772
|
readonly name: string;
|
|
62842
|
-
/**
|
|
62843
|
-
* Use this header to enable this experimental API.
|
|
62844
|
-
* @type {string}
|
|
62845
|
-
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttribute
|
|
62846
|
-
*/
|
|
62847
|
-
readonly xSailPointExperimental: string;
|
|
62848
62773
|
}
|
|
62849
62774
|
/**
|
|
62850
62775
|
* Request parameters for deleteIdentityAttributesInBulk operation in IdentityAttributesV2024Api.
|
|
@@ -62858,12 +62783,6 @@ export interface IdentityAttributesV2024ApiDeleteIdentityAttributesInBulkRequest
|
|
|
62858
62783
|
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttributesInBulk
|
|
62859
62784
|
*/
|
|
62860
62785
|
readonly identityAttributeNamesV2024: IdentityAttributeNamesV2024;
|
|
62861
|
-
/**
|
|
62862
|
-
* Use this header to enable this experimental API.
|
|
62863
|
-
* @type {string}
|
|
62864
|
-
* @memberof IdentityAttributesV2024ApiDeleteIdentityAttributesInBulk
|
|
62865
|
-
*/
|
|
62866
|
-
readonly xSailPointExperimental?: string;
|
|
62867
62786
|
}
|
|
62868
62787
|
/**
|
|
62869
62788
|
* Request parameters for getIdentityAttribute operation in IdentityAttributesV2024Api.
|
|
@@ -62877,12 +62796,6 @@ export interface IdentityAttributesV2024ApiGetIdentityAttributeRequest {
|
|
|
62877
62796
|
* @memberof IdentityAttributesV2024ApiGetIdentityAttribute
|
|
62878
62797
|
*/
|
|
62879
62798
|
readonly name: string;
|
|
62880
|
-
/**
|
|
62881
|
-
* Use this header to enable this experimental API.
|
|
62882
|
-
* @type {string}
|
|
62883
|
-
* @memberof IdentityAttributesV2024ApiGetIdentityAttribute
|
|
62884
|
-
*/
|
|
62885
|
-
readonly xSailPointExperimental?: string;
|
|
62886
62799
|
}
|
|
62887
62800
|
/**
|
|
62888
62801
|
* Request parameters for listIdentityAttributes operation in IdentityAttributesV2024Api.
|
|
@@ -62914,12 +62827,6 @@ export interface IdentityAttributesV2024ApiListIdentityAttributesRequest {
|
|
|
62914
62827
|
* @memberof IdentityAttributesV2024ApiListIdentityAttributes
|
|
62915
62828
|
*/
|
|
62916
62829
|
readonly count?: boolean;
|
|
62917
|
-
/**
|
|
62918
|
-
* Use this header to enable this experimental API.
|
|
62919
|
-
* @type {string}
|
|
62920
|
-
* @memberof IdentityAttributesV2024ApiListIdentityAttributes
|
|
62921
|
-
*/
|
|
62922
|
-
readonly xSailPointExperimental?: string;
|
|
62923
62830
|
}
|
|
62924
62831
|
/**
|
|
62925
62832
|
* Request parameters for putIdentityAttribute operation in IdentityAttributesV2024Api.
|
|
@@ -62933,12 +62840,6 @@ export interface IdentityAttributesV2024ApiPutIdentityAttributeRequest {
|
|
|
62933
62840
|
* @memberof IdentityAttributesV2024ApiPutIdentityAttribute
|
|
62934
62841
|
*/
|
|
62935
62842
|
readonly name: string;
|
|
62936
|
-
/**
|
|
62937
|
-
* Use this header to enable this experimental API.
|
|
62938
|
-
* @type {string}
|
|
62939
|
-
* @memberof IdentityAttributesV2024ApiPutIdentityAttribute
|
|
62940
|
-
*/
|
|
62941
|
-
readonly xSailPointExperimental: string;
|
|
62942
62843
|
/**
|
|
62943
62844
|
*
|
|
62944
62845
|
* @type {IdentityAttributeV2024}
|
|
@@ -65423,7 +65324,7 @@ export declare const MachineAccountMappingsV2024ApiAxiosParamCreator: (configura
|
|
|
65423
65324
|
listMachineAccountMappings: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65424
65325
|
/**
|
|
65425
65326
|
* 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.
|
|
65426
|
-
* @summary Update
|
|
65327
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
65427
65328
|
* @param {string} id Source ID.
|
|
65428
65329
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
65429
65330
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -65465,7 +65366,7 @@ export declare const MachineAccountMappingsV2024ApiFp: (configuration?: Configur
|
|
|
65465
65366
|
listMachineAccountMappings(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AttributeMappingsV2024>>>;
|
|
65466
65367
|
/**
|
|
65467
65368
|
* 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.
|
|
65468
|
-
* @summary Update
|
|
65369
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
65469
65370
|
* @param {string} id Source ID.
|
|
65470
65371
|
* @param {AttributeMappingsV2024} attributeMappingsV2024
|
|
65471
65372
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -65504,7 +65405,7 @@ export declare const MachineAccountMappingsV2024ApiFactory: (configuration?: Con
|
|
|
65504
65405
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2024ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AttributeMappingsV2024>>;
|
|
65505
65406
|
/**
|
|
65506
65407
|
* 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.
|
|
65507
|
-
* @summary Update
|
|
65408
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
65508
65409
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
65509
65410
|
* @param {*} [axiosOptions] Override http request option.
|
|
65510
65411
|
* @throws {RequiredError}
|
|
@@ -65623,7 +65524,7 @@ export declare class MachineAccountMappingsV2024Api extends BaseAPI {
|
|
|
65623
65524
|
listMachineAccountMappings(requestParameters: MachineAccountMappingsV2024ApiListMachineAccountMappingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AttributeMappingsV2024[], any>>;
|
|
65624
65525
|
/**
|
|
65625
65526
|
* 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.
|
|
65626
|
-
* @summary Update
|
|
65527
|
+
* @summary Update Source\'s Machine Account Mappings
|
|
65627
65528
|
* @param {MachineAccountMappingsV2024ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
65628
65529
|
* @param {*} [axiosOptions] Override http request option.
|
|
65629
65530
|
* @throws {RequiredError}
|
|
@@ -72996,7 +72897,7 @@ export declare const RequestableObjectsV2024ApiAxiosParamCreator: (configuration
|
|
|
72996
72897
|
* 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.
|
|
72997
72898
|
* @summary Requestable objects list
|
|
72998
72899
|
* @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.
|
|
72999
|
-
* @param {Array<
|
|
72900
|
+
* @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.
|
|
73000
72901
|
* @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.
|
|
73001
72902
|
* @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.
|
|
73002
72903
|
* @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.
|
|
@@ -73007,7 +72908,7 @@ export declare const RequestableObjectsV2024ApiAxiosParamCreator: (configuration
|
|
|
73007
72908
|
* @param {*} [axiosOptions] Override http request option.
|
|
73008
72909
|
* @throws {RequiredError}
|
|
73009
72910
|
*/
|
|
73010
|
-
listRequestableObjects: (identityId?: string, types?: Array<
|
|
72911
|
+
listRequestableObjects: (identityId?: string, types?: Array<ListRequestableObjectsTypesV2024>, term?: string, statuses?: Array<RequestableObjectRequestStatusV2024>, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
73011
72912
|
};
|
|
73012
72913
|
/**
|
|
73013
72914
|
* RequestableObjectsV2024Api - functional programming interface
|
|
@@ -73018,7 +72919,7 @@ export declare const RequestableObjectsV2024ApiFp: (configuration?: Configuratio
|
|
|
73018
72919
|
* 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.
|
|
73019
72920
|
* @summary Requestable objects list
|
|
73020
72921
|
* @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.
|
|
73021
|
-
* @param {Array<
|
|
72922
|
+
* @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.
|
|
73022
72923
|
* @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.
|
|
73023
72924
|
* @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.
|
|
73024
72925
|
* @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.
|
|
@@ -73029,7 +72930,7 @@ export declare const RequestableObjectsV2024ApiFp: (configuration?: Configuratio
|
|
|
73029
72930
|
* @param {*} [axiosOptions] Override http request option.
|
|
73030
72931
|
* @throws {RequiredError}
|
|
73031
72932
|
*/
|
|
73032
|
-
listRequestableObjects(identityId?: string, types?: Array<
|
|
72933
|
+
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>>>;
|
|
73033
72934
|
};
|
|
73034
72935
|
/**
|
|
73035
72936
|
* RequestableObjectsV2024Api - factory interface
|
|
@@ -73059,10 +72960,10 @@ export interface RequestableObjectsV2024ApiListRequestableObjectsRequest {
|
|
|
73059
72960
|
readonly identityId?: string;
|
|
73060
72961
|
/**
|
|
73061
72962
|
* 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.
|
|
73062
|
-
* @type {Array<
|
|
72963
|
+
* @type {Array<'ACCESS_PROFILE' | 'ROLE'>}
|
|
73063
72964
|
* @memberof RequestableObjectsV2024ApiListRequestableObjects
|
|
73064
72965
|
*/
|
|
73065
|
-
readonly types?: Array<
|
|
72966
|
+
readonly types?: Array<ListRequestableObjectsTypesV2024>;
|
|
73066
72967
|
/**
|
|
73067
72968
|
* 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.
|
|
73068
72969
|
* @type {string}
|
|
@@ -73123,6 +73024,14 @@ export declare class RequestableObjectsV2024Api extends BaseAPI {
|
|
|
73123
73024
|
*/
|
|
73124
73025
|
listRequestableObjects(requestParameters?: RequestableObjectsV2024ApiListRequestableObjectsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestableObjectV2024[], any>>;
|
|
73125
73026
|
}
|
|
73027
|
+
/**
|
|
73028
|
+
* @export
|
|
73029
|
+
*/
|
|
73030
|
+
export declare const ListRequestableObjectsTypesV2024: {
|
|
73031
|
+
readonly AccessProfile: "ACCESS_PROFILE";
|
|
73032
|
+
readonly Role: "ROLE";
|
|
73033
|
+
};
|
|
73034
|
+
export type ListRequestableObjectsTypesV2024 = typeof ListRequestableObjectsTypesV2024[keyof typeof ListRequestableObjectsTypesV2024];
|
|
73126
73035
|
/**
|
|
73127
73036
|
* RoleInsightsV2024Api - axios parameter creator
|
|
73128
73037
|
* @export
|
|
@@ -78746,11 +78655,10 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78746
78655
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
78747
78656
|
* @summary Delete native change detection configuration
|
|
78748
78657
|
* @param {string} id The source id
|
|
78749
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
78750
78658
|
* @param {*} [axiosOptions] Override http request option.
|
|
78751
78659
|
* @throws {RequiredError}
|
|
78752
78660
|
*/
|
|
78753
|
-
deleteNativeChangeDetectionConfig: (id: string,
|
|
78661
|
+
deleteNativeChangeDetectionConfig: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78754
78662
|
/**
|
|
78755
78663
|
* Deletes the provisioning policy with the specified usage on an application.
|
|
78756
78664
|
* @summary Delete provisioning policy by usagetype
|
|
@@ -78815,11 +78723,10 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78815
78723
|
* This API returns the existing native change detection configuration for a source specified by the given ID.
|
|
78816
78724
|
* @summary Native change detection configuration
|
|
78817
78725
|
* @param {string} id The source id
|
|
78818
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78819
78726
|
* @param {*} [axiosOptions] Override http request option.
|
|
78820
78727
|
* @throws {RequiredError}
|
|
78821
78728
|
*/
|
|
78822
|
-
getNativeChangeDetectionConfig: (id: string,
|
|
78729
|
+
getNativeChangeDetectionConfig: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78823
78730
|
/**
|
|
78824
78731
|
* This end-point retrieves the ProvisioningPolicy with the specified usage on the specified Source in IdentityNow.
|
|
78825
78732
|
* @summary Get provisioning policy by usagetype
|
|
@@ -78944,6 +78851,16 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
78944
78851
|
* @throws {RequiredError}
|
|
78945
78852
|
*/
|
|
78946
78853
|
importConnectorFile: (sourceId: string, file?: File, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78854
|
+
/**
|
|
78855
|
+
* 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.
|
|
78856
|
+
* @summary Entitlement aggregation
|
|
78857
|
+
* @param {string} sourceId Source Id
|
|
78858
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
78859
|
+
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
78860
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
78861
|
+
* @throws {RequiredError}
|
|
78862
|
+
*/
|
|
78863
|
+
importEntitlements: (sourceId: string, xSailPointExperimental?: string, file?: File, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78947
78864
|
/**
|
|
78948
78865
|
* 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.**
|
|
78949
78866
|
* @summary Uploads source entitlements schema template
|
|
@@ -79007,12 +78924,11 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
|
|
|
79007
78924
|
* Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.
|
|
79008
78925
|
* @summary Update native change detection configuration
|
|
79009
78926
|
* @param {string} id The source id
|
|
79010
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79011
78927
|
* @param {NativeChangeDetectionConfigV2024} nativeChangeDetectionConfigV2024
|
|
79012
78928
|
* @param {*} [axiosOptions] Override http request option.
|
|
79013
78929
|
* @throws {RequiredError}
|
|
79014
78930
|
*/
|
|
79015
|
-
putNativeChangeDetectionConfig: (id: string,
|
|
78931
|
+
putNativeChangeDetectionConfig: (id: string, nativeChangeDetectionConfigV2024: NativeChangeDetectionConfigV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79016
78932
|
/**
|
|
79017
78933
|
* 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.
|
|
79018
78934
|
* @summary Update provisioning policy by usagetype
|
|
@@ -79207,11 +79123,10 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79207
79123
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
79208
79124
|
* @summary Delete native change detection configuration
|
|
79209
79125
|
* @param {string} id The source id
|
|
79210
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79211
79126
|
* @param {*} [axiosOptions] Override http request option.
|
|
79212
79127
|
* @throws {RequiredError}
|
|
79213
79128
|
*/
|
|
79214
|
-
deleteNativeChangeDetectionConfig(id: string,
|
|
79129
|
+
deleteNativeChangeDetectionConfig(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
79215
79130
|
/**
|
|
79216
79131
|
* Deletes the provisioning policy with the specified usage on an application.
|
|
79217
79132
|
* @summary Delete provisioning policy by usagetype
|
|
@@ -79276,11 +79191,10 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79276
79191
|
* This API returns the existing native change detection configuration for a source specified by the given ID.
|
|
79277
79192
|
* @summary Native change detection configuration
|
|
79278
79193
|
* @param {string} id The source id
|
|
79279
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79280
79194
|
* @param {*} [axiosOptions] Override http request option.
|
|
79281
79195
|
* @throws {RequiredError}
|
|
79282
79196
|
*/
|
|
79283
|
-
getNativeChangeDetectionConfig(id: string,
|
|
79197
|
+
getNativeChangeDetectionConfig(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NativeChangeDetectionConfigV2024>>;
|
|
79284
79198
|
/**
|
|
79285
79199
|
* This end-point retrieves the ProvisioningPolicy with the specified usage on the specified Source in IdentityNow.
|
|
79286
79200
|
* @summary Get provisioning policy by usagetype
|
|
@@ -79405,6 +79319,16 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79405
79319
|
* @throws {RequiredError}
|
|
79406
79320
|
*/
|
|
79407
79321
|
importConnectorFile(sourceId: string, file?: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceV2024>>;
|
|
79322
|
+
/**
|
|
79323
|
+
* 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.
|
|
79324
|
+
* @summary Entitlement aggregation
|
|
79325
|
+
* @param {string} sourceId Source Id
|
|
79326
|
+
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
79327
|
+
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
79328
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79329
|
+
* @throws {RequiredError}
|
|
79330
|
+
*/
|
|
79331
|
+
importEntitlements(sourceId: string, xSailPointExperimental?: string, file?: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadEntitlementTaskV2024>>;
|
|
79408
79332
|
/**
|
|
79409
79333
|
* 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.**
|
|
79410
79334
|
* @summary Uploads source entitlements schema template
|
|
@@ -79468,12 +79392,11 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
79468
79392
|
* Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.
|
|
79469
79393
|
* @summary Update native change detection configuration
|
|
79470
79394
|
* @param {string} id The source id
|
|
79471
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
79472
79395
|
* @param {NativeChangeDetectionConfigV2024} nativeChangeDetectionConfigV2024
|
|
79473
79396
|
* @param {*} [axiosOptions] Override http request option.
|
|
79474
79397
|
* @throws {RequiredError}
|
|
79475
79398
|
*/
|
|
79476
|
-
putNativeChangeDetectionConfig(id: string,
|
|
79399
|
+
putNativeChangeDetectionConfig(id: string, nativeChangeDetectionConfigV2024: NativeChangeDetectionConfigV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NativeChangeDetectionConfigV2024>>;
|
|
79477
79400
|
/**
|
|
79478
79401
|
* 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.
|
|
79479
79402
|
* @summary Update provisioning policy by usagetype
|
|
@@ -79843,6 +79766,14 @@ export declare const SourcesV2024ApiFactory: (configuration?: Configuration, bas
|
|
|
79843
79766
|
* @throws {RequiredError}
|
|
79844
79767
|
*/
|
|
79845
79768
|
importConnectorFile(requestParameters: SourcesV2024ApiImportConnectorFileRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceV2024>;
|
|
79769
|
+
/**
|
|
79770
|
+
* 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.
|
|
79771
|
+
* @summary Entitlement aggregation
|
|
79772
|
+
* @param {SourcesV2024ApiImportEntitlementsRequest} requestParameters Request parameters.
|
|
79773
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
79774
|
+
* @throws {RequiredError}
|
|
79775
|
+
*/
|
|
79776
|
+
importEntitlements(requestParameters: SourcesV2024ApiImportEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<LoadEntitlementTaskV2024>;
|
|
79846
79777
|
/**
|
|
79847
79778
|
* 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.**
|
|
79848
79779
|
* @summary Uploads source entitlements schema template
|
|
@@ -80127,12 +80058,6 @@ export interface SourcesV2024ApiDeleteNativeChangeDetectionConfigRequest {
|
|
|
80127
80058
|
* @memberof SourcesV2024ApiDeleteNativeChangeDetectionConfig
|
|
80128
80059
|
*/
|
|
80129
80060
|
readonly id: string;
|
|
80130
|
-
/**
|
|
80131
|
-
* Use this header to enable this experimental API.
|
|
80132
|
-
* @type {string}
|
|
80133
|
-
* @memberof SourcesV2024ApiDeleteNativeChangeDetectionConfig
|
|
80134
|
-
*/
|
|
80135
|
-
readonly xSailPointExperimental: string;
|
|
80136
80061
|
}
|
|
80137
80062
|
/**
|
|
80138
80063
|
* Request parameters for deleteProvisioningPolicy operation in SourcesV2024Api.
|
|
@@ -80261,12 +80186,6 @@ export interface SourcesV2024ApiGetNativeChangeDetectionConfigRequest {
|
|
|
80261
80186
|
* @memberof SourcesV2024ApiGetNativeChangeDetectionConfig
|
|
80262
80187
|
*/
|
|
80263
80188
|
readonly id: string;
|
|
80264
|
-
/**
|
|
80265
|
-
* Use this header to enable this experimental API.
|
|
80266
|
-
* @type {string}
|
|
80267
|
-
* @memberof SourcesV2024ApiGetNativeChangeDetectionConfig
|
|
80268
|
-
*/
|
|
80269
|
-
readonly xSailPointExperimental?: string;
|
|
80270
80189
|
}
|
|
80271
80190
|
/**
|
|
80272
80191
|
* Request parameters for getProvisioningPolicy operation in SourcesV2024Api.
|
|
@@ -80522,6 +80441,31 @@ export interface SourcesV2024ApiImportConnectorFileRequest {
|
|
|
80522
80441
|
*/
|
|
80523
80442
|
readonly file?: File;
|
|
80524
80443
|
}
|
|
80444
|
+
/**
|
|
80445
|
+
* Request parameters for importEntitlements operation in SourcesV2024Api.
|
|
80446
|
+
* @export
|
|
80447
|
+
* @interface SourcesV2024ApiImportEntitlementsRequest
|
|
80448
|
+
*/
|
|
80449
|
+
export interface SourcesV2024ApiImportEntitlementsRequest {
|
|
80450
|
+
/**
|
|
80451
|
+
* Source Id
|
|
80452
|
+
* @type {string}
|
|
80453
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
80454
|
+
*/
|
|
80455
|
+
readonly sourceId: string;
|
|
80456
|
+
/**
|
|
80457
|
+
* Use this header to enable this experimental API.
|
|
80458
|
+
* @type {string}
|
|
80459
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
80460
|
+
*/
|
|
80461
|
+
readonly xSailPointExperimental?: string;
|
|
80462
|
+
/**
|
|
80463
|
+
* The CSV file containing the source entitlements to aggregate.
|
|
80464
|
+
* @type {File}
|
|
80465
|
+
* @memberof SourcesV2024ApiImportEntitlements
|
|
80466
|
+
*/
|
|
80467
|
+
readonly file?: File;
|
|
80468
|
+
}
|
|
80525
80469
|
/**
|
|
80526
80470
|
* Request parameters for importEntitlementsSchema operation in SourcesV2024Api.
|
|
80527
80471
|
* @export
|
|
@@ -80678,12 +80622,6 @@ export interface SourcesV2024ApiPutNativeChangeDetectionConfigRequest {
|
|
|
80678
80622
|
* @memberof SourcesV2024ApiPutNativeChangeDetectionConfig
|
|
80679
80623
|
*/
|
|
80680
80624
|
readonly id: string;
|
|
80681
|
-
/**
|
|
80682
|
-
* Use this header to enable this experimental API.
|
|
80683
|
-
* @type {string}
|
|
80684
|
-
* @memberof SourcesV2024ApiPutNativeChangeDetectionConfig
|
|
80685
|
-
*/
|
|
80686
|
-
readonly xSailPointExperimental: string;
|
|
80687
80625
|
/**
|
|
80688
80626
|
*
|
|
80689
80627
|
* @type {NativeChangeDetectionConfigV2024}
|
|
@@ -81259,6 +81197,15 @@ export declare class SourcesV2024Api extends BaseAPI {
|
|
|
81259
81197
|
* @memberof SourcesV2024Api
|
|
81260
81198
|
*/
|
|
81261
81199
|
importConnectorFile(requestParameters: SourcesV2024ApiImportConnectorFileRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceV2024, any>>;
|
|
81200
|
+
/**
|
|
81201
|
+
* 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.
|
|
81202
|
+
* @summary Entitlement aggregation
|
|
81203
|
+
* @param {SourcesV2024ApiImportEntitlementsRequest} requestParameters Request parameters.
|
|
81204
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
81205
|
+
* @throws {RequiredError}
|
|
81206
|
+
* @memberof SourcesV2024Api
|
|
81207
|
+
*/
|
|
81208
|
+
importEntitlements(requestParameters: SourcesV2024ApiImportEntitlementsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LoadEntitlementTaskV2024, any>>;
|
|
81262
81209
|
/**
|
|
81263
81210
|
* 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.**
|
|
81264
81211
|
* @summary Uploads source entitlements schema template
|