sailpoint-api-client 2.0.3 → 2.0.5

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.
Files changed (188) hide show
  1. package/access_model_metadata/docs/Methods/AccessModelMetadataApi.md +11 -11
  2. package/access_profiles/docs/Methods/AccessProfilesApi.md +8 -8
  3. package/access_request_approvals/docs/Methods/AccessRequestApprovalsApi.md +7 -7
  4. package/access_request_identity_metrics/docs/Methods/AccessRequestIdentityMetricsApi.md +1 -1
  5. package/access_requests/docs/Methods/AccessRequestsApi.md +13 -13
  6. package/account_activities/docs/Methods/AccountActivitiesApi.md +2 -2
  7. package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
  8. package/account_deletion_requests/docs/Methods/AccountDeletionRequestsApi.md +2 -2
  9. package/account_usages/docs/Methods/AccountUsagesApi.md +1 -1
  10. package/accounts/docs/Methods/AccountsApi.md +16 -16
  11. package/api_usage/docs/Methods/ApiUsageApi.md +2 -2
  12. package/application_discovery/docs/Methods/ApplicationDiscoveryApi.md +4 -4
  13. package/approvals/docs/Methods/ApprovalsApi.md +15 -15
  14. package/apps/docs/Methods/AppsApi.md +14 -14
  15. package/auth_profile/docs/Methods/AuthProfileApi.md +3 -3
  16. package/auth_users/docs/Methods/AuthUsersApi.md +2 -2
  17. package/branding/docs/Methods/BrandingApi.md +5 -5
  18. package/certification_campaign_filters/docs/Methods/CertificationCampaignFiltersApi.md +5 -5
  19. package/certification_campaigns/docs/Methods/CertificationCampaignsApi.md +22 -22
  20. package/certification_summaries/docs/Methods/CertificationSummariesApi.md +4 -4
  21. package/certifications/docs/Methods/CertificationsApi.md +11 -11
  22. package/classify_source/docs/Methods/ClassifySourceApi.md +3 -3
  23. package/configuration_hub/docs/Methods/ConfigurationHubApi.md +20 -20
  24. package/connector_customizers/docs/Methods/ConnectorCustomizersApi.md +6 -6
  25. package/connector_rule_management/docs/Methods/ConnectorRuleManagementApi.md +6 -6
  26. package/connectors/docs/Methods/ConnectorsApi.md +13 -13
  27. package/custom_forms/docs/Methods/CustomFormsApi.md +18 -18
  28. package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +3 -3
  29. package/custom_user_levels/docs/Methods/CustomUserLevelsApi.md +9 -9
  30. package/data_access_security/docs/Methods/DataAccessSecurityApi.md +25 -25
  31. package/data_segmentation/docs/Methods/DataSegmentationApi.md +8 -8
  32. package/declassify_source/docs/Methods/DeclassifySourceApi.md +1 -1
  33. package/dimensions/docs/Methods/DimensionsApi.md +8 -8
  34. package/dist/index.d.ts +3 -0
  35. package/dist/index.js +192 -189
  36. package/dist/index.js.map +1 -1
  37. package/dist/intelligence/api.d.ts +1042 -0
  38. package/dist/intelligence/api.js +595 -0
  39. package/dist/intelligence/api.js.map +1 -0
  40. package/dist/intelligence/base.d.ts +66 -0
  41. package/dist/intelligence/base.js +90 -0
  42. package/dist/intelligence/base.js.map +1 -0
  43. package/dist/intelligence/common.d.ts +65 -0
  44. package/dist/intelligence/common.js +292 -0
  45. package/dist/intelligence/common.js.map +1 -0
  46. package/dist/intelligence/configuration.d.ts +91 -0
  47. package/dist/intelligence/configuration.js +46 -0
  48. package/dist/intelligence/configuration.js.map +1 -0
  49. package/dist/intelligence/index.d.ts +13 -0
  50. package/dist/intelligence/index.js +32 -0
  51. package/dist/intelligence/index.js.map +1 -0
  52. package/dist/nerm/common.js +2 -2
  53. package/dist/nermv2025/common.js +2 -2
  54. package/dist/sources/api.d.ts +509 -1
  55. package/dist/sources/api.js +587 -4
  56. package/dist/sources/api.js.map +1 -1
  57. package/entitlement_connections/docs/Methods/EntitlementConnectionsApi.md +5 -5
  58. package/entitlements/docs/Methods/EntitlementsApi.md +13 -13
  59. package/global_tenant_security_settings/docs/Methods/GlobalTenantSecuritySettingsApi.md +9 -9
  60. package/governance_groups/docs/Methods/GovernanceGroupsApi.md +10 -10
  61. package/iai_access_request_recommendations/docs/Methods/IAIAccessRequestRecommendationsApi.md +10 -10
  62. package/iai_common_access/docs/Methods/IAICommonAccessApi.md +3 -3
  63. package/iai_outliers/docs/Methods/IAIOutliersApi.md +9 -9
  64. package/iai_peer_group_strategies/docs/Methods/IAIPeerGroupStrategiesApi.md +1 -1
  65. package/iai_recommendations/docs/Methods/IAIRecommendationsApi.md +3 -3
  66. package/iai_role_mining/docs/Methods/IAIRoleMiningApi.md +25 -25
  67. package/icons/docs/Methods/IconsApi.md +2 -2
  68. package/identities/docs/Methods/IdentitiesApi.md +12 -12
  69. package/identity_attributes/docs/Methods/IdentityAttributesApi.md +6 -6
  70. package/identity_history/docs/Methods/IdentityHistoryApi.md +11 -11
  71. package/identity_profiles/docs/Methods/IdentityProfilesApi.md +11 -11
  72. package/index.ts +3 -0
  73. package/intelligence/.openapi-generator/FILES +40 -0
  74. package/intelligence/.openapi-generator/VERSION +1 -0
  75. package/intelligence/.openapi-generator-ignore +23 -0
  76. package/intelligence/.sdk-partition +1 -0
  77. package/intelligence/api.ts +1316 -0
  78. package/intelligence/base.ts +86 -0
  79. package/intelligence/common.ts +183 -0
  80. package/intelligence/configuration.ts +110 -0
  81. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  82. package/intelligence/docs/Methods/Index.md +30 -0
  83. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  84. package/intelligence/docs/Models/Errorbody.md +20 -0
  85. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  86. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  87. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  88. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  89. package/intelligence/docs/Models/Index.md +19 -0
  90. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  91. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  92. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  93. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  94. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  95. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  96. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  97. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  98. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  99. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  100. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  101. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  102. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  103. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  104. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  105. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  106. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  107. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  108. package/intelligence/docs/Models/Localeorigin.md +21 -0
  109. package/intelligence/docs/Models/README.md +46 -0
  110. package/intelligence/git_push.sh +57 -0
  111. package/intelligence/index.ts +18 -0
  112. package/intelligence/package.json +34 -0
  113. package/intelligence/tsconfig.json +21 -0
  114. package/jit_access/docs/Methods/JITAccessApi.md +2 -2
  115. package/jit_activations/docs/Methods/JITActivationsApi.md +3 -3
  116. package/launchers/docs/Methods/LaunchersApi.md +6 -6
  117. package/lifecycle_states/docs/Methods/LifecycleStatesApi.md +6 -6
  118. package/machine_account_classify/docs/Methods/MachineAccountClassifyApi.md +1 -1
  119. package/machine_account_creation_request/docs/Methods/MachineAccountCreationRequestApi.md +3 -3
  120. package/machine_account_mappings/docs/Methods/MachineAccountMappingsApi.md +4 -4
  121. package/machine_account_subtypes/docs/Methods/MachineAccountSubtypesApi.md +8 -8
  122. package/machine_accounts/docs/Methods/MachineAccountsApi.md +9 -9
  123. package/machine_classification_config/docs/Methods/MachineClassificationConfigApi.md +3 -3
  124. package/machine_identities/docs/Methods/MachineIdentitiesApi.md +7 -7
  125. package/managed_clients/docs/Methods/ManagedClientsApi.md +7 -7
  126. package/managed_cluster_types/docs/Methods/ManagedClusterTypesApi.md +5 -5
  127. package/managed_clusters/docs/Methods/ManagedClustersApi.md +8 -8
  128. package/mfa_configuration/docs/Methods/MFAConfigurationApi.md +7 -7
  129. package/multi_host_integration/docs/Methods/MultiHostIntegrationApi.md +14 -14
  130. package/nerm/README.md +2 -2
  131. package/nerm/common.ts +2 -2
  132. package/nerm/package.json +1 -1
  133. package/nermv2025/README.md +2 -2
  134. package/nermv2025/common.ts +2 -2
  135. package/nermv2025/package.json +1 -1
  136. package/non_employee_lifecycle_management/docs/Methods/NonEmployeeLifecycleManagementApi.md +32 -32
  137. package/notifications/docs/Methods/NotificationsApi.md +16 -16
  138. package/oauth_clients/docs/Methods/OAuthClientsApi.md +5 -5
  139. package/org_config/docs/Methods/OrgConfigApi.md +3 -3
  140. package/package.json +1 -1
  141. package/parameter_storage/docs/Methods/ParameterStorageApi.md +8 -8
  142. package/password_configuration/docs/Methods/PasswordConfigurationApi.md +3 -3
  143. package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +2 -2
  144. package/password_management/docs/Methods/PasswordManagementApi.md +4 -4
  145. package/password_policies/docs/Methods/PasswordPoliciesApi.md +5 -5
  146. package/password_sync_groups/docs/Methods/PasswordSyncGroupsApi.md +5 -5
  147. package/personal_access_tokens/docs/Methods/PersonalAccessTokensApi.md +4 -4
  148. package/privilege_criteria/docs/Methods/PrivilegeCriteriaApi.md +5 -5
  149. package/privilege_criteria_configuration/docs/Methods/PrivilegeCriteriaConfigurationApi.md +3 -3
  150. package/prompt_insights/docs/Methods/PromptInsightsApi.md +2 -2
  151. package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
  152. package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +2 -2
  153. package/reports_data_extraction/docs/Methods/ReportsDataExtractionApi.md +4 -4
  154. package/requestable_objects/docs/Methods/RequestableObjectsApi.md +1 -1
  155. package/role_insights/docs/Methods/RoleInsightsApi.md +9 -9
  156. package/role_propagation/docs/Methods/RolePropagationApi.md +6 -6
  157. package/roles/docs/Methods/RolesApi.md +16 -16
  158. package/saved_search/docs/Methods/SavedSearchApi.md +6 -6
  159. package/scheduled_search/docs/Methods/ScheduledSearchApi.md +6 -6
  160. package/search/docs/Methods/SearchApi.md +4 -4
  161. package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +5 -5
  162. package/segments/docs/Methods/SegmentsApi.md +5 -5
  163. package/service_desk_integration/docs/Methods/ServiceDeskIntegrationApi.md +10 -10
  164. package/shared_signals_framework_ssf/docs/Methods/SharedSignalsFrameworkSSFApi.md +10 -10
  165. package/sim_integrations/docs/Methods/SIMIntegrationsApi.md +7 -7
  166. package/sod_policies/docs/Methods/SODPoliciesApi.md +17 -17
  167. package/sod_violations/docs/Methods/SODViolationsApi.md +2 -2
  168. package/source_usages/docs/Methods/SourceUsagesApi.md +2 -2
  169. package/sources/.openapi-generator/FILES +2 -0
  170. package/sources/api.ts +846 -9
  171. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  172. package/sources/docs/Methods/SourcesApi.md +344 -56
  173. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  174. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  175. package/sources/docs/Models/Usagetype.md +2 -0
  176. package/sp_config/docs/Methods/SPConfigApi.md +7 -7
  177. package/suggested_entitlement_description/docs/Methods/SuggestedEntitlementDescriptionApi.md +15 -15
  178. package/tagged_objects/docs/Methods/TaggedObjectsApi.md +8 -8
  179. package/tags/docs/Methods/TagsApi.md +4 -4
  180. package/task_management/docs/Methods/TaskManagementApi.md +3 -3
  181. package/tenant/docs/Methods/TenantApi.md +1 -1
  182. package/tenant_context/docs/Methods/TenantContextApi.md +2 -2
  183. package/transforms/docs/Methods/TransformsApi.md +5 -5
  184. package/triggers/docs/Methods/TriggersApi.md +10 -10
  185. package/ui_metadata/docs/Methods/UIMetadataApi.md +2 -2
  186. package/work_items/docs/Methods/WorkItemsApi.md +13 -13
  187. package/work_reassignment/docs/Methods/WorkReassignmentApi.md +9 -9
  188. package/workflows/docs/Methods/WorkflowsApi.md +19 -19
