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
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: v1-fielddetailsdtov2
3
+ title: Fielddetailsdtov2
4
+ pagination_label: Fielddetailsdtov2
5
+ sidebar_label: Fielddetailsdtov2
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Fielddetailsdtov2', 'v1Fielddetailsdtov2']
8
+ slug: /tools/sdk/typescript/sources/models/fielddetailsdtov2
9
+ tags: ['SDK', 'Software Development Kit', 'Fielddetailsdtov2', 'v1Fielddetailsdtov2']
10
+ ---
11
+
12
+ # Fielddetailsdtov2
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **name** | **(optional)** `string` | The name of the attribute. | [default to undefined]
19
+ **transform** | **(optional)** `object` | The transform to apply to the field | [default to undefined]
20
+ **attributes** | **(optional)** `object` | Attributes required for the transform | [default to undefined]
21
+ **isRequired** | **(optional)** `boolean` | Flag indicating whether or not the attribute is required. | [readonly] [default to false]
22
+ **type** | **(optional)** `string` | The type of the attribute. string: For text-based data. int: For whole numbers. long: For larger whole numbers. date: For date and time values. boolean: For true/false values. secret: For sensitive data like passwords, which will be masked and encrypted. | [default to undefined]
23
+ **isMultiValued** | **(optional)** `boolean` | Flag indicating whether or not the attribute is multi-valued. | [default to false]
24
+
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: v1-provisioningpolicydtov2
3
+ title: Provisioningpolicydtov2
4
+ pagination_label: Provisioningpolicydtov2
5
+ sidebar_label: Provisioningpolicydtov2
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Provisioningpolicydtov2', 'v1Provisioningpolicydtov2']
8
+ slug: /tools/sdk/typescript/sources/models/provisioningpolicydtov2
9
+ tags: ['SDK', 'Software Development Kit', 'Provisioningpolicydtov2', 'v1Provisioningpolicydtov2']
10
+ ---
11
+
12
+ # Provisioningpolicydtov2
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | **(optional)** `string` | System-generated unique ID of the provisioning policy. | [default to undefined]
19
+ **name** | `string` | the provisioning policy name | [default to undefined]
20
+ **subtypeId** | **(optional)** `string` | Subtype ID for which provisioning policy will be created when usageType is CREATE_MACHINE_ACCOUNT. | [default to undefined]
21
+ **description** | **(optional)** `string` | the description of the provisioning policy | [default to undefined]
22
+ **usageType** | **(optional)** `Usagetype` | | [default to undefined]
23
+ **fields** | **(optional)** `Array<Fielddetailsdtov2>` | | [default to undefined]
24
+
@@ -46,4 +46,6 @@ tags: ['SDK', 'Software Development Kit', 'Usagetype', 'v1Usagetype']
46
46
 
47
47
  * `ChangePassword` (value: `'CHANGE_PASSWORD'`)
48
48
 
49
+ * `CreateMachineAccount` (value: `'CREATE_MACHINE_ACCOUNT'`)
50
+
49
51
 
@@ -29,7 +29,7 @@ Initiates configuration objects export job
29
29
  This post will export objects from the tenant to a JSON configuration file.
30
30
  For more information about the object types that currently support export functionality, refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects).
31
31
 
32
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-sp-config-v1)
32
+ [API Spec](https://developer.sailpoint.com/docs/api/export-sp-config-v-1)
33
33
 
34
34
  ### Parameters
35
35
 
@@ -68,7 +68,7 @@ This gets the status of the export job identified by the `id` parameter.
68
68
  The request will need one of the following security scopes:
69
69
  - sp:config:read - sp:config:manage
70
70
 
71
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sp-config-export-status-v1)
71
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sp-config-export-status-v-1)
72
72
 
73
73
  ### Parameters
74
74
 
@@ -107,7 +107,7 @@ This endpoint gets the export file resulting from the export job with the reques
107
107
  The request will need one of the following security scopes:
108
108
  - sp:config:read - sp:config:manage
109
109
 
110
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sp-config-export-v1)
110
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sp-config-export-v-1)
111
111
 
