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,20 @@
1
+ ---
2
+ id: v1-intelidentitynotfoundbody
3
+ title: Intelidentitynotfoundbody
4
+ pagination_label: Intelidentitynotfoundbody
5
+ sidebar_label: Intelidentitynotfoundbody
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentitynotfoundbody', 'v1Intelidentitynotfoundbody']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelidentitynotfoundbody
9
+ tags: ['SDK', 'Software Development Kit', 'Intelidentitynotfoundbody', 'v1Intelidentitynotfoundbody']
10
+ ---
11
+
12
+ # Intelidentitynotfoundbody
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **detailCode** | `string` | Constant detail code indicating that no identity matched the supplied filter. | [default to undefined]
19
+ **message** | **(optional)** `string` | Optional explanatory text describing why no identity was found. | [default to undefined]
20
+
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: v1-inteloutlieraccessitem
3
+ title: Inteloutlieraccessitem
4
+ pagination_label: Inteloutlieraccessitem
5
+ sidebar_label: Inteloutlieraccessitem
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Inteloutlieraccessitem', 'v1Inteloutlieraccessitem']
8
+ slug: /tools/sdk/typescript/intelligence/models/inteloutlieraccessitem
9
+ tags: ['SDK', 'Software Development Kit', 'Inteloutlieraccessitem', 'v1Inteloutlieraccessitem']
10
+ ---
11
+
12
+ # Inteloutlieraccessitem
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | `string` | Stable identifier of the outlier access-item row. | [default to undefined]
19
+ **displayName** | `string` | Display label of the risky access item. | [default to undefined]
20
+ **description** | **(optional)** `string` | Optional descriptive text for the risky access item. | [default to undefined]
21
+ **accessType** | `string` | Access item type. | [default to undefined]
22
+ **sourceName** | `string` | Source name where the risky access item exists. | [default to undefined]
23
+ **extremelyRare** | `boolean` | Indicates whether analytics marked this item as extremely rare. | [default to undefined]
24
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: v1-inteloutliersslice
3
+ title: Inteloutliersslice
4
+ pagination_label: Inteloutliersslice
5
+ sidebar_label: Inteloutliersslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Inteloutliersslice', 'v1Inteloutliersslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/inteloutliersslice
9
+ tags: ['SDK', 'Software Development Kit', 'Inteloutliersslice', 'v1Inteloutliersslice']
10
+ ---
11
+
12
+ # Inteloutliersslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **rareAccess** | `Intelrareaccessslice` | First page of rare access items for the identity. | [default to undefined]
19
+
@@ -0,0 +1,26 @@
1
+ ---
2
+ id: v1-intelprivilegedaccessitemwire
3
+ title: Intelprivilegedaccessitemwire
4
+ pagination_label: Intelprivilegedaccessitemwire
5
+ sidebar_label: Intelprivilegedaccessitemwire
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelprivilegedaccessitemwire', 'v1Intelprivilegedaccessitemwire']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelprivilegedaccessitemwire
9
+ tags: ['SDK', 'Software Development Kit', 'Intelprivilegedaccessitemwire', 'v1Intelprivilegedaccessitemwire']
10
+ ---
11
+
12
+ # Intelprivilegedaccessitemwire
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **privileged** | `boolean` | True when this item is classified as privileged access for the identity. | [default to undefined]
19
+ **id** | `string` | Identifier of the privileged access item. | [default to undefined]
20
+ **type** | `string` | Type of privileged access object. | [default to undefined]
21
+ **displayName** | **(optional)** `string` | Display label for the privileged access item in administrative experiences. | [default to undefined]
22
+ **name** | **(optional)** `string` | Technical name of the privileged access item. | [default to undefined]
23
+ **source** | **(optional)** `IntelprivilegedaccessitemwireSource` | | [default to undefined]
24
+ **attribute** | **(optional)** `string` | Source attribute name that carries the privileged value when applicable. | [default to undefined]
25
+ **value** | **(optional)** `string` | Privileged value on the source attribute when applicable. | [default to undefined]
26
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelprivilegedaccessitemwire-source
3
+ title: IntelprivilegedaccessitemwireSource
4
+ pagination_label: IntelprivilegedaccessitemwireSource
5
+ sidebar_label: IntelprivilegedaccessitemwireSource
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'IntelprivilegedaccessitemwireSource', 'v1IntelprivilegedaccessitemwireSource']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelprivilegedaccessitemwire-source
9
+ tags: ['SDK', 'Software Development Kit', 'IntelprivilegedaccessitemwireSource', 'v1IntelprivilegedaccessitemwireSource']
10
+ ---
11
+
12
+ # IntelprivilegedaccessitemwireSource
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **name** | **(optional)** `string` | Human-readable source name for the privileged access item. | [default to undefined]
19
+ **id** | **(optional)** `string` | Source identifier for the privileged access item. | [default to undefined]
20
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: v1-intelprivilegedaccessslice
3
+ title: Intelprivilegedaccessslice
4
+ pagination_label: Intelprivilegedaccessslice
5
+ sidebar_label: Intelprivilegedaccessslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelprivilegedaccessslice', 'v1Intelprivilegedaccessslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelprivilegedaccessslice
9
+ tags: ['SDK', 'Software Development Kit', 'Intelprivilegedaccessslice', 'v1Intelprivilegedaccessslice']
10
+ ---
11
+
12
+ # Intelprivilegedaccessslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **items** | `Array<Intelprivilegedaccessitemwire>` | Privileged access items for the identity. | [default to undefined]
19
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelrareaccessslice
3
+ title: Intelrareaccessslice
4
+ pagination_label: Intelrareaccessslice
5
+ sidebar_label: Intelrareaccessslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelrareaccessslice', 'v1Intelrareaccessslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelrareaccessslice
9
+ tags: ['SDK', 'Software Development Kit', 'Intelrareaccessslice', 'v1Intelrareaccessslice']
10
+ ---
11
+
12
+ # Intelrareaccessslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **items** | `Array<Inteloutlieraccessitem>` | First page of rare access items for the identity. | [default to undefined]
19
+ **next** | **(optional)** `string` | Absolute URL to the next rareAccess page; present only when more results exist. | [default to undefined]
20
+
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: v1-localeorigin
3
+ title: Localeorigin
4
+ pagination_label: Localeorigin
5
+ sidebar_label: Localeorigin
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Localeorigin', 'v1Localeorigin']
8
+ slug: /tools/sdk/typescript/intelligence/models/localeorigin
9
+ tags: ['SDK', 'Software Development Kit', 'Localeorigin', 'v1Localeorigin']
10
+ ---
11
+
12
+ # Localeorigin
13
+
14
+ ## Enum
15
+
16
+
17
+ * `Default` (value: `'DEFAULT'`)
18
+
19
+ * `Request` (value: `'REQUEST'`)
20
+
21
+
@@ -0,0 +1,46 @@
1
+ ## sailpoint-api-client@1.0.0
2
+
3
+ This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
+
5
+ Environment
6
+ * Node.js
7
+ * Webpack
8
+ * Browserify
9
+
10
+ Language level
11
+ * ES5 - you must have a Promises/A+ library installed
12
+ * ES6
13
+
14
+ Module system
15
+ * CommonJS
16
+ * ES6 module system
17
+
18
+ It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
19
+
20
+ ### Building
21
+
22
+ To build and compile the typescript sources to javascript use:
23
+ ```
24
+ npm install
25
+ npm run build
26
+ ```
27
+
28
+ ### Publishing
29
+
30
+ First build the package then run `npm publish`
31
+
32
+ ### Consuming
33
+
34
+ navigate to the folder of your consuming project and run one of the following commands.
35
+
36
+ _published:_
37
+
38
+ ```
39
+ npm install sailpoint-api-client@1.0.0 --save
40
+ ```
41
+
42
+ _unPublished (not recommended):_
43
+
44
+ ```
45
+ npm install PATH_TO_GENERATED_PACKAGE --save
46
+ ```
@@ -0,0 +1,57 @@
1
+ #!/bin/sh
2
+ # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
3
+ #
4
+ # Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
5
+
6
+ git_user_id=$1
7
+ git_repo_id=$2
8
+ release_note=$3
9
+ git_host=$4
10
+
11
+ if [ "$git_host" = "" ]; then
12
+ git_host="github.com"
13
+ echo "[INFO] No command line input provided. Set \$git_host to $git_host"
14
+ fi
15
+
16
+ if [ "$git_user_id" = "" ]; then
17
+ git_user_id="GIT_USER_ID"
18
+ echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
+ fi
20
+
21
+ if [ "$git_repo_id" = "" ]; then
22
+ git_repo_id="GIT_REPO_ID"
23
+ echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
24
+ fi
25
+
26
+ if [ "$release_note" = "" ]; then
27
+ release_note="Minor update"
28
+ echo "[INFO] No command line input provided. Set \$release_note to $release_note"
29
+ fi
30
+
31
+ # Initialize the local directory as a Git repository
32
+ git init
33
+
34
+ # Adds the files in the local repository and stages them for commit.
35
+ git add .
36
+
37
+ # Commits the tracked changes and prepares them to be pushed to a remote repository.
38
+ git commit -m "$release_note"
39
+
40
+ # Sets the new remote
41
+ git_remote=$(git remote)
42
+ if [ "$git_remote" = "" ]; then # git remote not defined
43
+
44
+ if [ "$GIT_TOKEN" = "" ]; then
45
+ echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
46
+ git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
47
+ else
48
+ git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
49
+ fi
50
+
51
+ fi
52
+
53
+ git pull origin master
54
+
55
+ # Pushes (Forces) the changes in the local repository up to the remote repository
56
+ echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
57
+ git push origin master 2>&1 | grep -v 'To https'
@@ -0,0 +1,18 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Identity Security Cloud API - Intelligence
5
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ export * from "./api";
17
+ export * from "../configuration";
18
+
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "sailpoint-api-client",
3
+ "version": "1.0.0",
4
+ "description": "OpenAPI client for sailpoint-api-client",
5
+ "author": "OpenAPI-Generator Contributors",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
9
+ },
10
+ "keywords": [
11
+ "axios",
12
+ "typescript",
13
+ "openapi-client",
14
+ "openapi-generator",
15
+ "sailpoint-api-client"
16
+ ],
17
+ "license": "Unlicense",
18
+ "main": "./dist/index.js",
19
+ "typings": "./dist/index.d.ts",
20
+ "scripts": {
21
+ "build": "tsc",
22
+ "prepare": "npm run build"
23
+ },
24
+ "dependencies": {
25
+ "axios": "^1.6.1"
26
+ },
27
+ "devDependencies": {
28
+ "@types/node": "12.11.5 - 12.20.42",
29
+ "typescript": "^4.0 || ^5.0"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "sailpoint.com"
33
+ }
34
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "compilerOptions": {
3
+ "declaration": true,
4
+ "target": "ES5",
5
+ "module": "commonjs",
6
+ "noImplicitAny": true,
7
+ "outDir": "dist",
8
+ "rootDir": ".",
9
+ "lib": [
10
+ "es6",
11
+ "dom"
12
+ ],
13
+ "typeRoots": [
14
+ "node_modules/@types"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "dist",
19
+ "node_modules"
20
+ ]
21
+ }
@@ -31,7 +31,7 @@ The tenant comes from the authenticated request context (not the URL). Use **con
31
31
  **User level:** POLICY_ADMIN (policy administrator).