@@ -48,7 +48,7 @@ Method | HTTP request | Description
48
48
  Approve an approval item
49
49
  This API approves an Approval Item. Either an admin, or the owning/current user must make this request.
50
50
 
51
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-approval-item-v1)
51
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-approval-item-v-1)
52
52
 
53
53
  ### Parameters
54
54
 
@@ -87,7 +87,7 @@ console.log(result);
87
87
  Bulk approve approval items
88
88
  This API bulk approves Approval Items. Either an admin, or the owning/current user must make this request.
89
89
 
90
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-approval-items-in-bulk-v1)
90
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-approval-items-in-bulk-v-1)
91
91
 
92
92
  ### Parameters
93
93
 
@@ -124,7 +124,7 @@ console.log(result);
124
124
  Complete a work item
125
125
  This API completes a work item. Either an admin, or the owning/current user must make this request.
126
126
 
127
- [API Spec](https://developer.sailpoint.com/docs/api/v1/complete-work-item-v1)
127
+ [API Spec](https://developer.sailpoint.com/docs/api/complete-work-item-v-1)
128
128
 
129
129
  ### Parameters
130
130
 
@@ -163,7 +163,7 @@ console.log(result);
163
163
  Forward a work item
164
164
  This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.
165
165
 
166
- [API Spec](https://developer.sailpoint.com/docs/api/v1/forward-work-item-v1)
166
+ [API Spec](https://developer.sailpoint.com/docs/api/forward-work-item-v-1)
167
167
 
168
168
  ### Parameters
169
169
 
@@ -202,7 +202,7 @@ console.log(result);
202
202
  Completed work items
203
203
  This gets a collection of completed work items belonging to either the specified user(admin required), or the current user.
204
204
 
205
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-completed-work-items-v1)
205
+ [API Spec](https://developer.sailpoint.com/docs/api/get-completed-work-items-v-1)
206
206
 
207
207
  ### Parameters
208
208
 
@@ -245,7 +245,7 @@ console.log(result);
245
245
  Count completed work items
246
246
  This gets a count of completed work items belonging to either the specified user(admin required), or the current user.
247
247
 
248
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-count-completed-work-items-v1)
248
+ [API Spec](https://developer.sailpoint.com/docs/api/get-count-completed-work-items-v-1)
249
249
 
250
250
  ### Parameters
251
251
 
@@ -282,7 +282,7 @@ console.log(result);
282
282
  Count work items
283
283
  This gets a count of work items belonging to either the specified user(admin required), or the current user.
284
284
 
285
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-count-work-items-v1)
285
+ [API Spec](https://developer.sailpoint.com/docs/api/get-count-work-items-v-1)
286
286
 
287
287
  ### Parameters
288
288
 
@@ -319,7 +319,7 @@ console.log(result);
319
319
  Get a work item
320
320
  This gets the details of a Work Item belonging to either the specified user(admin required), or the current user.
321
321
 
322
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-work-item-v1)
322
+ [API Spec](https://developer.sailpoint.com/docs/api/get-work-item-v-1)
323
323
 
324
324
  ### Parameters
325
325
 
@@ -356,7 +356,7 @@ console.log(result);
356
356
  Work items summary
357
357
  This gets a summary of work items belonging to either the specified user(admin required), or the current user.
358
358
 
359
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-work-items-summary-v1)
359
+ [API Spec](https://developer.sailpoint.com/docs/api/get-work-items-summary-v-1)
360
360
 
361
361
  ### Parameters
362
362
 
@@ -393,7 +393,7 @@ console.log(result);
393
393
  List work items
394
394
  This gets a collection of work items belonging to either the specified user(admin required), or the current user.
395
395
 
396
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-work-items-v1)
396
+ [API Spec](https://developer.sailpoint.com/docs/api/list-work-items-v-1)
397
397
 
398
398
  ### Parameters
399
399
 
@@ -436,7 +436,7 @@ console.log(result);
436
436
  Reject an approval item
437
437
  This API rejects an Approval Item. Either an admin, or the owning/current user must make this request.
438
438
 
439
- [API Spec](https://developer.sailpoint.com/docs/api/v1/reject-approval-item-v1)
439
+ [API Spec](https://developer.sailpoint.com/docs/api/reject-approval-item-v-1)
440
440
 
441
441
  ### Parameters
442
442
 
@@ -475,7 +475,7 @@ console.log(result);
475
475
  Bulk reject approval items
476
476
  This API bulk rejects Approval Items. Either an admin, or the owning/current user must make this request.
477
477
 
478
- [API Spec](https://developer.sailpoint.com/docs/api/v1/reject-approval-items-in-bulk-v1)
478
+ [API Spec](https://developer.sailpoint.com/docs/api/reject-approval-items-in-bulk-v-1)
479
479
 
480
480
  ### Parameters
481
481
 
@@ -512,7 +512,7 @@ console.log(result);
512
512
  Submit account selections
513
513
  This API submits account selections. Either an admin, or the owning/current user must make this request.
514
514
 
515
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-account-selection-v1)
515
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-account-selection-v-1)
516
516
 
517
517
  ### Parameters
518
518
 
@@ -43,7 +43,7 @@ This API is currently in an experimental state. The API is subject to change bas
43
43
  Create a reassignment configuration
44
44
  Creates a new Reassignment Configuration for the specified identity.
45
45
 
46
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-reassignment-configuration-v1)
46
+ [API Spec](https://developer.sailpoint.com/docs/api/create-reassignment-configuration-v-1)
47
47
 
48
48
  ### Parameters
49
49
 
@@ -85,7 +85,7 @@ This API is currently in an experimental state. The API is subject to change bas
85
85
  Delete reassignment configuration
86
86
  Deletes a single reassignment configuration for the specified identity
87
87
 
88
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-reassignment-configuration-v1)
88
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-reassignment-configuration-v-1)
89
89
 
90
90
  ### Parameters
91
91
 
@@ -129,7 +129,7 @@ This API is currently in an experimental state. The API is subject to change bas
129
129
  Evaluate reassignment configuration
130
130
  Evaluates the Reassignment Configuration for an `Identity` to determine if work items for the specified type should be reassigned. If a valid Reassignment Configuration is found for the identity & work type, then a lookup is initiated which recursively fetches the Reassignment Configuration for the next `TargetIdentity` until no more results are found or a max depth of 5. That lookup trail is provided in the response and the final reassigned identity in the lookup list is returned as the `reassignToId` property. If no Reassignment Configuration is found for the specified identity & config type then the requested Identity ID will be used as the `reassignToId` value and the lookupTrail node will be empty.
131
131
 
132
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-evaluate-reassignment-configuration-v1)
132
+ [API Spec](https://developer.sailpoint.com/docs/api/get-evaluate-reassignment-configuration-v-1)
133
133
 
134
134
  ### Parameters
135
135
 
@@ -175,7 +175,7 @@ This API is currently in an experimental state. The API is subject to change bas
175
175
  List reassignment config types
176
176
  Gets a collection of types which are available in the Reassignment Configuration UI.
177
177
 
178
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-reassignment-config-types-v1)
178
+ [API Spec](https://developer.sailpoint.com/docs/api/get-reassignment-config-types-v-1)
179
179
 
180
180
  ### Parameters
181
181
 
@@ -215,7 +215,7 @@ This API is currently in an experimental state. The API is subject to change bas
215
215
  Get reassignment configuration
216
216
  Gets the Reassignment Configuration for an identity.
217
217
 
218
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-reassignment-configuration-v1)
218
+ [API Spec](https://developer.sailpoint.com/docs/api/get-reassignment-configuration-v-1)
219
219
 
220
220
  ### Parameters
221
221
 
@@ -257,7 +257,7 @@ This API is currently in an experimental state. The API is subject to change bas
257
257
  Get tenant-wide reassignment configuration settings
258
258
  Gets the global Reassignment Configuration settings for the requestor's tenant.
259
259
 
260
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tenant-config-configuration-v1)
260
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tenant-config-configuration-v-1)
261
261
 
262
262
  ### Parameters
263
263
 
@@ -297,7 +297,7 @@ This API is currently in an experimental state. The API is subject to change bas
297
297
  List reassignment configurations
298
298
  Gets all Reassignment configuration for the current org.
299
299
 
300
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-reassignment-configurations-v1)
300
+ [API Spec](https://developer.sailpoint.com/docs/api/list-reassignment-configurations-v-1)
301
301
 
302
302
  ### Parameters
303
303
 
@@ -337,7 +337,7 @@ This API is currently in an experimental state. The API is subject to change bas
337
337
  Update reassignment configuration
338
338
  Replaces existing Reassignment configuration for an identity with the newly provided configuration.
339
339
 
340
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-reassignment-config-v1)
340
+ [API Spec](https://developer.sailpoint.com/docs/api/put-reassignment-config-v-1)
341
341
 
342
342
  ### Parameters
343
343
 
@@ -381,7 +381,7 @@ This API is currently in an experimental state. The API is subject to change bas
381
381
  Update tenant-wide reassignment configuration settings
382
382
  Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
383
383
 
384
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-tenant-configuration-v1)
384
+ [API Spec](https://developer.sailpoint.com/docs/api/put-tenant-configuration-v-1)
385
385
 
386
386
  ### Parameters
387
387
 
@@ -41,7 +41,7 @@ Method | HTTP request | Description
41
41
  Cancel workflow execution by id
42
42
  Use this API to cancel a running workflow execution.
43
43
 
44
- [API Spec](https://developer.sailpoint.com/docs/api/v1/cancel-workflow-execution-v1)
44
+ [API Spec](https://developer.sailpoint.com/docs/api/cancel-workflow-execution-v-1)
45
45
 
46
46
  ### Parameters
47
47
 
@@ -78,7 +78,7 @@ console.log(result);
78
78
  Execute workflow via external trigger
79
79
  This endpoint allows a service outside of IdentityNow to initiate a workflow that uses the "External Trigger" step. The external service will invoke this endpoint with the input data it wants to send to the workflow in the body.
80
80
 
81
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-external-execute-workflow-v1)
81
+ [API Spec](https://developer.sailpoint.com/docs/api/create-external-execute-workflow-v-1)
82
82
 
83
83
  ### Parameters
84
84
 
@@ -117,7 +117,7 @@ console.log(result);
117
117
  Generate external trigger oauth client
118
118
  Create OAuth client ID, client secret, and callback URL for use in an external trigger. External triggers will need this information to generate an access token to authenticate to the callback URL and submit a trigger payload that will initiate the workflow.
119
119
 
120
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-workflow-external-trigger-v1)
120
+ [API Spec](https://developer.sailpoint.com/docs/api/create-workflow-external-trigger-v-1)
121
121
 
122
122
  ### Parameters
123
123
 
@@ -154,7 +154,7 @@ console.log(result);
154
154
  Create workflow
155
155
  Create a new workflow with the desired trigger and steps specified in the request body.
156
156
 
157
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-workflow-v1)
157
+ [API Spec](https://developer.sailpoint.com/docs/api/create-workflow-v-1)
158
158
 
159
159
  ### Parameters
160
160
 
@@ -191,7 +191,7 @@ console.log(result);
191
191
  Delete workflow by id
192
192
  Delete a workflow. **Enabled workflows cannot be deleted**. They must first be disabled.
193
193
 
194
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-workflow-v1)
194
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-workflow-v-1)
195
195
 
196
196
  ### Parameters
197
197
 
@@ -228,7 +228,7 @@ console.log(result);
228
228
  Get workflow execution history
229
229
  Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
230
230
 
231
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-workflow-execution-history-v1)
231
+ [API Spec](https://developer.sailpoint.com/docs/api/get-workflow-execution-history-v-1)
232
232
 
233
233
  ### Parameters
234
234
 
@@ -265,7 +265,7 @@ console.log(result);
265
265
  Get updated workflow execution history
266
266
  Gets a workflow execution history, trigger input, and workflow definition of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
267
267
 
268
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-workflow-execution-history-v2)
268
+ [API Spec](https://developer.sailpoint.com/docs/api/get-workflow-execution-history-v-2)
269
269
 
270
270
  ### Parameters
271
271
 
@@ -302,7 +302,7 @@ console.log(result);
302
302
  Get workflow execution
303
303
  Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a "404 Not Found" response.
304
304
 
305
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-workflow-execution-v1)
305
+ [API Spec](https://developer.sailpoint.com/docs/api/get-workflow-execution-v-1)
306
306
 
307
307
  ### Parameters
308
308
 
@@ -349,7 +349,7 @@ Use this API to list a specified workflow's executions. Workflow executions are
349
349
  For example, you can page through 50 executions per page and use that as a way to get to the records past the first 250.
350
350
  Refer to [Paginating Results](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results) for more information about the query parameters you can use to achieve pagination.
351
351
 
352
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-workflow-executions-v1)
352
+ [API Spec](https://developer.sailpoint.com/docs/api/get-workflow-executions-v-1)
353
353
 
354
354
  ### Parameters
355
355
 
@@ -392,7 +392,7 @@ console.log(result);
392
392
  Get workflow by id
393
393
  Get a single workflow by id.
394
394
 
395
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-workflow-v1)
395
+ [API Spec](https://developer.sailpoint.com/docs/api/get-workflow-v-1)
396
396
 
397
397
  ### Parameters
398
398
 
@@ -429,7 +429,7 @@ console.log(result);
429
429
  List complete workflow library
430
430
  This lists all triggers, actions, and operators in the library
431
431
 
432
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-complete-workflow-library-v1)
432
+ [API Spec](https://developer.sailpoint.com/docs/api/list-complete-workflow-library-v-1)
433
433
 
434
434
  ### Parameters
435
435
 
@@ -468,7 +468,7 @@ console.log(result);
468
468
  List workflow library actions
469
469
  This lists the workflow actions available to you.
470
470
 
471
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-workflow-library-actions-v1)
471
+ [API Spec](https://developer.sailpoint.com/docs/api/list-workflow-library-actions-v-1)
472
472
 
473
473
  ### Parameters
474
474
 
@@ -509,7 +509,7 @@ console.log(result);
509
509
  List workflow library operators
510
510
  This lists the workflow operators available to you
511
511
 
512
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-workflow-library-operators-v1)
512
+ [API Spec](https://developer.sailpoint.com/docs/api/list-workflow-library-operators-v-1)
513
513
 
514
514
  ### Parameters
515
515
 
@@ -542,7 +542,7 @@ console.log(result);
542
542
  List workflow library triggers
543
543
  This lists the workflow triggers available to you
544
544
 
545
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-workflow-library-triggers-v1)
545
+ [API Spec](https://developer.sailpoint.com/docs/api/list-workflow-library-triggers-v-1)
546
546
 
547
547
  ### Parameters
548
548
 
@@ -583,7 +583,7 @@ console.log(result);
583
583
  List workflows
584
584
  List all workflows in the tenant.
585
585
 
586
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-workflows-v1)
586
+ [API Spec](https://developer.sailpoint.com/docs/api/list-workflows-v-1)
587
587
 
588
588
  ### Parameters
589
589
 
@@ -616,7 +616,7 @@ console.log(result);
616
616
  Patch workflow
617
617
  Partially update an existing Workflow using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax.
618
618
 
619
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-workflow-v1)
619
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-workflow-v-1)
620
620
 