112
112
  ### Parameters
113
113
 
@@ -148,7 +148,7 @@ Get import job status
148
148
  refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects).'
149
149
 
150
150
 
151
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sp-config-import-status-v1)
151
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sp-config-import-status-v-1)
152
152
 
153
153
  ### Parameters
154
154
 
@@ -187,7 +187,7 @@ This gets import file resulting from the import job with the requested id and do
187
187
  The request will need the following security scope:
188
188
  - sp:config:manage
189
189
 
190
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sp-config-import-v1)
190
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sp-config-import-v-1)
191
191
 
192
192
  ### Parameters
193
193
 
@@ -234,7 +234,7 @@ You cannot currently import from the Non-Employee Lifecycle Management (NELM) so
234
234
  For more information about the object types that currently support import functionality, refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects).
235
235
 
236
236
 
237
- [API Spec](https://developer.sailpoint.com/docs/api/v1/import-sp-config-v1)
237
+ [API Spec](https://developer.sailpoint.com/docs/api/import-sp-config-v-1)
238
238
 
239
239
  ### Parameters
240
240
 
@@ -275,7 +275,7 @@ console.log(result);
275
275
  List config objects
276
276
  Get a list of object configurations that the tenant export/import service knows.
277
277
 
278
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-sp-config-objects-v1)
278
+ [API Spec](https://developer.sailpoint.com/docs/api/list-sp-config-objects-v-1)
279
279
 
280
280
  ### Parameters
281
281
 
@@ -39,7 +39,7 @@ Method | HTTP request | Description
39
39
  Bulk approve entitlement recommendations
40
40
  Approve multiple entitlement recommendations in a single request. Each item in the request must include the recommendation ID and, depending on the record type, either an approved description (SED items) or an approved privilege level (privilege items). Returns a per-item result indicating success or failure.
41
41
 
42
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-bulk-entitlement-recommendations-v1)
42
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-bulk-entitlement-recommendations-v-1)
43
43
 
44
44
  ### Parameters
45
45
 
@@ -76,7 +76,7 @@ console.log(result);
76
76
  Create auto-write settings for SED
77
77
  Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
78
78
 
79
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-auto-write-settings-v1)
79
+ [API Spec](https://developer.sailpoint.com/docs/api/create-auto-write-settings-v-1)
80
80
 
81
81
  ### Parameters
82
82
 
@@ -113,7 +113,7 @@ console.log(result);
113
113
  Get auto-write settings for SED
114
114
  Get the current auto-write configuration for the tenant, including the enabled state and source include/exclude lists.
115
115
 
116
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-auto-write-settings-v1)
116
+ [API Spec](https://developer.sailpoint.com/docs/api/get-auto-write-settings-v-1)
117
117
 
118
118
  ### Parameters
119
119
 
@@ -150,7 +150,7 @@ Submit sed batch stats request
150
150
  of the batchId.'
151
151
 
152
152
 
153
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sed-batch-stats-v1)
153
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sed-batch-stats-v-1)
154
154
 
155
155
  ### Parameters
156
156
 
@@ -188,7 +188,7 @@ List Sed Batch Record
188
188
  List Sed Batches.
189
189
  API responses with Sed Batch Records
190
190
 