32
32
 
33
33
 
34
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-jit-activation-config-v1)
34
+ [API Spec](https://developer.sailpoint.com/docs/api/get-jit-activation-config-v-1)
35
35
 
36
36
  ### Parameters
37
37
 
@@ -73,7 +73,7 @@ The body must be a non-empty array. Only **replace** is supported; each **path**
73
73
  **User level:** POLICY_ADMIN (policy administrator).
74
74
 
75
75
 
76
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-jit-activation-config-v1)
76
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-jit-activation-config-v-1)
77
77
 
78
78
  ### Parameters
79
79
 
@@ -29,7 +29,7 @@ The service performs quick validation; the workflow performs additional validati
29
29
  The response is returned with HTTP 202 Accepted while the workflow initializes.
30
30
 
31
31
 
32
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-activate-workflow-v1)
32
+ [API Spec](https://developer.sailpoint.com/docs/api/start-activate-workflow-v-1)
33
33
 
34
34
  ### Parameters
35
35
 
@@ -72,7 +72,7 @@ The client receives an error response in those cases.
72
72
  The response is returned with HTTP 202 Accepted after the signal is sent.
73
73
 
74
74
 
75
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-deactivate-workflow-v1)
75
+ [API Spec](https://developer.sailpoint.com/docs/api/start-deactivate-workflow-v-1)
76
76
 
77
77
  ### Parameters
78
78
 
@@ -116,7 +116,7 @@ The client receives an error response in those cases.
116
116
  The response is returned with HTTP 202 Accepted after the signal is sent.
117
117
 
118
118
 
119
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-extend-workflow-v1)
119
+ [API Spec](https://developer.sailpoint.com/docs/api/start-extend-workflow-v-1)
120
120
 
121
121
  ### Parameters
122
122
 
@@ -27,7 +27,7 @@ Method | HTTP request | Description
27
27
  Create launcher
28
28
  Create a Launcher with given information
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-launcher-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/create-launcher-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -64,7 +64,7 @@ console.log(result);
64
64
  Delete launcher
65
65
  Delete the given Launcher ID
66
66
 
67
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-launcher-v1)
67
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-launcher-v-1)
68
68
 
