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
@@ -49,7 +49,7 @@ This API is currently in an experimental state. The API is subject to change bas
49
49
  Create request to provision a potential role into an actual role.
50
50
  This method starts a job to provision a potential role
51
51
 
52
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-potential-role-provision-request-v1)
52
+ [API Spec](https://developer.sailpoint.com/docs/api/create-potential-role-provision-request-v-1)
53
53
 
54
54
  ### Parameters
55
55
 
@@ -99,7 +99,7 @@ This API is currently in an experimental state. The API is subject to change bas
99
99
  Create a role mining session
100
100
  This submits a create role mining session request to the role mining application.
101
101
 
102
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-role-mining-sessions-v1)
102
+ [API Spec](https://developer.sailpoint.com/docs/api/create-role-mining-sessions-v-1)
103
103
 
104
104
  ### Parameters
105
105
 
@@ -141,7 +141,7 @@ This API is currently in an experimental state. The API is subject to change bas
141
141
  Export (download) details for a potential role in a role mining session
142
142
  This endpoint downloads a completed export of information for a potential role in a role mining session.
143
143
 
144
- [API Spec](https://developer.sailpoint.com/docs/api/v1/download-role-mining-potential-role-zip-v1)
144
+ [API Spec](https://developer.sailpoint.com/docs/api/download-role-mining-potential-role-zip-v-1)
145
145
 
146
146
  ### Parameters
147
147
 
@@ -187,7 +187,7 @@ This API is currently in an experimental state. The API is subject to change bas
187
187
  Asynchronously export details for a potential role in a role mining session and upload to S3
188
188
  This endpoint uploads all the information for a potential role in a role mining session to S3 as a downloadable zip archive. Includes identities and entitlements in the potential role.
189
189
 
190
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-role-mining-potential-role-async-v1)
190
+ [API Spec](https://developer.sailpoint.com/docs/api/export-role-mining-potential-role-async-v-1)
191
191
 
192
192
  ### Parameters
193
193
 
@@ -233,7 +233,7 @@ This API is currently in an experimental state. The API is subject to change bas
233
233
  Retrieve status of a potential role export job
234
234
  This endpoint retrieves information about the current status of a potential role export.
235
235
 
236
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-role-mining-potential-role-status-v1)
236
+ [API Spec](https://developer.sailpoint.com/docs/api/export-role-mining-potential-role-status-v-1)
237
237
 
238
238
  ### Parameters
239
239
 
@@ -279,7 +279,7 @@ This API is currently in an experimental state. The API is subject to change bas
279
279
  Export (download) details for a potential role in a role mining session
280
280
  This endpoint downloads all the information for a potential role in a role mining session. Includes identities and entitlements in the potential role.
281
281
 
282
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-role-mining-potential-role-v1)
282
+ [API Spec](https://developer.sailpoint.com/docs/api/export-role-mining-potential-role-v-1)
283
283
 
284
284
  ### Parameters
285
285
 
@@ -323,7 +323,7 @@ This API is currently in an experimental state. The API is subject to change bas
323
323
  Retrieves all potential role summaries
324
324
  Returns all potential role summaries that match the query parameters
325
325
 
326
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-all-potential-role-summaries-v1)
326
+ [API Spec](https://developer.sailpoint.com/docs/api/get-all-potential-role-summaries-v-1)
327
327
 
328
328
  ### Parameters
329
329
 
@@ -373,7 +373,7 @@ This API is currently in an experimental state. The API is subject to change bas
373
373
  Retrieves entitlement popularity distribution for a potential role in a role mining session
374
374
  This method returns entitlement popularity distribution for a potential role in a role mining session.
375
375
 
376
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-entitlement-distribution-potential-role-v1)
376
+ [API Spec](https://developer.sailpoint.com/docs/api/get-entitlement-distribution-potential-role-v-1)
377
377
 
378
378
  ### Parameters
379
379
 
@@ -419,7 +419,7 @@ This API is currently in an experimental state. The API is subject to change bas
419
419
  Retrieves entitlements for a potential role in a role mining session
420
420
  This method returns entitlements for a potential role in a role mining session.
421
421
 
422
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-entitlements-potential-role-v1)
422
+ [API Spec](https://developer.sailpoint.com/docs/api/get-entitlements-potential-role-v-1)
423
423
 
424
424
  ### Parameters
425
425
 
@@ -475,7 +475,7 @@ This API is currently in an experimental state. The API is subject to change bas
475
475
  Retrieves excluded entitlements for a potential role in a role mining session
476
476
  This method returns excluded entitlements for a potential role in a role mining session.
477
477
 
478
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-excluded-entitlements-potential-role-v1)
478
+ [API Spec](https://developer.sailpoint.com/docs/api/get-excluded-entitlements-potential-role-v-1)
479
479
 
480
480
  ### Parameters
481
481
 
@@ -529,7 +529,7 @@ This API is currently in an experimental state. The API is subject to change bas
529
529
  Retrieves identities for a potential role in a role mining session
530
530
  This method returns identities for a potential role in a role mining session.
531
531
 
532
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identities-potential-role-v1)
532
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identities-potential-role-v-1)
533
533
 
534
534
  ### Parameters
535
535
 
@@ -583,7 +583,7 @@ This API is currently in an experimental state. The API is subject to change bas
583
583
  Retrieves the applications of a potential role for a role mining session
584
584
  This method returns the applications of a potential role for a role mining session.
585
585
 
586
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-potential-role-applications-v1)
586
+ [API Spec](https://developer.sailpoint.com/docs/api/get-potential-role-applications-v-1)
587
587
 
588
588
  ### Parameters
589
589
 
@@ -635,7 +635,7 @@ This API is currently in an experimental state. The API is subject to change bas
635
635
  Retrieves the entitlements of a potential role for a role mining session
636
636
  This method returns the entitlements of a potential role for a role mining session.
637
637
 
638
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-potential-role-entitlements-v1)
638
+ [API Spec](https://developer.sailpoint.com/docs/api/get-potential-role-entitlements-v-1)
639
639
 
640
640
  ### Parameters
641
641
 
@@ -687,7 +687,7 @@ This API is currently in an experimental state. The API is subject to change bas
687
687
  Retrieves potential role source usage
688
688
  This method returns source usageCount (as number of days in the last 90 days) for each identity in a potential role.
689
689
 
690
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-potential-role-source-identity-usage-v1)
690
+ [API Spec](https://developer.sailpoint.com/docs/api/get-potential-role-source-identity-usage-v-1)
691
691
 
692
692
  ### Parameters
693
693
 
@@ -739,7 +739,7 @@ This API is currently in an experimental state. The API is subject to change bas
739
739
  Retrieves all potential role summaries
740
740
  This method returns the potential role summaries for a role mining session.
741
741
 
742
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-potential-role-summaries-v1)
742
+ [API Spec](https://developer.sailpoint.com/docs/api/get-potential-role-summaries-v-1)
743
743
 
744
744
  ### Parameters
745
745
 
@@ -791,7 +791,7 @@ This API is currently in an experimental state. The API is subject to change bas
791
791
  Retrieves a specific potential role
792
792
  This method returns a specific potential role for a role mining session.
793
793
 
794
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-potential-role-v1)
794
+ [API Spec](https://developer.sailpoint.com/docs/api/get-potential-role-v-1)
795
795
 
796
796
  ### Parameters
797
797
 
@@ -835,7 +835,7 @@ This API is currently in an experimental state. The API is subject to change bas
835
835
  Retrieves a specific potential role
836
836
  This method returns a specific potential role.
837
837
 
838
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-mining-potential-role-v1)
838
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-mining-potential-role-v-1)
839
839
 