191
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-sed-batches-v1)
191
+ [API Spec](https://developer.sailpoint.com/docs/api/get-sed-batches-v-1)
192
192
 
193
193
  ### Parameters
194
194
 
@@ -233,7 +233,7 @@ console.log(result);
233
233
  List pending entitlement recommendation approvals
234
234
  Returns a list of entitlement recommendations (SED and/or privilege) that are currently awaiting review or approval. Each record includes the recommendation type, entitlement details, and any AI-generated suggestions.
235
235
 
236
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-pending-entitlement-recommendation-approvals-v1)
236
+ [API Spec](https://developer.sailpoint.com/docs/api/list-pending-entitlement-recommendation-approvals-v-1)
237
237
 
238
238
  ### Parameters
239
239
 
@@ -272,7 +272,7 @@ console.log(result);
272
272
  List privileged entitlement recommendations
273
273
  Returns a list of privileged entitlement recommendation groups. Each group aggregates individual entitlement instances that share the same entitlement name and connector type, along with a recommendation score and instance count.
274
274
 
275
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-privileged-entitlement-recommendations-v1)
275
+ [API Spec](https://developer.sailpoint.com/docs/api/list-privileged-entitlement-recommendations-v-1)
276
276
 
277
277
  ### Parameters
278
278
 
@@ -325,7 +325,7 @@ SED field descriptions:
325
325
 
326
326
  **fullText**: will filter suggested entitlement description records by text found in any of the following fields: entitlement name, entitlement display name, suggested description, source name
327
327
 
328
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-seds-v1)
328
+ [API Spec](https://developer.sailpoint.com/docs/api/list-seds-v-1)
329
329
 
330
330
  ### Parameters
331
331
 
@@ -376,7 +376,7 @@ console.log(result);
376
376
  Update an entitlement recommendation
377
377
  Partially update a single entitlement recommendation record by its ID. Use this endpoint to update the status, description, or privilege level of a specific SED or privilege recommendation.
378
378
 
379
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-entitlement-recommendation-v1)
379
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-entitlement-recommendation-v-1)
380
380
 
381
381
  ### Parameters
382
382
 
@@ -415,7 +415,7 @@ console.log(result);
415
415
  Patch suggested entitlement description
416
416
  Patch Suggested Entitlement Description
417
417
 
418
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-sed-v1)
418
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-sed-v-1)
419
419
 
420
420
  ### Parameters
421
421
 
@@ -454,7 +454,7 @@ console.log(result);
454
454
  Assign entitlement recommendations for review
455
455
  Assign a set of entitlement recommendation records to a reviewer. The assignee can be a specific identity, a governance group, or a role-based assignee such as source owner or entitlement owner. Returns a batch ID that can be used to track the assignment.
456
456
 
457
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-entitlement-recommendations-assignment-v1)
457
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-entitlement-recommendations-assignment-v-1)
458
458
 
459
459
  ### Parameters
460
460
 
@@ -492,7 +492,7 @@ Submit bulk approval request
492
492
  Submit Bulk Approval Request for SED.
493
493
  Request body takes list of SED Ids. API responses with list of SED Approval Status
494
494
 
495
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-sed-approval-v1)
495
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-sed-approval-v-1)
496
496
 
497
497
  ### Parameters
498
498
 
@@ -530,7 +530,7 @@ Submit sed assignment request
530
530
  Submit Assignment Request.
531
531
  Request body has an assignee, and list of SED Ids that are assigned to that assignee API responses with batchId that groups all approval requests together
532
532
 
533
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-sed-assignment-v1)
533
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-sed-assignment-v-1)
534
534
 
535
535
  ### Parameters
536
536
 
@@ -568,7 +568,7 @@ Submit sed batch request
568
568
  Submit Sed Batch Request.
569
569
  Request body has one of the following: - a list of entitlement Ids - a list of SED Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together
570
570
 
571
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-sed-batch-request-v1)
571
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-sed-batch-request-v-1)
572
572
 
573
573
  ### Parameters
574
574
 
@@ -605,7 +605,7 @@ console.log(result);
605
605
  Update auto-write settings for SED
606
606
  Partially update the auto-write settings for a tenant using JSON Patch operations. Only the "replace" operation is supported. Returns 404 if no settings exist yet - use POST to create them first.
607
607
 
608
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-auto-write-settings-v1)
608
+ [API Spec](https://developer.sailpoint.com/docs/api/update-auto-write-settings-v-1)
609
609
 
610
610
  ### Parameters
611
611
 
@@ -82,7 +82,7 @@ Method | HTTP request | Description
82
82
  Delete object tags
83
83
  Delete all tags from a tagged object.
84
84
 
85
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-tagged-object-v1)
85
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-tagged-object-v-1)
86
86
 
87
87
  ### Parameters
88
88
 