69
69
  ### Parameters
70
70
 
@@ -101,7 +101,7 @@ console.log(result);
101
101
  Get launcher by id
102
102
  Get details for the given Launcher ID
103
103
 
104
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-launcher-v1)
104
+ [API Spec](https://developer.sailpoint.com/docs/api/get-launcher-v-1)
105
105
 
106
106
  ### Parameters
107
107
 
@@ -138,7 +138,7 @@ console.log(result);
138
138
  List all launchers for tenant
139
139
  Return a list of Launchers for the authenticated tenant
140
140
 
141
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-launchers-v1)
141
+ [API Spec](https://developer.sailpoint.com/docs/api/get-launchers-v-1)
142
142
 
143
143
  ### Parameters
144
144
 
@@ -179,7 +179,7 @@ console.log(result);
179
179
  Replace launcher
180
180
  Replace the given Launcher ID with given payload
181
181
 
182
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-launcher-v1)
182
+ [API Spec](https://developer.sailpoint.com/docs/api/put-launcher-v-1)
183
183
 
184
184
  ### Parameters
185
185
 
@@ -218,7 +218,7 @@ console.log(result);
218
218
  Launch a launcher
219
219
  Launch the given Launcher ID
220
220
 
221
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-launcher-v1)
221
+ [API Spec](https://developer.sailpoint.com/docs/api/start-launcher-v-1)
222
222
 
223
223
  ### Parameters
224
224
 
@@ -65,7 +65,7 @@ Method | HTTP request | Description
65
65
  Create lifecycle state
66
66
  Use this endpoint to create a lifecycle state.
67
67
 
68
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-lifecycle-state-v1)
68
+ [API Spec](https://developer.sailpoint.com/docs/api/create-lifecycle-state-v-1)
69
69
 
70
70
  ### Parameters
71
71
 
@@ -104,7 +104,7 @@ console.log(result);
104
104
  Delete lifecycle state
105
105
  Use this endpoint to delete the lifecycle state by its ID.
106
106
 
107
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-lifecycle-state-v1)
107
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-lifecycle-state-v-1)
108
108
 