840
840
  ### Parameters
841
841
 
@@ -877,7 +877,7 @@ This API is currently in an experimental state. The API is subject to change bas
877
877
  Get role mining session status state
878
878
  This method returns a role mining session status for a customer.
879
879
 
880
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-mining-session-status-v1)
880
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-mining-session-status-v-1)
881
881
 
882
882
  ### Parameters
883
883
 
@@ -919,7 +919,7 @@ This API is currently in an experimental state. The API is subject to change bas
919
919
  Get a role mining session
920
920
  The method retrieves a role mining session.
921
921
 
922
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-mining-session-v1)
922
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-mining-session-v-1)
923
923
 
924
924
  ### Parameters
925
925
 
@@ -961,7 +961,7 @@ This API is currently in an experimental state. The API is subject to change bas
961
961
  Retrieves all role mining sessions
962
962
  Returns all role mining sessions that match the query parameters
963
963
 
964
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-mining-sessions-v1)
964
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-mining-sessions-v-1)
965
965
 
966
966
  ### Parameters
967
967
 
@@ -1011,7 +1011,7 @@ This API is currently in an experimental state. The API is subject to change bas
1011
1011
  Retrieves all saved potential roles
1012
1012
  This method returns all saved potential roles (draft roles).
1013
1013
 
1014
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-saved-potential-roles-v1)
1014
+ [API Spec](https://developer.sailpoint.com/docs/api/get-saved-potential-roles-v-1)
1015
1015
 
1016
1016
  ### Parameters
1017
1017
 
@@ -1071,7 +1071,7 @@ The following fields can be modified:
1071
1071
  >**NOTE: All other fields cannot be modified.**
1072
1072
 
1073
1073
 
1074
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-potential-role-session-v1)
1074
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-potential-role-session-v-1)
1075
1075
 