@@ -121,7 +121,7 @@ console.log(result);
121
121
  Remove tags from multiple objects
122
122
  This API removes tags from multiple objects.
123
123
 
124
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-tags-to-many-object-v1)
124
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-tags-to-many-object-v-1)
125
125
 
126
126
  ### Parameters
127
127
 
@@ -158,7 +158,7 @@ console.log(result);
158
158
  Get tagged object
159
159
  This gets a tagged object for the specified type.
160
160
 
161
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tagged-object-v1)
161
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tagged-object-v-1)
162
162
 
163
163
  ### Parameters
164
164
 
@@ -197,7 +197,7 @@ console.log(result);
197
197
  List tagged objects by type
198
198
  This API returns a list of all tagged objects by type.
199
199
 
200
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-tagged-objects-by-type-v1)
200
+ [API Spec](https://developer.sailpoint.com/docs/api/list-tagged-objects-by-type-v-1)
201
201
 
202
202
  ### Parameters
203
203
 
@@ -242,7 +242,7 @@ console.log(result);
242
242
  List tagged objects
243
243
  This API returns a list of all tagged objects.
244
244
 
245
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-tagged-objects-v1)
245
+ [API Spec](https://developer.sailpoint.com/docs/api/list-tagged-objects-v-1)
246
246
 
247
247
  ### Parameters
248
248
 
@@ -285,7 +285,7 @@ console.log(result);
285
285
  Update tagged object
286
286
  This updates a tagged object for the specified type.
287
287
 
288
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-tagged-object-v1)
288
+ [API Spec](https://developer.sailpoint.com/docs/api/put-tagged-object-v-1)
289
289
 
290
290
  ### Parameters
291
291
 
@@ -326,7 +326,7 @@ console.log(result);
326
326
  Add tag to object
327
327
  This adds a tag to an object.
328
328
 
329
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-tag-to-object-v1)
329
+ [API Spec](https://developer.sailpoint.com/docs/api/set-tag-to-object-v-1)
330
330
 
331
331
  ### Parameters
332
332
 
@@ -363,7 +363,7 @@ console.log(result);
363
363
  Tag multiple objects
364
364
  This API adds tags to multiple objects.
365
365
 
366
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-tags-to-many-objects-v1)
366
+ [API Spec](https://developer.sailpoint.com/docs/api/set-tags-to-many-objects-v-1)
367
367
 
368
368
  ### Parameters
369
369
 
@@ -27,7 +27,7 @@ This API creates new tag.
27
27
 
28
28
  A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-tag-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/create-tag-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -66,7 +66,7 @@ This API deletes a tag by specified id.
66
66
 
67
67
  A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
68
68
 
69
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-tag-by-id-v1)
69
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-tag-by-id-v-1)
70
70
 
71
71
  ### Parameters
72
72
 
@@ -105,7 +105,7 @@ Returns a tag by its id.
105
105
 
106
106
  A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
107
107
 
108
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tag-by-id-v1)
108
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tag-by-id-v-1)
109
109
 
110
110
  ### Parameters
111
111
 
@@ -144,7 +144,7 @@ This API returns a list of tags.
144
144
 
145
145
  A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
146
146
 
147
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-tags-v1)
147
+ [API Spec](https://developer.sailpoint.com/docs/api/list-tags-v-1)
148
148
 
149
149
  ### Parameters
150
150
 
@@ -25,7 +25,7 @@ Retrieve task status list
25
25
  Use this endpoint to get a list of statuses for **all** tasks, including completed, in-progress, terminated, and errored tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned. For a list of **in-progress** tasks, apply the isnull filter to the Completion Status field.
26
26
 
27
27
 
28
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-task-status-list-v1)
28
+ [API Spec](https://developer.sailpoint.com/docs/api/get-task-status-list-v-1)
29
29
 
30
30
  ### Parameters
31
31
 
@@ -70,7 +70,7 @@ console.log(result);
70
70
  Get task status by id
71
71
  Get task status by task ID. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
72
72
 
73
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-task-status-v1)
73
+ [API Spec](https://developer.sailpoint.com/docs/api/get-task-status-v-1)
74
74
 
75
75
  ### Parameters
76
76
 
@@ -107,7 +107,7 @@ console.log(result);
107
107
  Update task status by id
108
108
  Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
109
109
 
110
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-task-status-v1)
110
+ [API Spec](https://developer.sailpoint.com/docs/api/update-task-status-v-1)
111
111
 
112
112
  ### Parameters
113
113
 
@@ -22,7 +22,7 @@ Method | HTTP request | Description
22
22
  Get tenant information.
23
23
  This rest endpoint can be used to retrieve tenant details.
24
24
 
25
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tenant-v1)
25
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tenant-v-1)
26
26
 
