sailpoint-api-client 1.6.4 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +424 -250
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +337 -178
- package/dist/beta/api.js +345 -201
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +69 -118
- package/dist/v2024/api.js +75 -151
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +123 -146
- package/dist/v2025/api.js +104 -189
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +382 -59
- package/dist/v3/api.js +56 -38
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +108 -232
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +177 -282
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +401 -67
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/beta/api.ts
CHANGED
|
@@ -8450,6 +8450,12 @@ export type CorrelatedGovernanceEventBetaTypeBeta = typeof CorrelatedGovernanceE
|
|
|
8450
8450
|
* @interface CorrelationConfigAttributeAssignmentsInnerBeta
|
|
8451
8451
|
*/
|
|
8452
8452
|
export interface CorrelationConfigAttributeAssignmentsInnerBeta {
|
|
8453
|
+
/**
|
|
8454
|
+
* The sequence of the attribute assignment.
|
|
8455
|
+
* @type {number}
|
|
8456
|
+
* @memberof CorrelationConfigAttributeAssignmentsInnerBeta
|
|
8457
|
+
*/
|
|
8458
|
+
'sequence'?: number;
|
|
8453
8459
|
/**
|
|
8454
8460
|
* The property of the attribute assignment.
|
|
8455
8461
|
* @type {string}
|
|
@@ -11697,8 +11703,7 @@ export interface FullcampaignAllOfFilterBeta {
|
|
|
11697
11703
|
}
|
|
11698
11704
|
|
|
11699
11705
|
export const FullcampaignAllOfFilterBetaTypeBeta = {
|
|
11700
|
-
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
11701
|
-
Rule: 'RULE'
|
|
11706
|
+
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
11702
11707
|
} as const;
|
|
11703
11708
|
|
|
11704
11709
|
export type FullcampaignAllOfFilterBetaTypeBeta = typeof FullcampaignAllOfFilterBetaTypeBeta[keyof typeof FullcampaignAllOfFilterBetaTypeBeta];
|
|
@@ -18517,7 +18522,7 @@ export interface NonEmployeeBulkUploadStatusBeta {
|
|
|
18517
18522
|
* @type {string}
|
|
18518
18523
|
* @memberof NonEmployeeBulkUploadStatusBeta
|
|
18519
18524
|
*/
|
|
18520
|
-
'status'?: NonEmployeeBulkUploadStatusBetaStatusBeta;
|
|
18525
|
+
'status'?: NonEmployeeBulkUploadStatusBetaStatusBeta | null;
|
|
18521
18526
|
}
|
|
18522
18527
|
|
|
18523
18528
|
export const NonEmployeeBulkUploadStatusBetaStatusBeta = {
|
|
@@ -19050,13 +19055,13 @@ export interface NonEmployeeSchemaAttributeBeta {
|
|
|
19050
19055
|
* @type {string}
|
|
19051
19056
|
* @memberof NonEmployeeSchemaAttributeBeta
|
|
19052
19057
|
*/
|
|
19053
|
-
'helpText'?: string;
|
|
19058
|
+
'helpText'?: string | null;
|
|
19054
19059
|
/**
|
|
19055
19060
|
* Hint text that fills UI box.
|
|
19056
19061
|
* @type {string}
|
|
19057
19062
|
* @memberof NonEmployeeSchemaAttributeBeta
|
|
19058
19063
|
*/
|
|
19059
|
-
'placeholder'?: string;
|
|
19064
|
+
'placeholder'?: string | null;
|
|
19060
19065
|
/**
|
|
19061
19066
|
* If true, the schema attribute is required for all non-employees in the source
|
|
19062
19067
|
* @type {boolean}
|
|
@@ -19118,7 +19123,9 @@ export interface NonEmployeeSchemaAttributeBodyBeta {
|
|
|
19118
19123
|
export const NonEmployeeSchemaAttributeTypeBeta = {
|
|
19119
19124
|
Text: 'TEXT',
|
|
19120
19125
|
Date: 'DATE',
|
|
19121
|
-
Identity: 'IDENTITY'
|
|
19126
|
+
Identity: 'IDENTITY',
|
|
19127
|
+
Phone: 'PHONE',
|
|
19128
|
+
Email: 'EMAIL'
|
|
19122
19129
|
} as const;
|
|
19123
19130
|
|
|
19124
19131
|
export type NonEmployeeSchemaAttributeTypeBeta = typeof NonEmployeeSchemaAttributeTypeBeta[keyof typeof NonEmployeeSchemaAttributeTypeBeta];
|
|
@@ -36123,7 +36130,7 @@ export const AccessRequestsBetaApiAxiosParamCreator = function (configuration?:
|
|
|
36123
36130
|
};
|
|
36124
36131
|
},
|
|
36125
36132
|
/**
|
|
36126
|
-
* 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. *
|
|
36133
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
36127
36134
|
* @summary Submit access request
|
|
36128
36135
|
* @param {AccessRequestBeta} accessRequestBeta
|
|
36129
36136
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36214,7 +36221,7 @@ export const AccessRequestsBetaApiAxiosParamCreator = function (configuration?:
|
|
|
36214
36221
|
* @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.
|
|
36215
36222
|
* @param {number} [limit] Max number of results to return.
|
|
36216
36223
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
36217
|
-
* @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: **accessRequestId**: *in* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36224
|
+
* @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: **accessRequestId**: *eq, in, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36218
36225
|
* @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**
|
|
36219
36226
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
36220
36227
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36373,7 +36380,7 @@ export const AccessRequestsBetaApiFp = function(configuration?: Configuration) {
|
|
|
36373
36380
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
36374
36381
|
},
|
|
36375
36382
|
/**
|
|
36376
|
-
* 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. *
|
|
36383
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
36377
36384
|
* @summary Submit access request
|
|
36378
36385
|
* @param {AccessRequestBeta} accessRequestBeta
|
|
36379
36386
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36407,7 +36414,7 @@ export const AccessRequestsBetaApiFp = function(configuration?: Configuration) {
|
|
|
36407
36414
|
* @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.
|
|
36408
36415
|
* @param {number} [limit] Max number of results to return.
|
|
36409
36416
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. Defaults to 0 if not specified.
|
|
36410
|
-
* @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: **accessRequestId**: *in* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36417
|
+
* @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: **accessRequestId**: *eq, in, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36411
36418
|
* @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**
|
|
36412
36419
|
* @param {string} [requestState] Filter the results by the state of the request. The only valid value is *EXECUTING*.
|
|
36413
36420
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36463,7 +36470,7 @@ export const AccessRequestsBetaApiFactory = function (configuration?: Configurat
|
|
|
36463
36470
|
return localVarFp.closeAccessRequest(requestParameters.closeAccessRequestBeta, axiosOptions).then((request) => request(axios, basePath));
|
|
36464
36471
|
},
|
|
36465
36472
|
/**
|
|
36466
|
-
* 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. *
|
|
36473
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
36467
36474
|
* @summary Submit access request
|
|
36468
36475
|
* @param {AccessRequestsBetaApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
36469
36476
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36602,7 +36609,7 @@ export interface AccessRequestsBetaApiListAccessRequestStatusRequest {
|
|
|
36602
36609
|
readonly offset?: number
|
|
36603
36610
|
|
|
36604
36611
|
/**
|
|
36605
|
-
* 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: **accessRequestId**: *in* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36612
|
+
* 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: **accessRequestId**: *eq, in, ge, gt, le, lt, ne, sw* **accountActivityItemId**: *eq, in, ge, gt, le, lt, ne, isnull, sw* **created**: *eq, in, ge, gt, le, lt, ne, isnull, sw*
|
|
36606
36613
|
* @type {string}
|
|
36607
36614
|
* @memberof AccessRequestsBetaApiListAccessRequestStatus
|
|
36608
36615
|
*/
|
|
@@ -36669,7 +36676,7 @@ export class AccessRequestsBetaApi extends BaseAPI {
|
|
|
36669
36676
|
}
|
|
36670
36677
|
|
|
36671
36678
|
/**
|
|
36672
|
-
* 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. *
|
|
36679
|
+
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
36673
36680
|
* @summary Submit access request
|
|
36674
36681
|
* @param {AccessRequestsBetaApiCreateAccessRequestRequest} requestParameters Request parameters.
|
|
36675
36682
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -66487,6 +66494,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66487
66494
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
66488
66495
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
66489
66496
|
* @param {*} [axiosOptions] Override http request option.
|
|
66497
|
+
* @deprecated
|
|
66490
66498
|
* @throws {RequiredError}
|
|
66491
66499
|
*/
|
|
66492
66500
|
approveNonEmployeeRequest: async (id: string, nonEmployeeApprovalDecisionBeta: NonEmployeeApprovalDecisionBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66534,6 +66542,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66534
66542
|
* @summary Create non-employee record
|
|
66535
66543
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
66536
66544
|
* @param {*} [axiosOptions] Override http request option.
|
|
66545
|
+
* @deprecated
|
|
66537
66546
|
* @throws {RequiredError}
|
|
66538
66547
|
*/
|
|
66539
66548
|
createNonEmployeeRecord: async (nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66578,6 +66587,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66578
66587
|
* @summary Create non-employee request
|
|
66579
66588
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
66580
66589
|
* @param {*} [axiosOptions] Override http request option.
|
|
66590
|
+
* @deprecated
|
|
66581
66591
|
* @throws {RequiredError}
|
|
66582
66592
|
*/
|
|
66583
66593
|
createNonEmployeeRequest: async (nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66622,6 +66632,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66622
66632
|
* @summary Create non-employee source
|
|
66623
66633
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
66624
66634
|
* @param {*} [axiosOptions] Override http request option.
|
|
66635
|
+
* @deprecated
|
|
66625
66636
|
* @throws {RequiredError}
|
|
66626
66637
|
*/
|
|
66627
66638
|
createNonEmployeeSource: async (nonEmployeeSourceRequestBodyBeta: NonEmployeeSourceRequestBodyBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66667,6 +66678,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66667
66678
|
* @param {string} sourceId The Source id
|
|
66668
66679
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
66669
66680
|
* @param {*} [axiosOptions] Override http request option.
|
|
66681
|
+
* @deprecated
|
|
66670
66682
|
* @throws {RequiredError}
|
|
66671
66683
|
*/
|
|
66672
66684
|
createNonEmployeeSourceSchemaAttributes: async (sourceId: string, nonEmployeeSchemaAttributeBodyBeta: NonEmployeeSchemaAttributeBodyBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66714,6 +66726,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66714
66726
|
* @summary Delete non-employee record
|
|
66715
66727
|
* @param {string} id Non-Employee record id (UUID)
|
|
66716
66728
|
* @param {*} [axiosOptions] Override http request option.
|
|
66729
|
+
* @deprecated
|
|
66717
66730
|
* @throws {RequiredError}
|
|
66718
66731
|
*/
|
|
66719
66732
|
deleteNonEmployeeRecord: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66756,6 +66769,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66756
66769
|
* @summary Delete multiple non-employee records
|
|
66757
66770
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
66758
66771
|
* @param {*} [axiosOptions] Override http request option.
|
|
66772
|
+
* @deprecated
|
|
66759
66773
|
* @throws {RequiredError}
|
|
66760
66774
|
*/
|
|
66761
66775
|
deleteNonEmployeeRecordInBulk: async (deleteNonEmployeeRecordInBulkRequestBeta: DeleteNonEmployeeRecordInBulkRequestBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66800,6 +66814,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66800
66814
|
* @summary Delete non-employee request
|
|
66801
66815
|
* @param {string} id Non-Employee request id in the UUID format
|
|
66802
66816
|
* @param {*} [axiosOptions] Override http request option.
|
|
66817
|
+
* @deprecated
|
|
66803
66818
|
* @throws {RequiredError}
|
|
66804
66819
|
*/
|
|
66805
66820
|
deleteNonEmployeeRequest: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66843,6 +66858,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66843
66858
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
66844
66859
|
* @param {string} sourceId The Source id
|
|
66845
66860
|
* @param {*} [axiosOptions] Override http request option.
|
|
66861
|
+
* @deprecated
|
|
66846
66862
|
* @throws {RequiredError}
|
|
66847
66863
|
*/
|
|
66848
66864
|
deleteNonEmployeeSchemaAttribute: async (attributeId: string, sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66888,6 +66904,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66888
66904
|
* @summary Delete non-employee source
|
|
66889
66905
|
* @param {string} sourceId Source Id
|
|
66890
66906
|
* @param {*} [axiosOptions] Override http request option.
|
|
66907
|
+
* @deprecated
|
|
66891
66908
|
* @throws {RequiredError}
|
|
66892
66909
|
*/
|
|
66893
66910
|
deleteNonEmployeeSource: async (sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66930,6 +66947,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66930
66947
|
* @summary Delete all custom schema attributes
|
|
66931
66948
|
* @param {string} sourceId The Source id
|
|
66932
66949
|
* @param {*} [axiosOptions] Override http request option.
|
|
66950
|
+
* @deprecated
|
|
66933
66951
|
* @throws {RequiredError}
|
|
66934
66952
|
*/
|
|
66935
66953
|
deleteNonEmployeeSourceSchemaAttributes: async (sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -66968,16 +66986,18 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66968
66986
|
};
|
|
66969
66987
|
},
|
|
66970
66988
|
/**
|
|
66971
|
-
*
|
|
66972
|
-
* @summary
|
|
66973
|
-
* @param {string} id
|
|
66989
|
+
* Approves a non-employee approval request and notifies the next approver.
|
|
66990
|
+
* @summary A non-employee approval item detail
|
|
66991
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
66992
|
+
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
66974
66993
|
* @param {*} [axiosOptions] Override http request option.
|
|
66994
|
+
* @deprecated
|
|
66975
66995
|
* @throws {RequiredError}
|
|
66976
66996
|
*/
|
|
66977
|
-
|
|
66997
|
+
getNonEmployeeApproval: async (id: string, includeDetail?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
66978
66998
|
// verify required parameter 'id' is not null or undefined
|
|
66979
|
-
assertParamExists('
|
|
66980
|
-
const localVarPath = `/non-employee-
|
|
66999
|
+
assertParamExists('getNonEmployeeApproval', 'id', id)
|
|
67000
|
+
const localVarPath = `/non-employee-approvals/{id}`
|
|
66981
67001
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
66982
67002
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
66983
67003
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -66998,6 +67018,10 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
66998
67018
|
// oauth required
|
|
66999
67019
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
67000
67020
|
|
|
67021
|
+
if (includeDetail !== undefined) {
|
|
67022
|
+
localVarQueryParameter['include-detail'] = includeDetail;
|
|
67023
|
+
}
|
|
67024
|
+
|
|
67001
67025
|
|
|
67002
67026
|
|
|
67003
67027
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -67010,17 +67034,18 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67010
67034
|
};
|
|
67011
67035
|
},
|
|
67012
67036
|
/**
|
|
67013
|
-
* This
|
|
67014
|
-
* @summary
|
|
67015
|
-
* @param {string}
|
|
67037
|
+
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
67038
|
+
* @summary Summary of non-employee approval requests
|
|
67039
|
+
* @param {string} requestedFor The identity (UUID) of the approver for whom for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
67016
67040
|
* @param {*} [axiosOptions] Override http request option.
|
|
67041
|
+
* @deprecated
|
|
67017
67042
|
* @throws {RequiredError}
|
|
67018
67043
|
*/
|
|
67019
|
-
|
|
67020
|
-
// verify required parameter '
|
|
67021
|
-
assertParamExists('
|
|
67022
|
-
const localVarPath = `/non-employee-
|
|
67023
|
-
.replace(`{${"
|
|
67044
|
+
getNonEmployeeApprovalSummary: async (requestedFor: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67045
|
+
// verify required parameter 'requestedFor' is not null or undefined
|
|
67046
|
+
assertParamExists('getNonEmployeeApprovalSummary', 'requestedFor', requestedFor)
|
|
67047
|
+
const localVarPath = `/non-employee-approvals/summary/{requested-for}`
|
|
67048
|
+
.replace(`{${"requested-for"}}`, encodeURIComponent(String(requestedFor)));
|
|
67024
67049
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67025
67050
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
67026
67051
|
let baseOptions;
|
|
@@ -67052,17 +67077,17 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67052
67077
|
};
|
|
67053
67078
|
},
|
|
67054
67079
|
/**
|
|
67055
|
-
*
|
|
67056
|
-
* @summary
|
|
67057
|
-
* @param {string} id
|
|
67058
|
-
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
67080
|
+
* The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.
|
|
67081
|
+
* @summary Bulk upload status on source
|
|
67082
|
+
* @param {string} id Source ID (UUID)
|
|
67059
67083
|
* @param {*} [axiosOptions] Override http request option.
|
|
67084
|
+
* @deprecated
|
|
67060
67085
|
* @throws {RequiredError}
|
|
67061
67086
|
*/
|
|
67062
|
-
|
|
67087
|
+
getNonEmployeeBulkUploadStatus: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67063
67088
|
// verify required parameter 'id' is not null or undefined
|
|
67064
|
-
assertParamExists('
|
|
67065
|
-
const localVarPath = `/non-employee-
|
|
67089
|
+
assertParamExists('getNonEmployeeBulkUploadStatus', 'id', id)
|
|
67090
|
+
const localVarPath = `/non-employee-sources/{id}/non-employee-bulk-upload/status`
|
|
67066
67091
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
67067
67092
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67068
67093
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -67083,10 +67108,6 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67083
67108
|
// oauth required
|
|
67084
67109
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
67085
67110
|
|
|
67086
|
-
if (includeDetail !== undefined) {
|
|
67087
|
-
localVarQueryParameter['include-detail'] = includeDetail;
|
|
67088
|
-
}
|
|
67089
|
-
|
|
67090
67111
|
|
|
67091
67112
|
|
|
67092
67113
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -67099,17 +67120,18 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67099
67120
|
};
|
|
67100
67121
|
},
|
|
67101
67122
|
/**
|
|
67102
|
-
* This
|
|
67103
|
-
* @summary
|
|
67104
|
-
* @param {string}
|
|
67123
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
67124
|
+
* @summary Exports non-employee records to csv
|
|
67125
|
+
* @param {string} id Source Id (UUID)
|
|
67105
67126
|
* @param {*} [axiosOptions] Override http request option.
|
|
67127
|
+
* @deprecated
|
|
67106
67128
|
* @throws {RequiredError}
|
|
67107
67129
|
*/
|
|
67108
|
-
|
|
67109
|
-
// verify required parameter '
|
|
67110
|
-
assertParamExists('
|
|
67111
|
-
const localVarPath = `/non-employee-
|
|
67112
|
-
.replace(`{${"
|
|
67130
|
+
getNonEmployeeExportRecords: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67131
|
+
// verify required parameter 'id' is not null or undefined
|
|
67132
|
+
assertParamExists('getNonEmployeeExportRecords', 'id', id)
|
|
67133
|
+
const localVarPath = `/non-employee-sources/{id}/non-employees/download`
|
|
67134
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
67113
67135
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67114
67136
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
67115
67137
|
let baseOptions;
|
|
@@ -67141,16 +67163,17 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67141
67163
|
};
|
|
67142
67164
|
},
|
|
67143
67165
|
/**
|
|
67144
|
-
*
|
|
67145
|
-
* @summary
|
|
67146
|
-
* @param {string} id Source
|
|
67166
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
67167
|
+
* @summary Exports source schema template
|
|
67168
|
+
* @param {string} id Source Id (UUID)
|
|
67147
67169
|
* @param {*} [axiosOptions] Override http request option.
|
|
67170
|
+
* @deprecated
|
|
67148
67171
|
* @throws {RequiredError}
|
|
67149
67172
|
*/
|
|
67150
|
-
|
|
67173
|
+
getNonEmployeeExportSourceSchemaTemplate: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67151
67174
|
// verify required parameter 'id' is not null or undefined
|
|
67152
|
-
assertParamExists('
|
|
67153
|
-
const localVarPath = `/non-employee-sources/{id}/
|
|
67175
|
+
assertParamExists('getNonEmployeeExportSourceSchemaTemplate', 'id', id)
|
|
67176
|
+
const localVarPath = `/non-employee-sources/{id}/schema-attributes-template/download`
|
|
67154
67177
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
67155
67178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67156
67179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -67187,6 +67210,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67187
67210
|
* @summary Get a non-employee record
|
|
67188
67211
|
* @param {string} id Non-Employee record id (UUID)
|
|
67189
67212
|
* @param {*} [axiosOptions] Override http request option.
|
|
67213
|
+
* @deprecated
|
|
67190
67214
|
* @throws {RequiredError}
|
|
67191
67215
|
*/
|
|
67192
67216
|
getNonEmployeeRecord: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67229,6 +67253,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67229
67253
|
* @summary Get a non-employee request
|
|
67230
67254
|
* @param {string} id Non-Employee request id (UUID)
|
|
67231
67255
|
* @param {*} [axiosOptions] Override http request option.
|
|
67256
|
+
* @deprecated
|
|
67232
67257
|
* @throws {RequiredError}
|
|
67233
67258
|
*/
|
|
67234
67259
|
getNonEmployeeRequest: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67271,6 +67296,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67271
67296
|
* @summary Get summary of non-employee requests
|
|
67272
67297
|
* @param {string} requestedFor The identity (UUID) of the non-employee account manager for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
67273
67298
|
* @param {*} [axiosOptions] Override http request option.
|
|
67299
|
+
* @deprecated
|
|
67274
67300
|
* @throws {RequiredError}
|
|
67275
67301
|
*/
|
|
67276
67302
|
getNonEmployeeRequestSummary: async (requestedFor: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67314,6 +67340,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67314
67340
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
67315
67341
|
* @param {string} sourceId The Source id
|
|
67316
67342
|
* @param {*} [axiosOptions] Override http request option.
|
|
67343
|
+
* @deprecated
|
|
67317
67344
|
* @throws {RequiredError}
|
|
67318
67345
|
*/
|
|
67319
67346
|
getNonEmployeeSchemaAttribute: async (attributeId: string, sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67359,6 +67386,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67359
67386
|
* @summary Get a non-employee source
|
|
67360
67387
|
* @param {string} sourceId Source Id
|
|
67361
67388
|
* @param {*} [axiosOptions] Override http request option.
|
|
67389
|
+
* @deprecated
|
|
67362
67390
|
* @throws {RequiredError}
|
|
67363
67391
|
*/
|
|
67364
67392
|
getNonEmployeeSource: async (sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67400,10 +67428,13 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67400
67428
|
* This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
|
|
67401
67429
|
* @summary List schema attributes non-employee source
|
|
67402
67430
|
* @param {string} sourceId The Source id
|
|
67431
|
+
* @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.
|
|
67432
|
+
* @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.
|
|
67403
67433
|
* @param {*} [axiosOptions] Override http request option.
|
|
67434
|
+
* @deprecated
|
|
67404
67435
|
* @throws {RequiredError}
|
|
67405
67436
|
*/
|
|
67406
|
-
getNonEmployeeSourceSchemaAttributes: async (sourceId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67437
|
+
getNonEmployeeSourceSchemaAttributes: async (sourceId: string, limit?: number, offset?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67407
67438
|
// verify required parameter 'sourceId' is not null or undefined
|
|
67408
67439
|
assertParamExists('getNonEmployeeSourceSchemaAttributes', 'sourceId', sourceId)
|
|
67409
67440
|
const localVarPath = `/non-employee-sources/{sourceId}/schema-attributes`
|
|
@@ -67427,6 +67458,14 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67427
67458
|
// oauth required
|
|
67428
67459
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
67429
67460
|
|
|
67461
|
+
if (limit !== undefined) {
|
|
67462
|
+
localVarQueryParameter['limit'] = limit;
|
|
67463
|
+
}
|
|
67464
|
+
|
|
67465
|
+
if (offset !== undefined) {
|
|
67466
|
+
localVarQueryParameter['offset'] = offset;
|
|
67467
|
+
}
|
|
67468
|
+
|
|
67430
67469
|
|
|
67431
67470
|
|
|
67432
67471
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -67444,6 +67483,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67444
67483
|
* @param {string} id Source Id (UUID)
|
|
67445
67484
|
* @param {File} data
|
|
67446
67485
|
* @param {*} [axiosOptions] Override http request option.
|
|
67486
|
+
* @deprecated
|
|
67447
67487
|
* @throws {RequiredError}
|
|
67448
67488
|
*/
|
|
67449
67489
|
importNonEmployeeRecordsInBulk: async (id: string, data: File, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67493,7 +67533,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67493
67533
|
},
|
|
67494
67534
|
/**
|
|
67495
67535
|
* This gets a list of non-employee approval requests.
|
|
67496
|
-
* @summary
|
|
67536
|
+
* @summary List of non-employee approval requests
|
|
67497
67537
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
67498
67538
|
* @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.
|
|
67499
67539
|
* @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.
|
|
@@ -67501,6 +67541,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67501
67541
|
* @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: **approvalStatus**: *eq*
|
|
67502
67542
|
* @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**
|
|
67503
67543
|
* @param {*} [axiosOptions] Override http request option.
|
|
67544
|
+
* @deprecated
|
|
67504
67545
|
* @throws {RequiredError}
|
|
67505
67546
|
*/
|
|
67506
67547
|
listNonEmployeeApproval: async (requestedFor?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67568,6 +67609,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67568
67609
|
* @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: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
|
|
67569
67610
|
* @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: **sourceId**: *eq*
|
|
67570
67611
|
* @param {*} [axiosOptions] Override http request option.
|
|
67612
|
+
* @deprecated
|
|
67571
67613
|
* @throws {RequiredError}
|
|
67572
67614
|
*/
|
|
67573
67615
|
listNonEmployeeRecords: async (limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67632,6 +67674,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67632
67674
|
* @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, approvalStatus, firstName, lastName, email, phone, accountName, startDate, endDate**
|
|
67633
67675
|
* @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: **sourceId**: *eq*
|
|
67634
67676
|
* @param {*} [axiosOptions] Override http request option.
|
|
67677
|
+
* @deprecated
|
|
67635
67678
|
* @throws {RequiredError}
|
|
67636
67679
|
*/
|
|
67637
67680
|
listNonEmployeeRequests: async (requestedFor: string, limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67702,6 +67745,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67702
67745
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
67703
67746
|
* @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: **name, created, sourceId**
|
|
67704
67747
|
* @param {*} [axiosOptions] Override http request option.
|
|
67748
|
+
* @deprecated
|
|
67705
67749
|
* @throws {RequiredError}
|
|
67706
67750
|
*/
|
|
67707
67751
|
listNonEmployeeSources: async (limit?: number, offset?: number, count?: boolean, requestedFor?: string, nonEmployeeCount?: boolean, sorters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67766,6 +67810,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67766
67810
|
* @param {string} id Non-employee record id (UUID)
|
|
67767
67811
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
67768
67812
|
* @param {*} [axiosOptions] Override http request option.
|
|
67813
|
+
* @deprecated
|
|
67769
67814
|
* @throws {RequiredError}
|
|
67770
67815
|
*/
|
|
67771
67816
|
patchNonEmployeeRecord: async (id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67815,6 +67860,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67815
67860
|
* @param {string} sourceId The Source id
|
|
67816
67861
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following properties are allowed for update \':\' \'label\', \'helpText\', \'placeholder\', \'required\'.
|
|
67817
67862
|
* @param {*} [axiosOptions] Override http request option.
|
|
67863
|
+
* @deprecated
|
|
67818
67864
|
* @throws {RequiredError}
|
|
67819
67865
|
*/
|
|
67820
67866
|
patchNonEmployeeSchemaAttribute: async (attributeId: string, sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67866,6 +67912,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67866
67912
|
* @param {string} sourceId Source Id
|
|
67867
67913
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
67868
67914
|
* @param {*} [axiosOptions] Override http request option.
|
|
67915
|
+
* @deprecated
|
|
67869
67916
|
* @throws {RequiredError}
|
|
67870
67917
|
*/
|
|
67871
67918
|
patchNonEmployeeSource: async (sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
@@ -67909,19 +67956,20 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67909
67956
|
};
|
|
67910
67957
|
},
|
|
67911
67958
|
/**
|
|
67912
|
-
* This
|
|
67913
|
-
* @summary
|
|
67914
|
-
* @param {string} id Non-
|
|
67915
|
-
* @param {
|
|
67959
|
+
* This request will update a non-employee record.
|
|
67960
|
+
* @summary Update non-employee record
|
|
67961
|
+
* @param {string} id Non-employee record id (UUID)
|
|
67962
|
+
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-employee record creation request body. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
67916
67963
|
* @param {*} [axiosOptions] Override http request option.
|
|
67964
|
+
* @deprecated
|
|
67917
67965
|
* @throws {RequiredError}
|
|
67918
67966
|
*/
|
|
67919
|
-
|
|
67967
|
+
putNonEmployeeRecord: async (id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67920
67968
|
// verify required parameter 'id' is not null or undefined
|
|
67921
|
-
assertParamExists('
|
|
67922
|
-
// verify required parameter '
|
|
67923
|
-
assertParamExists('
|
|
67924
|
-
const localVarPath = `/non-employee-
|
|
67969
|
+
assertParamExists('putNonEmployeeRecord', 'id', id)
|
|
67970
|
+
// verify required parameter 'nonEmployeeRequestBodyBeta' is not null or undefined
|
|
67971
|
+
assertParamExists('putNonEmployeeRecord', 'nonEmployeeRequestBodyBeta', nonEmployeeRequestBodyBeta)
|
|
67972
|
+
const localVarPath = `/non-employee-records/{id}`
|
|
67925
67973
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
67926
67974
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67927
67975
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -67930,7 +67978,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67930
67978
|
baseOptions = configuration.baseOptions;
|
|
67931
67979
|
}
|
|
67932
67980
|
|
|
67933
|
-
const localVarRequestOptions = { method: '
|
|
67981
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...axiosOptions};
|
|
67934
67982
|
const localVarHeaderParameter = {} as any;
|
|
67935
67983
|
const localVarQueryParameter = {} as any;
|
|
67936
67984
|
|
|
@@ -67949,7 +67997,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67949
67997
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
67950
67998
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
67951
67999
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
67952
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
68000
|
+
localVarRequestOptions.data = serializeDataIfNeeded(nonEmployeeRequestBodyBeta, localVarRequestOptions, configuration)
|
|
67953
68001
|
|
|
67954
68002
|
return {
|
|
67955
68003
|
url: toPathString(localVarUrlObj),
|
|
@@ -67957,19 +68005,20 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67957
68005
|
};
|
|
67958
68006
|
},
|
|
67959
68007
|
/**
|
|
67960
|
-
* This
|
|
67961
|
-
* @summary
|
|
67962
|
-
* @param {string} id Non-
|
|
67963
|
-
* @param {
|
|
68008
|
+
* This endpoint will reject an approval item request and notify user.
|
|
68009
|
+
* @summary Reject a non-employee request
|
|
68010
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
68011
|
+
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
67964
68012
|
* @param {*} [axiosOptions] Override http request option.
|
|
68013
|
+
* @deprecated
|
|
67965
68014
|
* @throws {RequiredError}
|
|
67966
68015
|
*/
|
|
67967
|
-
|
|
68016
|
+
rejectNonEmployeeRequest: async (id: string, nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
67968
68017
|
// verify required parameter 'id' is not null or undefined
|
|
67969
|
-
assertParamExists('
|
|
67970
|
-
// verify required parameter '
|
|
67971
|
-
assertParamExists('
|
|
67972
|
-
const localVarPath = `/non-employee-
|
|
68018
|
+
assertParamExists('rejectNonEmployeeRequest', 'id', id)
|
|
68019
|
+
// verify required parameter 'nonEmployeeRejectApprovalDecisionBeta' is not null or undefined
|
|
68020
|
+
assertParamExists('rejectNonEmployeeRequest', 'nonEmployeeRejectApprovalDecisionBeta', nonEmployeeRejectApprovalDecisionBeta)
|
|
68021
|
+
const localVarPath = `/non-employee-approvals/{id}/reject`
|
|
67973
68022
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
67974
68023
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
67975
68024
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -67978,7 +68027,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67978
68027
|
baseOptions = configuration.baseOptions;
|
|
67979
68028
|
}
|
|
67980
68029
|
|
|
67981
|
-
const localVarRequestOptions = { method: '
|
|
68030
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...axiosOptions};
|
|
67982
68031
|
const localVarHeaderParameter = {} as any;
|
|
67983
68032
|
const localVarQueryParameter = {} as any;
|
|
67984
68033
|
|
|
@@ -67997,7 +68046,7 @@ export const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (
|
|
|
67997
68046
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
67998
68047
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
67999
68048
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
68000
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
68049
|
+
localVarRequestOptions.data = serializeDataIfNeeded(nonEmployeeRejectApprovalDecisionBeta, localVarRequestOptions, configuration)
|
|
68001
68050
|
|
|
68002
68051
|
return {
|
|
68003
68052
|
url: toPathString(localVarUrlObj),
|
|
@@ -68020,6 +68069,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68020
68069
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
68021
68070
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
68022
68071
|
* @param {*} [axiosOptions] Override http request option.
|
|
68072
|
+
* @deprecated
|
|
68023
68073
|
* @throws {RequiredError}
|
|
68024
68074
|
*/
|
|
68025
68075
|
async approveNonEmployeeRequest(id: string, nonEmployeeApprovalDecisionBeta: NonEmployeeApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemBeta>> {
|
|
@@ -68033,6 +68083,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68033
68083
|
* @summary Create non-employee record
|
|
68034
68084
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
68035
68085
|
* @param {*} [axiosOptions] Override http request option.
|
|
68086
|
+
* @deprecated
|
|
68036
68087
|
* @throws {RequiredError}
|
|
68037
68088
|
*/
|
|
68038
68089
|
async createNonEmployeeRecord(nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>> {
|
|
@@ -68046,6 +68097,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68046
68097
|
* @summary Create non-employee request
|
|
68047
68098
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
68048
68099
|
* @param {*} [axiosOptions] Override http request option.
|
|
68100
|
+
* @deprecated
|
|
68049
68101
|
* @throws {RequiredError}
|
|
68050
68102
|
*/
|
|
68051
68103
|
async createNonEmployeeRequest(nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestBeta>> {
|
|
@@ -68059,6 +68111,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68059
68111
|
* @summary Create non-employee source
|
|
68060
68112
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
68061
68113
|
* @param {*} [axiosOptions] Override http request option.
|
|
68114
|
+
* @deprecated
|
|
68062
68115
|
* @throws {RequiredError}
|
|
68063
68116
|
*/
|
|
68064
68117
|
async createNonEmployeeSource(nonEmployeeSourceRequestBodyBeta: NonEmployeeSourceRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceWithCloudExternalIdBeta>> {
|
|
@@ -68073,6 +68126,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68073
68126
|
* @param {string} sourceId The Source id
|
|
68074
68127
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
68075
68128
|
* @param {*} [axiosOptions] Override http request option.
|
|
68129
|
+
* @deprecated
|
|
68076
68130
|
* @throws {RequiredError}
|
|
68077
68131
|
*/
|
|
68078
68132
|
async createNonEmployeeSourceSchemaAttributes(sourceId: string, nonEmployeeSchemaAttributeBodyBeta: NonEmployeeSchemaAttributeBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>> {
|
|
@@ -68086,6 +68140,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68086
68140
|
* @summary Delete non-employee record
|
|
68087
68141
|
* @param {string} id Non-Employee record id (UUID)
|
|
68088
68142
|
* @param {*} [axiosOptions] Override http request option.
|
|
68143
|
+
* @deprecated
|
|
68089
68144
|
* @throws {RequiredError}
|
|
68090
68145
|
*/
|
|
68091
68146
|
async deleteNonEmployeeRecord(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68099,6 +68154,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68099
68154
|
* @summary Delete multiple non-employee records
|
|
68100
68155
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
68101
68156
|
* @param {*} [axiosOptions] Override http request option.
|
|
68157
|
+
* @deprecated
|
|
68102
68158
|
* @throws {RequiredError}
|
|
68103
68159
|
*/
|
|
68104
68160
|
async deleteNonEmployeeRecordInBulk(deleteNonEmployeeRecordInBulkRequestBeta: DeleteNonEmployeeRecordInBulkRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68112,6 +68168,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68112
68168
|
* @summary Delete non-employee request
|
|
68113
68169
|
* @param {string} id Non-Employee request id in the UUID format
|
|
68114
68170
|
* @param {*} [axiosOptions] Override http request option.
|
|
68171
|
+
* @deprecated
|
|
68115
68172
|
* @throws {RequiredError}
|
|
68116
68173
|
*/
|
|
68117
68174
|
async deleteNonEmployeeRequest(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68126,6 +68183,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68126
68183
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
68127
68184
|
* @param {string} sourceId The Source id
|
|
68128
68185
|
* @param {*} [axiosOptions] Override http request option.
|
|
68186
|
+
* @deprecated
|
|
68129
68187
|
* @throws {RequiredError}
|
|
68130
68188
|
*/
|
|
68131
68189
|
async deleteNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68139,6 +68197,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68139
68197
|
* @summary Delete non-employee source
|
|
68140
68198
|
* @param {string} sourceId Source Id
|
|
68141
68199
|
* @param {*} [axiosOptions] Override http request option.
|
|
68200
|
+
* @deprecated
|
|
68142
68201
|
* @throws {RequiredError}
|
|
68143
68202
|
*/
|
|
68144
68203
|
async deleteNonEmployeeSource(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68152,6 +68211,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68152
68211
|
* @summary Delete all custom schema attributes
|
|
68153
68212
|
* @param {string} sourceId The Source id
|
|
68154
68213
|
* @param {*} [axiosOptions] Override http request option.
|
|
68214
|
+
* @deprecated
|
|
68155
68215
|
* @throws {RequiredError}
|
|
68156
68216
|
*/
|
|
68157
68217
|
async deleteNonEmployeeSourceSchemaAttributes(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
@@ -68160,38 +68220,13 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68160
68220
|
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.deleteNonEmployeeSourceSchemaAttributes']?.[localVarOperationServerIndex]?.url;
|
|
68161
68221
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68162
68222
|
},
|
|
68163
|
-
/**
|
|
68164
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
68165
|
-
* @summary Exports non-employee records to csv
|
|
68166
|
-
* @param {string} id Source Id (UUID)
|
|
68167
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
68168
|
-
* @throws {RequiredError}
|
|
68169
|
-
*/
|
|
68170
|
-
async exportNonEmployeeRecords(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
68171
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.exportNonEmployeeRecords(id, axiosOptions);
|
|
68172
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68173
|
-
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.exportNonEmployeeRecords']?.[localVarOperationServerIndex]?.url;
|
|
68174
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68175
|
-
},
|
|
68176
|
-
/**
|
|
68177
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
68178
|
-
* @summary Exports source schema template
|
|
68179
|
-
* @param {string} id Source Id (UUID)
|
|
68180
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
68181
|
-
* @throws {RequiredError}
|
|
68182
|
-
*/
|
|
68183
|
-
async exportNonEmployeeSourceSchemaTemplate(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
68184
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.exportNonEmployeeSourceSchemaTemplate(id, axiosOptions);
|
|
68185
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68186
|
-
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.exportNonEmployeeSourceSchemaTemplate']?.[localVarOperationServerIndex]?.url;
|
|
68187
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68188
|
-
},
|
|
68189
68223
|
/**
|
|
68190
68224
|
* Approves a non-employee approval request and notifies the next approver.
|
|
68191
|
-
* @summary
|
|
68225
|
+
* @summary A non-employee approval item detail
|
|
68192
68226
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
68193
68227
|
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
68194
68228
|
* @param {*} [axiosOptions] Override http request option.
|
|
68229
|
+
* @deprecated
|
|
68195
68230
|
* @throws {RequiredError}
|
|
68196
68231
|
*/
|
|
68197
68232
|
async getNonEmployeeApproval(id: string, includeDetail?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemDetailBeta>> {
|
|
@@ -68202,9 +68237,10 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68202
68237
|
},
|
|
68203
68238
|
/**
|
|
68204
68239
|
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
68205
|
-
* @summary
|
|
68240
|
+
* @summary Summary of non-employee approval requests
|
|
68206
68241
|
* @param {string} requestedFor The identity (UUID) of the approver for whom for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
68207
68242
|
* @param {*} [axiosOptions] Override http request option.
|
|
68243
|
+
* @deprecated
|
|
68208
68244
|
* @throws {RequiredError}
|
|
68209
68245
|
*/
|
|
68210
68246
|
async getNonEmployeeApprovalSummary(requestedFor: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalSummaryBeta>> {
|
|
@@ -68218,6 +68254,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68218
68254
|
* @summary Bulk upload status on source
|
|
68219
68255
|
* @param {string} id Source ID (UUID)
|
|
68220
68256
|
* @param {*} [axiosOptions] Override http request option.
|
|
68257
|
+
* @deprecated
|
|
68221
68258
|
* @throws {RequiredError}
|
|
68222
68259
|
*/
|
|
68223
68260
|
async getNonEmployeeBulkUploadStatus(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeBulkUploadStatusBeta>> {
|
|
@@ -68226,11 +68263,40 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68226
68263
|
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeBulkUploadStatus']?.[localVarOperationServerIndex]?.url;
|
|
68227
68264
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68228
68265
|
},
|
|
68266
|
+
/**
|
|
68267
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
68268
|
+
* @summary Exports non-employee records to csv
|
|
68269
|
+
* @param {string} id Source Id (UUID)
|
|
68270
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
68271
|
+
* @deprecated
|
|
68272
|
+
* @throws {RequiredError}
|
|
68273
|
+
*/
|
|
68274
|
+
async getNonEmployeeExportRecords(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
68275
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getNonEmployeeExportRecords(id, axiosOptions);
|
|
68276
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68277
|
+
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeExportRecords']?.[localVarOperationServerIndex]?.url;
|
|
68278
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68279
|
+
},
|
|
68280
|
+
/**
|
|
68281
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
68282
|
+
* @summary Exports source schema template
|
|
68283
|
+
* @param {string} id Source Id (UUID)
|
|
68284
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
68285
|
+
* @deprecated
|
|
68286
|
+
* @throws {RequiredError}
|
|
68287
|
+
*/
|
|
68288
|
+
async getNonEmployeeExportSourceSchemaTemplate(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
68289
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getNonEmployeeExportSourceSchemaTemplate(id, axiosOptions);
|
|
68290
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68291
|
+
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeExportSourceSchemaTemplate']?.[localVarOperationServerIndex]?.url;
|
|
68292
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68293
|
+
},
|
|
68229
68294
|
/**
|
|
68230
68295
|
* This gets a non-employee record.
|
|
68231
68296
|
* @summary Get a non-employee record
|
|
68232
68297
|
* @param {string} id Non-Employee record id (UUID)
|
|
68233
68298
|
* @param {*} [axiosOptions] Override http request option.
|
|
68299
|
+
* @deprecated
|
|
68234
68300
|
* @throws {RequiredError}
|
|
68235
68301
|
*/
|
|
68236
68302
|
async getNonEmployeeRecord(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>> {
|
|
@@ -68244,6 +68310,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68244
68310
|
* @summary Get a non-employee request
|
|
68245
68311
|
* @param {string} id Non-Employee request id (UUID)
|
|
68246
68312
|
* @param {*} [axiosOptions] Override http request option.
|
|
68313
|
+
* @deprecated
|
|
68247
68314
|
* @throws {RequiredError}
|
|
68248
68315
|
*/
|
|
68249
68316
|
async getNonEmployeeRequest(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestBeta>> {
|
|
@@ -68257,6 +68324,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68257
68324
|
* @summary Get summary of non-employee requests
|
|
68258
68325
|
* @param {string} requestedFor The identity (UUID) of the non-employee account manager for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
68259
68326
|
* @param {*} [axiosOptions] Override http request option.
|
|
68327
|
+
* @deprecated
|
|
68260
68328
|
* @throws {RequiredError}
|
|
68261
68329
|
*/
|
|
68262
68330
|
async getNonEmployeeRequestSummary(requestedFor: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestSummaryBeta>> {
|
|
@@ -68271,6 +68339,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68271
68339
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
68272
68340
|
* @param {string} sourceId The Source id
|
|
68273
68341
|
* @param {*} [axiosOptions] Override http request option.
|
|
68342
|
+
* @deprecated
|
|
68274
68343
|
* @throws {RequiredError}
|
|
68275
68344
|
*/
|
|
68276
68345
|
async getNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>> {
|
|
@@ -68284,6 +68353,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68284
68353
|
* @summary Get a non-employee source
|
|
68285
68354
|
* @param {string} sourceId Source Id
|
|
68286
68355
|
* @param {*} [axiosOptions] Override http request option.
|
|
68356
|
+
* @deprecated
|
|
68287
68357
|
* @throws {RequiredError}
|
|
68288
68358
|
*/
|
|
68289
68359
|
async getNonEmployeeSource(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceBeta>> {
|
|
@@ -68296,11 +68366,14 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68296
68366
|
* This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
|
|
68297
68367
|
* @summary List schema attributes non-employee source
|
|
68298
68368
|
* @param {string} sourceId The Source id
|
|
68369
|
+
* @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.
|
|
68370
|
+
* @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.
|
|
68299
68371
|
* @param {*} [axiosOptions] Override http request option.
|
|
68372
|
+
* @deprecated
|
|
68300
68373
|
* @throws {RequiredError}
|
|
68301
68374
|
*/
|
|
68302
|
-
async getNonEmployeeSourceSchemaAttributes(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>>> {
|
|
68303
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getNonEmployeeSourceSchemaAttributes(sourceId, axiosOptions);
|
|
68375
|
+
async getNonEmployeeSourceSchemaAttributes(sourceId: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>>> {
|
|
68376
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getNonEmployeeSourceSchemaAttributes(sourceId, limit, offset, axiosOptions);
|
|
68304
68377
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68305
68378
|
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeSourceSchemaAttributes']?.[localVarOperationServerIndex]?.url;
|
|
68306
68379
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -68311,6 +68384,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68311
68384
|
* @param {string} id Source Id (UUID)
|
|
68312
68385
|
* @param {File} data
|
|
68313
68386
|
* @param {*} [axiosOptions] Override http request option.
|
|
68387
|
+
* @deprecated
|
|
68314
68388
|
* @throws {RequiredError}
|
|
68315
68389
|
*/
|
|
68316
68390
|
async importNonEmployeeRecordsInBulk(id: string, data: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeBulkUploadJobBeta>> {
|
|
@@ -68321,7 +68395,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68321
68395
|
},
|
|
68322
68396
|
/**
|
|
68323
68397
|
* This gets a list of non-employee approval requests.
|
|
68324
|
-
* @summary
|
|
68398
|
+
* @summary List of non-employee approval requests
|
|
68325
68399
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
68326
68400
|
* @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.
|
|
68327
68401
|
* @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.
|
|
@@ -68329,6 +68403,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68329
68403
|
* @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: **approvalStatus**: *eq*
|
|
68330
68404
|
* @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**
|
|
68331
68405
|
* @param {*} [axiosOptions] Override http request option.
|
|
68406
|
+
* @deprecated
|
|
68332
68407
|
* @throws {RequiredError}
|
|
68333
68408
|
*/
|
|
68334
68409
|
async listNonEmployeeApproval(requestedFor?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeApprovalItemBeta>>> {
|
|
@@ -68346,6 +68421,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68346
68421
|
* @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: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
|
|
68347
68422
|
* @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: **sourceId**: *eq*
|
|
68348
68423
|
* @param {*} [axiosOptions] Override http request option.
|
|
68424
|
+
* @deprecated
|
|
68349
68425
|
* @throws {RequiredError}
|
|
68350
68426
|
*/
|
|
68351
68427
|
async listNonEmployeeRecords(limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeRecordBeta>>> {
|
|
@@ -68364,6 +68440,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68364
68440
|
* @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, approvalStatus, firstName, lastName, email, phone, accountName, startDate, endDate**
|
|
68365
68441
|
* @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: **sourceId**: *eq*
|
|
68366
68442
|
* @param {*} [axiosOptions] Override http request option.
|
|
68443
|
+
* @deprecated
|
|
68367
68444
|
* @throws {RequiredError}
|
|
68368
68445
|
*/
|
|
68369
68446
|
async listNonEmployeeRequests(requestedFor: string, limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeRequestBeta>>> {
|
|
@@ -68382,6 +68459,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68382
68459
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
68383
68460
|
* @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: **name, created, sourceId**
|
|
68384
68461
|
* @param {*} [axiosOptions] Override http request option.
|
|
68462
|
+
* @deprecated
|
|
68385
68463
|
* @throws {RequiredError}
|
|
68386
68464
|
*/
|
|
68387
68465
|
async listNonEmployeeSources(limit?: number, offset?: number, count?: boolean, requestedFor?: string, nonEmployeeCount?: boolean, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSourceWithNECountBeta>>> {
|
|
@@ -68396,6 +68474,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68396
68474
|
* @param {string} id Non-employee record id (UUID)
|
|
68397
68475
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
68398
68476
|
* @param {*} [axiosOptions] Override http request option.
|
|
68477
|
+
* @deprecated
|
|
68399
68478
|
* @throws {RequiredError}
|
|
68400
68479
|
*/
|
|
68401
68480
|
async patchNonEmployeeRecord(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>> {
|
|
@@ -68411,6 +68490,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68411
68490
|
* @param {string} sourceId The Source id
|
|
68412
68491
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following properties are allowed for update \':\' \'label\', \'helpText\', \'placeholder\', \'required\'.
|
|
68413
68492
|
* @param {*} [axiosOptions] Override http request option.
|
|
68493
|
+
* @deprecated
|
|
68414
68494
|
* @throws {RequiredError}
|
|
68415
68495
|
*/
|
|
68416
68496
|
async patchNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>> {
|
|
@@ -68425,6 +68505,7 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68425
68505
|
* @param {string} sourceId Source Id
|
|
68426
68506
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
68427
68507
|
* @param {*} [axiosOptions] Override http request option.
|
|
68508
|
+
* @deprecated
|
|
68428
68509
|
* @throws {RequiredError}
|
|
68429
68510
|
*/
|
|
68430
68511
|
async patchNonEmployeeSource(sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceBeta>> {
|
|
@@ -68434,31 +68515,33 @@ export const NonEmployeeLifecycleManagementBetaApiFp = function(configuration?:
|
|
|
68434
68515
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68435
68516
|
},
|
|
68436
68517
|
/**
|
|
68437
|
-
* This
|
|
68438
|
-
* @summary
|
|
68439
|
-
* @param {string} id Non-
|
|
68440
|
-
* @param {
|
|
68518
|
+
* This request will update a non-employee record.
|
|
68519
|
+
* @summary Update non-employee record
|
|
68520
|
+
* @param {string} id Non-employee record id (UUID)
|
|
68521
|
+
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-employee record creation request body. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
68441
68522
|
* @param {*} [axiosOptions] Override http request option.
|
|
68523
|
+
* @deprecated
|
|
68442
68524
|
* @throws {RequiredError}
|
|
68443
68525
|
*/
|
|
68444
|
-
async
|
|
68445
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
68526
|
+
async putNonEmployeeRecord(id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>> {
|
|
68527
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.putNonEmployeeRecord(id, nonEmployeeRequestBodyBeta, axiosOptions);
|
|
68446
68528
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68447
|
-
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
68529
|
+
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.putNonEmployeeRecord']?.[localVarOperationServerIndex]?.url;
|
|
68448
68530
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68449
68531
|
},
|
|
68450
68532
|
/**
|
|
68451
|
-
* This
|
|
68452
|
-
* @summary
|
|
68453
|
-
* @param {string} id Non-
|
|
68454
|
-
* @param {
|
|
68533
|
+
* This endpoint will reject an approval item request and notify user.
|
|
68534
|
+
* @summary Reject a non-employee request
|
|
68535
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
68536
|
+
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
68455
68537
|
* @param {*} [axiosOptions] Override http request option.
|
|
68538
|
+
* @deprecated
|
|
68456
68539
|
* @throws {RequiredError}
|
|
68457
68540
|
*/
|
|
68458
|
-
async
|
|
68459
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
68541
|
+
async rejectNonEmployeeRequest(id: string, nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemBeta>> {
|
|
68542
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.rejectNonEmployeeRequest(id, nonEmployeeRejectApprovalDecisionBeta, axiosOptions);
|
|
68460
68543
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
68461
|
-
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
68544
|
+
const localVarOperationServerBasePath = operationServerMap['NonEmployeeLifecycleManagementBetaApi.rejectNonEmployeeRequest']?.[localVarOperationServerIndex]?.url;
|
|
68462
68545
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
68463
68546
|
},
|
|
68464
68547
|
}
|
|
@@ -68476,6 +68559,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68476
68559
|
* @summary Approve a non-employee request
|
|
68477
68560
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
68478
68561
|
* @param {*} [axiosOptions] Override http request option.
|
|
68562
|
+
* @deprecated
|
|
68479
68563
|
* @throws {RequiredError}
|
|
68480
68564
|
*/
|
|
68481
68565
|
approveNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemBeta> {
|
|
@@ -68486,6 +68570,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68486
68570
|
* @summary Create non-employee record
|
|
68487
68571
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
68488
68572
|
* @param {*} [axiosOptions] Override http request option.
|
|
68573
|
+
* @deprecated
|
|
68489
68574
|
* @throws {RequiredError}
|
|
68490
68575
|
*/
|
|
68491
68576
|
createNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta> {
|
|
@@ -68496,6 +68581,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68496
68581
|
* @summary Create non-employee request
|
|
68497
68582
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
68498
68583
|
* @param {*} [axiosOptions] Override http request option.
|
|
68584
|
+
* @deprecated
|
|
68499
68585
|
* @throws {RequiredError}
|
|
68500
68586
|
*/
|
|
68501
68587
|
createNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestBeta> {
|
|
@@ -68506,6 +68592,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68506
68592
|
* @summary Create non-employee source
|
|
68507
68593
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
68508
68594
|
* @param {*} [axiosOptions] Override http request option.
|
|
68595
|
+
* @deprecated
|
|
68509
68596
|
* @throws {RequiredError}
|
|
68510
68597
|
*/
|
|
68511
68598
|
createNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceWithCloudExternalIdBeta> {
|
|
@@ -68516,6 +68603,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68516
68603
|
* @summary Create non-employee source schema attribute
|
|
68517
68604
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
68518
68605
|
* @param {*} [axiosOptions] Override http request option.
|
|
68606
|
+
* @deprecated
|
|
68519
68607
|
* @throws {RequiredError}
|
|
68520
68608
|
*/
|
|
68521
68609
|
createNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta> {
|
|
@@ -68526,6 +68614,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68526
68614
|
* @summary Delete non-employee record
|
|
68527
68615
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
68528
68616
|
* @param {*} [axiosOptions] Override http request option.
|
|
68617
|
+
* @deprecated
|
|
68529
68618
|
* @throws {RequiredError}
|
|
68530
68619
|
*/
|
|
68531
68620
|
deleteNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -68536,6 +68625,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68536
68625
|
* @summary Delete multiple non-employee records
|
|
68537
68626
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
68538
68627
|
* @param {*} [axiosOptions] Override http request option.
|
|
68628
|
+
* @deprecated
|
|
68539
68629
|
* @throws {RequiredError}
|
|
68540
68630
|
*/
|
|
68541
68631
|
deleteNonEmployeeRecordInBulk(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -68546,6 +68636,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68546
68636
|
* @summary Delete non-employee request
|
|
68547
68637
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
68548
68638
|
* @param {*} [axiosOptions] Override http request option.
|
|
68639
|
+
* @deprecated
|
|
68549
68640
|
* @throws {RequiredError}
|
|
68550
68641
|
*/
|
|
68551
68642
|
deleteNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -68556,6 +68647,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68556
68647
|
* @summary Delete non-employee source\'s schema attribute
|
|
68557
68648
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
68558
68649
|
* @param {*} [axiosOptions] Override http request option.
|
|
68650
|
+
* @deprecated
|
|
68559
68651
|
* @throws {RequiredError}
|
|
68560
68652
|
*/
|
|
68561
68653
|
deleteNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -68566,6 +68658,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68566
68658
|
* @summary Delete non-employee source
|
|
68567
68659
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
68568
68660
|
* @param {*} [axiosOptions] Override http request option.
|
|
68661
|
+
* @deprecated
|
|
68569
68662
|
* @throws {RequiredError}
|
|
68570
68663
|
*/
|
|
68571
68664
|
deleteNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
@@ -68576,36 +68669,18 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68576
68669
|
* @summary Delete all custom schema attributes
|
|
68577
68670
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
68578
68671
|
* @param {*} [axiosOptions] Override http request option.
|
|
68672
|
+
* @deprecated
|
|
68579
68673
|
* @throws {RequiredError}
|
|
68580
68674
|
*/
|
|
68581
68675
|
deleteNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
68582
68676
|
return localVarFp.deleteNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then((request) => request(axios, basePath));
|
|
68583
68677
|
},
|
|
68584
|
-
/**
|
|
68585
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
68586
|
-
* @summary Exports non-employee records to csv
|
|
68587
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
68588
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
68589
|
-
* @throws {RequiredError}
|
|
68590
|
-
*/
|
|
68591
|
-
exportNonEmployeeRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
68592
|
-
return localVarFp.exportNonEmployeeRecords(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
68593
|
-
},
|
|
68594
|
-
/**
|
|
68595
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
68596
|
-
* @summary Exports source schema template
|
|
68597
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
68598
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
68599
|
-
* @throws {RequiredError}
|
|
68600
|
-
*/
|
|
68601
|
-
exportNonEmployeeSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
68602
|
-
return localVarFp.exportNonEmployeeSourceSchemaTemplate(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
68603
|
-
},
|
|
68604
68678
|
/**
|
|
68605
68679
|
* Approves a non-employee approval request and notifies the next approver.
|
|
68606
|
-
* @summary
|
|
68680
|
+
* @summary A non-employee approval item detail
|
|
68607
68681
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
68608
68682
|
* @param {*} [axiosOptions] Override http request option.
|
|
68683
|
+
* @deprecated
|
|
68609
68684
|
* @throws {RequiredError}
|
|
68610
68685
|
*/
|
|
68611
68686
|
getNonEmployeeApproval(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemDetailBeta> {
|
|
@@ -68613,9 +68688,10 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68613
68688
|
},
|
|
68614
68689
|
/**
|
|
68615
68690
|
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
68616
|
-
* @summary
|
|
68691
|
+
* @summary Summary of non-employee approval requests
|
|
68617
68692
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
68618
68693
|
* @param {*} [axiosOptions] Override http request option.
|
|
68694
|
+
* @deprecated
|
|
68619
68695
|
* @throws {RequiredError}
|
|
68620
68696
|
*/
|
|
68621
68697
|
getNonEmployeeApprovalSummary(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalSummaryBeta> {
|
|
@@ -68626,16 +68702,40 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68626
68702
|
* @summary Bulk upload status on source
|
|
68627
68703
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
68628
68704
|
* @param {*} [axiosOptions] Override http request option.
|
|
68705
|
+
* @deprecated
|
|
68629
68706
|
* @throws {RequiredError}
|
|
68630
68707
|
*/
|
|
68631
68708
|
getNonEmployeeBulkUploadStatus(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeBulkUploadStatusBeta> {
|
|
68632
68709
|
return localVarFp.getNonEmployeeBulkUploadStatus(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
68633
68710
|
},
|
|
68711
|
+
/**
|
|
68712
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
68713
|
+
* @summary Exports non-employee records to csv
|
|
68714
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
68715
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
68716
|
+
* @deprecated
|
|
68717
|
+
* @throws {RequiredError}
|
|
68718
|
+
*/
|
|
68719
|
+
getNonEmployeeExportRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
68720
|
+
return localVarFp.getNonEmployeeExportRecords(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
68721
|
+
},
|
|
68722
|
+
/**
|
|
68723
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
68724
|
+
* @summary Exports source schema template
|
|
68725
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
68726
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
68727
|
+
* @deprecated
|
|
68728
|
+
* @throws {RequiredError}
|
|
68729
|
+
*/
|
|
68730
|
+
getNonEmployeeExportSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
68731
|
+
return localVarFp.getNonEmployeeExportSourceSchemaTemplate(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
|
|
68732
|
+
},
|
|
68634
68733
|
/**
|
|
68635
68734
|
* This gets a non-employee record.
|
|
68636
68735
|
* @summary Get a non-employee record
|
|
68637
68736
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
68638
68737
|
* @param {*} [axiosOptions] Override http request option.
|
|
68738
|
+
* @deprecated
|
|
68639
68739
|
* @throws {RequiredError}
|
|
68640
68740
|
*/
|
|
68641
68741
|
getNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta> {
|
|
@@ -68646,6 +68746,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68646
68746
|
* @summary Get a non-employee request
|
|
68647
68747
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
68648
68748
|
* @param {*} [axiosOptions] Override http request option.
|
|
68749
|
+
* @deprecated
|
|
68649
68750
|
* @throws {RequiredError}
|
|
68650
68751
|
*/
|
|
68651
68752
|
getNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestBeta> {
|
|
@@ -68656,6 +68757,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68656
68757
|
* @summary Get summary of non-employee requests
|
|
68657
68758
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
68658
68759
|
* @param {*} [axiosOptions] Override http request option.
|
|
68760
|
+
* @deprecated
|
|
68659
68761
|
* @throws {RequiredError}
|
|
68660
68762
|
*/
|
|
68661
68763
|
getNonEmployeeRequestSummary(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestSummaryBeta> {
|
|
@@ -68666,6 +68768,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68666
68768
|
* @summary Get schema attribute non-employee source
|
|
68667
68769
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
68668
68770
|
* @param {*} [axiosOptions] Override http request option.
|
|
68771
|
+
* @deprecated
|
|
68669
68772
|
* @throws {RequiredError}
|
|
68670
68773
|
*/
|
|
68671
68774
|
getNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta> {
|
|
@@ -68676,6 +68779,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68676
68779
|
* @summary Get a non-employee source
|
|
68677
68780
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
68678
68781
|
* @param {*} [axiosOptions] Override http request option.
|
|
68782
|
+
* @deprecated
|
|
68679
68783
|
* @throws {RequiredError}
|
|
68680
68784
|
*/
|
|
68681
68785
|
getNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceBeta> {
|
|
@@ -68686,16 +68790,18 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68686
68790
|
* @summary List schema attributes non-employee source
|
|
68687
68791
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
68688
68792
|
* @param {*} [axiosOptions] Override http request option.
|
|
68793
|
+
* @deprecated
|
|
68689
68794
|
* @throws {RequiredError}
|
|
68690
68795
|
*/
|
|
68691
68796
|
getNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>> {
|
|
68692
|
-
return localVarFp.getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then((request) => request(axios, basePath));
|
|
68797
|
+
return localVarFp.getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(axios, basePath));
|
|
68693
68798
|
},
|
|
68694
68799
|
/**
|
|
68695
68800
|
* This post will import, or update, Non-Employee records found in the CSV. Request will need the following security scope: \'idn:nesr:create\'
|
|
68696
68801
|
* @summary Imports, or updates, non-employee records
|
|
68697
68802
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
68698
68803
|
* @param {*} [axiosOptions] Override http request option.
|
|
68804
|
+
* @deprecated
|
|
68699
68805
|
* @throws {RequiredError}
|
|
68700
68806
|
*/
|
|
68701
68807
|
importNonEmployeeRecordsInBulk(requestParameters: NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeBulkUploadJobBeta> {
|
|
@@ -68703,9 +68809,10 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68703
68809
|
},
|
|
68704
68810
|
/**
|
|
68705
68811
|
* This gets a list of non-employee approval requests.
|
|
68706
|
-
* @summary
|
|
68812
|
+
* @summary List of non-employee approval requests
|
|
68707
68813
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
68708
68814
|
* @param {*} [axiosOptions] Override http request option.
|
|
68815
|
+
* @deprecated
|
|
68709
68816
|
* @throws {RequiredError}
|
|
68710
68817
|
*/
|
|
68711
68818
|
listNonEmployeeApproval(requestParameters: NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeApprovalItemBeta>> {
|
|
@@ -68716,6 +68823,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68716
68823
|
* @summary List non-employee records
|
|
68717
68824
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
68718
68825
|
* @param {*} [axiosOptions] Override http request option.
|
|
68826
|
+
* @deprecated
|
|
68719
68827
|
* @throws {RequiredError}
|
|
68720
68828
|
*/
|
|
68721
68829
|
listNonEmployeeRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeRecordBeta>> {
|
|
@@ -68726,6 +68834,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68726
68834
|
* @summary List non-employee requests
|
|
68727
68835
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
68728
68836
|
* @param {*} [axiosOptions] Override http request option.
|
|
68837
|
+
* @deprecated
|
|
68729
68838
|
* @throws {RequiredError}
|
|
68730
68839
|
*/
|
|
68731
68840
|
listNonEmployeeRequests(requestParameters: NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeRequestBeta>> {
|
|
@@ -68736,6 +68845,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68736
68845
|
* @summary List non-employee sources
|
|
68737
68846
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
68738
68847
|
* @param {*} [axiosOptions] Override http request option.
|
|
68848
|
+
* @deprecated
|
|
68739
68849
|
* @throws {RequiredError}
|
|
68740
68850
|
*/
|
|
68741
68851
|
listNonEmployeeSources(requestParameters: NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeSourceWithNECountBeta>> {
|
|
@@ -68746,6 +68856,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68746
68856
|
* @summary Patch non-employee record
|
|
68747
68857
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
68748
68858
|
* @param {*} [axiosOptions] Override http request option.
|
|
68859
|
+
* @deprecated
|
|
68749
68860
|
* @throws {RequiredError}
|
|
68750
68861
|
*/
|
|
68751
68862
|
patchNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta> {
|
|
@@ -68756,6 +68867,7 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68756
68867
|
* @summary Patch non-employee source\'s schema attribute
|
|
68757
68868
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
68758
68869
|
* @param {*} [axiosOptions] Override http request option.
|
|
68870
|
+
* @deprecated
|
|
68759
68871
|
* @throws {RequiredError}
|
|
68760
68872
|
*/
|
|
68761
68873
|
patchNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta> {
|
|
@@ -68766,30 +68878,33 @@ export const NonEmployeeLifecycleManagementBetaApiFactory = function (configurat
|
|
|
68766
68878
|
* @summary Patch a non-employee source
|
|
68767
68879
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
68768
68880
|
* @param {*} [axiosOptions] Override http request option.
|
|
68881
|
+
* @deprecated
|
|
68769
68882
|
* @throws {RequiredError}
|
|
68770
68883
|
*/
|
|
68771
68884
|
patchNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceBeta> {
|
|
68772
68885
|
return localVarFp.patchNonEmployeeSource(requestParameters.sourceId, requestParameters.jsonPatchOperationBeta, axiosOptions).then((request) => request(axios, basePath));
|
|
68773
68886
|
},
|
|
68774
68887
|
/**
|
|
68775
|
-
* This
|
|
68776
|
-
* @summary
|
|
68777
|
-
* @param {
|
|
68888
|
+
* This request will update a non-employee record.
|
|
68889
|
+
* @summary Update non-employee record
|
|
68890
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
68778
68891
|
* @param {*} [axiosOptions] Override http request option.
|
|
68892
|
+
* @deprecated
|
|
68779
68893
|
* @throws {RequiredError}
|
|
68780
68894
|
*/
|
|
68781
|
-
|
|
68782
|
-
return localVarFp.
|
|
68895
|
+
putNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta> {
|
|
68896
|
+
return localVarFp.putNonEmployeeRecord(requestParameters.id, requestParameters.nonEmployeeRequestBodyBeta, axiosOptions).then((request) => request(axios, basePath));
|
|
68783
68897
|
},
|
|
68784
68898
|
/**
|
|
68785
|
-
* This
|
|
68786
|
-
* @summary
|
|
68787
|
-
* @param {
|
|
68899
|
+
* This endpoint will reject an approval item request and notify user.
|
|
68900
|
+
* @summary Reject a non-employee request
|
|
68901
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
68788
68902
|
* @param {*} [axiosOptions] Override http request option.
|
|
68903
|
+
* @deprecated
|
|
68789
68904
|
* @throws {RequiredError}
|
|
68790
68905
|
*/
|
|
68791
|
-
|
|
68792
|
-
return localVarFp.
|
|
68906
|
+
rejectNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemBeta> {
|
|
68907
|
+
return localVarFp.rejectNonEmployeeRequest(requestParameters.id, requestParameters.nonEmployeeRejectApprovalDecisionBeta, axiosOptions).then((request) => request(axios, basePath));
|
|
68793
68908
|
},
|
|
68794
68909
|
};
|
|
68795
68910
|
};
|
|
@@ -68969,34 +69084,6 @@ export interface NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSch
|
|
|
68969
69084
|
readonly sourceId: string
|
|
68970
69085
|
}
|
|
68971
69086
|
|
|
68972
|
-
/**
|
|
68973
|
-
* Request parameters for exportNonEmployeeRecords operation in NonEmployeeLifecycleManagementBetaApi.
|
|
68974
|
-
* @export
|
|
68975
|
-
* @interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest
|
|
68976
|
-
*/
|
|
68977
|
-
export interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest {
|
|
68978
|
-
/**
|
|
68979
|
-
* Source Id (UUID)
|
|
68980
|
-
* @type {string}
|
|
68981
|
-
* @memberof NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecords
|
|
68982
|
-
*/
|
|
68983
|
-
readonly id: string
|
|
68984
|
-
}
|
|
68985
|
-
|
|
68986
|
-
/**
|
|
68987
|
-
* Request parameters for exportNonEmployeeSourceSchemaTemplate operation in NonEmployeeLifecycleManagementBetaApi.
|
|
68988
|
-
* @export
|
|
68989
|
-
* @interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest
|
|
68990
|
-
*/
|
|
68991
|
-
export interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest {
|
|
68992
|
-
/**
|
|
68993
|
-
* Source Id (UUID)
|
|
68994
|
-
* @type {string}
|
|
68995
|
-
* @memberof NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplate
|
|
68996
|
-
*/
|
|
68997
|
-
readonly id: string
|
|
68998
|
-
}
|
|
68999
|
-
|
|
69000
69087
|
/**
|
|
69001
69088
|
* Request parameters for getNonEmployeeApproval operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69002
69089
|
* @export
|
|
@@ -69046,6 +69133,34 @@ export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadSt
|
|
|
69046
69133
|
readonly id: string
|
|
69047
69134
|
}
|
|
69048
69135
|
|
|
69136
|
+
/**
|
|
69137
|
+
* Request parameters for getNonEmployeeExportRecords operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69138
|
+
* @export
|
|
69139
|
+
* @interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest
|
|
69140
|
+
*/
|
|
69141
|
+
export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest {
|
|
69142
|
+
/**
|
|
69143
|
+
* Source Id (UUID)
|
|
69144
|
+
* @type {string}
|
|
69145
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecords
|
|
69146
|
+
*/
|
|
69147
|
+
readonly id: string
|
|
69148
|
+
}
|
|
69149
|
+
|
|
69150
|
+
/**
|
|
69151
|
+
* Request parameters for getNonEmployeeExportSourceSchemaTemplate operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69152
|
+
* @export
|
|
69153
|
+
* @interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest
|
|
69154
|
+
*/
|
|
69155
|
+
export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest {
|
|
69156
|
+
/**
|
|
69157
|
+
* Source Id (UUID)
|
|
69158
|
+
* @type {string}
|
|
69159
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplate
|
|
69160
|
+
*/
|
|
69161
|
+
readonly id: string
|
|
69162
|
+
}
|
|
69163
|
+
|
|
69049
69164
|
/**
|
|
69050
69165
|
* Request parameters for getNonEmployeeRecord operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69051
69166
|
* @export
|
|
@@ -69135,6 +69250,20 @@ export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchema
|
|
|
69135
69250
|
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
69136
69251
|
*/
|
|
69137
69252
|
readonly sourceId: string
|
|
69253
|
+
|
|
69254
|
+
/**
|
|
69255
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
69256
|
+
* @type {number}
|
|
69257
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
69258
|
+
*/
|
|
69259
|
+
readonly limit?: number
|
|
69260
|
+
|
|
69261
|
+
/**
|
|
69262
|
+
* 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.
|
|
69263
|
+
* @type {number}
|
|
69264
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
69265
|
+
*/
|
|
69266
|
+
readonly offset?: number
|
|
69138
69267
|
}
|
|
69139
69268
|
|
|
69140
69269
|
/**
|
|
@@ -69418,45 +69547,45 @@ export interface NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequ
|
|
|
69418
69547
|
}
|
|
69419
69548
|
|
|
69420
69549
|
/**
|
|
69421
|
-
* Request parameters for
|
|
69550
|
+
* Request parameters for putNonEmployeeRecord operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69422
69551
|
* @export
|
|
69423
|
-
* @interface
|
|
69552
|
+
* @interface NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest
|
|
69424
69553
|
*/
|
|
69425
|
-
export interface
|
|
69554
|
+
export interface NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest {
|
|
69426
69555
|
/**
|
|
69427
|
-
* Non-
|
|
69556
|
+
* Non-employee record id (UUID)
|
|
69428
69557
|
* @type {string}
|
|
69429
|
-
* @memberof
|
|
69558
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecord
|
|
69430
69559
|
*/
|
|
69431
69560
|
readonly id: string
|
|
69432
69561
|
|
|
69433
69562
|
/**
|
|
69434
|
-
*
|
|
69435
|
-
* @type {
|
|
69436
|
-
* @memberof
|
|
69563
|
+
* Non-employee record creation request body. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
69564
|
+
* @type {NonEmployeeRequestBodyBeta}
|
|
69565
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecord
|
|
69437
69566
|
*/
|
|
69438
|
-
readonly
|
|
69567
|
+
readonly nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta
|
|
69439
69568
|
}
|
|
69440
69569
|
|
|
69441
69570
|
/**
|
|
69442
|
-
* Request parameters for
|
|
69571
|
+
* Request parameters for rejectNonEmployeeRequest operation in NonEmployeeLifecycleManagementBetaApi.
|
|
69443
69572
|
* @export
|
|
69444
|
-
* @interface
|
|
69573
|
+
* @interface NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest
|
|
69445
69574
|
*/
|
|
69446
|
-
export interface
|
|
69575
|
+
export interface NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest {
|
|
69447
69576
|
/**
|
|
69448
|
-
* Non-
|
|
69577
|
+
* Non-Employee approval item id (UUID)
|
|
69449
69578
|
* @type {string}
|
|
69450
|
-
* @memberof
|
|
69579
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequest
|
|
69451
69580
|
*/
|
|
69452
69581
|
readonly id: string
|
|
69453
69582
|
|
|
69454
69583
|
/**
|
|
69455
|
-
*
|
|
69456
|
-
* @type {
|
|
69457
|
-
* @memberof
|
|
69584
|
+
*
|
|
69585
|
+
* @type {NonEmployeeRejectApprovalDecisionBeta}
|
|
69586
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequest
|
|
69458
69587
|
*/
|
|
69459
|
-
readonly
|
|
69588
|
+
readonly nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta
|
|
69460
69589
|
}
|
|
69461
69590
|
|
|
69462
69591
|
/**
|
|
@@ -69471,6 +69600,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69471
69600
|
* @summary Approve a non-employee request
|
|
69472
69601
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
69473
69602
|
* @param {*} [axiosOptions] Override http request option.
|
|
69603
|
+
* @deprecated
|
|
69474
69604
|
* @throws {RequiredError}
|
|
69475
69605
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69476
69606
|
*/
|
|
@@ -69483,6 +69613,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69483
69613
|
* @summary Create non-employee record
|
|
69484
69614
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
69485
69615
|
* @param {*} [axiosOptions] Override http request option.
|
|
69616
|
+
* @deprecated
|
|
69486
69617
|
* @throws {RequiredError}
|
|
69487
69618
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69488
69619
|
*/
|
|
@@ -69495,6 +69626,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69495
69626
|
* @summary Create non-employee request
|
|
69496
69627
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
69497
69628
|
* @param {*} [axiosOptions] Override http request option.
|
|
69629
|
+
* @deprecated
|
|
69498
69630
|
* @throws {RequiredError}
|
|
69499
69631
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69500
69632
|
*/
|
|
@@ -69507,6 +69639,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69507
69639
|
* @summary Create non-employee source
|
|
69508
69640
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
69509
69641
|
* @param {*} [axiosOptions] Override http request option.
|
|
69642
|
+
* @deprecated
|
|
69510
69643
|
* @throws {RequiredError}
|
|
69511
69644
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69512
69645
|
*/
|
|
@@ -69519,6 +69652,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69519
69652
|
* @summary Create non-employee source schema attribute
|
|
69520
69653
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
69521
69654
|
* @param {*} [axiosOptions] Override http request option.
|
|
69655
|
+
* @deprecated
|
|
69522
69656
|
* @throws {RequiredError}
|
|
69523
69657
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69524
69658
|
*/
|
|
@@ -69531,6 +69665,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69531
69665
|
* @summary Delete non-employee record
|
|
69532
69666
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
69533
69667
|
* @param {*} [axiosOptions] Override http request option.
|
|
69668
|
+
* @deprecated
|
|
69534
69669
|
* @throws {RequiredError}
|
|
69535
69670
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69536
69671
|
*/
|
|
@@ -69543,6 +69678,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69543
69678
|
* @summary Delete multiple non-employee records
|
|
69544
69679
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
69545
69680
|
* @param {*} [axiosOptions] Override http request option.
|
|
69681
|
+
* @deprecated
|
|
69546
69682
|
* @throws {RequiredError}
|
|
69547
69683
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69548
69684
|
*/
|
|
@@ -69555,6 +69691,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69555
69691
|
* @summary Delete non-employee request
|
|
69556
69692
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
69557
69693
|
* @param {*} [axiosOptions] Override http request option.
|
|
69694
|
+
* @deprecated
|
|
69558
69695
|
* @throws {RequiredError}
|
|
69559
69696
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69560
69697
|
*/
|
|
@@ -69567,6 +69704,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69567
69704
|
* @summary Delete non-employee source\'s schema attribute
|
|
69568
69705
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
69569
69706
|
* @param {*} [axiosOptions] Override http request option.
|
|
69707
|
+
* @deprecated
|
|
69570
69708
|
* @throws {RequiredError}
|
|
69571
69709
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69572
69710
|
*/
|
|
@@ -69579,6 +69717,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69579
69717
|
* @summary Delete non-employee source
|
|
69580
69718
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
69581
69719
|
* @param {*} [axiosOptions] Override http request option.
|
|
69720
|
+
* @deprecated
|
|
69582
69721
|
* @throws {RequiredError}
|
|
69583
69722
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69584
69723
|
*/
|
|
@@ -69591,6 +69730,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69591
69730
|
* @summary Delete all custom schema attributes
|
|
69592
69731
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
69593
69732
|
* @param {*} [axiosOptions] Override http request option.
|
|
69733
|
+
* @deprecated
|
|
69594
69734
|
* @throws {RequiredError}
|
|
69595
69735
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69596
69736
|
*/
|
|
@@ -69599,63 +69739,68 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69599
69739
|
}
|
|
69600
69740
|
|
|
69601
69741
|
/**
|
|
69602
|
-
*
|
|
69603
|
-
* @summary
|
|
69604
|
-
* @param {
|
|
69742
|
+
* Approves a non-employee approval request and notifies the next approver.
|
|
69743
|
+
* @summary A non-employee approval item detail
|
|
69744
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
69605
69745
|
* @param {*} [axiosOptions] Override http request option.
|
|
69746
|
+
* @deprecated
|
|
69606
69747
|
* @throws {RequiredError}
|
|
69607
69748
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69608
69749
|
*/
|
|
69609
|
-
public
|
|
69610
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69750
|
+
public getNonEmployeeApproval(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69751
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeApproval(requestParameters.id, requestParameters.includeDetail, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69611
69752
|
}
|
|
69612
69753
|
|
|
69613
69754
|
/**
|
|
69614
|
-
* This
|
|
69615
|
-
* @summary
|
|
69616
|
-
* @param {
|
|
69755
|
+
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
69756
|
+
* @summary Summary of non-employee approval requests
|
|
69757
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
69617
69758
|
* @param {*} [axiosOptions] Override http request option.
|
|
69759
|
+
* @deprecated
|
|
69618
69760
|
* @throws {RequiredError}
|
|
69619
69761
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69620
69762
|
*/
|
|
69621
|
-
public
|
|
69622
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69763
|
+
public getNonEmployeeApprovalSummary(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69764
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeApprovalSummary(requestParameters.requestedFor, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69623
69765
|
}
|
|
69624
69766
|
|
|
69625
69767
|
/**
|
|
69626
|
-
*
|
|
69627
|
-
* @summary
|
|
69628
|
-
* @param {
|
|
69768
|
+
* The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.
|
|
69769
|
+
* @summary Bulk upload status on source
|
|
69770
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
69629
69771
|
* @param {*} [axiosOptions] Override http request option.
|
|
69772
|
+
* @deprecated
|
|
69630
69773
|
* @throws {RequiredError}
|
|
69631
69774
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69632
69775
|
*/
|
|
69633
|
-
public
|
|
69634
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69776
|
+
public getNonEmployeeBulkUploadStatus(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69777
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeBulkUploadStatus(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69635
69778
|
}
|
|
69636
69779
|
|
|
69637
69780
|
/**
|
|
69638
|
-
* This
|
|
69639
|
-
* @summary
|
|
69640
|
-
* @param {
|
|
69781
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
69782
|
+
* @summary Exports non-employee records to csv
|
|
69783
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
69641
69784
|
* @param {*} [axiosOptions] Override http request option.
|
|
69785
|
+
* @deprecated
|
|
69642
69786
|
* @throws {RequiredError}
|
|
69643
69787
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69644
69788
|
*/
|
|
69645
|
-
public
|
|
69646
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69789
|
+
public getNonEmployeeExportRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69790
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeExportRecords(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69647
69791
|
}
|
|
69648
69792
|
|
|
69649
69793
|
/**
|
|
69650
|
-
*
|
|
69651
|
-
* @summary
|
|
69652
|
-
* @param {
|
|
69794
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
69795
|
+
* @summary Exports source schema template
|
|
69796
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
69653
69797
|
* @param {*} [axiosOptions] Override http request option.
|
|
69798
|
+
* @deprecated
|
|
69654
69799
|
* @throws {RequiredError}
|
|
69655
69800
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69656
69801
|
*/
|
|
69657
|
-
public
|
|
69658
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69802
|
+
public getNonEmployeeExportSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69803
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeExportSourceSchemaTemplate(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69659
69804
|
}
|
|
69660
69805
|
|
|
69661
69806
|
/**
|
|
@@ -69663,6 +69808,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69663
69808
|
* @summary Get a non-employee record
|
|
69664
69809
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
69665
69810
|
* @param {*} [axiosOptions] Override http request option.
|
|
69811
|
+
* @deprecated
|
|
69666
69812
|
* @throws {RequiredError}
|
|
69667
69813
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69668
69814
|
*/
|
|
@@ -69675,6 +69821,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69675
69821
|
* @summary Get a non-employee request
|
|
69676
69822
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
69677
69823
|
* @param {*} [axiosOptions] Override http request option.
|
|
69824
|
+
* @deprecated
|
|
69678
69825
|
* @throws {RequiredError}
|
|
69679
69826
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69680
69827
|
*/
|
|
@@ -69687,6 +69834,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69687
69834
|
* @summary Get summary of non-employee requests
|
|
69688
69835
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
69689
69836
|
* @param {*} [axiosOptions] Override http request option.
|
|
69837
|
+
* @deprecated
|
|
69690
69838
|
* @throws {RequiredError}
|
|
69691
69839
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69692
69840
|
*/
|
|
@@ -69699,6 +69847,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69699
69847
|
* @summary Get schema attribute non-employee source
|
|
69700
69848
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
69701
69849
|
* @param {*} [axiosOptions] Override http request option.
|
|
69850
|
+
* @deprecated
|
|
69702
69851
|
* @throws {RequiredError}
|
|
69703
69852
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69704
69853
|
*/
|
|
@@ -69711,6 +69860,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69711
69860
|
* @summary Get a non-employee source
|
|
69712
69861
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
69713
69862
|
* @param {*} [axiosOptions] Override http request option.
|
|
69863
|
+
* @deprecated
|
|
69714
69864
|
* @throws {RequiredError}
|
|
69715
69865
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69716
69866
|
*/
|
|
@@ -69723,11 +69873,12 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69723
69873
|
* @summary List schema attributes non-employee source
|
|
69724
69874
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
69725
69875
|
* @param {*} [axiosOptions] Override http request option.
|
|
69876
|
+
* @deprecated
|
|
69726
69877
|
* @throws {RequiredError}
|
|
69727
69878
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69728
69879
|
*/
|
|
69729
69880
|
public getNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69730
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69881
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69731
69882
|
}
|
|
69732
69883
|
|
|
69733
69884
|
/**
|
|
@@ -69735,6 +69886,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69735
69886
|
* @summary Imports, or updates, non-employee records
|
|
69736
69887
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
69737
69888
|
* @param {*} [axiosOptions] Override http request option.
|
|
69889
|
+
* @deprecated
|
|
69738
69890
|
* @throws {RequiredError}
|
|
69739
69891
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69740
69892
|
*/
|
|
@@ -69744,9 +69896,10 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69744
69896
|
|
|
69745
69897
|
/**
|
|
69746
69898
|
* This gets a list of non-employee approval requests.
|
|
69747
|
-
* @summary
|
|
69899
|
+
* @summary List of non-employee approval requests
|
|
69748
69900
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
69749
69901
|
* @param {*} [axiosOptions] Override http request option.
|
|
69902
|
+
* @deprecated
|
|
69750
69903
|
* @throws {RequiredError}
|
|
69751
69904
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69752
69905
|
*/
|
|
@@ -69759,6 +69912,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69759
69912
|
* @summary List non-employee records
|
|
69760
69913
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
69761
69914
|
* @param {*} [axiosOptions] Override http request option.
|
|
69915
|
+
* @deprecated
|
|
69762
69916
|
* @throws {RequiredError}
|
|
69763
69917
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69764
69918
|
*/
|
|
@@ -69771,6 +69925,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69771
69925
|
* @summary List non-employee requests
|
|
69772
69926
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
69773
69927
|
* @param {*} [axiosOptions] Override http request option.
|
|
69928
|
+
* @deprecated
|
|
69774
69929
|
* @throws {RequiredError}
|
|
69775
69930
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69776
69931
|
*/
|
|
@@ -69783,6 +69938,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69783
69938
|
* @summary List non-employee sources
|
|
69784
69939
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
69785
69940
|
* @param {*} [axiosOptions] Override http request option.
|
|
69941
|
+
* @deprecated
|
|
69786
69942
|
* @throws {RequiredError}
|
|
69787
69943
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69788
69944
|
*/
|
|
@@ -69795,6 +69951,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69795
69951
|
* @summary Patch non-employee record
|
|
69796
69952
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
69797
69953
|
* @param {*} [axiosOptions] Override http request option.
|
|
69954
|
+
* @deprecated
|
|
69798
69955
|
* @throws {RequiredError}
|
|
69799
69956
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69800
69957
|
*/
|
|
@@ -69807,6 +69964,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69807
69964
|
* @summary Patch non-employee source\'s schema attribute
|
|
69808
69965
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
69809
69966
|
* @param {*} [axiosOptions] Override http request option.
|
|
69967
|
+
* @deprecated
|
|
69810
69968
|
* @throws {RequiredError}
|
|
69811
69969
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69812
69970
|
*/
|
|
@@ -69819,6 +69977,7 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69819
69977
|
* @summary Patch a non-employee source
|
|
69820
69978
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
69821
69979
|
* @param {*} [axiosOptions] Override http request option.
|
|
69980
|
+
* @deprecated
|
|
69822
69981
|
* @throws {RequiredError}
|
|
69823
69982
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69824
69983
|
*/
|
|
@@ -69827,27 +69986,29 @@ export class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
69827
69986
|
}
|
|
69828
69987
|
|
|
69829
69988
|
/**
|
|
69830
|
-
* This
|
|
69831
|
-
* @summary
|
|
69832
|
-
* @param {
|
|
69989
|
+
* This request will update a non-employee record.
|
|
69990
|
+
* @summary Update non-employee record
|
|
69991
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
69833
69992
|
* @param {*} [axiosOptions] Override http request option.
|
|
69993
|
+
* @deprecated
|
|
69834
69994
|
* @throws {RequiredError}
|
|
69835
69995
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69836
69996
|
*/
|
|
69837
|
-
public
|
|
69838
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
69997
|
+
public putNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
69998
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).putNonEmployeeRecord(requestParameters.id, requestParameters.nonEmployeeRequestBodyBeta, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69839
69999
|
}
|
|
69840
70000
|
|
|
69841
70001
|
/**
|
|
69842
|
-
* This
|
|
69843
|
-
* @summary
|
|
69844
|
-
* @param {
|
|
70002
|
+
* This endpoint will reject an approval item request and notify user.
|
|
70003
|
+
* @summary Reject a non-employee request
|
|
70004
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
69845
70005
|
* @param {*} [axiosOptions] Override http request option.
|
|
70006
|
+
* @deprecated
|
|
69846
70007
|
* @throws {RequiredError}
|
|
69847
70008
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
69848
70009
|
*/
|
|
69849
|
-
public
|
|
69850
|
-
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).
|
|
70010
|
+
public rejectNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
70011
|
+
return NonEmployeeLifecycleManagementBetaApiFp(this.configuration).rejectNonEmployeeRequest(requestParameters.id, requestParameters.nonEmployeeRejectApprovalDecisionBeta, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
69851
70012
|
}
|
|
69852
70013
|
}
|
|
69853
70014
|
|
|
@@ -69904,7 +70065,7 @@ export const NotificationsBetaApiAxiosParamCreator = function (configuration?: C
|
|
|
69904
70065
|
};
|
|
69905
70066
|
},
|
|
69906
70067
|
/**
|
|
69907
|
-
* This
|
|
70068
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
69908
70069
|
* @summary Create notification template
|
|
69909
70070
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
69910
70071
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -70400,11 +70561,12 @@ export const NotificationsBetaApiAxiosParamCreator = function (configuration?: C
|
|
|
70400
70561
|
* @summary List notification templates
|
|
70401
70562
|
* @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.
|
|
70402
70563
|
* @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.
|
|
70403
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **
|
|
70564
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in* **medium**: *eq* **locale**: *eq* **name**: *eq, sw* **description**: *eq, sw* **id**: *eq, sw*
|
|
70565
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
70404
70566
|
* @param {*} [axiosOptions] Override http request option.
|
|
70405
70567
|
* @throws {RequiredError}
|
|
70406
70568
|
*/
|
|
70407
|
-
listNotificationTemplates: async (limit?: number, offset?: number, filters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
70569
|
+
listNotificationTemplates: async (limit?: number, offset?: number, filters?: string, sorters?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
70408
70570
|
const localVarPath = `/notification-templates`;
|
|
70409
70571
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
70410
70572
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -70437,6 +70599,10 @@ export const NotificationsBetaApiAxiosParamCreator = function (configuration?: C
|
|
|
70437
70599
|
localVarQueryParameter['filters'] = filters;
|
|
70438
70600
|
}
|
|
70439
70601
|
|
|
70602
|
+
if (sorters !== undefined) {
|
|
70603
|
+
localVarQueryParameter['sorters'] = sorters;
|
|
70604
|
+
}
|
|
70605
|
+
|
|
70440
70606
|
|
|
70441
70607
|
|
|
70442
70608
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -70560,7 +70726,7 @@ export const NotificationsBetaApiFp = function(configuration?: Configuration) {
|
|
|
70560
70726
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
70561
70727
|
},
|
|
70562
70728
|
/**
|
|
70563
|
-
* This
|
|
70729
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
70564
70730
|
* @summary Create notification template
|
|
70565
70731
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
70566
70732
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -70711,12 +70877,13 @@ export const NotificationsBetaApiFp = function(configuration?: Configuration) {
|
|
|
70711
70877
|
* @summary List notification templates
|
|
70712
70878
|
* @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.
|
|
70713
70879
|
* @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.
|
|
70714
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **
|
|
70880
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in* **medium**: *eq* **locale**: *eq* **name**: *eq, sw* **description**: *eq, sw* **id**: *eq, sw*
|
|
70881
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
70715
70882
|
* @param {*} [axiosOptions] Override http request option.
|
|
70716
70883
|
* @throws {RequiredError}
|
|
70717
70884
|
*/
|
|
70718
|
-
async listNotificationTemplates(limit?: number, offset?: number, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoBeta>>> {
|
|
70719
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, axiosOptions);
|
|
70885
|
+
async listNotificationTemplates(limit?: number, offset?: number, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoBeta>>> {
|
|
70886
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, sorters, axiosOptions);
|
|
70720
70887
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
70721
70888
|
const localVarOperationServerBasePath = operationServerMap['NotificationsBetaApi.listNotificationTemplates']?.[localVarOperationServerIndex]?.url;
|
|
70722
70889
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -70768,7 +70935,7 @@ export const NotificationsBetaApiFactory = function (configuration?: Configurati
|
|
|
70768
70935
|
return localVarFp.createDomainDkim(requestParameters.domainAddressBeta, axiosOptions).then((request) => request(axios, basePath));
|
|
70769
70936
|
},
|
|
70770
70937
|
/**
|
|
70771
|
-
* This
|
|
70938
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
70772
70939
|
* @summary Create notification template
|
|
70773
70940
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
70774
70941
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -70883,7 +71050,7 @@ export const NotificationsBetaApiFactory = function (configuration?: Configurati
|
|
|
70883
71050
|
* @throws {RequiredError}
|
|
70884
71051
|
*/
|
|
70885
71052
|
listNotificationTemplates(requestParameters: NotificationsBetaApiListNotificationTemplatesRequest = {}, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<TemplateDtoBeta>> {
|
|
70886
|
-
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then((request) => request(axios, basePath));
|
|
71053
|
+
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, axiosOptions).then((request) => request(axios, basePath));
|
|
70887
71054
|
},
|
|
70888
71055
|
/**
|
|
70889
71056
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
@@ -71111,11 +71278,18 @@ export interface NotificationsBetaApiListNotificationTemplatesRequest {
|
|
|
71111
71278
|
readonly offset?: number
|
|
71112
71279
|
|
|
71113
71280
|
/**
|
|
71114
|
-
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **
|
|
71281
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in* **medium**: *eq* **locale**: *eq* **name**: *eq, sw* **description**: *eq, sw* **id**: *eq, sw*
|
|
71115
71282
|
* @type {string}
|
|
71116
71283
|
* @memberof NotificationsBetaApiListNotificationTemplates
|
|
71117
71284
|
*/
|
|
71118
71285
|
readonly filters?: string
|
|
71286
|
+
|
|
71287
|
+
/**
|
|
71288
|
+
* Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
71289
|
+
* @type {string}
|
|
71290
|
+
* @memberof NotificationsBetaApiListNotificationTemplates
|
|
71291
|
+
*/
|
|
71292
|
+
readonly sorters?: string
|
|
71119
71293
|
}
|
|
71120
71294
|
|
|
71121
71295
|
/**
|
|
@@ -71166,7 +71340,7 @@ export class NotificationsBetaApi extends BaseAPI {
|
|
|
71166
71340
|
}
|
|
71167
71341
|
|
|
71168
71342
|
/**
|
|
71169
|
-
* This
|
|
71343
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
71170
71344
|
* @summary Create notification template
|
|
71171
71345
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
71172
71346
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -71304,7 +71478,7 @@ export class NotificationsBetaApi extends BaseAPI {
|
|
|
71304
71478
|
* @memberof NotificationsBetaApi
|
|
71305
71479
|
*/
|
|
71306
71480
|
public listNotificationTemplates(requestParameters: NotificationsBetaApiListNotificationTemplatesRequest = {}, axiosOptions?: RawAxiosRequestConfig) {
|
|
71307
|
-
return NotificationsBetaApiFp(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
71481
|
+
return NotificationsBetaApiFp(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
71308
71482
|
}
|
|
71309
71483
|
|
|
71310
71484
|
/**
|