sailpoint-api-client 1.6.5 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +417 -243
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +330 -171
- package/dist/beta/api.js +339 -195
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +62 -111
- package/dist/v2024/api.js +69 -145
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +116 -139
- package/dist/v2025/api.js +98 -183
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +0 -1
- package/dist/v3/api.js +1 -2
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +101 -225
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +170 -275
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +1 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/beta/api.d.ts
CHANGED
|
@@ -8095,6 +8095,12 @@ export type CorrelatedGovernanceEventBetaTypeBeta = typeof CorrelatedGovernanceE
|
|
|
8095
8095
|
* @interface CorrelationConfigAttributeAssignmentsInnerBeta
|
|
8096
8096
|
*/
|
|
8097
8097
|
export interface CorrelationConfigAttributeAssignmentsInnerBeta {
|
|
8098
|
+
/**
|
|
8099
|
+
* The sequence of the attribute assignment.
|
|
8100
|
+
* @type {number}
|
|
8101
|
+
* @memberof CorrelationConfigAttributeAssignmentsInnerBeta
|
|
8102
|
+
*/
|
|
8103
|
+
'sequence'?: number;
|
|
8098
8104
|
/**
|
|
8099
8105
|
* The property of the attribute assignment.
|
|
8100
8106
|
* @type {string}
|
|
@@ -11266,7 +11272,6 @@ export interface FullcampaignAllOfFilterBeta {
|
|
|
11266
11272
|
}
|
|
11267
11273
|
export declare const FullcampaignAllOfFilterBetaTypeBeta: {
|
|
11268
11274
|
readonly CampaignFilter: "CAMPAIGN_FILTER";
|
|
11269
|
-
readonly Rule: "RULE";
|
|
11270
11275
|
};
|
|
11271
11276
|
export type FullcampaignAllOfFilterBetaTypeBeta = typeof FullcampaignAllOfFilterBetaTypeBeta[keyof typeof FullcampaignAllOfFilterBetaTypeBeta];
|
|
11272
11277
|
/**
|
|
@@ -17875,7 +17880,7 @@ export interface NonEmployeeBulkUploadStatusBeta {
|
|
|
17875
17880
|
* @type {string}
|
|
17876
17881
|
* @memberof NonEmployeeBulkUploadStatusBeta
|
|
17877
17882
|
*/
|
|
17878
|
-
'status'?: NonEmployeeBulkUploadStatusBetaStatusBeta;
|
|
17883
|
+
'status'?: NonEmployeeBulkUploadStatusBetaStatusBeta | null;
|
|
17879
17884
|
}
|
|
17880
17885
|
export declare const NonEmployeeBulkUploadStatusBetaStatusBeta: {
|
|
17881
17886
|
readonly Pending: "PENDING";
|
|
@@ -18409,13 +18414,13 @@ export interface NonEmployeeSchemaAttributeBeta {
|
|
|
18409
18414
|
* @type {string}
|
|
18410
18415
|
* @memberof NonEmployeeSchemaAttributeBeta
|
|
18411
18416
|
*/
|
|
18412
|
-
'helpText'?: string;
|
|
18417
|
+
'helpText'?: string | null;
|
|
18413
18418
|
/**
|
|
18414
18419
|
* Hint text that fills UI box.
|
|
18415
18420
|
* @type {string}
|
|
18416
18421
|
* @memberof NonEmployeeSchemaAttributeBeta
|
|
18417
18422
|
*/
|
|
18418
|
-
'placeholder'?: string;
|
|
18423
|
+
'placeholder'?: string | null;
|
|
18419
18424
|
/**
|
|
18420
18425
|
* If true, the schema attribute is required for all non-employees in the source
|
|
18421
18426
|
* @type {boolean}
|
|
@@ -18475,6 +18480,8 @@ export declare const NonEmployeeSchemaAttributeTypeBeta: {
|
|
|
18475
18480
|
readonly Text: "TEXT";
|
|
18476
18481
|
readonly Date: "DATE";
|
|
18477
18482
|
readonly Identity: "IDENTITY";
|
|
18483
|
+
readonly Phone: "PHONE";
|
|
18484
|
+
readonly Email: "EMAIL";
|
|
18478
18485
|
};
|
|
18479
18486
|
export type NonEmployeeSchemaAttributeTypeBeta = typeof NonEmployeeSchemaAttributeTypeBeta[keyof typeof NonEmployeeSchemaAttributeTypeBeta];
|
|
18480
18487
|
/**
|
|
@@ -50110,6 +50117,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50110
50117
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50111
50118
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
50112
50119
|
* @param {*} [axiosOptions] Override http request option.
|
|
50120
|
+
* @deprecated
|
|
50113
50121
|
* @throws {RequiredError}
|
|
50114
50122
|
*/
|
|
50115
50123
|
approveNonEmployeeRequest: (id: string, nonEmployeeApprovalDecisionBeta: NonEmployeeApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50118,6 +50126,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50118
50126
|
* @summary Create non-employee record
|
|
50119
50127
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
50120
50128
|
* @param {*} [axiosOptions] Override http request option.
|
|
50129
|
+
* @deprecated
|
|
50121
50130
|
* @throws {RequiredError}
|
|
50122
50131
|
*/
|
|
50123
50132
|
createNonEmployeeRecord: (nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50126,6 +50135,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50126
50135
|
* @summary Create non-employee request
|
|
50127
50136
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
50128
50137
|
* @param {*} [axiosOptions] Override http request option.
|
|
50138
|
+
* @deprecated
|
|
50129
50139
|
* @throws {RequiredError}
|
|
50130
50140
|
*/
|
|
50131
50141
|
createNonEmployeeRequest: (nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50134,6 +50144,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50134
50144
|
* @summary Create non-employee source
|
|
50135
50145
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
50136
50146
|
* @param {*} [axiosOptions] Override http request option.
|
|
50147
|
+
* @deprecated
|
|
50137
50148
|
* @throws {RequiredError}
|
|
50138
50149
|
*/
|
|
50139
50150
|
createNonEmployeeSource: (nonEmployeeSourceRequestBodyBeta: NonEmployeeSourceRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50143,6 +50154,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50143
50154
|
* @param {string} sourceId The Source id
|
|
50144
50155
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
50145
50156
|
* @param {*} [axiosOptions] Override http request option.
|
|
50157
|
+
* @deprecated
|
|
50146
50158
|
* @throws {RequiredError}
|
|
50147
50159
|
*/
|
|
50148
50160
|
createNonEmployeeSourceSchemaAttributes: (sourceId: string, nonEmployeeSchemaAttributeBodyBeta: NonEmployeeSchemaAttributeBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50151,6 +50163,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50151
50163
|
* @summary Delete non-employee record
|
|
50152
50164
|
* @param {string} id Non-Employee record id (UUID)
|
|
50153
50165
|
* @param {*} [axiosOptions] Override http request option.
|
|
50166
|
+
* @deprecated
|
|
50154
50167
|
* @throws {RequiredError}
|
|
50155
50168
|
*/
|
|
50156
50169
|
deleteNonEmployeeRecord: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50159,6 +50172,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50159
50172
|
* @summary Delete multiple non-employee records
|
|
50160
50173
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
50161
50174
|
* @param {*} [axiosOptions] Override http request option.
|
|
50175
|
+
* @deprecated
|
|
50162
50176
|
* @throws {RequiredError}
|
|
50163
50177
|
*/
|
|
50164
50178
|
deleteNonEmployeeRecordInBulk: (deleteNonEmployeeRecordInBulkRequestBeta: DeleteNonEmployeeRecordInBulkRequestBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50167,6 +50181,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50167
50181
|
* @summary Delete non-employee request
|
|
50168
50182
|
* @param {string} id Non-Employee request id in the UUID format
|
|
50169
50183
|
* @param {*} [axiosOptions] Override http request option.
|
|
50184
|
+
* @deprecated
|
|
50170
50185
|
* @throws {RequiredError}
|
|
50171
50186
|
*/
|
|
50172
50187
|
deleteNonEmployeeRequest: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50176,6 +50191,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50176
50191
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
50177
50192
|
* @param {string} sourceId The Source id
|
|
50178
50193
|
* @param {*} [axiosOptions] Override http request option.
|
|
50194
|
+
* @deprecated
|
|
50179
50195
|
* @throws {RequiredError}
|
|
50180
50196
|
*/
|
|
50181
50197
|
deleteNonEmployeeSchemaAttribute: (attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50184,6 +50200,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50184
50200
|
* @summary Delete non-employee source
|
|
50185
50201
|
* @param {string} sourceId Source Id
|
|
50186
50202
|
* @param {*} [axiosOptions] Override http request option.
|
|
50203
|
+
* @deprecated
|
|
50187
50204
|
* @throws {RequiredError}
|
|
50188
50205
|
*/
|
|
50189
50206
|
deleteNonEmployeeSource: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50192,39 +50209,26 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50192
50209
|
* @summary Delete all custom schema attributes
|
|
50193
50210
|
* @param {string} sourceId The Source id
|
|
50194
50211
|
* @param {*} [axiosOptions] Override http request option.
|
|
50212
|
+
* @deprecated
|
|
50195
50213
|
* @throws {RequiredError}
|
|
50196
50214
|
*/
|
|
50197
50215
|
deleteNonEmployeeSourceSchemaAttributes: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50198
|
-
/**
|
|
50199
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
50200
|
-
* @summary Exports non-employee records to csv
|
|
50201
|
-
* @param {string} id Source Id (UUID)
|
|
50202
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50203
|
-
* @throws {RequiredError}
|
|
50204
|
-
*/
|
|
50205
|
-
exportNonEmployeeRecords: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50206
|
-
/**
|
|
50207
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50208
|
-
* @summary Exports source schema template
|
|
50209
|
-
* @param {string} id Source Id (UUID)
|
|
50210
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50211
|
-
* @throws {RequiredError}
|
|
50212
|
-
*/
|
|
50213
|
-
exportNonEmployeeSourceSchemaTemplate: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50214
50216
|
/**
|
|
50215
50217
|
* Approves a non-employee approval request and notifies the next approver.
|
|
50216
|
-
* @summary
|
|
50218
|
+
* @summary A non-employee approval item detail
|
|
50217
50219
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50218
50220
|
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
50219
50221
|
* @param {*} [axiosOptions] Override http request option.
|
|
50222
|
+
* @deprecated
|
|
50220
50223
|
* @throws {RequiredError}
|
|
50221
50224
|
*/
|
|
50222
50225
|
getNonEmployeeApproval: (id: string, includeDetail?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50223
50226
|
/**
|
|
50224
50227
|
* 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.
|
|
50225
|
-
* @summary
|
|
50228
|
+
* @summary Summary of non-employee approval requests
|
|
50226
50229
|
* @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.
|
|
50227
50230
|
* @param {*} [axiosOptions] Override http request option.
|
|
50231
|
+
* @deprecated
|
|
50228
50232
|
* @throws {RequiredError}
|
|
50229
50233
|
*/
|
|
50230
50234
|
getNonEmployeeApprovalSummary: (requestedFor: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50233,14 +50237,34 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50233
50237
|
* @summary Bulk upload status on source
|
|
50234
50238
|
* @param {string} id Source ID (UUID)
|
|
50235
50239
|
* @param {*} [axiosOptions] Override http request option.
|
|
50240
|
+
* @deprecated
|
|
50236
50241
|
* @throws {RequiredError}
|
|
50237
50242
|
*/
|
|
50238
50243
|
getNonEmployeeBulkUploadStatus: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50244
|
+
/**
|
|
50245
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
50246
|
+
* @summary Exports non-employee records to csv
|
|
50247
|
+
* @param {string} id Source Id (UUID)
|
|
50248
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50249
|
+
* @deprecated
|
|
50250
|
+
* @throws {RequiredError}
|
|
50251
|
+
*/
|
|
50252
|
+
getNonEmployeeExportRecords: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50253
|
+
/**
|
|
50254
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50255
|
+
* @summary Exports source schema template
|
|
50256
|
+
* @param {string} id Source Id (UUID)
|
|
50257
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50258
|
+
* @deprecated
|
|
50259
|
+
* @throws {RequiredError}
|
|
50260
|
+
*/
|
|
50261
|
+
getNonEmployeeExportSourceSchemaTemplate: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50239
50262
|
/**
|
|
50240
50263
|
* This gets a non-employee record.
|
|
50241
50264
|
* @summary Get a non-employee record
|
|
50242
50265
|
* @param {string} id Non-Employee record id (UUID)
|
|
50243
50266
|
* @param {*} [axiosOptions] Override http request option.
|
|
50267
|
+
* @deprecated
|
|
50244
50268
|
* @throws {RequiredError}
|
|
50245
50269
|
*/
|
|
50246
50270
|
getNonEmployeeRecord: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50249,6 +50273,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50249
50273
|
* @summary Get a non-employee request
|
|
50250
50274
|
* @param {string} id Non-Employee request id (UUID)
|
|
50251
50275
|
* @param {*} [axiosOptions] Override http request option.
|
|
50276
|
+
* @deprecated
|
|
50252
50277
|
* @throws {RequiredError}
|
|
50253
50278
|
*/
|
|
50254
50279
|
getNonEmployeeRequest: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50257,6 +50282,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50257
50282
|
* @summary Get summary of non-employee requests
|
|
50258
50283
|
* @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.
|
|
50259
50284
|
* @param {*} [axiosOptions] Override http request option.
|
|
50285
|
+
* @deprecated
|
|
50260
50286
|
* @throws {RequiredError}
|
|
50261
50287
|
*/
|
|
50262
50288
|
getNonEmployeeRequestSummary: (requestedFor: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50266,6 +50292,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50266
50292
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
50267
50293
|
* @param {string} sourceId The Source id
|
|
50268
50294
|
* @param {*} [axiosOptions] Override http request option.
|
|
50295
|
+
* @deprecated
|
|
50269
50296
|
* @throws {RequiredError}
|
|
50270
50297
|
*/
|
|
50271
50298
|
getNonEmployeeSchemaAttribute: (attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50274,6 +50301,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50274
50301
|
* @summary Get a non-employee source
|
|
50275
50302
|
* @param {string} sourceId Source Id
|
|
50276
50303
|
* @param {*} [axiosOptions] Override http request option.
|
|
50304
|
+
* @deprecated
|
|
50277
50305
|
* @throws {RequiredError}
|
|
50278
50306
|
*/
|
|
50279
50307
|
getNonEmployeeSource: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50281,22 +50309,26 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50281
50309
|
* 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.
|
|
50282
50310
|
* @summary List schema attributes non-employee source
|
|
50283
50311
|
* @param {string} sourceId The Source id
|
|
50312
|
+
* @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.
|
|
50313
|
+
* @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.
|
|
50284
50314
|
* @param {*} [axiosOptions] Override http request option.
|
|
50315
|
+
* @deprecated
|
|
50285
50316
|
* @throws {RequiredError}
|
|
50286
50317
|
*/
|
|
50287
|
-
getNonEmployeeSourceSchemaAttributes: (sourceId: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50318
|
+
getNonEmployeeSourceSchemaAttributes: (sourceId: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50288
50319
|
/**
|
|
50289
50320
|
* This post will import, or update, Non-Employee records found in the CSV. Request will need the following security scope: \'idn:nesr:create\'
|
|
50290
50321
|
* @summary Imports, or updates, non-employee records
|
|
50291
50322
|
* @param {string} id Source Id (UUID)
|
|
50292
50323
|
* @param {File} data
|
|
50293
50324
|
* @param {*} [axiosOptions] Override http request option.
|
|
50325
|
+
* @deprecated
|
|
50294
50326
|
* @throws {RequiredError}
|
|
50295
50327
|
*/
|
|
50296
50328
|
importNonEmployeeRecordsInBulk: (id: string, data: File, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50297
50329
|
/**
|
|
50298
50330
|
* This gets a list of non-employee approval requests.
|
|
50299
|
-
* @summary
|
|
50331
|
+
* @summary List of non-employee approval requests
|
|
50300
50332
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
50301
50333
|
* @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.
|
|
50302
50334
|
* @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.
|
|
@@ -50304,6 +50336,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50304
50336
|
* @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*
|
|
50305
50337
|
* @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**
|
|
50306
50338
|
* @param {*} [axiosOptions] Override http request option.
|
|
50339
|
+
* @deprecated
|
|
50307
50340
|
* @throws {RequiredError}
|
|
50308
50341
|
*/
|
|
50309
50342
|
listNonEmployeeApproval: (requestedFor?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50316,6 +50349,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50316
50349
|
* @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**
|
|
50317
50350
|
* @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*
|
|
50318
50351
|
* @param {*} [axiosOptions] Override http request option.
|
|
50352
|
+
* @deprecated
|
|
50319
50353
|
* @throws {RequiredError}
|
|
50320
50354
|
*/
|
|
50321
50355
|
listNonEmployeeRecords: (limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50329,6 +50363,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50329
50363
|
* @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**
|
|
50330
50364
|
* @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*
|
|
50331
50365
|
* @param {*} [axiosOptions] Override http request option.
|
|
50366
|
+
* @deprecated
|
|
50332
50367
|
* @throws {RequiredError}
|
|
50333
50368
|
*/
|
|
50334
50369
|
listNonEmployeeRequests: (requestedFor: string, limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50342,6 +50377,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50342
50377
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
50343
50378
|
* @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**
|
|
50344
50379
|
* @param {*} [axiosOptions] Override http request option.
|
|
50380
|
+
* @deprecated
|
|
50345
50381
|
* @throws {RequiredError}
|
|
50346
50382
|
*/
|
|
50347
50383
|
listNonEmployeeSources: (limit?: number, offset?: number, count?: boolean, requestedFor?: string, nonEmployeeCount?: boolean, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50351,6 +50387,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50351
50387
|
* @param {string} id Non-employee record id (UUID)
|
|
50352
50388
|
* @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.
|
|
50353
50389
|
* @param {*} [axiosOptions] Override http request option.
|
|
50390
|
+
* @deprecated
|
|
50354
50391
|
* @throws {RequiredError}
|
|
50355
50392
|
*/
|
|
50356
50393
|
patchNonEmployeeRecord: (id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50361,6 +50398,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50361
50398
|
* @param {string} sourceId The Source id
|
|
50362
50399
|
* @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\'.
|
|
50363
50400
|
* @param {*} [axiosOptions] Override http request option.
|
|
50401
|
+
* @deprecated
|
|
50364
50402
|
* @throws {RequiredError}
|
|
50365
50403
|
*/
|
|
50366
50404
|
patchNonEmployeeSchemaAttribute: (attributeId: string, sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -50370,27 +50408,30 @@ export declare const NonEmployeeLifecycleManagementBetaApiAxiosParamCreator: (co
|
|
|
50370
50408
|
* @param {string} sourceId Source Id
|
|
50371
50409
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
50372
50410
|
* @param {*} [axiosOptions] Override http request option.
|
|
50411
|
+
* @deprecated
|
|
50373
50412
|
* @throws {RequiredError}
|
|
50374
50413
|
*/
|
|
50375
50414
|
patchNonEmployeeSource: (sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50415
|
+
/**
|
|
50416
|
+
* This request will update a non-employee record.
|
|
50417
|
+
* @summary Update non-employee record
|
|
50418
|
+
* @param {string} id Non-employee record id (UUID)
|
|
50419
|
+
* @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.
|
|
50420
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50421
|
+
* @deprecated
|
|
50422
|
+
* @throws {RequiredError}
|
|
50423
|
+
*/
|
|
50424
|
+
putNonEmployeeRecord: (id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50376
50425
|
/**
|
|
50377
50426
|
* This endpoint will reject an approval item request and notify user.
|
|
50378
50427
|
* @summary Reject a non-employee request
|
|
50379
50428
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50380
50429
|
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
50381
50430
|
* @param {*} [axiosOptions] Override http request option.
|
|
50431
|
+
* @deprecated
|
|
50382
50432
|
* @throws {RequiredError}
|
|
50383
50433
|
*/
|
|
50384
50434
|
rejectNonEmployeeRequest: (id: string, nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50385
|
-
/**
|
|
50386
|
-
* This request will update a non-employee record.
|
|
50387
|
-
* @summary Update non-employee record
|
|
50388
|
-
* @param {string} id Non-employee record id (UUID)
|
|
50389
|
-
* @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.
|
|
50390
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50391
|
-
* @throws {RequiredError}
|
|
50392
|
-
*/
|
|
50393
|
-
updateNonEmployeeRecord: (id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50394
50435
|
};
|
|
50395
50436
|
/**
|
|
50396
50437
|
* NonEmployeeLifecycleManagementBetaApi - functional programming interface
|
|
@@ -50403,6 +50444,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50403
50444
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50404
50445
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
50405
50446
|
* @param {*} [axiosOptions] Override http request option.
|
|
50447
|
+
* @deprecated
|
|
50406
50448
|
* @throws {RequiredError}
|
|
50407
50449
|
*/
|
|
50408
50450
|
approveNonEmployeeRequest(id: string, nonEmployeeApprovalDecisionBeta: NonEmployeeApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemBeta>>;
|
|
@@ -50411,6 +50453,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50411
50453
|
* @summary Create non-employee record
|
|
50412
50454
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
50413
50455
|
* @param {*} [axiosOptions] Override http request option.
|
|
50456
|
+
* @deprecated
|
|
50414
50457
|
* @throws {RequiredError}
|
|
50415
50458
|
*/
|
|
50416
50459
|
createNonEmployeeRecord(nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>>;
|
|
@@ -50419,6 +50462,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50419
50462
|
* @summary Create non-employee request
|
|
50420
50463
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
50421
50464
|
* @param {*} [axiosOptions] Override http request option.
|
|
50465
|
+
* @deprecated
|
|
50422
50466
|
* @throws {RequiredError}
|
|
50423
50467
|
*/
|
|
50424
50468
|
createNonEmployeeRequest(nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestBeta>>;
|
|
@@ -50427,6 +50471,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50427
50471
|
* @summary Create non-employee source
|
|
50428
50472
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
50429
50473
|
* @param {*} [axiosOptions] Override http request option.
|
|
50474
|
+
* @deprecated
|
|
50430
50475
|
* @throws {RequiredError}
|
|
50431
50476
|
*/
|
|
50432
50477
|
createNonEmployeeSource(nonEmployeeSourceRequestBodyBeta: NonEmployeeSourceRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceWithCloudExternalIdBeta>>;
|
|
@@ -50436,6 +50481,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50436
50481
|
* @param {string} sourceId The Source id
|
|
50437
50482
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
50438
50483
|
* @param {*} [axiosOptions] Override http request option.
|
|
50484
|
+
* @deprecated
|
|
50439
50485
|
* @throws {RequiredError}
|
|
50440
50486
|
*/
|
|
50441
50487
|
createNonEmployeeSourceSchemaAttributes(sourceId: string, nonEmployeeSchemaAttributeBodyBeta: NonEmployeeSchemaAttributeBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>>;
|
|
@@ -50444,6 +50490,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50444
50490
|
* @summary Delete non-employee record
|
|
50445
50491
|
* @param {string} id Non-Employee record id (UUID)
|
|
50446
50492
|
* @param {*} [axiosOptions] Override http request option.
|
|
50493
|
+
* @deprecated
|
|
50447
50494
|
* @throws {RequiredError}
|
|
50448
50495
|
*/
|
|
50449
50496
|
deleteNonEmployeeRecord(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -50452,6 +50499,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50452
50499
|
* @summary Delete multiple non-employee records
|
|
50453
50500
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
50454
50501
|
* @param {*} [axiosOptions] Override http request option.
|
|
50502
|
+
* @deprecated
|
|
50455
50503
|
* @throws {RequiredError}
|
|
50456
50504
|
*/
|
|
50457
50505
|
deleteNonEmployeeRecordInBulk(deleteNonEmployeeRecordInBulkRequestBeta: DeleteNonEmployeeRecordInBulkRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -50460,6 +50508,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50460
50508
|
* @summary Delete non-employee request
|
|
50461
50509
|
* @param {string} id Non-Employee request id in the UUID format
|
|
50462
50510
|
* @param {*} [axiosOptions] Override http request option.
|
|
50511
|
+
* @deprecated
|
|
50463
50512
|
* @throws {RequiredError}
|
|
50464
50513
|
*/
|
|
50465
50514
|
deleteNonEmployeeRequest(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -50469,6 +50518,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50469
50518
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
50470
50519
|
* @param {string} sourceId The Source id
|
|
50471
50520
|
* @param {*} [axiosOptions] Override http request option.
|
|
50521
|
+
* @deprecated
|
|
50472
50522
|
* @throws {RequiredError}
|
|
50473
50523
|
*/
|
|
50474
50524
|
deleteNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -50477,6 +50527,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50477
50527
|
* @summary Delete non-employee source
|
|
50478
50528
|
* @param {string} sourceId Source Id
|
|
50479
50529
|
* @param {*} [axiosOptions] Override http request option.
|
|
50530
|
+
* @deprecated
|
|
50480
50531
|
* @throws {RequiredError}
|
|
50481
50532
|
*/
|
|
50482
50533
|
deleteNonEmployeeSource(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
@@ -50485,39 +50536,26 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50485
50536
|
* @summary Delete all custom schema attributes
|
|
50486
50537
|
* @param {string} sourceId The Source id
|
|
50487
50538
|
* @param {*} [axiosOptions] Override http request option.
|
|
50539
|
+
* @deprecated
|
|
50488
50540
|
* @throws {RequiredError}
|
|
50489
50541
|
*/
|
|
50490
50542
|
deleteNonEmployeeSourceSchemaAttributes(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50491
|
-
/**
|
|
50492
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
50493
|
-
* @summary Exports non-employee records to csv
|
|
50494
|
-
* @param {string} id Source Id (UUID)
|
|
50495
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50496
|
-
* @throws {RequiredError}
|
|
50497
|
-
*/
|
|
50498
|
-
exportNonEmployeeRecords(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50499
|
-
/**
|
|
50500
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50501
|
-
* @summary Exports source schema template
|
|
50502
|
-
* @param {string} id Source Id (UUID)
|
|
50503
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50504
|
-
* @throws {RequiredError}
|
|
50505
|
-
*/
|
|
50506
|
-
exportNonEmployeeSourceSchemaTemplate(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50507
50543
|
/**
|
|
50508
50544
|
* Approves a non-employee approval request and notifies the next approver.
|
|
50509
|
-
* @summary
|
|
50545
|
+
* @summary A non-employee approval item detail
|
|
50510
50546
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50511
50547
|
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
50512
50548
|
* @param {*} [axiosOptions] Override http request option.
|
|
50549
|
+
* @deprecated
|
|
50513
50550
|
* @throws {RequiredError}
|
|
50514
50551
|
*/
|
|
50515
50552
|
getNonEmployeeApproval(id: string, includeDetail?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemDetailBeta>>;
|
|
50516
50553
|
/**
|
|
50517
50554
|
* 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.
|
|
50518
|
-
* @summary
|
|
50555
|
+
* @summary Summary of non-employee approval requests
|
|
50519
50556
|
* @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.
|
|
50520
50557
|
* @param {*} [axiosOptions] Override http request option.
|
|
50558
|
+
* @deprecated
|
|
50521
50559
|
* @throws {RequiredError}
|
|
50522
50560
|
*/
|
|
50523
50561
|
getNonEmployeeApprovalSummary(requestedFor: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalSummaryBeta>>;
|
|
@@ -50526,14 +50564,34 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50526
50564
|
* @summary Bulk upload status on source
|
|
50527
50565
|
* @param {string} id Source ID (UUID)
|
|
50528
50566
|
* @param {*} [axiosOptions] Override http request option.
|
|
50567
|
+
* @deprecated
|
|
50529
50568
|
* @throws {RequiredError}
|
|
50530
50569
|
*/
|
|
50531
50570
|
getNonEmployeeBulkUploadStatus(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeBulkUploadStatusBeta>>;
|
|
50571
|
+
/**
|
|
50572
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
50573
|
+
* @summary Exports non-employee records to csv
|
|
50574
|
+
* @param {string} id Source Id (UUID)
|
|
50575
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50576
|
+
* @deprecated
|
|
50577
|
+
* @throws {RequiredError}
|
|
50578
|
+
*/
|
|
50579
|
+
getNonEmployeeExportRecords(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50580
|
+
/**
|
|
50581
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50582
|
+
* @summary Exports source schema template
|
|
50583
|
+
* @param {string} id Source Id (UUID)
|
|
50584
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50585
|
+
* @deprecated
|
|
50586
|
+
* @throws {RequiredError}
|
|
50587
|
+
*/
|
|
50588
|
+
getNonEmployeeExportSourceSchemaTemplate(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
50532
50589
|
/**
|
|
50533
50590
|
* This gets a non-employee record.
|
|
50534
50591
|
* @summary Get a non-employee record
|
|
50535
50592
|
* @param {string} id Non-Employee record id (UUID)
|
|
50536
50593
|
* @param {*} [axiosOptions] Override http request option.
|
|
50594
|
+
* @deprecated
|
|
50537
50595
|
* @throws {RequiredError}
|
|
50538
50596
|
*/
|
|
50539
50597
|
getNonEmployeeRecord(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>>;
|
|
@@ -50542,6 +50600,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50542
50600
|
* @summary Get a non-employee request
|
|
50543
50601
|
* @param {string} id Non-Employee request id (UUID)
|
|
50544
50602
|
* @param {*} [axiosOptions] Override http request option.
|
|
50603
|
+
* @deprecated
|
|
50545
50604
|
* @throws {RequiredError}
|
|
50546
50605
|
*/
|
|
50547
50606
|
getNonEmployeeRequest(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestBeta>>;
|
|
@@ -50550,6 +50609,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50550
50609
|
* @summary Get summary of non-employee requests
|
|
50551
50610
|
* @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.
|
|
50552
50611
|
* @param {*} [axiosOptions] Override http request option.
|
|
50612
|
+
* @deprecated
|
|
50553
50613
|
* @throws {RequiredError}
|
|
50554
50614
|
*/
|
|
50555
50615
|
getNonEmployeeRequestSummary(requestedFor: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRequestSummaryBeta>>;
|
|
@@ -50559,6 +50619,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50559
50619
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
50560
50620
|
* @param {string} sourceId The Source id
|
|
50561
50621
|
* @param {*} [axiosOptions] Override http request option.
|
|
50622
|
+
* @deprecated
|
|
50562
50623
|
* @throws {RequiredError}
|
|
50563
50624
|
*/
|
|
50564
50625
|
getNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>>;
|
|
@@ -50567,6 +50628,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50567
50628
|
* @summary Get a non-employee source
|
|
50568
50629
|
* @param {string} sourceId Source Id
|
|
50569
50630
|
* @param {*} [axiosOptions] Override http request option.
|
|
50631
|
+
* @deprecated
|
|
50570
50632
|
* @throws {RequiredError}
|
|
50571
50633
|
*/
|
|
50572
50634
|
getNonEmployeeSource(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceBeta>>;
|
|
@@ -50574,22 +50636,26 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50574
50636
|
* 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.
|
|
50575
50637
|
* @summary List schema attributes non-employee source
|
|
50576
50638
|
* @param {string} sourceId The Source id
|
|
50639
|
+
* @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.
|
|
50640
|
+
* @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.
|
|
50577
50641
|
* @param {*} [axiosOptions] Override http request option.
|
|
50642
|
+
* @deprecated
|
|
50578
50643
|
* @throws {RequiredError}
|
|
50579
50644
|
*/
|
|
50580
|
-
getNonEmployeeSourceSchemaAttributes(sourceId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>>>;
|
|
50645
|
+
getNonEmployeeSourceSchemaAttributes(sourceId: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>>>;
|
|
50581
50646
|
/**
|
|
50582
50647
|
* This post will import, or update, Non-Employee records found in the CSV. Request will need the following security scope: \'idn:nesr:create\'
|
|
50583
50648
|
* @summary Imports, or updates, non-employee records
|
|
50584
50649
|
* @param {string} id Source Id (UUID)
|
|
50585
50650
|
* @param {File} data
|
|
50586
50651
|
* @param {*} [axiosOptions] Override http request option.
|
|
50652
|
+
* @deprecated
|
|
50587
50653
|
* @throws {RequiredError}
|
|
50588
50654
|
*/
|
|
50589
50655
|
importNonEmployeeRecordsInBulk(id: string, data: File, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeBulkUploadJobBeta>>;
|
|
50590
50656
|
/**
|
|
50591
50657
|
* This gets a list of non-employee approval requests.
|
|
50592
|
-
* @summary
|
|
50658
|
+
* @summary List of non-employee approval requests
|
|
50593
50659
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
50594
50660
|
* @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.
|
|
50595
50661
|
* @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.
|
|
@@ -50597,6 +50663,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50597
50663
|
* @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*
|
|
50598
50664
|
* @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**
|
|
50599
50665
|
* @param {*} [axiosOptions] Override http request option.
|
|
50666
|
+
* @deprecated
|
|
50600
50667
|
* @throws {RequiredError}
|
|
50601
50668
|
*/
|
|
50602
50669
|
listNonEmployeeApproval(requestedFor?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeApprovalItemBeta>>>;
|
|
@@ -50609,6 +50676,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50609
50676
|
* @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**
|
|
50610
50677
|
* @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*
|
|
50611
50678
|
* @param {*} [axiosOptions] Override http request option.
|
|
50679
|
+
* @deprecated
|
|
50612
50680
|
* @throws {RequiredError}
|
|
50613
50681
|
*/
|
|
50614
50682
|
listNonEmployeeRecords(limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeRecordBeta>>>;
|
|
@@ -50622,6 +50690,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50622
50690
|
* @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**
|
|
50623
50691
|
* @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*
|
|
50624
50692
|
* @param {*} [axiosOptions] Override http request option.
|
|
50693
|
+
* @deprecated
|
|
50625
50694
|
* @throws {RequiredError}
|
|
50626
50695
|
*/
|
|
50627
50696
|
listNonEmployeeRequests(requestedFor: string, limit?: number, offset?: number, count?: boolean, sorters?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeRequestBeta>>>;
|
|
@@ -50635,6 +50704,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50635
50704
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
50636
50705
|
* @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**
|
|
50637
50706
|
* @param {*} [axiosOptions] Override http request option.
|
|
50707
|
+
* @deprecated
|
|
50638
50708
|
* @throws {RequiredError}
|
|
50639
50709
|
*/
|
|
50640
50710
|
listNonEmployeeSources(limit?: number, offset?: number, count?: boolean, requestedFor?: string, nonEmployeeCount?: boolean, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<NonEmployeeSourceWithNECountBeta>>>;
|
|
@@ -50644,6 +50714,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50644
50714
|
* @param {string} id Non-employee record id (UUID)
|
|
50645
50715
|
* @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.
|
|
50646
50716
|
* @param {*} [axiosOptions] Override http request option.
|
|
50717
|
+
* @deprecated
|
|
50647
50718
|
* @throws {RequiredError}
|
|
50648
50719
|
*/
|
|
50649
50720
|
patchNonEmployeeRecord(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>>;
|
|
@@ -50654,6 +50725,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50654
50725
|
* @param {string} sourceId The Source id
|
|
50655
50726
|
* @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\'.
|
|
50656
50727
|
* @param {*} [axiosOptions] Override http request option.
|
|
50728
|
+
* @deprecated
|
|
50657
50729
|
* @throws {RequiredError}
|
|
50658
50730
|
*/
|
|
50659
50731
|
patchNonEmployeeSchemaAttribute(attributeId: string, sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSchemaAttributeBeta>>;
|
|
@@ -50663,27 +50735,30 @@ export declare const NonEmployeeLifecycleManagementBetaApiFp: (configuration?: C
|
|
|
50663
50735
|
* @param {string} sourceId Source Id
|
|
50664
50736
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
50665
50737
|
* @param {*} [axiosOptions] Override http request option.
|
|
50738
|
+
* @deprecated
|
|
50666
50739
|
* @throws {RequiredError}
|
|
50667
50740
|
*/
|
|
50668
50741
|
patchNonEmployeeSource(sourceId: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeSourceBeta>>;
|
|
50742
|
+
/**
|
|
50743
|
+
* This request will update a non-employee record.
|
|
50744
|
+
* @summary Update non-employee record
|
|
50745
|
+
* @param {string} id Non-employee record id (UUID)
|
|
50746
|
+
* @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.
|
|
50747
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50748
|
+
* @deprecated
|
|
50749
|
+
* @throws {RequiredError}
|
|
50750
|
+
*/
|
|
50751
|
+
putNonEmployeeRecord(id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>>;
|
|
50669
50752
|
/**
|
|
50670
50753
|
* This endpoint will reject an approval item request and notify user.
|
|
50671
50754
|
* @summary Reject a non-employee request
|
|
50672
50755
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
50673
50756
|
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
50674
50757
|
* @param {*} [axiosOptions] Override http request option.
|
|
50758
|
+
* @deprecated
|
|
50675
50759
|
* @throws {RequiredError}
|
|
50676
50760
|
*/
|
|
50677
50761
|
rejectNonEmployeeRequest(id: string, nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeApprovalItemBeta>>;
|
|
50678
|
-
/**
|
|
50679
|
-
* This request will update a non-employee record.
|
|
50680
|
-
* @summary Update non-employee record
|
|
50681
|
-
* @param {string} id Non-employee record id (UUID)
|
|
50682
|
-
* @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.
|
|
50683
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50684
|
-
* @throws {RequiredError}
|
|
50685
|
-
*/
|
|
50686
|
-
updateNonEmployeeRecord(id: string, nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonEmployeeRecordBeta>>;
|
|
50687
50762
|
};
|
|
50688
50763
|
/**
|
|
50689
50764
|
* NonEmployeeLifecycleManagementBetaApi - factory interface
|
|
@@ -50695,6 +50770,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50695
50770
|
* @summary Approve a non-employee request
|
|
50696
50771
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
50697
50772
|
* @param {*} [axiosOptions] Override http request option.
|
|
50773
|
+
* @deprecated
|
|
50698
50774
|
* @throws {RequiredError}
|
|
50699
50775
|
*/
|
|
50700
50776
|
approveNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemBeta>;
|
|
@@ -50703,6 +50779,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50703
50779
|
* @summary Create non-employee record
|
|
50704
50780
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
50705
50781
|
* @param {*} [axiosOptions] Override http request option.
|
|
50782
|
+
* @deprecated
|
|
50706
50783
|
* @throws {RequiredError}
|
|
50707
50784
|
*/
|
|
50708
50785
|
createNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta>;
|
|
@@ -50711,6 +50788,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50711
50788
|
* @summary Create non-employee request
|
|
50712
50789
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
50713
50790
|
* @param {*} [axiosOptions] Override http request option.
|
|
50791
|
+
* @deprecated
|
|
50714
50792
|
* @throws {RequiredError}
|
|
50715
50793
|
*/
|
|
50716
50794
|
createNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestBeta>;
|
|
@@ -50719,6 +50797,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50719
50797
|
* @summary Create non-employee source
|
|
50720
50798
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
50721
50799
|
* @param {*} [axiosOptions] Override http request option.
|
|
50800
|
+
* @deprecated
|
|
50722
50801
|
* @throws {RequiredError}
|
|
50723
50802
|
*/
|
|
50724
50803
|
createNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceWithCloudExternalIdBeta>;
|
|
@@ -50727,6 +50806,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50727
50806
|
* @summary Create non-employee source schema attribute
|
|
50728
50807
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
50729
50808
|
* @param {*} [axiosOptions] Override http request option.
|
|
50809
|
+
* @deprecated
|
|
50730
50810
|
* @throws {RequiredError}
|
|
50731
50811
|
*/
|
|
50732
50812
|
createNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta>;
|
|
@@ -50735,6 +50815,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50735
50815
|
* @summary Delete non-employee record
|
|
50736
50816
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
50737
50817
|
* @param {*} [axiosOptions] Override http request option.
|
|
50818
|
+
* @deprecated
|
|
50738
50819
|
* @throws {RequiredError}
|
|
50739
50820
|
*/
|
|
50740
50821
|
deleteNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -50743,6 +50824,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50743
50824
|
* @summary Delete multiple non-employee records
|
|
50744
50825
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
50745
50826
|
* @param {*} [axiosOptions] Override http request option.
|
|
50827
|
+
* @deprecated
|
|
50746
50828
|
* @throws {RequiredError}
|
|
50747
50829
|
*/
|
|
50748
50830
|
deleteNonEmployeeRecordInBulk(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -50751,6 +50833,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50751
50833
|
* @summary Delete non-employee request
|
|
50752
50834
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
50753
50835
|
* @param {*} [axiosOptions] Override http request option.
|
|
50836
|
+
* @deprecated
|
|
50754
50837
|
* @throws {RequiredError}
|
|
50755
50838
|
*/
|
|
50756
50839
|
deleteNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -50759,6 +50842,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50759
50842
|
* @summary Delete non-employee source\'s schema attribute
|
|
50760
50843
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
50761
50844
|
* @param {*} [axiosOptions] Override http request option.
|
|
50845
|
+
* @deprecated
|
|
50762
50846
|
* @throws {RequiredError}
|
|
50763
50847
|
*/
|
|
50764
50848
|
deleteNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -50767,6 +50851,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50767
50851
|
* @summary Delete non-employee source
|
|
50768
50852
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
50769
50853
|
* @param {*} [axiosOptions] Override http request option.
|
|
50854
|
+
* @deprecated
|
|
50770
50855
|
* @throws {RequiredError}
|
|
50771
50856
|
*/
|
|
50772
50857
|
deleteNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
@@ -50775,38 +50860,25 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50775
50860
|
* @summary Delete all custom schema attributes
|
|
50776
50861
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
50777
50862
|
* @param {*} [axiosOptions] Override http request option.
|
|
50863
|
+
* @deprecated
|
|
50778
50864
|
* @throws {RequiredError}
|
|
50779
50865
|
*/
|
|
50780
50866
|
deleteNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
50781
|
-
/**
|
|
50782
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
50783
|
-
* @summary Exports non-employee records to csv
|
|
50784
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
50785
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50786
|
-
* @throws {RequiredError}
|
|
50787
|
-
*/
|
|
50788
|
-
exportNonEmployeeRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
50789
|
-
/**
|
|
50790
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50791
|
-
* @summary Exports source schema template
|
|
50792
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
50793
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
50794
|
-
* @throws {RequiredError}
|
|
50795
|
-
*/
|
|
50796
|
-
exportNonEmployeeSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
50797
50867
|
/**
|
|
50798
50868
|
* Approves a non-employee approval request and notifies the next approver.
|
|
50799
|
-
* @summary
|
|
50869
|
+
* @summary A non-employee approval item detail
|
|
50800
50870
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
50801
50871
|
* @param {*} [axiosOptions] Override http request option.
|
|
50872
|
+
* @deprecated
|
|
50802
50873
|
* @throws {RequiredError}
|
|
50803
50874
|
*/
|
|
50804
50875
|
getNonEmployeeApproval(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemDetailBeta>;
|
|
50805
50876
|
/**
|
|
50806
50877
|
* 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.
|
|
50807
|
-
* @summary
|
|
50878
|
+
* @summary Summary of non-employee approval requests
|
|
50808
50879
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
50809
50880
|
* @param {*} [axiosOptions] Override http request option.
|
|
50881
|
+
* @deprecated
|
|
50810
50882
|
* @throws {RequiredError}
|
|
50811
50883
|
*/
|
|
50812
50884
|
getNonEmployeeApprovalSummary(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalSummaryBeta>;
|
|
@@ -50815,14 +50887,34 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50815
50887
|
* @summary Bulk upload status on source
|
|
50816
50888
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
50817
50889
|
* @param {*} [axiosOptions] Override http request option.
|
|
50890
|
+
* @deprecated
|
|
50818
50891
|
* @throws {RequiredError}
|
|
50819
50892
|
*/
|
|
50820
50893
|
getNonEmployeeBulkUploadStatus(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeBulkUploadStatusBeta>;
|
|
50894
|
+
/**
|
|
50895
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
50896
|
+
* @summary Exports non-employee records to csv
|
|
50897
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
50898
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50899
|
+
* @deprecated
|
|
50900
|
+
* @throws {RequiredError}
|
|
50901
|
+
*/
|
|
50902
|
+
getNonEmployeeExportRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
50903
|
+
/**
|
|
50904
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
50905
|
+
* @summary Exports source schema template
|
|
50906
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
50907
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
50908
|
+
* @deprecated
|
|
50909
|
+
* @throws {RequiredError}
|
|
50910
|
+
*/
|
|
50911
|
+
getNonEmployeeExportSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
50821
50912
|
/**
|
|
50822
50913
|
* This gets a non-employee record.
|
|
50823
50914
|
* @summary Get a non-employee record
|
|
50824
50915
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
50825
50916
|
* @param {*} [axiosOptions] Override http request option.
|
|
50917
|
+
* @deprecated
|
|
50826
50918
|
* @throws {RequiredError}
|
|
50827
50919
|
*/
|
|
50828
50920
|
getNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta>;
|
|
@@ -50831,6 +50923,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50831
50923
|
* @summary Get a non-employee request
|
|
50832
50924
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
50833
50925
|
* @param {*} [axiosOptions] Override http request option.
|
|
50926
|
+
* @deprecated
|
|
50834
50927
|
* @throws {RequiredError}
|
|
50835
50928
|
*/
|
|
50836
50929
|
getNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestBeta>;
|
|
@@ -50839,6 +50932,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50839
50932
|
* @summary Get summary of non-employee requests
|
|
50840
50933
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
50841
50934
|
* @param {*} [axiosOptions] Override http request option.
|
|
50935
|
+
* @deprecated
|
|
50842
50936
|
* @throws {RequiredError}
|
|
50843
50937
|
*/
|
|
50844
50938
|
getNonEmployeeRequestSummary(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRequestSummaryBeta>;
|
|
@@ -50847,6 +50941,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50847
50941
|
* @summary Get schema attribute non-employee source
|
|
50848
50942
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
50849
50943
|
* @param {*} [axiosOptions] Override http request option.
|
|
50944
|
+
* @deprecated
|
|
50850
50945
|
* @throws {RequiredError}
|
|
50851
50946
|
*/
|
|
50852
50947
|
getNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta>;
|
|
@@ -50855,6 +50950,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50855
50950
|
* @summary Get a non-employee source
|
|
50856
50951
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
50857
50952
|
* @param {*} [axiosOptions] Override http request option.
|
|
50953
|
+
* @deprecated
|
|
50858
50954
|
* @throws {RequiredError}
|
|
50859
50955
|
*/
|
|
50860
50956
|
getNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceBeta>;
|
|
@@ -50863,6 +50959,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50863
50959
|
* @summary List schema attributes non-employee source
|
|
50864
50960
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
50865
50961
|
* @param {*} [axiosOptions] Override http request option.
|
|
50962
|
+
* @deprecated
|
|
50866
50963
|
* @throws {RequiredError}
|
|
50867
50964
|
*/
|
|
50868
50965
|
getNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeSchemaAttributeBeta>>;
|
|
@@ -50871,14 +50968,16 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50871
50968
|
* @summary Imports, or updates, non-employee records
|
|
50872
50969
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
50873
50970
|
* @param {*} [axiosOptions] Override http request option.
|
|
50971
|
+
* @deprecated
|
|
50874
50972
|
* @throws {RequiredError}
|
|
50875
50973
|
*/
|
|
50876
50974
|
importNonEmployeeRecordsInBulk(requestParameters: NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeBulkUploadJobBeta>;
|
|
50877
50975
|
/**
|
|
50878
50976
|
* This gets a list of non-employee approval requests.
|
|
50879
|
-
* @summary
|
|
50977
|
+
* @summary List of non-employee approval requests
|
|
50880
50978
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
50881
50979
|
* @param {*} [axiosOptions] Override http request option.
|
|
50980
|
+
* @deprecated
|
|
50882
50981
|
* @throws {RequiredError}
|
|
50883
50982
|
*/
|
|
50884
50983
|
listNonEmployeeApproval(requestParameters?: NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeApprovalItemBeta>>;
|
|
@@ -50887,6 +50986,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50887
50986
|
* @summary List non-employee records
|
|
50888
50987
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
50889
50988
|
* @param {*} [axiosOptions] Override http request option.
|
|
50989
|
+
* @deprecated
|
|
50890
50990
|
* @throws {RequiredError}
|
|
50891
50991
|
*/
|
|
50892
50992
|
listNonEmployeeRecords(requestParameters?: NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeRecordBeta>>;
|
|
@@ -50895,6 +50995,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50895
50995
|
* @summary List non-employee requests
|
|
50896
50996
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
50897
50997
|
* @param {*} [axiosOptions] Override http request option.
|
|
50998
|
+
* @deprecated
|
|
50898
50999
|
* @throws {RequiredError}
|
|
50899
51000
|
*/
|
|
50900
51001
|
listNonEmployeeRequests(requestParameters: NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeRequestBeta>>;
|
|
@@ -50903,6 +51004,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50903
51004
|
* @summary List non-employee sources
|
|
50904
51005
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
50905
51006
|
* @param {*} [axiosOptions] Override http request option.
|
|
51007
|
+
* @deprecated
|
|
50906
51008
|
* @throws {RequiredError}
|
|
50907
51009
|
*/
|
|
50908
51010
|
listNonEmployeeSources(requestParameters?: NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<NonEmployeeSourceWithNECountBeta>>;
|
|
@@ -50911,6 +51013,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50911
51013
|
* @summary Patch non-employee record
|
|
50912
51014
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
50913
51015
|
* @param {*} [axiosOptions] Override http request option.
|
|
51016
|
+
* @deprecated
|
|
50914
51017
|
* @throws {RequiredError}
|
|
50915
51018
|
*/
|
|
50916
51019
|
patchNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta>;
|
|
@@ -50919,6 +51022,7 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50919
51022
|
* @summary Patch non-employee source\'s schema attribute
|
|
50920
51023
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
50921
51024
|
* @param {*} [axiosOptions] Override http request option.
|
|
51025
|
+
* @deprecated
|
|
50922
51026
|
* @throws {RequiredError}
|
|
50923
51027
|
*/
|
|
50924
51028
|
patchNonEmployeeSchemaAttribute(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSchemaAttributeBeta>;
|
|
@@ -50927,25 +51031,28 @@ export declare const NonEmployeeLifecycleManagementBetaApiFactory: (configuratio
|
|
|
50927
51031
|
* @summary Patch a non-employee source
|
|
50928
51032
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
50929
51033
|
* @param {*} [axiosOptions] Override http request option.
|
|
51034
|
+
* @deprecated
|
|
50930
51035
|
* @throws {RequiredError}
|
|
50931
51036
|
*/
|
|
50932
51037
|
patchNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeSourceBeta>;
|
|
50933
51038
|
/**
|
|
50934
|
-
* This
|
|
50935
|
-
* @summary
|
|
50936
|
-
* @param {
|
|
51039
|
+
* This request will update a non-employee record.
|
|
51040
|
+
* @summary Update non-employee record
|
|
51041
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
50937
51042
|
* @param {*} [axiosOptions] Override http request option.
|
|
51043
|
+
* @deprecated
|
|
50938
51044
|
* @throws {RequiredError}
|
|
50939
51045
|
*/
|
|
50940
|
-
|
|
51046
|
+
putNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeRecordBeta>;
|
|
50941
51047
|
/**
|
|
50942
|
-
* This
|
|
50943
|
-
* @summary
|
|
50944
|
-
* @param {
|
|
51048
|
+
* This endpoint will reject an approval item request and notify user.
|
|
51049
|
+
* @summary Reject a non-employee request
|
|
51050
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
50945
51051
|
* @param {*} [axiosOptions] Override http request option.
|
|
51052
|
+
* @deprecated
|
|
50946
51053
|
* @throws {RequiredError}
|
|
50947
51054
|
*/
|
|
50948
|
-
|
|
51055
|
+
rejectNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<NonEmployeeApprovalItemBeta>;
|
|
50949
51056
|
};
|
|
50950
51057
|
/**
|
|
50951
51058
|
* Request parameters for approveNonEmployeeRequest operation in NonEmployeeLifecycleManagementBetaApi.
|
|
@@ -51108,32 +51215,6 @@ export interface NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSch
|
|
|
51108
51215
|
*/
|
|
51109
51216
|
readonly sourceId: string;
|
|
51110
51217
|
}
|
|
51111
|
-
/**
|
|
51112
|
-
* Request parameters for exportNonEmployeeRecords operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51113
|
-
* @export
|
|
51114
|
-
* @interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest
|
|
51115
|
-
*/
|
|
51116
|
-
export interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest {
|
|
51117
|
-
/**
|
|
51118
|
-
* Source Id (UUID)
|
|
51119
|
-
* @type {string}
|
|
51120
|
-
* @memberof NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecords
|
|
51121
|
-
*/
|
|
51122
|
-
readonly id: string;
|
|
51123
|
-
}
|
|
51124
|
-
/**
|
|
51125
|
-
* Request parameters for exportNonEmployeeSourceSchemaTemplate operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51126
|
-
* @export
|
|
51127
|
-
* @interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest
|
|
51128
|
-
*/
|
|
51129
|
-
export interface NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest {
|
|
51130
|
-
/**
|
|
51131
|
-
* Source Id (UUID)
|
|
51132
|
-
* @type {string}
|
|
51133
|
-
* @memberof NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplate
|
|
51134
|
-
*/
|
|
51135
|
-
readonly id: string;
|
|
51136
|
-
}
|
|
51137
51218
|
/**
|
|
51138
51219
|
* Request parameters for getNonEmployeeApproval operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51139
51220
|
* @export
|
|
@@ -51179,6 +51260,32 @@ export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadSt
|
|
|
51179
51260
|
*/
|
|
51180
51261
|
readonly id: string;
|
|
51181
51262
|
}
|
|
51263
|
+
/**
|
|
51264
|
+
* Request parameters for getNonEmployeeExportRecords operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51265
|
+
* @export
|
|
51266
|
+
* @interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest
|
|
51267
|
+
*/
|
|
51268
|
+
export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest {
|
|
51269
|
+
/**
|
|
51270
|
+
* Source Id (UUID)
|
|
51271
|
+
* @type {string}
|
|
51272
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecords
|
|
51273
|
+
*/
|
|
51274
|
+
readonly id: string;
|
|
51275
|
+
}
|
|
51276
|
+
/**
|
|
51277
|
+
* Request parameters for getNonEmployeeExportSourceSchemaTemplate operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51278
|
+
* @export
|
|
51279
|
+
* @interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest
|
|
51280
|
+
*/
|
|
51281
|
+
export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest {
|
|
51282
|
+
/**
|
|
51283
|
+
* Source Id (UUID)
|
|
51284
|
+
* @type {string}
|
|
51285
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplate
|
|
51286
|
+
*/
|
|
51287
|
+
readonly id: string;
|
|
51288
|
+
}
|
|
51182
51289
|
/**
|
|
51183
51290
|
* Request parameters for getNonEmployeeRecord operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51184
51291
|
* @export
|
|
@@ -51262,6 +51369,18 @@ export interface NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchema
|
|
|
51262
51369
|
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
51263
51370
|
*/
|
|
51264
51371
|
readonly sourceId: string;
|
|
51372
|
+
/**
|
|
51373
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
51374
|
+
* @type {number}
|
|
51375
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
51376
|
+
*/
|
|
51377
|
+
readonly limit?: number;
|
|
51378
|
+
/**
|
|
51379
|
+
* 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.
|
|
51380
|
+
* @type {number}
|
|
51381
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributes
|
|
51382
|
+
*/
|
|
51383
|
+
readonly offset?: number;
|
|
51265
51384
|
}
|
|
51266
51385
|
/**
|
|
51267
51386
|
* Request parameters for importNonEmployeeRecordsInBulk operation in NonEmployeeLifecycleManagementBetaApi.
|
|
@@ -51512,42 +51631,42 @@ export interface NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequ
|
|
|
51512
51631
|
readonly jsonPatchOperationBeta: Array<JsonPatchOperationBeta>;
|
|
51513
51632
|
}
|
|
51514
51633
|
/**
|
|
51515
|
-
* Request parameters for
|
|
51634
|
+
* Request parameters for putNonEmployeeRecord operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51516
51635
|
* @export
|
|
51517
|
-
* @interface
|
|
51636
|
+
* @interface NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest
|
|
51518
51637
|
*/
|
|
51519
|
-
export interface
|
|
51638
|
+
export interface NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest {
|
|
51520
51639
|
/**
|
|
51521
|
-
* Non-
|
|
51640
|
+
* Non-employee record id (UUID)
|
|
51522
51641
|
* @type {string}
|
|
51523
|
-
* @memberof
|
|
51642
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecord
|
|
51524
51643
|
*/
|
|
51525
51644
|
readonly id: string;
|
|
51526
51645
|
/**
|
|
51527
|
-
*
|
|
51528
|
-
* @type {
|
|
51529
|
-
* @memberof
|
|
51646
|
+
* 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.
|
|
51647
|
+
* @type {NonEmployeeRequestBodyBeta}
|
|
51648
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecord
|
|
51530
51649
|
*/
|
|
51531
|
-
readonly
|
|
51650
|
+
readonly nonEmployeeRequestBodyBeta: NonEmployeeRequestBodyBeta;
|
|
51532
51651
|
}
|
|
51533
51652
|
/**
|
|
51534
|
-
* Request parameters for
|
|
51653
|
+
* Request parameters for rejectNonEmployeeRequest operation in NonEmployeeLifecycleManagementBetaApi.
|
|
51535
51654
|
* @export
|
|
51536
|
-
* @interface
|
|
51655
|
+
* @interface NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest
|
|
51537
51656
|
*/
|
|
51538
|
-
export interface
|
|
51657
|
+
export interface NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest {
|
|
51539
51658
|
/**
|
|
51540
|
-
* Non-
|
|
51659
|
+
* Non-Employee approval item id (UUID)
|
|
51541
51660
|
* @type {string}
|
|
51542
|
-
* @memberof
|
|
51661
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequest
|
|
51543
51662
|
*/
|
|
51544
51663
|
readonly id: string;
|
|
51545
51664
|
/**
|
|
51546
|
-
*
|
|
51547
|
-
* @type {
|
|
51548
|
-
* @memberof
|
|
51665
|
+
*
|
|
51666
|
+
* @type {NonEmployeeRejectApprovalDecisionBeta}
|
|
51667
|
+
* @memberof NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequest
|
|
51549
51668
|
*/
|
|
51550
|
-
readonly
|
|
51669
|
+
readonly nonEmployeeRejectApprovalDecisionBeta: NonEmployeeRejectApprovalDecisionBeta;
|
|
51551
51670
|
}
|
|
51552
51671
|
/**
|
|
51553
51672
|
* NonEmployeeLifecycleManagementBetaApi - object-oriented interface
|
|
@@ -51561,6 +51680,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51561
51680
|
* @summary Approve a non-employee request
|
|
51562
51681
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
51563
51682
|
* @param {*} [axiosOptions] Override http request option.
|
|
51683
|
+
* @deprecated
|
|
51564
51684
|
* @throws {RequiredError}
|
|
51565
51685
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51566
51686
|
*/
|
|
@@ -51570,6 +51690,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51570
51690
|
* @summary Create non-employee record
|
|
51571
51691
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
51572
51692
|
* @param {*} [axiosOptions] Override http request option.
|
|
51693
|
+
* @deprecated
|
|
51573
51694
|
* @throws {RequiredError}
|
|
51574
51695
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51575
51696
|
*/
|
|
@@ -51579,6 +51700,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51579
51700
|
* @summary Create non-employee request
|
|
51580
51701
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
51581
51702
|
* @param {*} [axiosOptions] Override http request option.
|
|
51703
|
+
* @deprecated
|
|
51582
51704
|
* @throws {RequiredError}
|
|
51583
51705
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51584
51706
|
*/
|
|
@@ -51588,6 +51710,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51588
51710
|
* @summary Create non-employee source
|
|
51589
51711
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
51590
51712
|
* @param {*} [axiosOptions] Override http request option.
|
|
51713
|
+
* @deprecated
|
|
51591
51714
|
* @throws {RequiredError}
|
|
51592
51715
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51593
51716
|
*/
|
|
@@ -51597,6 +51720,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51597
51720
|
* @summary Create non-employee source schema attribute
|
|
51598
51721
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
51599
51722
|
* @param {*} [axiosOptions] Override http request option.
|
|
51723
|
+
* @deprecated
|
|
51600
51724
|
* @throws {RequiredError}
|
|
51601
51725
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51602
51726
|
*/
|
|
@@ -51606,6 +51730,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51606
51730
|
* @summary Delete non-employee record
|
|
51607
51731
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
51608
51732
|
* @param {*} [axiosOptions] Override http request option.
|
|
51733
|
+
* @deprecated
|
|
51609
51734
|
* @throws {RequiredError}
|
|
51610
51735
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51611
51736
|
*/
|
|
@@ -51615,6 +51740,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51615
51740
|
* @summary Delete multiple non-employee records
|
|
51616
51741
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
51617
51742
|
* @param {*} [axiosOptions] Override http request option.
|
|
51743
|
+
* @deprecated
|
|
51618
51744
|
* @throws {RequiredError}
|
|
51619
51745
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51620
51746
|
*/
|
|
@@ -51624,6 +51750,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51624
51750
|
* @summary Delete non-employee request
|
|
51625
51751
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
51626
51752
|
* @param {*} [axiosOptions] Override http request option.
|
|
51753
|
+
* @deprecated
|
|
51627
51754
|
* @throws {RequiredError}
|
|
51628
51755
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51629
51756
|
*/
|
|
@@ -51633,6 +51760,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51633
51760
|
* @summary Delete non-employee source\'s schema attribute
|
|
51634
51761
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
51635
51762
|
* @param {*} [axiosOptions] Override http request option.
|
|
51763
|
+
* @deprecated
|
|
51636
51764
|
* @throws {RequiredError}
|
|
51637
51765
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51638
51766
|
*/
|
|
@@ -51642,6 +51770,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51642
51770
|
* @summary Delete non-employee source
|
|
51643
51771
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
51644
51772
|
* @param {*} [axiosOptions] Override http request option.
|
|
51773
|
+
* @deprecated
|
|
51645
51774
|
* @throws {RequiredError}
|
|
51646
51775
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51647
51776
|
*/
|
|
@@ -51651,42 +51780,27 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51651
51780
|
* @summary Delete all custom schema attributes
|
|
51652
51781
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
51653
51782
|
* @param {*} [axiosOptions] Override http request option.
|
|
51783
|
+
* @deprecated
|
|
51654
51784
|
* @throws {RequiredError}
|
|
51655
51785
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51656
51786
|
*/
|
|
51657
51787
|
deleteNonEmployeeSourceSchemaAttributes(requestParameters: NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
51658
|
-
/**
|
|
51659
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
51660
|
-
* @summary Exports non-employee records to csv
|
|
51661
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
51662
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
51663
|
-
* @throws {RequiredError}
|
|
51664
|
-
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51665
|
-
*/
|
|
51666
|
-
exportNonEmployeeRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
51667
|
-
/**
|
|
51668
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
51669
|
-
* @summary Exports source schema template
|
|
51670
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
51671
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
51672
|
-
* @throws {RequiredError}
|
|
51673
|
-
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51674
|
-
*/
|
|
51675
|
-
exportNonEmployeeSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
51676
51788
|
/**
|
|
51677
51789
|
* Approves a non-employee approval request and notifies the next approver.
|
|
51678
|
-
* @summary
|
|
51790
|
+
* @summary A non-employee approval item detail
|
|
51679
51791
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
51680
51792
|
* @param {*} [axiosOptions] Override http request option.
|
|
51793
|
+
* @deprecated
|
|
51681
51794
|
* @throws {RequiredError}
|
|
51682
51795
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51683
51796
|
*/
|
|
51684
51797
|
getNonEmployeeApproval(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeApprovalItemDetailBeta, any>>;
|
|
51685
51798
|
/**
|
|
51686
51799
|
* 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.
|
|
51687
|
-
* @summary
|
|
51800
|
+
* @summary Summary of non-employee approval requests
|
|
51688
51801
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
51689
51802
|
* @param {*} [axiosOptions] Override http request option.
|
|
51803
|
+
* @deprecated
|
|
51690
51804
|
* @throws {RequiredError}
|
|
51691
51805
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51692
51806
|
*/
|
|
@@ -51696,15 +51810,37 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51696
51810
|
* @summary Bulk upload status on source
|
|
51697
51811
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
51698
51812
|
* @param {*} [axiosOptions] Override http request option.
|
|
51813
|
+
* @deprecated
|
|
51699
51814
|
* @throws {RequiredError}
|
|
51700
51815
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51701
51816
|
*/
|
|
51702
51817
|
getNonEmployeeBulkUploadStatus(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeBulkUploadStatusBeta, any>>;
|
|
51818
|
+
/**
|
|
51819
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
51820
|
+
* @summary Exports non-employee records to csv
|
|
51821
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
51822
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
51823
|
+
* @deprecated
|
|
51824
|
+
* @throws {RequiredError}
|
|
51825
|
+
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51826
|
+
*/
|
|
51827
|
+
getNonEmployeeExportRecords(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
51828
|
+
/**
|
|
51829
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
51830
|
+
* @summary Exports source schema template
|
|
51831
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
51832
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
51833
|
+
* @deprecated
|
|
51834
|
+
* @throws {RequiredError}
|
|
51835
|
+
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51836
|
+
*/
|
|
51837
|
+
getNonEmployeeExportSourceSchemaTemplate(requestParameters: NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
51703
51838
|
/**
|
|
51704
51839
|
* This gets a non-employee record.
|
|
51705
51840
|
* @summary Get a non-employee record
|
|
51706
51841
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
51707
51842
|
* @param {*} [axiosOptions] Override http request option.
|
|
51843
|
+
* @deprecated
|
|
51708
51844
|
* @throws {RequiredError}
|
|
51709
51845
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51710
51846
|
*/
|
|
@@ -51714,6 +51850,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51714
51850
|
* @summary Get a non-employee request
|
|
51715
51851
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
51716
51852
|
* @param {*} [axiosOptions] Override http request option.
|
|
51853
|
+
* @deprecated
|
|
51717
51854
|
* @throws {RequiredError}
|
|
51718
51855
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51719
51856
|
*/
|
|
@@ -51723,6 +51860,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51723
51860
|
* @summary Get summary of non-employee requests
|
|
51724
51861
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
51725
51862
|
* @param {*} [axiosOptions] Override http request option.
|
|
51863
|
+
* @deprecated
|
|
51726
51864
|
* @throws {RequiredError}
|
|
51727
51865
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51728
51866
|
*/
|
|
@@ -51732,6 +51870,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51732
51870
|
* @summary Get schema attribute non-employee source
|
|
51733
51871
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
51734
51872
|
* @param {*} [axiosOptions] Override http request option.
|
|
51873
|
+
* @deprecated
|
|
51735
51874
|
* @throws {RequiredError}
|
|
51736
51875
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51737
51876
|
*/
|
|
@@ -51741,6 +51880,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51741
51880
|
* @summary Get a non-employee source
|
|
51742
51881
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
51743
51882
|
* @param {*} [axiosOptions] Override http request option.
|
|
51883
|
+
* @deprecated
|
|
51744
51884
|
* @throws {RequiredError}
|
|
51745
51885
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51746
51886
|
*/
|
|
@@ -51750,6 +51890,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51750
51890
|
* @summary List schema attributes non-employee source
|
|
51751
51891
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
51752
51892
|
* @param {*} [axiosOptions] Override http request option.
|
|
51893
|
+
* @deprecated
|
|
51753
51894
|
* @throws {RequiredError}
|
|
51754
51895
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51755
51896
|
*/
|
|
@@ -51759,15 +51900,17 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51759
51900
|
* @summary Imports, or updates, non-employee records
|
|
51760
51901
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
51761
51902
|
* @param {*} [axiosOptions] Override http request option.
|
|
51903
|
+
* @deprecated
|
|
51762
51904
|
* @throws {RequiredError}
|
|
51763
51905
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51764
51906
|
*/
|
|
51765
51907
|
importNonEmployeeRecordsInBulk(requestParameters: NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeBulkUploadJobBeta, any>>;
|
|
51766
51908
|
/**
|
|
51767
51909
|
* This gets a list of non-employee approval requests.
|
|
51768
|
-
* @summary
|
|
51910
|
+
* @summary List of non-employee approval requests
|
|
51769
51911
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
51770
51912
|
* @param {*} [axiosOptions] Override http request option.
|
|
51913
|
+
* @deprecated
|
|
51771
51914
|
* @throws {RequiredError}
|
|
51772
51915
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51773
51916
|
*/
|
|
@@ -51777,6 +51920,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51777
51920
|
* @summary List non-employee records
|
|
51778
51921
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
51779
51922
|
* @param {*} [axiosOptions] Override http request option.
|
|
51923
|
+
* @deprecated
|
|
51780
51924
|
* @throws {RequiredError}
|
|
51781
51925
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51782
51926
|
*/
|
|
@@ -51786,6 +51930,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51786
51930
|
* @summary List non-employee requests
|
|
51787
51931
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
51788
51932
|
* @param {*} [axiosOptions] Override http request option.
|
|
51933
|
+
* @deprecated
|
|
51789
51934
|
* @throws {RequiredError}
|
|
51790
51935
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51791
51936
|
*/
|
|
@@ -51795,6 +51940,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51795
51940
|
* @summary List non-employee sources
|
|
51796
51941
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
51797
51942
|
* @param {*} [axiosOptions] Override http request option.
|
|
51943
|
+
* @deprecated
|
|
51798
51944
|
* @throws {RequiredError}
|
|
51799
51945
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51800
51946
|
*/
|
|
@@ -51804,6 +51950,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51804
51950
|
* @summary Patch non-employee record
|
|
51805
51951
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
51806
51952
|
* @param {*} [axiosOptions] Override http request option.
|
|
51953
|
+
* @deprecated
|
|
51807
51954
|
* @throws {RequiredError}
|
|
51808
51955
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51809
51956
|
*/
|
|
@@ -51813,6 +51960,7 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51813
51960
|
* @summary Patch non-employee source\'s schema attribute
|
|
51814
51961
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
51815
51962
|
* @param {*} [axiosOptions] Override http request option.
|
|
51963
|
+
* @deprecated
|
|
51816
51964
|
* @throws {RequiredError}
|
|
51817
51965
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51818
51966
|
*/
|
|
@@ -51822,28 +51970,31 @@ export declare class NonEmployeeLifecycleManagementBetaApi extends BaseAPI {
|
|
|
51822
51970
|
* @summary Patch a non-employee source
|
|
51823
51971
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
51824
51972
|
* @param {*} [axiosOptions] Override http request option.
|
|
51973
|
+
* @deprecated
|
|
51825
51974
|
* @throws {RequiredError}
|
|
51826
51975
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51827
51976
|
*/
|
|
51828
51977
|
patchNonEmployeeSource(requestParameters: NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeSourceBeta, any>>;
|
|
51829
51978
|
/**
|
|
51830
|
-
* This
|
|
51831
|
-
* @summary
|
|
51832
|
-
* @param {
|
|
51979
|
+
* This request will update a non-employee record.
|
|
51980
|
+
* @summary Update non-employee record
|
|
51981
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
51833
51982
|
* @param {*} [axiosOptions] Override http request option.
|
|
51983
|
+
* @deprecated
|
|
51834
51984
|
* @throws {RequiredError}
|
|
51835
51985
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51836
51986
|
*/
|
|
51837
|
-
|
|
51987
|
+
putNonEmployeeRecord(requestParameters: NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeRecordBeta, any>>;
|
|
51838
51988
|
/**
|
|
51839
|
-
* This
|
|
51840
|
-
* @summary
|
|
51841
|
-
* @param {
|
|
51989
|
+
* This endpoint will reject an approval item request and notify user.
|
|
51990
|
+
* @summary Reject a non-employee request
|
|
51991
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
51842
51992
|
* @param {*} [axiosOptions] Override http request option.
|
|
51993
|
+
* @deprecated
|
|
51843
51994
|
* @throws {RequiredError}
|
|
51844
51995
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
51845
51996
|
*/
|
|
51846
|
-
|
|
51997
|
+
rejectNonEmployeeRequest(requestParameters: NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonEmployeeApprovalItemBeta, any>>;
|
|
51847
51998
|
}
|
|
51848
51999
|
/**
|
|
51849
52000
|
* NotificationsBetaApi - axios parameter creator
|
|
@@ -51859,7 +52010,7 @@ export declare const NotificationsBetaApiAxiosParamCreator: (configuration?: Con
|
|
|
51859
52010
|
*/
|
|
51860
52011
|
createDomainDkim: (domainAddressBeta: DomainAddressBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51861
52012
|
/**
|
|
51862
|
-
* This
|
|
52013
|
+
* 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.
|
|
51863
52014
|
* @summary Create notification template
|
|
51864
52015
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
51865
52016
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -51955,11 +52106,12 @@ export declare const NotificationsBetaApiAxiosParamCreator: (configuration?: Con
|
|
|
51955
52106
|
* @summary List notification templates
|
|
51956
52107
|
* @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.
|
|
51957
52108
|
* @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.
|
|
51958
|
-
* @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* **
|
|
52109
|
+
* @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*
|
|
52110
|
+
* @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**
|
|
51959
52111
|
* @param {*} [axiosOptions] Override http request option.
|
|
51960
52112
|
* @throws {RequiredError}
|
|
51961
52113
|
*/
|
|
51962
|
-
listNotificationTemplates: (limit?: number, offset?: number, filters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52114
|
+
listNotificationTemplates: (limit?: number, offset?: number, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51963
52115
|
/**
|
|
51964
52116
|
* 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
|
|
51965
52117
|
* @summary Change mail from domain
|
|
@@ -51991,7 +52143,7 @@ export declare const NotificationsBetaApiFp: (configuration?: Configuration) =>
|
|
|
51991
52143
|
*/
|
|
51992
52144
|
createDomainDkim(domainAddressBeta: DomainAddressBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DomainStatusDtoBeta>>;
|
|
51993
52145
|
/**
|
|
51994
|
-
* This
|
|
52146
|
+
* 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.
|
|
51995
52147
|
* @summary Create notification template
|
|
51996
52148
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
51997
52149
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -52087,11 +52239,12 @@ export declare const NotificationsBetaApiFp: (configuration?: Configuration) =>
|
|
|
52087
52239
|
* @summary List notification templates
|
|
52088
52240
|
* @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.
|
|
52089
52241
|
* @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.
|
|
52090
|
-
* @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* **
|
|
52242
|
+
* @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*
|
|
52243
|
+
* @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**
|
|
52091
52244
|
* @param {*} [axiosOptions] Override http request option.
|
|
52092
52245
|
* @throws {RequiredError}
|
|
52093
52246
|
*/
|
|
52094
|
-
listNotificationTemplates(limit?: number, offset?: number, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoBeta>>>;
|
|
52247
|
+
listNotificationTemplates(limit?: number, offset?: number, filters?: string, sorters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TemplateDtoBeta>>>;
|
|
52095
52248
|
/**
|
|
52096
52249
|
* 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
|
|
52097
52250
|
* @summary Change mail from domain
|
|
@@ -52123,7 +52276,7 @@ export declare const NotificationsBetaApiFactory: (configuration?: Configuration
|
|
|
52123
52276
|
*/
|
|
52124
52277
|
createDomainDkim(requestParameters: NotificationsBetaApiCreateDomainDkimRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<DomainStatusDtoBeta>;
|
|
52125
52278
|
/**
|
|
52126
|
-
* This
|
|
52279
|
+
* 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.
|
|
52127
52280
|
* @summary Create notification template
|
|
52128
52281
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
52129
52282
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -52418,11 +52571,17 @@ export interface NotificationsBetaApiListNotificationTemplatesRequest {
|
|
|
52418
52571
|
*/
|
|
52419
52572
|
readonly offset?: number;
|
|
52420
52573
|
/**
|
|
52421
|
-
* 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* **
|
|
52574
|
+
* 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*
|
|
52422
52575
|
* @type {string}
|
|
52423
52576
|
* @memberof NotificationsBetaApiListNotificationTemplates
|
|
52424
52577
|
*/
|
|
52425
52578
|
readonly filters?: string;
|
|
52579
|
+
/**
|
|
52580
|
+
* 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**
|
|
52581
|
+
* @type {string}
|
|
52582
|
+
* @memberof NotificationsBetaApiListNotificationTemplates
|
|
52583
|
+
*/
|
|
52584
|
+
readonly sorters?: string;
|
|
52426
52585
|
}
|
|
52427
52586
|
/**
|
|
52428
52587
|
* Request parameters for putMailFromAttributes operation in NotificationsBetaApi.
|
|
@@ -52467,7 +52626,7 @@ export declare class NotificationsBetaApi extends BaseAPI {
|
|
|
52467
52626
|
*/
|
|
52468
52627
|
createDomainDkim(requestParameters: NotificationsBetaApiCreateDomainDkimRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DomainStatusDtoBeta, any>>;
|
|
52469
52628
|
/**
|
|
52470
|
-
* This
|
|
52629
|
+
* 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.
|
|
52471
52630
|
* @summary Create notification template
|
|
52472
52631
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
52473
52632
|
* @param {*} [axiosOptions] Override http request option.
|