27
27
  ### Parameters
28
28
 
@@ -27,7 +27,7 @@ Returns all key-value pairs representing the current state of the tenant's conte
27
27
  Each tenant is limited to a maximum of 100 key-value pairs.
28
28
 
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tenant-context-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tenant-context-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -65,7 +65,7 @@ This endpoint is specifically designed to modify the `/Key/*` field, supporting
65
65
  Note that each tenant is limited to a maximum of 100 key-value pairs.
66
66
 
67
67
 
68
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-tenant-context-v1)
68
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-tenant-context-v-1)
69
69
 
70
70
  ### Parameters
71
71
 
@@ -31,7 +31,7 @@ Method | HTTP request | Description
31
31
  Create transform
32
32
  Creates a new transform object immediately. By default, the internal flag is set to false to indicate that this is a custom transform. Only SailPoint employees have the ability to create a transform with internal set to true. Newly created Transforms can be used in the Identity Profile mappings within the UI.
33
33
 
34
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-transform-v1)
34
+ [API Spec](https://developer.sailpoint.com/docs/api/create-transform-v-1)
35
35
 
36
36
  ### Parameters
37
37
 
@@ -68,7 +68,7 @@ console.log(result);
68
68
  Delete a transform
69
69
  Deletes the transform specified by the given ID. Attempting to delete a transform that is used in one or more Identity Profile mappings will result in an error. If this occurs, you must first remove the transform from all mappings before deleting the transform.
70
70
 
71
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-transform-v1)
71
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-transform-v-1)
72
72
 
73
73
  ### Parameters
74
74
 
@@ -105,7 +105,7 @@ console.log(result);
105
105
  Transform by id
106
106
  This API returns the transform specified by the given ID.
107
107
 
