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.
- package/access_model_metadata/docs/Methods/AccessModelMetadataApi.md +11 -11
- package/access_profiles/docs/Methods/AccessProfilesApi.md +8 -8
- package/access_request_approvals/docs/Methods/AccessRequestApprovalsApi.md +7 -7
- package/access_request_identity_metrics/docs/Methods/AccessRequestIdentityMetricsApi.md +1 -1
- package/access_requests/docs/Methods/AccessRequestsApi.md +13 -13
- package/account_activities/docs/Methods/AccountActivitiesApi.md +2 -2
- package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
- package/account_deletion_requests/docs/Methods/AccountDeletionRequestsApi.md +2 -2
- package/account_usages/docs/Methods/AccountUsagesApi.md +1 -1
- package/accounts/docs/Methods/AccountsApi.md +16 -16
- package/api_usage/docs/Methods/ApiUsageApi.md +2 -2
- package/application_discovery/docs/Methods/ApplicationDiscoveryApi.md +4 -4
- package/approvals/docs/Methods/ApprovalsApi.md +15 -15
- package/apps/docs/Methods/AppsApi.md +14 -14
- package/auth_profile/docs/Methods/AuthProfileApi.md +3 -3
- package/auth_users/docs/Methods/AuthUsersApi.md +2 -2
- package/branding/docs/Methods/BrandingApi.md +5 -5
- package/certification_campaign_filters/docs/Methods/CertificationCampaignFiltersApi.md +5 -5
- package/certification_campaigns/docs/Methods/CertificationCampaignsApi.md +22 -22
- package/certification_summaries/docs/Methods/CertificationSummariesApi.md +4 -4
- package/certifications/docs/Methods/CertificationsApi.md +11 -11
- package/classify_source/docs/Methods/ClassifySourceApi.md +3 -3
- package/configuration_hub/docs/Methods/ConfigurationHubApi.md +20 -20
- package/connector_customizers/docs/Methods/ConnectorCustomizersApi.md +6 -6
- package/connector_rule_management/docs/Methods/ConnectorRuleManagementApi.md +6 -6
- package/connectors/docs/Methods/ConnectorsApi.md +13 -13
- package/custom_forms/docs/Methods/CustomFormsApi.md +18 -18
- package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +3 -3
- package/custom_user_levels/docs/Methods/CustomUserLevelsApi.md +9 -9
- package/data_access_security/docs/Methods/DataAccessSecurityApi.md +25 -25
- package/data_segmentation/docs/Methods/DataSegmentationApi.md +8 -8
- package/declassify_source/docs/Methods/DeclassifySourceApi.md +1 -1
- package/dimensions/docs/Methods/DimensionsApi.md +8 -8
- package/dist/index.d.ts +3 -0
- package/dist/index.js +192 -189
- package/dist/index.js.map +1 -1
- package/dist/intelligence/api.d.ts +1042 -0
- package/dist/intelligence/api.js +595 -0
- package/dist/intelligence/api.js.map +1 -0
- package/dist/intelligence/base.d.ts +66 -0
- package/dist/intelligence/base.js +90 -0
- package/dist/intelligence/base.js.map +1 -0
- package/dist/intelligence/common.d.ts +65 -0
- package/dist/intelligence/common.js +292 -0
- package/dist/intelligence/common.js.map +1 -0
- package/dist/intelligence/configuration.d.ts +91 -0
- package/dist/intelligence/configuration.js +46 -0
- package/dist/intelligence/configuration.js.map +1 -0
- package/dist/intelligence/index.d.ts +13 -0
- package/dist/intelligence/index.js +32 -0
- package/dist/intelligence/index.js.map +1 -0
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/sources/api.d.ts +509 -1
- package/dist/sources/api.js +587 -4
- package/dist/sources/api.js.map +1 -1
- package/entitlement_connections/docs/Methods/EntitlementConnectionsApi.md +5 -5
- package/entitlements/docs/Methods/EntitlementsApi.md +13 -13
- package/global_tenant_security_settings/docs/Methods/GlobalTenantSecuritySettingsApi.md +9 -9
- package/governance_groups/docs/Methods/GovernanceGroupsApi.md +10 -10
- package/iai_access_request_recommendations/docs/Methods/IAIAccessRequestRecommendationsApi.md +10 -10
- package/iai_common_access/docs/Methods/IAICommonAccessApi.md +3 -3
- package/iai_outliers/docs/Methods/IAIOutliersApi.md +9 -9
- package/iai_peer_group_strategies/docs/Methods/IAIPeerGroupStrategiesApi.md +1 -1
- package/iai_recommendations/docs/Methods/IAIRecommendationsApi.md +3 -3
- package/iai_role_mining/docs/Methods/IAIRoleMiningApi.md +25 -25
- package/icons/docs/Methods/IconsApi.md +2 -2
- package/identities/docs/Methods/IdentitiesApi.md +12 -12
- package/identity_attributes/docs/Methods/IdentityAttributesApi.md +6 -6
- package/identity_history/docs/Methods/IdentityHistoryApi.md +11 -11
- package/identity_profiles/docs/Methods/IdentityProfilesApi.md +11 -11
- package/index.ts +3 -0
- package/intelligence/.openapi-generator/FILES +40 -0
- package/intelligence/.openapi-generator/VERSION +1 -0
- package/intelligence/.openapi-generator-ignore +23 -0
- package/intelligence/.sdk-partition +1 -0
- package/intelligence/api.ts +1316 -0
- package/intelligence/base.ts +86 -0
- package/intelligence/common.ts +183 -0
- package/intelligence/configuration.ts +110 -0
- package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
- package/intelligence/docs/Methods/Index.md +30 -0
- package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
- package/intelligence/docs/Models/Errorbody.md +20 -0
- package/intelligence/docs/Models/Errormessagedto.md +21 -0
- package/intelligence/docs/Models/Errorresponsedto.md +22 -0
- package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
- package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
- package/intelligence/docs/Models/Index.md +19 -0
- package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
- package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
- package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
- package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
- package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
- package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
- package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
- package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
- package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
- package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
- package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
- package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
- package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
- package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
- package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
- package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
- package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
- package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
- package/intelligence/docs/Models/Localeorigin.md +21 -0
- package/intelligence/docs/Models/README.md +46 -0
- package/intelligence/git_push.sh +57 -0
- package/intelligence/index.ts +18 -0
- package/intelligence/package.json +34 -0
- package/intelligence/tsconfig.json +21 -0
- package/jit_access/docs/Methods/JITAccessApi.md +2 -2
- package/jit_activations/docs/Methods/JITActivationsApi.md +3 -3
- package/launchers/docs/Methods/LaunchersApi.md +6 -6
- package/lifecycle_states/docs/Methods/LifecycleStatesApi.md +6 -6
- package/machine_account_classify/docs/Methods/MachineAccountClassifyApi.md +1 -1
- package/machine_account_creation_request/docs/Methods/MachineAccountCreationRequestApi.md +3 -3
- package/machine_account_mappings/docs/Methods/MachineAccountMappingsApi.md +4 -4
- package/machine_account_subtypes/docs/Methods/MachineAccountSubtypesApi.md +8 -8
- package/machine_accounts/docs/Methods/MachineAccountsApi.md +9 -9
- package/machine_classification_config/docs/Methods/MachineClassificationConfigApi.md +3 -3
- package/machine_identities/docs/Methods/MachineIdentitiesApi.md +7 -7
- package/managed_clients/docs/Methods/ManagedClientsApi.md +7 -7
- package/managed_cluster_types/docs/Methods/ManagedClusterTypesApi.md +5 -5
- package/managed_clusters/docs/Methods/ManagedClustersApi.md +8 -8
- package/mfa_configuration/docs/Methods/MFAConfigurationApi.md +7 -7
- package/multi_host_integration/docs/Methods/MultiHostIntegrationApi.md +14 -14
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/non_employee_lifecycle_management/docs/Methods/NonEmployeeLifecycleManagementApi.md +32 -32
- package/notifications/docs/Methods/NotificationsApi.md +16 -16
- package/oauth_clients/docs/Methods/OAuthClientsApi.md +5 -5
- package/org_config/docs/Methods/OrgConfigApi.md +3 -3
- package/package.json +1 -1
- package/parameter_storage/docs/Methods/ParameterStorageApi.md +8 -8
- package/password_configuration/docs/Methods/PasswordConfigurationApi.md +3 -3
- package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +2 -2
- package/password_management/docs/Methods/PasswordManagementApi.md +4 -4
- package/password_policies/docs/Methods/PasswordPoliciesApi.md +5 -5
- package/password_sync_groups/docs/Methods/PasswordSyncGroupsApi.md +5 -5
- package/personal_access_tokens/docs/Methods/PersonalAccessTokensApi.md +4 -4
- package/privilege_criteria/docs/Methods/PrivilegeCriteriaApi.md +5 -5
- package/privilege_criteria_configuration/docs/Methods/PrivilegeCriteriaConfigurationApi.md +3 -3
- package/prompt_insights/docs/Methods/PromptInsightsApi.md +2 -2
- package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
- package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +2 -2
- package/reports_data_extraction/docs/Methods/ReportsDataExtractionApi.md +4 -4
- package/requestable_objects/docs/Methods/RequestableObjectsApi.md +1 -1
- package/role_insights/docs/Methods/RoleInsightsApi.md +9 -9
- package/role_propagation/docs/Methods/RolePropagationApi.md +6 -6
- package/roles/docs/Methods/RolesApi.md +16 -16
- package/saved_search/docs/Methods/SavedSearchApi.md +6 -6
- package/scheduled_search/docs/Methods/ScheduledSearchApi.md +6 -6
- package/search/docs/Methods/SearchApi.md +4 -4
- package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +5 -5
- package/segments/docs/Methods/SegmentsApi.md +5 -5
- package/service_desk_integration/docs/Methods/ServiceDeskIntegrationApi.md +10 -10
- package/shared_signals_framework_ssf/docs/Methods/SharedSignalsFrameworkSSFApi.md +10 -10
- package/sim_integrations/docs/Methods/SIMIntegrationsApi.md +7 -7
- package/sod_policies/docs/Methods/SODPoliciesApi.md +17 -17
- package/sod_violations/docs/Methods/SODViolationsApi.md +2 -2
- package/source_usages/docs/Methods/SourceUsagesApi.md +2 -2
- package/sources/.openapi-generator/FILES +2 -0
- package/sources/api.ts +846 -9
- package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
- package/sources/docs/Methods/SourcesApi.md +344 -56
- package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
- package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
- package/sources/docs/Models/Usagetype.md +2 -0
- package/sp_config/docs/Methods/SPConfigApi.md +7 -7
- package/suggested_entitlement_description/docs/Methods/SuggestedEntitlementDescriptionApi.md +15 -15
- package/tagged_objects/docs/Methods/TaggedObjectsApi.md +8 -8
- package/tags/docs/Methods/TagsApi.md +4 -4
- package/task_management/docs/Methods/TaskManagementApi.md +3 -3
- package/tenant/docs/Methods/TenantApi.md +1 -1
- package/tenant_context/docs/Methods/TenantContextApi.md +2 -2
- package/transforms/docs/Methods/TransformsApi.md +5 -5
- package/triggers/docs/Methods/TriggersApi.md +10 -10
- package/ui_metadata/docs/Methods/UIMetadataApi.md +2 -2
- package/work_items/docs/Methods/WorkItemsApi.md +13 -13
- package/work_reassignment/docs/Methods/WorkReassignmentApi.md +9 -9
- package/workflows/docs/Methods/WorkflowsApi.md +19 -19
|
@@ -36,7 +36,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
36
36
|
Create subtype
|
|
37
37
|
Create a new machine account subtype for a source.
|
|
38
38
|
|
|
39
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
39
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-machine-account-subtype-v-1)
|
|
40
40
|
|
|
41
41
|
### Parameters
|
|
42
42
|
|
|
@@ -83,7 +83,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
83
83
|
Delete subtype
|
|
84
84
|
Delete a machine account subtype by source ID and technical name.
|
|
85
85
|
|
|
86
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
86
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-machine-account-subtype-by-technical-name-v-1)
|
|
87
87
|
|
|
88
88
|
### Parameters
|
|
89
89
|
|
|
@@ -130,7 +130,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
130
130
|
Retrieve subtype by subtype id
|
|
131
131
|
Get a machine account subtype by its unique ID.
|
|
132
132
|
|
|
133
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
133
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-machine-account-subtype-by-id-v-1)
|
|
134
134
|
|
|
135
135
|
### Parameters
|
|
136
136
|
|
|
@@ -175,7 +175,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
175
175
|
Retrieve subtype by source and technicalName
|
|
176
176
|
Get a machine account subtype by source ID and technical name.
|
|
177
177
|
|
|
178
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
178
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-machine-account-subtype-by-technical-name-v-1)
|
|
179
179
|
|
|
180
180
|
### Parameters
|
|
181
181
|
|
|
@@ -219,7 +219,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
219
219
|
Get machine account details
|
|
220
220
|
Use this API to return the details for a single machine account by its ID.
|
|
221
221
|
|
|
222
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
222
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-machine-account-v-1)
|
|
223
223
|
|
|
224
224
|
### Parameters
|
|
225
225
|
|
|
@@ -264,7 +264,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
264
264
|
Retrieve all subtypes by source
|
|
265
265
|
Get all machine account subtypes for a given source.
|
|
266
266
|
|
|
267
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
267
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-machine-account-subtypes-v-1)
|
|
268
268
|
|
|
269
269
|
### Parameters
|
|
270
270
|
|
|
@@ -316,7 +316,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
316
316
|
List machine accounts
|
|
317
317
|
This returns a list of machine accounts.
|
|
318
318
|
|
|
319
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
319
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-machine-accounts-v-1)
|
|
320
320
|
|
|
321
321
|
### Parameters
|
|
322
322
|
|
|
@@ -370,7 +370,7 @@ Patch subtype
|
|
|
370
370
|
Update fields of a machine account subtype by source ID and technical name.
|
|
371
371
|
Patchable fields include: `displayName`, `description`.
|
|
372
372
|
|
|
373
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
373
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-machine-account-subtype-by-technical-name-v-1)
|
|
374
374
|
|
|
375
375
|
### Parameters
|
|
376
376
|
|
|
@@ -417,7 +417,7 @@ Update machine account details
|
|
|
417
417
|
Use this API to update machine accounts details.
|
|
418
418
|
|
|
419
419
|
|
|
420
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
420
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-machine-account-v-1)
|
|
421
421
|
|
|
422
422
|
### Parameters
|
|
423
423
|
|
|
@@ -25,7 +25,7 @@ Delete source\'s classification config
|
|
|
25
25
|
Use this API to remove Classification Config for a Source.
|
|
26
26
|
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
27
27
|
|
|
28
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
28
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-machine-classification-config-v-1)
|
|
29
29
|
|
|
30
30
|
### Parameters
|
|
31
31
|
|
|
@@ -62,7 +62,7 @@ console.log(result);
|
|
|
62
62
|
Machine classification config for source
|
|
63
63
|
This API returns a Machine Classification Config for a Source using Source ID.
|
|
64
64
|
|
|
65
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
65
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-machine-classification-config-v-1)
|
|
66
66
|
|
|
67
67
|
### Parameters
|
|
68
68
|
|
|
@@ -99,7 +99,7 @@ console.log(result);
|
|
|
99
99
|
Update source\'s classification config
|
|
100
100
|
Use this API to update Classification Config for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
101
101
|
|
|
102
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
102
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-machine-classification-config-v-1)
|
|
103
103
|
|
|
104
104
|
### Parameters
|
|
105
105
|
|
|
@@ -32,7 +32,7 @@ Create machine identity
|
|
|
32
32
|
Use this API to create a machine identity.
|
|
33
33
|
The maximum supported length for the description field is 2000 characters.
|
|
34
34
|
|
|
35
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
35
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-machine-identity-v-1)
|
|
36
36
|
|
|
37
37
|
### Parameters
|
|
38
38
|
|
|
@@ -74,7 +74,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
74
74
|
Delete machine identity
|
|
75
75
|
The API returns successful response if the requested machine identity was deleted.
|
|
76
76
|
|
|
77
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
77
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-machine-identity-v-1)
|
|
78
78
|
|
|
79
79
|
### Parameters
|
|
80
80
|
|
|
@@ -116,7 +116,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
116
116
|
Get machine identity details
|
|
117
117
|
This API returns a single machine identity using the Machine Identity ID.
|
|
118
118
|
|
|
119
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
119
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-machine-identity-v-1)
|
|
120
120
|
|
|
121
121
|
### Parameters
|
|
122
122
|
|
|
@@ -158,7 +158,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
158
158
|
List machine identities
|
|
159
159
|
This API returns a list of machine identities.
|
|
160
160
|
|
|
161
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
161
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-machine-identities-v-1)
|
|
162
162
|
|
|
163
163
|
### Parameters
|
|
164
164
|
|
|
@@ -208,7 +208,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
208
208
|
List machine identity\'s user entitlements
|
|
209
209
|
This API returns a list of user entitlements associated with machine identities.
|
|
210
210
|
|
|
211
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
211
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-machine-identity-user-entitlements-v-1)
|
|
212
212
|
|
|
213
213
|
### Parameters
|
|
214
214
|
|
|
@@ -258,7 +258,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
258
258
|
Start machine identity aggregation
|
|
259
259
|
Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
260
260
|
|
|
261
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
261
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-machine-identity-aggregation-v-1)
|
|
262
262
|
|
|
263
263
|
### Parameters
|
|
264
264
|
|
|
@@ -303,7 +303,7 @@ Update machine identity details
|
|
|
303
303
|
Use this API to update machine identity details.
|
|
304
304
|
|
|
305
305
|
|
|
306
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
306
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-machine-identity-v-1)
|
|
307
307
|
|
|
308
308
|
### Parameters
|
|
309
309
|
|
|
@@ -31,7 +31,7 @@ Create managed client
|
|
|
31
31
|
Create a new managed client.
|
|
32
32
|
The API returns a result that includes the managed client ID.
|
|
33
33
|
|
|
34
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
34
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-managed-client-v-1)
|
|
35
35
|
|
|
36
36
|
### Parameters
|
|
37
37
|
|
|
@@ -68,7 +68,7 @@ console.log(result);
|
|
|
68
68
|
Delete managed client
|
|
69
69
|
Delete an existing managed client.
|
|
70
70
|
|
|
71
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
71
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-managed-client-v-1)
|
|
72
72
|
|
|
73
73
|
### Parameters
|
|
74
74
|
|
|
@@ -105,7 +105,7 @@ console.log(result);
|
|
|
105
105
|
Get managed client health indicators
|
|
106
106
|
Get a managed client's health indicators, using its ID.
|
|
107
107
|
|
|
108
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
108
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-client-health-indicators-v-1)
|
|
109
109
|
|
|
110
110
|
### Parameters
|
|
111
111
|
|
|
@@ -142,7 +142,7 @@ console.log(result);
|
|
|
142
142
|
Get managed client status
|
|
143
143
|
Get a managed client's status, using its ID.
|
|
144
144
|
|
|
145
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
145
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-client-status-v-1)
|
|
146
146
|
|
|
147
147
|
### Parameters
|
|
148
148
|
|
|
@@ -181,7 +181,7 @@ console.log(result);
|
|
|
181
181
|
Get managed client
|
|
182
182
|
Get managed client by ID.
|
|
183
183
|
|
|
184
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
184
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-client-v-1)
|
|
185
185
|
|
|
186
186
|
### Parameters
|
|
187
187
|
|
|
@@ -218,7 +218,7 @@ console.log(result);
|
|
|
218
218
|
Get managed clients
|
|
219
219
|
List managed clients.
|
|
220
220
|
|
|
221
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
221
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-clients-v-1)
|
|
222
222
|
|
|
223
223
|
### Parameters
|
|
224
224
|
|
|
@@ -261,7 +261,7 @@ console.log(result);
|
|
|
261
261
|
Update managed client
|
|
262
262
|
Update an existing managed client.
|
|
263
263
|
|
|
264
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
264
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-managed-client-v-1)
|
|
265
265
|
|
|
266
266
|
### Parameters
|
|
267
267
|
|
|
@@ -30,7 +30,7 @@ Create a new Managed Cluster Type.
|
|
|
30
30
|
|
|
31
31
|
The API returns a result that includes the Managed Cluster Type ID
|
|
32
32
|
|
|
33
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
33
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-managed-cluster-type-v-1)
|
|
34
34
|
|
|
35
35
|
### Parameters
|
|
36
36
|
|
|
@@ -67,7 +67,7 @@ console.log(result);
|
|
|
67
67
|
Delete a managed cluster type
|
|
68
68
|
Delete an existing Managed Cluster Type.
|
|
69
69
|
|
|
70
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
70
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-managed-cluster-type-v-1)
|
|
71
71
|
|
|
72
72
|
### Parameters
|
|
73
73
|
|
|
@@ -104,7 +104,7 @@ console.log(result);
|
|
|
104
104
|
Get a managed cluster type
|
|
105
105
|
Get a Managed Cluster Type.
|
|
106
106
|
|
|
107
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
107
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-cluster-type-v-1)
|
|
108
108
|
|
|
109
109
|
### Parameters
|
|
110
110
|
|
|
@@ -141,7 +141,7 @@ console.log(result);
|
|
|
141
141
|
List managed cluster types
|
|
142
142
|
Get a list of Managed Cluster Types.
|
|
143
143
|
|
|
144
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
144
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-cluster-types-v-1)
|
|
145
145
|
|
|
146
146
|
### Parameters
|
|
147
147
|
|
|
@@ -186,7 +186,7 @@ console.log(result);
|
|
|
186
186
|
Update a managed cluster type
|
|
187
187
|
Update an existing Managed Cluster Type.
|
|
188
188
|
|
|
189
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
189
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-managed-cluster-type-v-1)
|
|
190
190
|
|
|
191
191
|
### Parameters
|
|
192
192
|
|
|
@@ -32,7 +32,7 @@ Create create managed cluster
|
|
|
32
32
|
Create a new Managed Cluster.
|
|
33
33
|
The API returns a result that includes the managed cluster ID.
|
|
34
34
|
|
|
35
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
35
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-managed-cluster-v-1)
|
|
36
36
|
|
|
37
37
|
### Parameters
|
|
38
38
|
|
|
@@ -69,7 +69,7 @@ console.log(result);
|
|
|
69
69
|
Delete managed cluster
|
|
70
70
|
Delete an existing managed cluster.
|
|
71
71
|
|
|
72
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
72
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-managed-cluster-v-1)
|
|
73
73
|
|
|
74
74
|
### Parameters
|
|
75
75
|
|
|
@@ -108,7 +108,7 @@ console.log(result);
|
|
|
108
108
|
Get managed cluster log configuration
|
|
109
109
|
Get a managed cluster's log configuration.
|
|
110
110
|
|
|
111
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
111
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-client-log-configuration-v-1)
|
|
112
112
|
|
|
113
113
|
### Parameters
|
|
114
114
|
|
|
@@ -145,7 +145,7 @@ console.log(result);
|
|
|
145
145
|
Get managed cluster
|
|
146
146
|
Get a managed cluster by ID.
|
|
147
147
|
|
|
148
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
148
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-cluster-v-1)
|
|
149
149
|
|
|
150
150
|
### Parameters
|
|
151
151
|
|
|
@@ -182,7 +182,7 @@ console.log(result);
|
|
|
182
182
|
Get managed clusters
|
|
183
183
|
List current organization's managed clusters, based on request context.
|
|
184
184
|
|
|
185
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
185
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-managed-clusters-v-1)
|
|
186
186
|
|
|
187
187
|
### Parameters
|
|
188
188
|
|
|
@@ -225,7 +225,7 @@ console.log(result);
|
|
|
225
225
|
Update managed cluster log configuration
|
|
226
226
|
Update a managed cluster's log configuration. You may only specify one of `durationMinutes` or `expiration`, up to 1440 minutes (24 hours) in the future. If neither is specified, the default value for `durationMinutes` is 240.
|
|
227
227
|
|
|
228
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
228
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-client-log-configuration-v-1)
|
|
229
229
|
|
|
230
230
|
### Parameters
|
|
231
231
|
|
|
@@ -264,7 +264,7 @@ console.log(result);
|
|
|
264
264
|
Update managed cluster
|
|
265
265
|
Update an existing managed cluster.
|
|
266
266
|
|
|
267
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
267
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-managed-cluster-v-1)
|
|
268
268
|
|
|
269
269
|
### Parameters
|
|
270
270
|
|
|
@@ -304,7 +304,7 @@ Trigger manual upgrade for managed cluster
|
|
|
304
304
|
Trigger Manual Upgrade for Managed Cluster.
|
|
305
305
|
AMS Security: API, Internal A token with SYSTEM_ADMINISTRATOR authority is required to call this API.
|
|
306
306
|
|
|
307
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
307
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-v-1)
|
|
308
308
|
|
|
309
309
|
### Parameters
|
|
310
310
|
|
|
@@ -28,7 +28,7 @@ Method | HTTP request | Description
|
|
|
28
28
|
Configuration of duo mfa method
|
|
29
29
|
This API returns the configuration of an Duo MFA method.
|
|
30
30
|
|
|
31
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
31
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-mfa-duo-config-v-1)
|
|
32
32
|
|
|
33
33
|
### Parameters
|
|
34
34
|
|
|
@@ -61,7 +61,7 @@ console.log(result);
|
|
|
61
61
|
Configuration of kba mfa method
|
|
62
62
|
This API returns the KBA configuration for MFA.
|
|
63
63
|
|
|
64
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
64
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-mfa-kba-config-v-1)
|
|
65
65
|
|
|
66
66
|
### Parameters
|
|
67
67
|
|
|
@@ -98,7 +98,7 @@ console.log(result);
|
|
|
98
98
|
Configuration of okta mfa method
|
|
99
99
|
This API returns the configuration of an Okta MFA method.
|
|
100
100
|
|
|
101
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
101
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-mfa-okta-config-v-1)
|
|
102
102
|
|
|
103
103
|
### Parameters
|
|
104
104
|
|
|
@@ -131,7 +131,7 @@ console.log(result);
|
|
|
131
131
|
Set duo mfa configuration
|
|
132
132
|
This API sets the configuration of an Duo MFA method.
|
|
133
133
|
|
|
134
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
134
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-mfa-duo-config-v-1)
|
|
135
135
|
|
|
136
136
|
### Parameters
|
|
137
137
|
|
|
@@ -168,7 +168,7 @@ console.log(result);
|
|
|
168
168
|
Set mfa kba configuration
|
|
169
169
|
This API sets answers to challenge questions. Any configured questions omitted from the request are removed from user KBA configuration.
|
|
170
170
|
|
|
171
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
171
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-mfakba-config-v-1)
|
|
172
172
|
|
|
173
173
|
### Parameters
|
|
174
174
|
|
|
@@ -205,7 +205,7 @@ console.log(result);
|
|
|
205
205
|
Set okta mfa configuration
|
|
206
206
|
This API sets the configuration of an Okta MFA method.
|
|
207
207
|
|
|
208
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
208
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-mfa-okta-config-v-1)
|
|
209
209
|
|
|
210
210
|
### Parameters
|
|
211
211
|
|
|
@@ -242,7 +242,7 @@ console.log(result);
|
|
|
242
242
|
Mfa method\'s test configuration
|
|
243
243
|
This API validates that the configuration is valid and will properly authenticate with the MFA provider identified by the method path parameter.
|
|
244
244
|
|
|
245
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
245
|
+
[API Spec](https://developer.sailpoint.com/docs/api/test-mfa-config-v-1)
|
|
246
246
|
|
|
247
247
|
### Parameters
|
|
248
248
|
|
|
@@ -40,7 +40,7 @@ This API is used to create Multi-Host Integration. Multi-host Integration holds
|
|
|
40
40
|
|
|
41
41
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
42
42
|
|
|
43
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
43
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-multi-host-integration-v-1)
|
|
44
44
|
|
|
45
45
|
### Parameters
|
|
46
46
|
|
|
@@ -79,7 +79,7 @@ This API is used to create sources within Multi-Host Integration. Multi-Host Int
|
|
|
79
79
|
|
|
80
80
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
81
81
|
|
|
82
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
82
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-sources-within-multi-host-v-1)
|
|
83
83
|
|
|
84
84
|
### Parameters
|
|
85
85
|
|
|
@@ -120,7 +120,7 @@ This endpoint performs bulk sources delete within Multi-Host Integration via a l
|
|
|
120
120
|
|
|
121
121
|
The following rights are required to access this endpoint: idn:multihosts:delete, idn:sources:delete
|
|
122
122
|
|
|
123
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
123
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-multi-host-sources-v-1)
|
|
124
124
|
|
|
125
125
|
### Parameters
|
|
126
126
|
|
|
@@ -161,7 +161,7 @@ Delete an existing Multi-Host Integration by ID.
|
|
|
161
161
|
|
|
162
162
|
A token with Org Admin or Multi Host Admin authority is required to access this endpoint.
|
|
163
163
|
|
|
164
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
164
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-multi-host-v-1)
|
|
165
165
|
|
|
166
166
|
### Parameters
|
|
167
167
|
|
|
@@ -199,7 +199,7 @@ List account-aggregation-groups by multi-host id
|
|
|
199
199
|
This API will return array of account aggregation groups within provided Multi-Host Integration ID.
|
|
200
200
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
201
201
|
|
|
202
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
202
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-acct-aggregation-groups-v-1)
|
|
203
203
|
|
|
204
204
|
### Parameters
|
|
205
205
|
|
|
@@ -242,7 +242,7 @@ This API will return array of aggregation groups within provided Multi-Host Inte
|
|
|
242
242
|
|
|
243
243
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
244
244
|
|
|
245
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
245
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-entitlement-aggregation-groups-v-1)
|
|
246
246
|
|
|
247
247
|
### Parameters
|
|
248
248
|
|
|
@@ -285,7 +285,7 @@ Get a list of Multi-Host Integrations.
|
|
|
285
285
|
|
|
286
286
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
287
287
|
|
|
288
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
288
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-multi-host-integrations-list-v-1)
|
|
289
289
|
|
|
290
290
|
### Parameters
|
|
291
291
|
|
|
@@ -334,7 +334,7 @@ Get an existing Multi-Host Integration.
|
|
|
334
334
|
|
|
335
335
|
A token with Org Admin or Multi-Host Integration Admin authority is required to access this endpoint.
|
|
336
336
|
|
|
337
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
337
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-multi-host-integrations-v-1)
|
|
338
338
|
|
|
339
339
|
### Parameters
|
|
340
340
|
|
|
@@ -373,7 +373,7 @@ Get a list of sources creation errors within Multi-Host Integration ID.
|
|
|
373
373
|
|
|
374
374
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
375
375
|
|
|
376
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
376
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-multi-host-source-creation-errors-v-1)
|
|
377
377
|
|
|
378
378
|
### Parameters
|
|
379
379
|
|
|
@@ -412,7 +412,7 @@ This API endpoint returns the current list of supported Multi-Host Integration t
|
|
|
412
412
|
|
|
413
413
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
414
414
|
|
|
415
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
415
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-multihost-integration-types-v-1)
|
|
416
416
|
|
|
417
417
|
### Parameters
|
|
418
418
|
|
|
@@ -447,7 +447,7 @@ Get a list of sources within Multi-Host Integration ID.
|
|
|
447
447
|
|
|
448
448
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
449
449
|
|
|
450
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
450
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sources-within-multi-host-v-1)
|
|
451
451
|
|
|
452
452
|
### Parameters
|
|
453
453
|
|
|
@@ -496,7 +496,7 @@ This endpoint performs a more detailed validation of the Multi-Host Integration'
|
|
|
496
496
|
|
|
497
497
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
498
498
|
|
|
499
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
499
|
+
[API Spec](https://developer.sailpoint.com/docs/api/test-connection-multi-host-sources-v-1)
|
|
500
500
|
|
|
501
501
|
### Parameters
|
|
502
502
|
|
|
@@ -535,7 +535,7 @@ This endpoint performs a more detailed validation of the source's configuration.
|
|
|
535
535
|
|
|
536
536
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
537
537
|
|
|
538
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
538
|
+
[API Spec](https://developer.sailpoint.com/docs/api/test-source-connection-multihost-v-1)
|
|
539
539
|
|
|
540
540
|
### Parameters
|
|
541
541
|
|
|
@@ -576,7 +576,7 @@ Update existing sources within Multi-Host Integration.
|
|
|
576
576
|
|
|
577
577
|
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
|
|
578
578
|
|
|
579
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
579
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-multi-host-sources-v-1)
|
|
580
580
|
|
|
581
581
|
### Parameters
|
|
582
582
|
|
package/nerm/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@2.0.
|
|
1
|
+
## sailpoint-nerm-sdk@2.0.5
|
|
2
2
|
|
|
3
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
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-nerm-sdk@2.0.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.0.5 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nerm/common.ts
CHANGED
|
@@ -144,7 +144,7 @@ export const toPathString = function (url: URL) {
|
|
|
144
144
|
*/
|
|
145
145
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
146
146
|
return async <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
147
|
-
let userAgent = `SailPoint-SDK-TypeScript/2.0.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.0.5`;
|
|
148
148
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
149
149
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
150
150
|
}
|
|
@@ -152,7 +152,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
152
152
|
const headers = {
|
|
153
153
|
...{'Accept': 'application/json'},
|
|
154
154
|
...axiosArgs.axiosOptions.headers,
|
|
155
|
-
...{'X-SailPoint-SDK':'typescript-2.0.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.0.5'},
|
|
156
156
|
...{'User-Agent': userAgent},
|
|
157
157
|
}
|
|
158
158
|
|
package/nerm/package.json
CHANGED
package/nermv2025/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@2.0.
|
|
1
|
+
## sailpoint-nerm-sdk@2.0.5
|
|
2
2
|
|
|
3
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
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-nerm-sdk@2.0.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.0.5 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nermv2025/common.ts
CHANGED
|
@@ -144,7 +144,7 @@ export const toPathString = function (url: URL) {
|
|
|
144
144
|
*/
|
|
145
145
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
146
146
|
return async <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
147
|
-
let userAgent = `SailPoint-SDK-TypeScript/2.0.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.0.5`;
|
|
148
148
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
149
149
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
150
150
|
}
|
|
@@ -152,7 +152,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
152
152
|
const headers = {
|
|
153
153
|
...{'Accept': 'application/json'},
|
|
154
154
|
...axiosArgs.axiosOptions.headers,
|
|
155
|
-
...{'X-SailPoint-SDK':'typescript-2.0.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.0.5'},
|
|
156
156
|
...{'User-Agent': userAgent},
|
|
157
157
|
}
|
|
158
158
|
|