1076
1076
  ### Parameters
1077
1077
 
@@ -1129,7 +1129,7 @@ The following fields can be modified:
1129
1129
  >**NOTE: All other fields cannot be modified.**
1130
1130
 
1131
1131
 
1132
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-potential-role-v1)
1132
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-potential-role-v-1)
1133
1133
 
1134
1134
  ### Parameters
1135
1135
 
@@ -1175,7 +1175,7 @@ This API is currently in an experimental state. The API is subject to change bas
1175
1175
  Patch a role mining session
1176
1176
  The method updates an existing role mining session using PATCH. Supports op in {"replace"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.
1177
1177
 
1178
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-role-mining-session-v1)
1178
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-role-mining-session-v-1)
1179
1179
 
1180
1180
  ### Parameters
1181
1181
 
@@ -1219,7 +1219,7 @@ This API is currently in an experimental state. The API is subject to change bas
1219
1219
  Edit entitlements for a potential role to exclude some entitlements
1220
1220
  This endpoint adds or removes entitlements from an exclusion list for a potential role.
1221
1221
 
1222
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-entitlements-potential-role-v1)
1222
+ [API Spec](https://developer.sailpoint.com/docs/api/update-entitlements-potential-role-v-1)
1223
1223
 
1224
1224
  ### Parameters
1225
1225
 
@@ -28,7 +28,7 @@ This API is currently in an experimental state. The API is subject to change bas
28
28
  Delete an icon
29
29
  This API endpoint delete an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.
30
30
 
31
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-icon-v1)
31
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-icon-v-1)
32
32
 
33
33
  ### Parameters
34
34
 
@@ -72,7 +72,7 @@ This API is currently in an experimental state. The API is subject to change bas
72
72
  Update an icon
73
73
  This API endpoint updates an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.
74
74
 
75
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-icon-v1)
75
+ [API Spec](https://developer.sailpoint.com/docs/api/set-icon-v-1)
76
76
 
77
77
  ### Parameters
78
78
 
@@ -51,7 +51,7 @@ This API is currently in an experimental state. The API is subject to change bas
51
51
  Delete identity
52
52
  The API returns successful response if the requested identity was deleted.
53
53
 
54
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-identity-v1)
54
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-identity-v-1)
55
55
 
56
56
  ### Parameters
57
57
 
@@ -92,7 +92,7 @@ Use this API to return an identity's owned objects that will cause problems for
92
92
  Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity.
93
93
  For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/v3/search-post/). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity's owned objects.
94
94
 
95
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-ownership-details-v1)
95
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-ownership-details-v-1)
96
96
 
97
97
  ### Parameters
98
98
 
@@ -129,7 +129,7 @@ console.log(result);
129
129
  Identity details
130
130
  This API returns a single identity using the Identity ID.
131
131
 
132
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-v1)
132
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-v-1)
133
133
 
134
134
  ### Parameters
135
135
 
@@ -166,7 +166,7 @@ console.log(result);
166
166
  Role assignment details
167
167
 
168
168
 
169
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-assignment-v1)
169
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-assignment-v-1)
170
170
 
171
171
  ### Parameters
172
172
 
@@ -205,7 +205,7 @@ console.log(result);
205
205
  List role assignments
206
206
  This returns either a list of Role Assignments when querying with either a Role Id or Role Name, or a list of Role Assignment References if querying with only identity Id.
207
207
 
208
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-assignments-v1)
208
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-assignments-v-1)
209
209
 
210
210
  ### Parameters
211
211
 
@@ -246,7 +246,7 @@ console.log(result);
246
246
  List of entitlements by identity.