108
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-transform-v1)
108
+ [API Spec](https://developer.sailpoint.com/docs/api/get-transform-v-1)
109
109
 
110
110
  ### Parameters
111
111
 
@@ -142,7 +142,7 @@ console.log(result);
142
142
  List transforms
143
143
  Gets a list of all saved transform objects.
144
144
 
145
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-transforms-v1)
145
+ [API Spec](https://developer.sailpoint.com/docs/api/list-transforms-v-1)
146
146
 
147
147
  ### Parameters
148
148
 
@@ -187,7 +187,7 @@ console.log(result);
187
187
  Update a transform
188
188
  Replaces the transform specified by the given ID with the transform provided in the request body. Only the "attributes" field is mutable. Attempting to change other properties (ex. "name" and "type") will result in an error.
189
189
 
190
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-transform-v1)
190
+ [API Spec](https://developer.sailpoint.com/docs/api/update-transform-v-1)
191
191
 
192
192
  ### Parameters
193
193
 
@@ -61,7 +61,7 @@ Method | HTTP request | Description
61
61
  Complete trigger invocation
62
62
  Completes an invocation to a REQUEST_RESPONSE type trigger.
63
63
 
64
- [API Spec](https://developer.sailpoint.com/docs/api/v1/complete-trigger-invocation-v1)
64
+ [API Spec](https://developer.sailpoint.com/docs/api/complete-trigger-invocation-v-1)
65
65
 
66
66
  ### Parameters
67
67
 
@@ -102,7 +102,7 @@ This API creates a new subscription to a trigger and defines trigger invocation
102
102
  * HTTP subscriptions require httpConfig
103
103
  * EventBridge subscriptions require eventBridgeConfig
104
104
 
105
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-subscription-v1)
105
+ [API Spec](https://developer.sailpoint.com/docs/api/create-subscription-v-1)
106
106
 
107
107
  ### Parameters
108
108
 
@@ -139,7 +139,7 @@ console.log(result);
139
139
  Delete a subscription
140
140
  Deletes an existing subscription to a trigger.
141
141
 
142
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-subscription-v1)
142
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-subscription-v-1)
143
143
 
144
144
  ### Parameters
145
145
 
@@ -176,7 +176,7 @@ console.log(result);
176
176
  List subscriptions
177
177
  Gets a list of all trigger subscriptions.
178
178
 
179
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-subscriptions-v1)
179
+ [API Spec](https://developer.sailpoint.com/docs/api/list-subscriptions-v-1)
180
180
 
181
181
  ### Parameters
182
182
 
@@ -223,7 +223,7 @@ Gets a list of latest invocation statuses.
223
223
  Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours.
224
224
  This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
225
225
 
226
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-trigger-invocation-status-v1)
226
+ [API Spec](https://developer.sailpoint.com/docs/api/list-trigger-invocation-status-v-1)
227
227
 
228
228
  ### Parameters
229
229
 
@@ -268,7 +268,7 @@ console.log(result);
268
268
  List triggers
269
269
  Gets a list of triggers that are available in the tenant.
270
270
 
271
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-triggers-v1)
271
+ [API Spec](https://developer.sailpoint.com/docs/api/list-triggers-v-1)
272
272
 
273
273
  ### Parameters
274
274
 
@@ -315,7 +315,7 @@ This API updates a trigger subscription in IdentityNow, using a set of instructi
315
315
 
316
316
  **name**, **description**, **enabled**, **type**, **filter**, **responseDeadline**, **httpConfig**, **eventBridgeConfig**, **workflowConfig**
317
317
 
318
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-subscription-v1)
318
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-subscription-v-1)
319
319
 
320
320
  ### Parameters
321
321
 
@@ -354,7 +354,7 @@ console.log(result);
354
354
  Start a test invocation
355
355
  Initiate a test event for all subscribers of the specified event trigger. If there are no subscribers to the specified trigger in the tenant, then no test event will be sent.
356
356
 
357
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-test-trigger-invocation-v1)
357
+ [API Spec](https://developer.sailpoint.com/docs/api/start-test-trigger-invocation-v-1)
358
358
 
359
359
  ### Parameters
360
360
 
@@ -392,7 +392,7 @@ Validate a subscription filter
392
392
  Validates a JSONPath filter expression against a provided mock input.
393
393
  Request requires a security scope of:
394
394
 
395
- [API Spec](https://developer.sailpoint.com/docs/api/v1/test-subscription-filter-v1)
395
+ [API Spec](https://developer.sailpoint.com/docs/api/test-subscription-filter-v-1)
396
396
 
397
397
  ### Parameters
398
398
 
@@ -438,7 +438,7 @@ This API updates a trigger subscription in IdentityNow, using a full object repr
438
438
 
439
439
  Attempts to modify these fields result in 400.
440
440
 
441
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-subscription-v1)
441
+ [API Spec](https://developer.sailpoint.com/docs/api/update-subscription-v-1)
442
442
 
443
443
  ### Parameters
444
444
 
@@ -27,7 +27,7 @@ This API is currently in an experimental state. The API is subject to change bas
27
27
  Get a tenant ui metadata
28
28
  This API endpoint retrieves UI metadata configured for your tenant.
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-tenant-ui-metadata-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/get-tenant-ui-metadata-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -67,7 +67,7 @@ This API is currently in an experimental state. The API is subject to change bas
67
67
  Update tenant ui metadata
68
68
  This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
69
69
 
70
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-tenant-ui-metadata-v1)
70
+ [API Spec](https://developer.sailpoint.com/docs/api/set-tenant-ui-metadata-v-1)
71
71
 
72
72
  ### Parameters
73
73