621
621
  ### Parameters
622
622
 
@@ -655,7 +655,7 @@ console.log(result);
655
655
  Update workflow
656
656
  Perform a full update of a workflow. The updated workflow object is returned in the response.
657
657
 
658
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-workflow-v1)
658
+ [API Spec](https://developer.sailpoint.com/docs/api/put-workflow-v-1)
659
659
 
660
660
  ### Parameters
661
661
 
@@ -694,7 +694,7 @@ console.log(result);
694
694
  Test workflow via external trigger
695
695
  Validate a workflow with an "External Trigger" can receive input. The response includes the input that the workflow received, which can be used to validate that the input is intact when it reaches the workflow.
696
696
 
697
- [API Spec](https://developer.sailpoint.com/docs/api/v1/test-external-execute-workflow-v1)
697
+ [API Spec](https://developer.sailpoint.com/docs/api/test-external-execute-workflow-v-1)
698
698
 
699
699
  ### Parameters
700
700
 
@@ -744,7 +744,7 @@ This endpoint will return an execution ID, which can be used to lookup more info
744
744
  **This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
745
745
 
746
746
 
747
- [API Spec](https://developer.sailpoint.com/docs/api/v1/test-workflow-v1)
747
+ [API Spec](https://developer.sailpoint.com/docs/api/test-workflow-v-1)
748
748
 
749
749
  ### Parameters
750
750