247
247
  The API returns a list of all entitlements assigned to an identity, either directly or through the role or access profile. A token with ORG_ADMIN or API authority is required to call this API.
248
248
 
249
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-entitlements-by-identity-v1)
249
+ [API Spec](https://developer.sailpoint.com/docs/api/list-entitlements-by-identity-v-1)
250
250
 
251
251
  ### Parameters
252
252
 
@@ -289,7 +289,7 @@ console.log(result);
289
289
  List identities
290
290
  This API returns a list of identities.
291
291
 
292
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identities-v1)
292
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identities-v-1)
293
293
 
294
294
  ### Parameters
295
295
 
@@ -336,7 +336,7 @@ console.log(result);
336
336
  Reset an identity
337
337
  Use this endpoint to reset a user's identity if they have forgotten their authentication information like their answers to knowledge-based questions. Resetting an identity de-registers the user and removes any elevated user levels they have.
338
338
 
339
- [API Spec](https://developer.sailpoint.com/docs/api/v1/reset-identity-v1)
339
+ [API Spec](https://developer.sailpoint.com/docs/api/reset-identity-v-1)
340
340
 
341
341
  ### Parameters
342
342
 
@@ -377,7 +377,7 @@ Send password reset email
377
377
  This API sends an email with the link to start Password Reset. After selecting the link an identity will be able to set up a new password. Emails expire after 2 hours.
378
378
 
379
379
 
380
- [API Spec](https://developer.sailpoint.com/docs/api/v1/send-identity-verification-account-token-v1)
380
+ [API Spec](https://developer.sailpoint.com/docs/api/send-identity-verification-account-token-v-1)
381
381
 
382
382
  ### Parameters
383
383
 
@@ -426,7 +426,7 @@ This task will send an invitation email only for unregistered identities.
426
426
  The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status).
427
427
 
428
428
 
429
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-identities-invite-v1)
429
+ [API Spec](https://developer.sailpoint.com/docs/api/start-identities-invite-v-1)
430
430
 
431
431
  ### Parameters
432
432
 
@@ -475,7 +475,7 @@ This endpoint will perform the following tasks:
475
475
  4. Recalculate manager relationships.
476
476
  5. Potentially clean-up identity processing errors, assuming the error has been resolved.
477
477
 
478
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-identity-processing-v1)
478
+ [API Spec](https://developer.sailpoint.com/docs/api/start-identity-processing-v-1)
479
479
 
480
480
  ### Parameters
481
481
 
@@ -517,7 +517,7 @@ This API is currently in an experimental state. The API is subject to change bas
517
517
  Attribute synchronization for single identity.
518
518
  This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity.
519
519
 
520
- [API Spec](https://developer.sailpoint.com/docs/api/v1/synchronize-attributes-for-identity-v1)
520
+ [API Spec](https://developer.sailpoint.com/docs/api/synchronize-attributes-for-identity-v-1)
521
521
 
522
522
  ### Parameters
523
523
 
@@ -27,7 +27,7 @@ Method | HTTP request | Description
27
27
  Create identity attribute
28
28
  Use this API to create a new identity attribute.
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-identity-attribute-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/create-identity-attribute-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -64,7 +64,7 @@ console.log(result);
64
64
  Delete identity attribute
65
65
  This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
66
66
 
67
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-identity-attribute-v1)
67
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-identity-attribute-v-1)
68
68
 
69
69
  ### Parameters
70
70
 
@@ -101,7 +101,7 @@ console.log(result);
101
101
  Bulk delete identity attributes
102
102
  Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to 'false' before you can delete an identity attribute.
103
103
 
104
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-identity-attributes-in-bulk-v1)
104
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-identity-attributes-in-bulk-v-1)
105
105
 
106
106
  ### Parameters
107
107
 
@@ -138,7 +138,7 @@ console.log(result);
138
138
  Get identity attribute
139
139
  This gets an identity attribute for a given technical name.
140
140
 
141
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-attribute-v1)
141
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-attribute-v-1)
142
142
 
143
143
  ### Parameters
144
144
 
@@ -175,7 +175,7 @@ console.log(result);
175
175
  List identity attributes
176
176
  Use this API to get a collection of identity attributes.
177
177
 
178
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identity-attributes-v1)
178
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identity-attributes-v-1)
179
179
 
180
180
  ### Parameters
181
181
 