109
109
  ### Parameters
110
110
 
@@ -143,7 +143,7 @@ console.log(result);
143
143
  Get lifecycle state
144
144
  Use this endpoint to get a lifecycle state by its ID and its associated identity profile ID.
145
145
 
146
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-lifecycle-state-v1)
146
+ [API Spec](https://developer.sailpoint.com/docs/api/get-lifecycle-state-v-1)
147
147
 
148
148
  ### Parameters
149
149
 
@@ -182,7 +182,7 @@ console.log(result);
182
182
  Lists lifecyclestates
183
183
  Use this endpoint to list all lifecycle states by their associated identity profiles.
184
184
 
185
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-lifecycle-states-v1)
185
+ [API Spec](https://developer.sailpoint.com/docs/api/get-lifecycle-states-v-1)
186
186
 
187
187
  ### Parameters
188
188
 
@@ -227,7 +227,7 @@ console.log(result);
227
227
  Set lifecycle state
228
228
  Use this API to set/update an identity's lifecycle state to the one provided and update the corresponding identity profile.
229
229
 
230
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-lifecycle-state-v1)
230
+ [API Spec](https://developer.sailpoint.com/docs/api/set-lifecycle-state-v-1)
231
231
 
232
232
  ### Parameters
233
233
 
@@ -266,7 +266,7 @@ console.log(result);
266
266
  Update lifecycle state
267
267
  Use this endpoint to update individual lifecycle state fields, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
268
268
 
269
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-lifecycle-states-v1)
269
+ [API Spec](https://developer.sailpoint.com/docs/api/update-lifecycle-states-v-1)
270
270
 
271
271
  ### Parameters
272
272
 
@@ -23,7 +23,7 @@ Classify single machine account
23
23
  Use this API to classify a single machine account.
24
24
  A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
25
25
 
26
- [API Spec](https://developer.sailpoint.com/docs/api/v1/send-classify-machine-account-v1)
26
+ [API Spec](https://developer.sailpoint.com/docs/api/send-classify-machine-account-v-1)
27
27
 
28
28
  ### Parameters
29
29
 
@@ -33,7 +33,7 @@ and generates an asynchronous result containing a tracking ID.
33
33
  >**NOTE: You can only request a machine accounts on subtype for which you have a create machine account entitlement provisioned.**
34
34
 
35
35
 
36
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-machine-account-request-v1)
36
+ [API Spec](https://developer.sailpoint.com/docs/api/create-machine-account-request-v-1)
37
37
 
38
38
  ### Parameters
39
39
 
@@ -75,7 +75,7 @@ This API is currently in an experimental state. The API is subject to change bas
75
75
  Get Machine Account Creation Request
76
76
  Retrieves a account request details for machine account creation. This allows the user to view all details for given account request.
77
77
 
78
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-create-machine-account-request-v1)
78
+ [API Spec](https://developer.sailpoint.com/docs/api/get-create-machine-account-request-v-1)
79
79
 
80
80
  ### Parameters
81
81
 
@@ -118,7 +118,7 @@ Machine Account Create Access
118
118
  This endpoint retrieves the list of sources and subtypes for which logged in user has the entitlement to create a machine account.
119
119
  The response includes a list of object detailing the source, subtype and entitlement details which enables the clients to understand if they can submit the request to create a machine account for the given subtype.
120
120
 
121
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-machine-account-create-access-info-v1)
121
+ [API Spec](https://developer.sailpoint.com/docs/api/get-machine-account-create-access-info-v-1)
122
122
 
123
123
  ### Parameters
124
124
 
@@ -26,7 +26,7 @@ Create machine account mappings
26
26
  Creates Machine Account Mappings for both identities and accounts for a source.
27
27
  A token with API, ORG_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
28
28
 
29
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-machine-account-mappings-v1)
29
+ [API Spec](https://developer.sailpoint.com/docs/api/create-machine-account-mappings-v-1)
30
30
 
31
31
  ### Parameters
32
32
 
@@ -66,7 +66,7 @@ Delete source\'s machine account mappings
66
66
  Use this API to remove machine account attribute mappings for a Source.
67
67
  A token with ORG_ADMIN, 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-machine-account-mappings-v1)
69
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-machine-account-mappings-v-1)
70
70
 
71
71
  ### Parameters
72
72
 
@@ -103,7 +103,7 @@ console.log(result);
103
103
  Machine account mapping for source
104
104
  Retrieves Machine account mappings for a specified source using Source ID.
105
105
 
106
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-machine-account-mappings-v1)
106
+ [API Spec](https://developer.sailpoint.com/docs/api/list-machine-account-mappings-v-1)
107
107
 
108
108
  ### Parameters
109
109
 
@@ -144,7 +144,7 @@ console.log(result);
144
144
  Update source\'s machine account mappings
145
145
  Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
146
146
 
147
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-machine-account-mappings-v1)
147
+ [API Spec](https://developer.sailpoint.com/docs/api/set-machine-account-mappings-v-1)
148
148
 
149
149
  ### Parameters
150
150
 
@@ -33,7 +33,7 @@ This API is currently in an experimental state. The API is subject to change bas
33
33
  Create subtype
34
34
  Create a new machine account subtype.
35
35
 
36
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-source-subtype-v1)
36
+ [API Spec](https://developer.sailpoint.com/docs/api/create-source-subtype-v-1)
37
37
 
38
38
  ### Parameters
39
39
 
@@ -77,7 +77,7 @@ Delete a machine account subtype by subtype ID.
77
77
 
78
78
  Note: If subtype has approval settings or entitlement for machine account creation enablement then it'll be also deleted.
79
79
 
80
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-machine-account-subtype-v1)
80
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-machine-account-subtype-v-1)
81
81
 
