Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2023-02-15 16:00:53 +00:00
committed by github-actions[bot]
parent 0c5444ea54
commit 814888932e

View File

@@ -5027,7 +5027,7 @@ paths:
text: An internal fault occurred.
'/access-request-approvals/{approvalId}/approve':
post:
operationId: approveRequest
operationId: approveAccessRequest
summary: Approves an access request approval.
tags:
- Access Request Approvals
@@ -5386,7 +5386,7 @@ paths:
text: An internal fault occurred.
'/access-request-approvals/{approvalId}/reject':
post:
operationId: rejectRequest
operationId: rejectAccessRequest
summary: Rejects an access request approval.
tags:
- Access Request Approvals
@@ -5745,7 +5745,7 @@ paths:
text: An internal fault occurred.
'/access-request-approvals/{approvalId}/forward':
post:
operationId: forwardRequest
operationId: forwardAccessRequest
summary: Forwards an access request approval.
tags:
- Access Request Approvals
@@ -6068,7 +6068,7 @@ paths:
text: An internal fault occurred.
/access-request-approvals/approval-summary:
get:
operationId: approvalSummary
operationId: getAccessRequestApprovalSummary
summary: Get the number of access-requests-approvals
tags:
- Access Request Approvals
@@ -21912,7 +21912,7 @@ paths:
- 'idn:identity-profile-default-mapping:read'
/non-employee-records:
post:
operationId: nonEmployeeRecordCreation
operationId: createNonEmployeeRecord
tags:
- Non-Employee Lifecycle Management
summary: Create Non-Employee Record
@@ -22262,7 +22262,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
get:
operationId: nonEmployeeRecordList
operationId: listNonEmployeeRecords
security:
- oauth2: []
tags:
@@ -22609,7 +22609,7 @@ paths:
text: An internal fault occurred.
'/non-employee-records/{id}':
get:
operationId: nonEmployeeRecordGet
operationId: getNonEmployeeRecord
tags:
- Non-Employee Lifecycle Management
summary: Get a Non-Employee Record
@@ -22904,7 +22904,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
put:
operationId: nonEmployeeRecordUpdate
operationId: updateNonEmployeeRecord
security:
- oauth2: []
tags:
@@ -23334,7 +23334,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
patch:
operationId: nonEmployeeRecordPatch
operationId: patchNonEmployeeRecord
security:
- oauth2: []
tags:
@@ -23747,7 +23747,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: nonEmployeeRecordDelete
operationId: deleteNonEmployeeRecord
tags:
- Non-Employee Lifecycle Management
summary: Delete Non-Employee Record
@@ -23978,7 +23978,7 @@ paths:
text: An internal fault occurred.
/non-employee-records/bulk-delete:
post:
operationId: nonEmployeeRecordBulkDelete
operationId: deleteNonEmployeeRecordsInBulk
tags:
- Non-Employee Lifecycle Management
summary: Delete Multiple Non-Employee Records
@@ -24218,7 +24218,7 @@ paths:
text: An internal fault occurred.
/non-employee-requests:
post:
operationId: nonEmployeeRequestCreation
operationId: createNonEmployeeRequest
security:
- oauth2: []
tags:
@@ -24696,7 +24696,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
get:
operationId: nonEmployeeRequestList
operationId: listNonEmployeeRequests
security:
- oauth2: []
tags:
@@ -25161,7 +25161,7 @@ paths:
text: An internal fault occurred.
'/non-employee-requests/{id}':
get:
operationId: nonEmployeeRequestGet
operationId: getNonEmployeeRequest
security:
- oauth2: []
tags:
@@ -25637,7 +25637,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: nonEmployeeRequestDeletion
operationId: deleteNonEmployeeRequest
tags:
- Non-Employee Lifecycle Management
summary: Delete Non-Employee Request
@@ -25936,7 +25936,7 @@ paths:
text: An internal fault occurred.
'/non-employee-requests/summary/{requested-for}':
get:
operationId: nonEmployeeRequestSummaryGet
operationId: getNonEmployeeRequestSummary
security:
- oauth2: []
tags:
@@ -26198,7 +26198,7 @@ paths:
text: An internal fault occurred.
/non-employee-sources:
post:
operationId: nonEmployeeSourcesCreation
operationId: createNonEmployeeSource
tags:
- Non-Employee Lifecycle Management
summary: Create Non-Employee Source
@@ -26557,7 +26557,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
get:
operationId: nonEmployeeSourcesList
operationId: listNonEmployeeSources
security:
- oauth2: []
tags:
@@ -26925,7 +26925,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{sourceId}':
get:
operationId: nonEmployeeSourceGet
operationId: getNonEmployeeSource
security:
- oauth2: []
tags:
@@ -27229,7 +27229,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
patch:
operationId: nonEmployeeSourcePatch
operationId: patchNonEmployeeSource
tags:
- Non-Employee Lifecycle Management
summary: Patch a Non-Employee Source
@@ -27578,7 +27578,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: nonEmployeeSourceDelete
operationId: deleteNonEmployeeSource
tags:
- Non-Employee Lifecycle Management
summary: Delete Non-Employee Source
@@ -27807,7 +27807,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{id}/non-employees/download':
get:
operationId: nonEmployeeRecordsExport
operationId: exportNonEmployeeRecords
tags:
- Non-Employee Lifecycle Management
summary: Exports Non-Employee Records to CSV
@@ -28109,7 +28109,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{id}/non-employee-bulk-upload':
post:
operationId: nonEmployeeRecordsBulkUpload
operationId: uploadNonEmployeeRecordsInBulk
tags:
- Non-Employee Lifecycle Management
summary: 'Imports, or Updates, Non-Employee Records'
@@ -28458,7 +28458,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{id}/non-employee-bulk-upload/status':
get:
operationId: nonEmployeeBulkUploadStatus
operationId: getNonEmployeeBulkUploadStatus
tags:
- Non-Employee Lifecycle Management
summary: Obtain the status of bulk upload on the source
@@ -28709,7 +28709,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{id}/schema-attributes-template/download':
get:
operationId: nonEmployeeExportSourceSchemaTemplate
operationId: exportNonEmployeeSourceSchemaTemplate
tags:
- Non-Employee Lifecycle Management
summary: Exports Source Schema Template
@@ -29009,7 +29009,7 @@ paths:
text: An internal fault occurred.
/non-employee-approvals:
get:
operationId: nonEmployeeApprovalList
operationId: listNonEmployeeApprovals
security:
- oauth2: []
tags:
@@ -29387,7 +29387,7 @@ paths:
text: An internal fault occurred.
'/non-employee-approvals/{id}':
get:
operationId: nonEmployeeApprovalGet
operationId: getNonEmployeeApproval
security:
- oauth2: []
tags:
@@ -29870,7 +29870,7 @@ paths:
text: An internal fault occurred.
'/non-employee-approvals/{id}/approve':
post:
operationId: nonEmployeeApproveRequest
operationId: approveNonEmployeeRequest
security:
- oauth2: []
tags:
@@ -30200,7 +30200,7 @@ paths:
text: An internal fault occurred.
'/non-employee-approvals/{id}/reject':
post:
operationId: nonEmployeeRejectRequest
operationId: rejectNonEmployeeRequest
security:
- oauth2: []
tags:
@@ -30532,7 +30532,7 @@ paths:
text: An internal fault occurred.
'/non-employee-approvals/summary/{requested-for}':
get:
operationId: nonEmployeeApprovalSummary
operationId: getNonEmployeeApprovalSummary
security:
- oauth2: []
tags:
@@ -30788,7 +30788,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{sourceId}/schema-attributes':
get:
operationId: getSchemaAttributes
operationId: getNonEmployeeSourceSchemaAttributes
security:
- oauth2: []
tags:
@@ -31146,7 +31146,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
post:
operationId: createSchemaAttribute
operationId: createNonEmployeeSourceSchemaAttributes
tags:
- Non-Employee Lifecycle Management
summary: Create a new Schema Attribute for Non-Employee Source
@@ -31467,7 +31467,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: deleteSchemaAttributes
operationId: deleteNonEmployeeSourceSchemaAttributes
tags:
- Non-Employee Lifecycle Management
summary: Delete all custom schema attributes for Non-Employee Source
@@ -31696,7 +31696,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{sourceId}/schema-attributes/{attributeId}':
get:
operationId: getSchemaAttribute
operationId: getNonEmployeeSchemaAttribute
security:
- oauth2: []
tags:
@@ -31989,7 +31989,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
patch:
operationId: patchSchemaAttribute
operationId: patchNonEmployeeSchemaAttribute
tags:
- Non-Employee Lifecycle Management
summary: Patch a Schema Attribute for Non-Employee Source
@@ -32396,7 +32396,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: deleteSchemaAttribute
operationId: deleteNonEmployeeSchemaAttribute
tags:
- Non-Employee Lifecycle Management
summary: Delete a Schema Attribute for Non-Employee Source
@@ -32642,6 +32642,19 @@ paths:
- OAuth Clients
summary: List OAuth Clients
description: This gets a list of OAuth clients.
parameters:
- in: query
name: filters
required: false
schema:
type: string
description: |-
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:
**lastUsed**: *le, isnull*
example: 'lastUsed le 2023-02-05T10:59:27.214Z'
responses:
'200':
description: List of OAuth clients.
@@ -37587,7 +37600,7 @@ paths:
description: |
Creates a new saved search.
summary: Create a saved search
operationId: savedSearchCreate
operationId: createSavedSearch
requestBody:
description: The saved search to persist.
content:
@@ -38180,7 +38193,7 @@ paths:
description: |
Returns a list of saved searches.
summary: Return a list of Saved Searches
operationId: savedSearchList
operationId: listSavedSearches
parameters:
- in: query
name: offset
@@ -38636,7 +38649,7 @@ paths:
Updates an existing saved search.
summary: |
Updates an existing saved search
operationId: savedSearchUpdate
operationId: updateSavedSearch
parameters:
- in: path
name: id
@@ -39289,7 +39302,7 @@ paths:
description: |
Returns the specified saved search.
summary: Return a saved search by ID
operationId: savedSearchGet
operationId: getSavedSearch
parameters:
- in: path
name: id
@@ -39628,7 +39641,7 @@ paths:
description: |
Deletes the specified saved search.
summary: Delete a document by ID
operationId: savedSearchDelete
operationId: deleteSavedSearch
parameters:
- in: path
name: id
@@ -39838,7 +39851,7 @@ paths:
description: |
Executes the specified saved search.
summary: Execute a saved search by ID
operationId: savedSearchExecute
operationId: executeSavedSearch
parameters:
- in: path
name: id
@@ -40260,7 +40273,7 @@ paths:
description: |
Creates a new scheduled search.
summary: Create a new scheduled search
operationId: scheduledSearchCreate
operationId: createScheduledSearch
requestBody:
description: The scheduled search to persist.
content:
@@ -41079,7 +41092,7 @@ paths:
description: |
Returns a list of scheduled searches.
summary: List scheduled searches
operationId: scheduledSearchList
operationId: listScheduledSearch
parameters:
- in: query
name: offset
@@ -41680,7 +41693,7 @@ paths:
description: |
Updates an existing scheduled search.
summary: Update an existing Scheduled Search
operationId: scheduledSearchUpdate
operationId: updateScheduledSearch
parameters:
- in: path
name: id
@@ -42470,7 +42483,7 @@ paths:
- Scheduled Search
description: Returns the specified scheduled search.
summary: Get a Scheduled Search
operationId: scheduledSearchGet
operationId: getScheduledSearch
parameters:
- in: path
name: id
@@ -43011,7 +43024,7 @@ paths:
- Scheduled Search
description: |
Deletes the specified scheduled search.
operationId: scheduledSearchDelete
operationId: deleteScheduledSearch
summary: Delete a Scheduled Search
parameters:
- in: path
@@ -43308,7 +43321,7 @@ paths:
- Scheduled Search
description: |
Unsubscribes a recipient from the specified scheduled search.
operationId: scheduledSearchUnsubscribe
operationId: unsubscribeScheduledSearch
summary: Unsubscribe a recipient from Scheduled Search
parameters:
- in: path
@@ -53113,7 +53126,7 @@ paths:
- Service Desk Integration
summary: List existing Service Desk Integrations
description: Get a list of ServiceDeskIntegrationDto for existing Service Desk Integrations. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.
operationId: getServiceDeskIntegrationList
operationId: getServiceDeskIntegrations
parameters:
- in: query
name: offset
@@ -60695,7 +60708,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
put:
operationId: replaceSource
operationId: putSource
tags:
- Sources
summary: Update Source (Full)
@@ -62451,7 +62464,6 @@ paths:
name: null
links:
GetTaskStatusById:
operationId: getTaskStatus
parameters:
id: $response.body#/id
description: |
@@ -64044,7 +64056,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
put:
operationId: replaceProvisioningPolicy
operationId: putProvisioningPolicy
tags:
- Sources
summary: Update Provisioning Policy by UsageType
@@ -65314,7 +65326,7 @@ paths:
text: An internal fault occurred.
'/sources/{sourceId}/provisioning-policies/bulk-update':
post:
operationId: bulkUpdateProvisioningPolicies
operationId: updateProvisioningPoliciesInBulk
tags:
- Sources
summary: Bulk Update Provisioning Policies
@@ -65775,7 +65787,7 @@ paths:
text: An internal fault occurred.
'/sources/{sourceId}/schemas':
get:
operationId: listSchemas
operationId: listSourceSchemas
tags:
- Sources
summary: List Schemas on a Source
@@ -66264,7 +66276,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
post:
operationId: createSchema
operationId: createSourceSchema
tags:
- Sources
summary: Create Schema on a Source
@@ -66864,7 +66876,7 @@ paths:
text: An internal fault occurred.
'/sources/{sourceId}/schemas/{schemaId}':
get:
operationId: getSchema
operationId: getSourceSchema
tags:
- Sources
summary: Get Source Schema by ID
@@ -67351,7 +67363,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
put:
operationId: replaceSchema
operationId: putSourceSchema
tags:
- Sources
summary: Update Source Schema (Full)
@@ -68033,7 +68045,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
patch:
operationId: updateSchema
operationId: updateSourceSchema
tags:
- Sources
summary: Update Source Schema (Partial)
@@ -68604,7 +68616,7 @@ paths:
localeOrigin: DEFAULT
text: An internal fault occurred.
delete:
operationId: deleteSchema
operationId: deleteSourceSchema
tags:
- Sources
summary: Delete Source Schema by ID
@@ -70745,7 +70757,7 @@ paths:
- 'idn:source-schema:update'
'/sources/{sourceId}/upload-connector-file':
post:
operationId: uploadConnectorFile
operationId: uploadSourceConnectorFile
tags:
- Sources
summary: Upload connector file to source
@@ -71325,7 +71337,7 @@ paths:
description: |-
Gets a list of all saved transform objects.
A token with transforms-list read authority is required to call this API.
operationId: getTransformsList
operationId: listTransforms
parameters:
- in: query
name: offset
@@ -81772,7 +81784,7 @@ paths:
text: An internal fault occurred.
/work-items/completed:
get:
operationId: completedWorkItems
operationId: getCompletedWorkItems
tags:
- Work Items
summary: Completed Work Items
@@ -82263,7 +82275,7 @@ paths:
text: An internal fault occurred.
/work-items/count:
get:
operationId: countWorkItems
operationId: getCountWorkItems
tags:
- Work Items
summary: Count Work Items
@@ -82511,7 +82523,7 @@ paths:
text: An internal fault occurred.
/work-items/completed/count:
get:
operationId: countCompletedWorkItems
operationId: getCountCompletedWorkItems
tags:
- Work Items
summary: Count Completed Work Items
@@ -82759,7 +82771,7 @@ paths:
text: An internal fault occurred.
/work-items/summary:
get:
operationId: summaryWorkItems
operationId: getWorkItemsSummary
tags:
- Work Items
summary: Work Items Summary
@@ -83015,7 +83027,7 @@ paths:
text: An internal fault occurred.
'/work-items/{id}':
get:
operationId: getWorkItems
operationId: getWorkItem
tags:
- Work Items
summary: Get a Work Item
@@ -85003,7 +85015,7 @@ paths:
text: An internal fault occurred.
'/work-items/bulk-approve/{id}':
post:
operationId: bulkApproveApprovalItem
operationId: approveApprovalItemsInBulk
tags:
- Work Items
summary: Bulk approve Approval Items
@@ -85511,7 +85523,7 @@ paths:
text: An internal fault occurred.
'/work-items/bulk-reject/{id}':
post:
operationId: bulkRejectApprovalItem
operationId: rejectApprovalItemsInBulk
tags:
- Work Items
summary: Bulk reject Approval Items