@@ -218,7 +218,7 @@ console.log(result);
218
218
  Update identity attribute
219
219
  This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
220
220
 
221
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-identity-attribute-v1)
221
+ [API Spec](https://developer.sailpoint.com/docs/api/put-identity-attribute-v-1)
222
222
 
223
223
  ### Parameters
224
224
 
@@ -35,7 +35,7 @@ This API is currently in an experimental state. The API is subject to change bas
35
35
  Gets a list of differences of specific accesstype for the given identity between 2 snapshots
36
36
  This method gets a list of differences of specific accessType for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'
37
37
 
38
- [API Spec](https://developer.sailpoint.com/docs/api/v1/compare-identity-snapshots-access-type-v1)
38
+ [API Spec](https://developer.sailpoint.com/docs/api/compare-identity-snapshots-access-type-v-1)
39
39
 
40
40
  ### Parameters
41
41
 
@@ -91,7 +91,7 @@ This API is currently in an experimental state. The API is subject to change bas
91
91
  Gets a difference of count for each access item types for the given identity between 2 snapshots
92
92
  This method gets a difference of count for each access item types for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'
93
93
 
94
- [API Spec](https://developer.sailpoint.com/docs/api/v1/compare-identity-snapshots-v1)
94
+ [API Spec](https://developer.sailpoint.com/docs/api/compare-identity-snapshots-v-1)
95
95
 
96
96
  ### Parameters
97
97
 
@@ -145,7 +145,7 @@ This API is currently in an experimental state. The API is subject to change bas
145
145
  List identity event history
146
146
  This method retrieves all access events for the identity Requires authorization scope of 'idn:identity-history:read'
147
147
 
148
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-historical-identity-events-v1)
148
+ [API Spec](https://developer.sailpoint.com/docs/api/get-historical-identity-events-v-1)
149
149
 
150
150
  ### Parameters
151
151
 
@@ -199,7 +199,7 @@ This API is currently in an experimental state. The API is subject to change bas
199
199
  Get latest snapshot of identity
200
200
  This method retrieves a specified identity Requires authorization scope of 'idn:identity-history:read'
201
201
 
202
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-historical-identity-v1)
202
+ [API Spec](https://developer.sailpoint.com/docs/api/get-historical-identity-v-1)
203
203
 
204
204
  ### Parameters
205
205
 
@@ -241,7 +241,7 @@ This API is currently in an experimental state. The API is subject to change bas
241
241
  Gets the summary for the event count for a specific identity
242
242
  This method gets the summary for the event count for a specific identity by month/day Requires authorization scope of 'idn:identity-history:read'
243
243
 
244
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-snapshot-summary-v1)
244
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-snapshot-summary-v-1)
245
245
 
246
246
  ### Parameters
247
247
 
@@ -295,7 +295,7 @@ This API is currently in an experimental state. The API is subject to change bas
295
295
  Gets an identity snapshot at a given date
296
296
  This method retrieves a specified identity snapshot at a given date Requires authorization scope of 'idn:identity-history:read'
297
297
 
298
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-snapshot-v1)
298
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-snapshot-v-1)
299
299
 
300
300
  ### Parameters
301
301
 
@@ -339,7 +339,7 @@ This API is currently in an experimental state. The API is subject to change bas
339
339
  Gets the start date of the identity
340
340
  This method retrieves start date of the identity Requires authorization scope of 'idn:identity-history:read'
341
341
 
342
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-start-date-v1)
342
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-start-date-v-1)
343
343
 
344
344
  ### Parameters
345
345
 
@@ -381,7 +381,7 @@ This API is currently in an experimental state. The API is subject to change bas
381
381
  Lists all the identities
382
382
  This gets the list of identities for the customer. This list end point does not support count=true request param. The total count of identities would never be returned even if the count param is specified in the request Requires authorization scope of 'idn:identity-history:read'
383
383
 
384
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-historical-identities-v1)
384
+ [API Spec](https://developer.sailpoint.com/docs/api/list-historical-identities-v-1)
385
385
 
386
386
  ### Parameters
387
387
 
@@ -432,7 +432,7 @@ List access items by identity
432
432
  This method retrieves a list of access item for the identity filtered by the access item type
433
433
 
434
434
 
435
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identity-access-items-v1)
435
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identity-access-items-v-1)
436
436
 
437
437
  ### Parameters
438
438
 