82
82
  ### Parameters
83
83
 
@@ -119,7 +119,7 @@ This API is currently in an experimental state. The API is subject to change bas
119
119
  Machine Subtype Approval Config
120
120
  This endpoint retrieves the approval configuration for machine account creation and deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account creation and deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for creating and deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account creation and deletion.
121
121
 
122
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-machine-account-subtype-approval-config-v1)
122
+ [API Spec](https://developer.sailpoint.com/docs/api/get-machine-account-subtype-approval-config-v-1)
123
123
 
124
124
  ### Parameters
125
125
 
@@ -161,7 +161,7 @@ This API is currently in an experimental state. The API is subject to change bas
161
161
  Get subtype by ID
162
162
  Get a machine account subtype by subtype ID.
163
163
 
164
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-source-subtype-by-id-v1)
164
+ [API Spec](https://developer.sailpoint.com/docs/api/get-source-subtype-by-id-v-1)
165
165
 
166
166
  ### Parameters
167
167
 
@@ -203,7 +203,7 @@ This API is currently in an experimental state. The API is subject to change bas
203
203
  Retrieve all subtypes
204
204
  Get all machine account subtypes.
205
205
 
206
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-source-subtypes-v1)
206
+ [API Spec](https://developer.sailpoint.com/docs/api/list-source-subtypes-v-1)
207
207
 
208
208
  ### Parameters
209
209
 
@@ -253,7 +253,7 @@ This API is currently in an experimental state. The API is subject to change bas
253
253
  Bulk Retrieve of Source Subtypes
254
254
  This endpoint retrieves the subtypes for given subtypeIds.
255
255
 
256
- [API Spec](https://developer.sailpoint.com/docs/api/v1/load-bulk-source-subtypes-v1)
256
+ [API Spec](https://developer.sailpoint.com/docs/api/load-bulk-source-subtypes-v-1)
257
257
 
258
258
  ### Parameters
259
259
 
@@ -296,7 +296,7 @@ Patch subtype by ID
296
296
  Update fields of a machine account subtype by subtype ID.
297
297
  Patchable fields only include: `displayName`, `description`.
298
298
 
299
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-machine-account-subtype-v1)
299
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-machine-account-subtype-v-1)
300
300
 
301
301
  ### Parameters
302
302
 
@@ -340,7 +340,7 @@ This API is currently in an experimental state. The API is subject to change bas
340
340
  Machine Subtype Approval Config
341
341
  Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account creation and deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for creating and deleting machine accounts of a particular subtype.
342
342
 
343
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-machine-account-subtype-approval-config-v1)
343
+ [API Spec](https://developer.sailpoint.com/docs/api/update-machine-account-subtype-approval-config-v-1)
344
344
 
345
345
  ### Parameters
346
346