sailpoint-api-client 1.8.57 → 1.8.59
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 +71 -11
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +71 -11
- package/dist/beta/api.js +8 -8
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +68 -8
- package/dist/v2024/api.js +6 -6
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +92 -8
- package/dist/v2025/api.js +30 -6
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +475 -184
- package/dist/v2026/api.js +744 -441
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/api.d.ts +62 -8
- package/dist/v3/api.js +6 -6
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +68 -8
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +92 -8
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +822 -370
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +62 -8
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/v2025/api.ts
CHANGED
|
@@ -2247,6 +2247,12 @@ export interface AccessRequestAdminItemStatusV2025 {
|
|
|
2247
2247
|
* @memberof AccessRequestAdminItemStatusV2025
|
|
2248
2248
|
*/
|
|
2249
2249
|
'description'?: string | null;
|
|
2250
|
+
/**
|
|
2251
|
+
* When the role access is scheduled for provisioning.
|
|
2252
|
+
* @type {string}
|
|
2253
|
+
* @memberof AccessRequestAdminItemStatusV2025
|
|
2254
|
+
*/
|
|
2255
|
+
'startDate'?: string | null;
|
|
2250
2256
|
/**
|
|
2251
2257
|
* When the role access is scheduled for removal.
|
|
2252
2258
|
* @type {string}
|
|
@@ -2595,6 +2601,12 @@ export interface AccessRequestItemV2025 {
|
|
|
2595
2601
|
* @memberof AccessRequestItemV2025
|
|
2596
2602
|
*/
|
|
2597
2603
|
'clientMetadata'?: { [key: string]: string; };
|
|
2604
|
+
/**
|
|
2605
|
+
* The date and time the role or access profile or entitlement is/will be provisioned to the specified identity. Also known as the sunrise date. * Specify a date-time in the future. * This date-time can be used to indicate date-time when access item will be provisioned on the identity account. A GRANT_ACCESS request can use startDate to specify when to schedule provisioning of access item for an identity/account & a MODIFY_ACCESS request can use startDate to change the provisioning date-time of already assigned access item. But REVOKE_ACCESS request can not have startDate field. You can change the sunrise date in requests for yourself or others you are authorized to request for. * If the startDate is in the past, then the provisioning will be processed as soon as possible, but no guarantees can be made about when the provisioning will occur. If the startDate is in the future, then the provisioning will be scheduled to occur on that date and time. If no startDate is provided, then the provisioning will be processed as soon as possible.
|
|
2606
|
+
* @type {string}
|
|
2607
|
+
* @memberof AccessRequestItemV2025
|
|
2608
|
+
*/
|
|
2609
|
+
'startDate'?: string;
|
|
2598
2610
|
/**
|
|
2599
2611
|
* 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.
|
|
2600
2612
|
* @type {string}
|
|
@@ -3294,7 +3306,7 @@ export interface AccessRequestV2025 {
|
|
|
3294
3306
|
*/
|
|
3295
3307
|
'clientMetadata'?: { [key: string]: string; };
|
|
3296
3308
|
/**
|
|
3297
|
-
* Additional submit data structure with requestedFor containing requestedItems allowing distinction for each request item and Identity. * Can only be used when \'requestedFor\' and \'requestedItems\' are not separately provided * Adds ability to specify which account the user wants the access on, in case they have multiple accounts on a source * Allows the ability to request items with different remove dates * Also allows different combinations of request items and identities in the same request * Only for use in GRANT_ACCESS type requests
|
|
3309
|
+
* Additional submit data structure with requestedFor containing requestedItems allowing distinction for each request item and Identity. * Can only be used when \'requestedFor\' and \'requestedItems\' are not separately provided * Adds ability to specify which account the user wants the access on, in case they have multiple accounts on a source * Allows the ability to request items with different start dates * Allows the ability to request items with different remove dates * Also allows different combinations of request items and identities in the same request * Only for use in GRANT_ACCESS type requests
|
|
3298
3310
|
* @type {Array<RequestedForDtoRefV2025>}
|
|
3299
3311
|
* @memberof AccessRequestV2025
|
|
3300
3312
|
*/
|
|
@@ -13898,6 +13910,24 @@ export interface CompletedApprovalV2025 {
|
|
|
13898
13910
|
* @memberof CompletedApprovalV2025
|
|
13899
13911
|
*/
|
|
13900
13912
|
'currentRemoveDate'?: string | null;
|
|
13913
|
+
/**
|
|
13914
|
+
* The date the role or access profile or entitlement is/will assigned to the specified identity.
|
|
13915
|
+
* @type {string}
|
|
13916
|
+
* @memberof CompletedApprovalV2025
|
|
13917
|
+
*/
|
|
13918
|
+
'startDate'?: string;
|
|
13919
|
+
/**
|
|
13920
|
+
* If true, then the request is to change the start date or sunrise date.
|
|
13921
|
+
* @type {boolean}
|
|
13922
|
+
* @memberof CompletedApprovalV2025
|
|
13923
|
+
*/
|
|
13924
|
+
'startUpdateRequested'?: boolean;
|
|
13925
|
+
/**
|
|
13926
|
+
* The start date or sunrise date that was assigned at the time of the request.
|
|
13927
|
+
* @type {string}
|
|
13928
|
+
* @memberof CompletedApprovalV2025
|
|
13929
|
+
*/
|
|
13930
|
+
'currentStartDate'?: string;
|
|
13901
13931
|
/**
|
|
13902
13932
|
*
|
|
13903
13933
|
* @type {SodViolationContextCheckCompletedV2025}
|
|
@@ -34283,6 +34313,24 @@ export interface PendingApprovalV2025 {
|
|
|
34283
34313
|
* @memberof PendingApprovalV2025
|
|
34284
34314
|
*/
|
|
34285
34315
|
'currentRemoveDate'?: string;
|
|
34316
|
+
/**
|
|
34317
|
+
* The date the role or access profile or entitlement is/will assigned to the specified identity.
|
|
34318
|
+
* @type {string}
|
|
34319
|
+
* @memberof PendingApprovalV2025
|
|
34320
|
+
*/
|
|
34321
|
+
'startDate'?: string;
|
|
34322
|
+
/**
|
|
34323
|
+
* If true, then the request is to change the start date or sunrise date.
|
|
34324
|
+
* @type {boolean}
|
|
34325
|
+
* @memberof PendingApprovalV2025
|
|
34326
|
+
*/
|
|
34327
|
+
'startUpdateRequested'?: boolean;
|
|
34328
|
+
/**
|
|
34329
|
+
* The start date or sunrise date that was assigned at the time of the request.
|
|
34330
|
+
* @type {string}
|
|
34331
|
+
* @memberof PendingApprovalV2025
|
|
34332
|
+
*/
|
|
34333
|
+
'currentStartDate'?: string;
|
|
34286
34334
|
/**
|
|
34287
34335
|
*
|
|
34288
34336
|
* @type {SodViolationContextCheckCompletedV2025}
|
|
@@ -37065,6 +37113,12 @@ export interface RequestedItemDtoRefV2025 {
|
|
|
37065
37113
|
* @memberof RequestedItemDtoRefV2025
|
|
37066
37114
|
*/
|
|
37067
37115
|
'clientMetadata'?: { [key: string]: string; };
|
|
37116
|
+
/**
|
|
37117
|
+
* The date and time the role or access profile or entitlement is/will be provisioned to the specified identity. Also known as the sunrise date. * Specify a date-time in the future. * This date-time can be used to indicate date-time when access item will be provisioned on the identity account. A GRANT_ACCESS request can use startDate to specify when to schedule provisioning of access item for an identity/account & a MODIFY_ACCESS request can use startDate to change the provisioning date-time of already assigned access item. But REVOKE_ACCESS request can not have startDate field. You can change the sunrise date in requests for yourself or others you are authorized to request for. * If the startDate is in the past, then the provisioning will be processed as soon as possible, but no guarantees can be made about when the provisioning will occur. If the startDate is in the future, then the provisioning will be scheduled to occur on that date and time. If no startDate is provided, then the provisioning will be processed as soon as possible.
|
|
37118
|
+
* @type {string}
|
|
37119
|
+
* @memberof RequestedItemDtoRefV2025
|
|
37120
|
+
*/
|
|
37121
|
+
'startDate'?: string;
|
|
37068
37122
|
/**
|
|
37069
37123
|
* 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.
|
|
37070
37124
|
* @type {string}
|
|
@@ -37401,6 +37455,12 @@ export interface RequestedItemStatusV2025 {
|
|
|
37401
37455
|
* @memberof RequestedItemStatusV2025
|
|
37402
37456
|
*/
|
|
37403
37457
|
'description'?: string | null;
|
|
37458
|
+
/**
|
|
37459
|
+
* When the role access is scheduled for provisioning.
|
|
37460
|
+
* @type {string}
|
|
37461
|
+
* @memberof RequestedItemStatusV2025
|
|
37462
|
+
*/
|
|
37463
|
+
'startDate'?: string | null;
|
|
37404
37464
|
/**
|
|
37405
37465
|
* When the role access is scheduled for removal.
|
|
37406
37466
|
* @type {string}
|
|
@@ -56531,7 +56591,7 @@ export const AccessRequestsV2025ApiAxiosParamCreator = function (configuration?:
|
|
|
56531
56591
|
};
|
|
56532
56592
|
},
|
|
56533
56593
|
/**
|
|
56534
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
56594
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is 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 `startDate` to set or alter a sunrise date-time on an assignment. The startDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunrise date and its yet to be provisioned, you can also submit a request without a `startDate` to request immediate provisioning after approval. * If a `startDate` is specified, then the requested role, access profile, or entitlement will be provisioned on that date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You cannot specify a \'startDate\' in a REVOKE_ACCESS request, as startDate is only applicable for GRANT_ACCESS requests to indicate when the access should be provisioned, and it does not make sense in the context of revoking access. * 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.
|
|
56535
56595
|
* @summary Submit access request
|
|
56536
56596
|
* @param {AccessRequestV2025} accessRequestV2025
|
|
56537
56597
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -56758,7 +56818,7 @@ export const AccessRequestsV2025ApiAxiosParamCreator = function (configuration?:
|
|
|
56758
56818
|
* @param {boolean} [count] If this is true, the *X-Total-Count* response header populates with the number of results that would be returned if limit and offset were ignored.
|
|
56759
56819
|
* @param {number} [limit] Max number of results to return.
|
|
56760
56820
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
56761
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
56821
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in, eq, ne, ge, gt, le, lt, sw* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
56762
56822
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified, accountActivityItemId, name, accessRequestId**
|
|
56763
56823
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
56764
56824
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57005,7 +57065,7 @@ export const AccessRequestsV2025ApiFp = function(configuration?: Configuration)
|
|
|
57005
57065
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
57006
57066
|
},
|
|
57007
57067
|
/**
|
|
57008
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
57068
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is 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 `startDate` to set or alter a sunrise date-time on an assignment. The startDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunrise date and its yet to be provisioned, you can also submit a request without a `startDate` to request immediate provisioning after approval. * If a `startDate` is specified, then the requested role, access profile, or entitlement will be provisioned on that date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You cannot specify a \'startDate\' in a REVOKE_ACCESS request, as startDate is only applicable for GRANT_ACCESS requests to indicate when the access should be provisioned, and it does not make sense in the context of revoking access. * 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.
|
|
57009
57069
|
* @summary Submit access request
|
|
57010
57070
|
* @param {AccessRequestV2025} accessRequestV2025
|
|
57011
57071
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57077,7 +57137,7 @@ export const AccessRequestsV2025ApiFp = function(configuration?: Configuration)
|
|
|
57077
57137
|
* @param {boolean} [count] If this is true, the *X-Total-Count* response header populates with the number of results that would be returned if limit and offset were ignored.
|
|
57078
57138
|
* @param {number} [limit] Max number of results to return.
|
|
57079
57139
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
57080
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
57140
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in, eq, ne, ge, gt, le, lt, sw* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
57081
57141
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified, accountActivityItemId, name, accessRequestId**
|
|
57082
57142
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
57083
57143
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57168,7 +57228,7 @@ export const AccessRequestsV2025ApiFactory = function (configuration?: Configura
|
|
|
57168
57228
|
return localVarFp.closeAccessRequest(requestParameters.closeAccessRequestV2025, axiosOptions).then((request) => request(axios, basePath));
|
|
57169
57229
|
},
|
|
57170
57230
|
/**
|
|
57171
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
57231
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is 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 `startDate` to set or alter a sunrise date-time on an assignment. The startDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunrise date and its yet to be provisioned, you can also submit a request without a `startDate` to request immediate provisioning after approval. * If a `startDate` is specified, then the requested role, access profile, or entitlement will be provisioned on that date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You cannot specify a \'startDate\' in a REVOKE_ACCESS request, as startDate is only applicable for GRANT_ACCESS requests to indicate when the access should be provisioned, and it does not make sense in the context of revoking access. * 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.
|
|
57172
57232
|
* @summary Submit access request
|
|
57173
57233
|
* @param {AccessRequestsV2025ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
57174
57234
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57472,7 +57532,7 @@ export interface AccessRequestsV2025ApiListAdministratorsAccessRequestStatusRequ
|
|
|
57472
57532
|
readonly offset?: number
|
|
57473
57533
|
|
|
57474
57534
|
/**
|
|
57475
|
-
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
57535
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **accessRequestId**: *in, eq, ne, ge, gt, le, lt, sw* **status**: *in, eq, ne* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
57476
57536
|
* @type {string}
|
|
57477
57537
|
* @memberof AccessRequestsV2025ApiListAdministratorsAccessRequestStatus
|
|
57478
57538
|
*/
|
|
@@ -57584,7 +57644,7 @@ export class AccessRequestsV2025Api extends BaseAPI {
|
|
|
57584
57644
|
}
|
|
57585
57645
|
|
|
57586
57646
|
/**
|
|
57587
|
-
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
57647
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. >**Security:** idn:access-request:manage is for ORG_ADMIN level. idn:access-request-self:manage is for USER level. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token\'s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it does not 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 is 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 `startDate` to set or alter a sunrise date-time on an assignment. The startDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunrise date and its yet to be provisioned, you can also submit a request without a `startDate` to request immediate provisioning after approval. * If a `startDate` is specified, then the requested role, access profile, or entitlement will be provisioned on that date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You cannot specify a \'startDate\' in a REVOKE_ACCESS request, as startDate is only applicable for GRANT_ACCESS requests to indicate when the access should be provisioned, and it does not make sense in the context of revoking access. * 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.
|
|
57588
57648
|
* @summary Submit access request
|
|
57589
57649
|
* @param {AccessRequestsV2025ApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
57590
57650
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -102420,6 +102480,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102420
102480
|
* @param {CreateMachineAccountSubtypeRequestV2025} createMachineAccountSubtypeRequestV2025
|
|
102421
102481
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102422
102482
|
* @param {*} [axiosOptions] Override http request option.
|
|
102483
|
+
* @deprecated
|
|
102423
102484
|
* @throws {RequiredError}
|
|
102424
102485
|
*/
|
|
102425
102486
|
createMachineAccountSubtype: async (sourceId: string, createMachineAccountSubtypeRequestV2025: CreateMachineAccountSubtypeRequestV2025, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102480,6 +102541,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102480
102541
|
* @param {string} technicalName The technical name of the subtype.
|
|
102481
102542
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102482
102543
|
* @param {*} [axiosOptions] Override http request option.
|
|
102544
|
+
* @deprecated
|
|
102483
102545
|
* @throws {RequiredError}
|
|
102484
102546
|
*/
|
|
102485
102547
|
deleteMachineAccountSubtype: async (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102579,6 +102641,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102579
102641
|
* @param {string} subtypeId The ID of the machine account subtype.
|
|
102580
102642
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102581
102643
|
* @param {*} [axiosOptions] Override http request option.
|
|
102644
|
+
* @deprecated
|
|
102582
102645
|
* @throws {RequiredError}
|
|
102583
102646
|
*/
|
|
102584
102647
|
getMachineAccountSubtypeById: async (subtypeId: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102634,6 +102697,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102634
102697
|
* @param {string} technicalName The technical name of the subtype.
|
|
102635
102698
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102636
102699
|
* @param {*} [axiosOptions] Override http request option.
|
|
102700
|
+
* @deprecated
|
|
102637
102701
|
* @throws {RequiredError}
|
|
102638
102702
|
*/
|
|
102639
102703
|
getMachineAccountSubtypeByTechnicalName: async (sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102696,6 +102760,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102696
102760
|
* @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.
|
|
102697
102761
|
* @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.
|
|
102698
102762
|
* @param {*} [axiosOptions] Override http request option.
|
|
102763
|
+
* @deprecated
|
|
102699
102764
|
* @throws {RequiredError}
|
|
102700
102765
|
*/
|
|
102701
102766
|
listMachineAccountSubtypes: async (sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102835,6 +102900,7 @@ export const MachineAccountsV2025ApiAxiosParamCreator = function (configuration?
|
|
|
102835
102900
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
102836
102901
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102837
102902
|
* @param {*} [axiosOptions] Override http request option.
|
|
102903
|
+
* @deprecated
|
|
102838
102904
|
* @throws {RequiredError}
|
|
102839
102905
|
*/
|
|
102840
102906
|
patchMachineAccountSubtype: async (sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -102960,6 +103026,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
102960
103026
|
* @param {CreateMachineAccountSubtypeRequestV2025} createMachineAccountSubtypeRequestV2025
|
|
102961
103027
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102962
103028
|
* @param {*} [axiosOptions] Override http request option.
|
|
103029
|
+
* @deprecated
|
|
102963
103030
|
* @throws {RequiredError}
|
|
102964
103031
|
*/
|
|
102965
103032
|
async createMachineAccountSubtype(sourceId: string, createMachineAccountSubtypeRequestV2025: CreateMachineAccountSubtypeRequestV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>> {
|
|
@@ -102975,6 +103042,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
102975
103042
|
* @param {string} technicalName The technical name of the subtype.
|
|
102976
103043
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
102977
103044
|
* @param {*} [axiosOptions] Override http request option.
|
|
103045
|
+
* @deprecated
|
|
102978
103046
|
* @throws {RequiredError}
|
|
102979
103047
|
*/
|
|
102980
103048
|
async deleteMachineAccountSubtype(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -103002,6 +103070,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
103002
103070
|
* @param {string} subtypeId The ID of the machine account subtype.
|
|
103003
103071
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
103004
103072
|
* @param {*} [axiosOptions] Override http request option.
|
|
103073
|
+
* @deprecated
|
|
103005
103074
|
* @throws {RequiredError}
|
|
103006
103075
|
*/
|
|
103007
103076
|
async getMachineAccountSubtypeById(subtypeId: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>> {
|
|
@@ -103017,6 +103086,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
103017
103086
|
* @param {string} technicalName The technical name of the subtype.
|
|
103018
103087
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
103019
103088
|
* @param {*} [axiosOptions] Override http request option.
|
|
103089
|
+
* @deprecated
|
|
103020
103090
|
* @throws {RequiredError}
|
|
103021
103091
|
*/
|
|
103022
103092
|
async getMachineAccountSubtypeByTechnicalName(sourceId: string, technicalName: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>> {
|
|
@@ -103036,6 +103106,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
103036
103106
|
* @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.
|
|
103037
103107
|
* @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.
|
|
103038
103108
|
* @param {*} [axiosOptions] Override http request option.
|
|
103109
|
+
* @deprecated
|
|
103039
103110
|
* @throws {RequiredError}
|
|
103040
103111
|
*/
|
|
103041
103112
|
async listMachineAccountSubtypes(sourceId: string, filters?: string, sorters?: string, xSailPointExperimental?: string, count?: boolean, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SourceSubtypeV2025>>> {
|
|
@@ -103069,6 +103140,7 @@ export const MachineAccountsV2025ApiFp = function(configuration?: Configuration)
|
|
|
103069
103140
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
103070
103141
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
103071
103142
|
* @param {*} [axiosOptions] Override http request option.
|
|
103143
|
+
* @deprecated
|
|
103072
103144
|
* @throws {RequiredError}
|
|
103073
103145
|
*/
|
|
103074
103146
|
async patchMachineAccountSubtype(sourceId: string, technicalName: string, requestBody: Array<object>, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceSubtypeV2025>> {
|
|
@@ -103106,6 +103178,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103106
103178
|
* @summary Create subtype
|
|
103107
103179
|
* @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103108
103180
|
* @param {*} [axiosOptions] Override http request option.
|
|
103181
|
+
* @deprecated
|
|
103109
103182
|
* @throws {RequiredError}
|
|
103110
103183
|
*/
|
|
103111
103184
|
createMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025> {
|
|
@@ -103116,6 +103189,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103116
103189
|
* @summary Delete subtype
|
|
103117
103190
|
* @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103118
103191
|
* @param {*} [axiosOptions] Override http request option.
|
|
103192
|
+
* @deprecated
|
|
103119
103193
|
* @throws {RequiredError}
|
|
103120
103194
|
*/
|
|
103121
103195
|
deleteMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -103136,6 +103210,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103136
103210
|
* @summary Retrieve subtype by subtype id
|
|
103137
103211
|
* @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
|
|
103138
103212
|
* @param {*} [axiosOptions] Override http request option.
|
|
103213
|
+
* @deprecated
|
|
103139
103214
|
* @throws {RequiredError}
|
|
103140
103215
|
*/
|
|
103141
103216
|
getMachineAccountSubtypeById(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025> {
|
|
@@ -103146,6 +103221,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103146
103221
|
* @summary Retrieve subtype by source and technicalName
|
|
103147
103222
|
* @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
103148
103223
|
* @param {*} [axiosOptions] Override http request option.
|
|
103224
|
+
* @deprecated
|
|
103149
103225
|
* @throws {RequiredError}
|
|
103150
103226
|
*/
|
|
103151
103227
|
getMachineAccountSubtypeByTechnicalName(requestParameters: MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025> {
|
|
@@ -103156,6 +103232,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103156
103232
|
* @summary Retrieve all subtypes by source
|
|
103157
103233
|
* @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
|
|
103158
103234
|
* @param {*} [axiosOptions] Override http request option.
|
|
103235
|
+
* @deprecated
|
|
103159
103236
|
* @throws {RequiredError}
|
|
103160
103237
|
*/
|
|
103161
103238
|
listMachineAccountSubtypes(requestParameters: MachineAccountsV2025ApiListMachineAccountSubtypesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<SourceSubtypeV2025>> {
|
|
@@ -103176,6 +103253,7 @@ export const MachineAccountsV2025ApiFactory = function (configuration?: Configur
|
|
|
103176
103253
|
* @summary Patch subtype
|
|
103177
103254
|
* @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103178
103255
|
* @param {*} [axiosOptions] Override http request option.
|
|
103256
|
+
* @deprecated
|
|
103179
103257
|
* @throws {RequiredError}
|
|
103180
103258
|
*/
|
|
103181
103259
|
patchMachineAccountSubtype(requestParameters: MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceSubtypeV2025> {
|
|
@@ -103479,6 +103557,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103479
103557
|
* @summary Create subtype
|
|
103480
103558
|
* @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103481
103559
|
* @param {*} [axiosOptions] Override http request option.
|
|
103560
|
+
* @deprecated
|
|
103482
103561
|
* @throws {RequiredError}
|
|
103483
103562
|
* @memberof MachineAccountsV2025Api
|
|
103484
103563
|
*/
|
|
@@ -103491,6 +103570,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103491
103570
|
* @summary Delete subtype
|
|
103492
103571
|
* @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103493
103572
|
* @param {*} [axiosOptions] Override http request option.
|
|
103573
|
+
* @deprecated
|
|
103494
103574
|
* @throws {RequiredError}
|
|
103495
103575
|
* @memberof MachineAccountsV2025Api
|
|
103496
103576
|
*/
|
|
@@ -103515,6 +103595,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103515
103595
|
* @summary Retrieve subtype by subtype id
|
|
103516
103596
|
* @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
|
|
103517
103597
|
* @param {*} [axiosOptions] Override http request option.
|
|
103598
|
+
* @deprecated
|
|
103518
103599
|
* @throws {RequiredError}
|
|
103519
103600
|
* @memberof MachineAccountsV2025Api
|
|
103520
103601
|
*/
|
|
@@ -103527,6 +103608,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103527
103608
|
* @summary Retrieve subtype by source and technicalName
|
|
103528
103609
|
* @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
|
|
103529
103610
|
* @param {*} [axiosOptions] Override http request option.
|
|
103611
|
+
* @deprecated
|
|
103530
103612
|
* @throws {RequiredError}
|
|
103531
103613
|
* @memberof MachineAccountsV2025Api
|
|
103532
103614
|
*/
|
|
@@ -103539,6 +103621,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103539
103621
|
* @summary Retrieve all subtypes by source
|
|
103540
103622
|
* @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
|
|
103541
103623
|
* @param {*} [axiosOptions] Override http request option.
|
|
103624
|
+
* @deprecated
|
|
103542
103625
|
* @throws {RequiredError}
|
|
103543
103626
|
* @memberof MachineAccountsV2025Api
|
|
103544
103627
|
*/
|
|
@@ -103563,6 +103646,7 @@ export class MachineAccountsV2025Api extends BaseAPI {
|
|
|
103563
103646
|
* @summary Patch subtype
|
|
103564
103647
|
* @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
|
|
103565
103648
|
* @param {*} [axiosOptions] Override http request option.
|
|
103649
|
+
* @deprecated
|
|
103566
103650
|
* @throws {RequiredError}
|
|
103567
103651
|
* @memberof MachineAccountsV2025Api
|
|
103568
103652
|
*/
|
package/v2025/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.59`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.59'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|
package/v2025/package.json
CHANGED
package/v2026/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.59
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-sdk@1.8.
|
|
39
|
+
npm install sailpoint-sdk@1.8.59 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|