@@ -482,7 +482,7 @@ This API is currently in an experimental state. The API is subject to change bas
482
482
  Gets the list of identity access items at a given date filterd by item type
483
483
  This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of 'idn:identity-history:read'
484
484
 
485
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identity-snapshot-access-items-v1)
485
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identity-snapshot-access-items-v-1)
486
486
 
487
487
  ### Parameters
488
488
 
@@ -528,7 +528,7 @@ This API is currently in an experimental state. The API is subject to change bas
528
528
  Lists all the snapshots for the identity
529
529
  This method retrieves all the snapshots for the identity Requires authorization scope of 'idn:identity-history:read'
530
530
 
531
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identity-snapshots-v1)
531
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identity-snapshots-v-1)
532
532
 
533
533
  ### Parameters
534
534
 
@@ -42,7 +42,7 @@ Method | HTTP request | Description
42
42
  Create identity profile
43
43
  Creates an identity profile.
44
44
 
45
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-identity-profile-v1)
45
+ [API Spec](https://developer.sailpoint.com/docs/api/create-identity-profile-v-1)
46
46
 
47
47
  ### Parameters
48
48
 
@@ -80,7 +80,7 @@ Delete identity profile
80
80
  Delete an identity profile by ID.
81
81
  On success, this endpoint will return a reference to the bulk delete task result.
82
82
 
83
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-identity-profile-v1)
83
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-identity-profile-v-1)
84
84
 
85
85
  ### Parameters
86
86
 
@@ -121,7 +121,7 @@ On success, this endpoint will return a reference to the bulk delete task result
121
121
 
122
122
  The following rights are required to access this endpoint: idn:identity-profile:delete
123
123
 
124
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-identity-profiles-v1)
124
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-identity-profiles-v-1)
125
125
 
126
126
  ### Parameters
127
127
 
@@ -158,7 +158,7 @@ console.log(result);
158
158
  Export identity profiles
159
159
  This exports existing identity profiles in the format specified by the sp-config service.
160
160
 
161
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-identity-profiles-v1)
161
+ [API Spec](https://developer.sailpoint.com/docs/api/export-identity-profiles-v-1)
162
162
 
163
163
  ### Parameters
164
164
 
@@ -203,7 +203,7 @@ console.log(result);
203
203
  Generate identity profile preview
204
204
  This generates a non-persisted IdentityDetails object that will represent as the preview of the identities attribute when the given policy''s attribute config is applied.
205
205
 
206
- [API Spec](https://developer.sailpoint.com/docs/api/v1/generate-identity-preview-v1)
206
+ [API Spec](https://developer.sailpoint.com/docs/api/generate-identity-preview-v-1)
207
207
 
208
208
  ### Parameters
209
209
 
@@ -240,7 +240,7 @@ console.log(result);
240
240
  Get default identity attribute config
241
241
  This returns the default identity attribute config.
242
242
 
243
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-default-identity-attribute-config-v1)
243
+ [API Spec](https://developer.sailpoint.com/docs/api/get-default-identity-attribute-config-v-1)
244
244
 
245
245
  ### Parameters
246
246
 
@@ -277,7 +277,7 @@ console.log(result);
277
277
  Get identity profile
278
278
  Get a single identity profile by ID.
279
279
 
280
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-identity-profile-v1)
280
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-profile-v-1)
281
281
 
282
282
  ### Parameters
283
283
 
@@ -314,7 +314,7 @@ console.log(result);
314
314
  Import identity profiles
315
315
  This imports previously exported identity profiles.
316
316
 
317
- [API Spec](https://developer.sailpoint.com/docs/api/v1/import-identity-profiles-v1)
317
+ [API Spec](https://developer.sailpoint.com/docs/api/import-identity-profiles-v-1)
318
318
 
319
319
  ### Parameters
320
320
 
@@ -351,7 +351,7 @@ console.log(result);
351
351
  List identity profiles
352
352
  Get a list of identity profiles, based on the specified query parameters.
353
353
 
354
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-identity-profiles-v1)
354
+ [API Spec](https://developer.sailpoint.com/docs/api/list-identity-profiles-v-1)
355
355
 
356
356
  ### Parameters
357
357
 
@@ -400,7 +400,7 @@ This should only be run on identity profiles that have the `identityRefreshRequi
400
400
  This operation will perform the following activities on all identities under the identity profile.
401
401
  1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria.
402
402
 
403
- [API Spec](https://developer.sailpoint.com/docs/api/v1/sync-identity-profile-v1)
403
+ [API Spec](https://developer.sailpoint.com/docs/api/sync-identity-profile-v-1)
404
404
 
405
405
  ### Parameters
406
406
 
@@ -445,7 +445,7 @@ You cannot update these fields:
445
445
  * identityRefreshRequired
446
446
  * Authoritative Source and Identity Attribute Configuration cannot be modified at the same time.
447
447
 
448
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-identity-profile-v1)
448
+ [API Spec](https://developer.sailpoint.com/docs/api/update-identity-profile-v-1)
449
449
 
450
450
  ### Parameters
451
451
 
package/index.ts CHANGED
@@ -63,6 +63,7 @@ import { IdentitiesApi as _IdentitiesApi } from "./identities/api";
63
63
  import { IdentityAttributesApi as _IdentityAttributesApi } from "./identity_attributes/api";
64
64
  import { IdentityHistoryApi as _IdentityHistoryApi } from "./identity_history/api";
65
65
  import { IdentityProfilesApi as _IdentityProfilesApi } from "./identity_profiles/api";
66
+ import { IntelligenceApi as _IntelligenceApi } from "./intelligence/api";
66
67
  import { JITAccessApi as _JITAccessApi } from "./jit_access/api";
67
68
  import { JITActivationsApi as _JITActivationsApi } from "./jit_activations/api";
68
69
  import { LaunchersApi as _LaunchersApi } from "./launchers/api";
@@ -175,6 +176,7 @@ export { _IdentitiesApi as IdentitiesApi };
175
176
  export { _IdentityAttributesApi as IdentityAttributesApi };
176
177
  export { _IdentityHistoryApi as IdentityHistoryApi };
177
178
  export { _IdentityProfilesApi as IdentityProfilesApi };
179
+ export { _IntelligenceApi as IntelligenceApi };
178
180
  export { _JITAccessApi as JITAccessApi };
179
181
  export { _JITActivationsApi as JITActivationsApi };
180
182
  export { _LaunchersApi as LaunchersApi };
@@ -305,6 +307,7 @@ export namespace SailPoint {
305
307
  export const IdentityAttributesApi = _IdentityAttributesApi;
306
308
  export const IdentityHistoryApi = _IdentityHistoryApi;
307
309
  export const IdentityProfilesApi = _IdentityProfilesApi;
310
+ export const IntelligenceApi = _IntelligenceApi;
308
311
  export const JITAccessApi = _JITAccessApi;
309
312
  export const JITActivationsApi = _JITActivationsApi;
310
313
  export const LaunchersApi = _LaunchersApi;
@@ -0,0 +1,40 @@
1
+ .gitignore
2
+ .npmignore
3
+ .openapi-generator-ignore
4
+ Errorbody.md
5
+ Errormessagedto.md
6
+ Errorresponsedto.md
7
+ GetIdentityIntelligenceV1401Response.md
8
+ GetIdentityIntelligenceV1429Response.md
9
+ Index.md
10
+ Intelaccessaccountwire.md
11
+ Intelaccesshistory.md
12
+ Intelaccesshistoryaccessitemsslice.md
13
+ Intelaccesshistorycertificationsslice.md
14
+ Intelaccessitemhistoryevent.md
15
+ Intelaccesssourcewire.md
16
+ Intelaccountsslice.md
17
+ Intelcertificationhistoryevent.md
18
+ Intelidentityaggregate.md
19
+ Intelidentityambiguousbody.md
20
+ Intelidentityambiguouscandidate.md
21
+ Intelidentitynotfoundbody.md
22
+ IntelligenceApi.md
23
+ IntelligenceApideveloperSite_code_examples.yaml
24
+ Inteloutlieraccessitem.md
25
+ Inteloutliersslice.md
26
+ Intelprivilegedaccessitemwire.md
27
+ IntelprivilegedaccessitemwireSource.md
28
+ Intelprivilegedaccessslice.md
29
+ Intelrareaccessslice.md
30
+ Localeorigin.md
31
+ README.md
32
+ api.ts
33
+ base.ts
34
+ common.ts
35
+ configuration.ts
36
+ docs/Methods/Index.md
37
+ git_push.sh
38
+ index.ts
39
+ package.json
40
+ tsconfig.json
@@ -0,0 +1 @@
1
+ 7.12.0