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
|
@@ -54,7 +54,7 @@ Create a new scheduled search
|
|
|
54
54
|
Creates a new scheduled search.
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
57
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-scheduled-search-v-1)
|
|
58
58
|
|
|
59
59
|
### Parameters
|
|
60
60
|
|
|
@@ -92,7 +92,7 @@ Delete a scheduled search
|
|
|
92
92
|
Deletes the specified scheduled search.
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
95
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-scheduled-search-v-1)
|
|
96
96
|
|
|
97
97
|
### Parameters
|
|
98
98
|
|
|
@@ -129,7 +129,7 @@ console.log(result);
|
|
|
129
129
|
Get a scheduled search
|
|
130
130
|
Returns the specified scheduled search.
|
|
131
131
|
|
|
132
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
132
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-scheduled-search-v-1)
|
|
133
133
|
|
|
134
134
|
### Parameters
|
|
135
135
|
|
|
@@ -167,7 +167,7 @@ List scheduled searches
|
|
|
167
167
|
Returns a list of scheduled searches.
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
170
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-scheduled-search-v-1)
|
|
171
171
|
|
|
172
172
|
### Parameters
|
|
173
173
|
|
|
@@ -211,7 +211,7 @@ Unsubscribe a recipient from scheduled search
|
|
|
211
211
|
Unsubscribes a recipient from the specified scheduled search.
|
|
212
212
|
|
|
213
213
|
|
|
214
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
214
|
+
[API Spec](https://developer.sailpoint.com/docs/api/unsubscribe-scheduled-search-v-1)
|
|
215
215
|
|
|
216
216
|
### Parameters
|
|
217
217
|
|
|
@@ -251,7 +251,7 @@ Update an existing scheduled search
|
|
|
251
251
|
Updates an existing scheduled search.
|
|
252
252
|
|
|
253
253
|
|
|
254
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
254
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-scheduled-search-v-1)
|
|
255
255
|
|
|
256
256
|
### Parameters
|
|
257
257
|
|
|
@@ -48,7 +48,7 @@ Method | HTTP request | Description
|
|
|
48
48
|
Perform a search query aggregation
|
|
49
49
|
Performs a search query aggregation and returns the aggregation result. By default, you can page a maximum of 10,000 search result records. To page past 10,000 records, you can use searchAfter paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement searchAfter paging.
|
|
50
50
|
|
|
51
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
51
|
+
[API Spec](https://developer.sailpoint.com/docs/api/search-aggregate-v-1)
|
|
52
52
|
|
|
53
53
|
### Parameters
|
|
54
54
|
|
|
@@ -91,7 +91,7 @@ console.log(result);
|
|
|
91
91
|
Count documents satisfying a query
|
|
92
92
|
Performs a search with a provided query and returns the count of results in the X-Total-Count header.
|
|
93
93
|
|
|
94
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
94
|
+
[API Spec](https://developer.sailpoint.com/docs/api/search-count-v-1)
|
|
95
95
|
|
|
96
96
|
### Parameters
|
|
97
97
|
|
|
@@ -128,7 +128,7 @@ console.log(result);
|
|
|
128
128
|
Get a document by id
|
|
129
129
|
Fetches a single document from the specified index, using the specified document ID.
|
|
130
130
|
|
|
131
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
131
|
+
[API Spec](https://developer.sailpoint.com/docs/api/search-get-v-1)
|
|
132
132
|
|
|
133
133
|
### Parameters
|
|
134
134
|
|
|
@@ -167,7 +167,7 @@ console.log(result);
|
|
|
167
167
|
Perform search
|
|
168
168
|
Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use `searchAfter` paging. Refer to [Paginating Search Queries](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-search-queries) for more information about how to implement `searchAfter` paging. The search query itself has a size limitation of approximately 800 objects when filtering by large lists of IDs or values (e.g., using `terms` filters with extensive lists).
|
|
169
169
|
|
|
170
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
170
|
+
[API Spec](https://developer.sailpoint.com/docs/api/search-post-v-1)
|
|
171
171
|
|
|
172
172
|
### Parameters
|
|
173
173
|
|
|
@@ -48,7 +48,7 @@ Create extended search attributes
|
|
|
48
48
|
Create and configure extended search attributes. This API accepts an attribute name, an attribute display name and a list of name/value pair associates of application IDs to attribute names. It will then validate the inputs and configure/create the attribute promotion configuration in the Link ObjectConfig.
|
|
49
49
|
>**Note: Give searchable attributes unique names. Do not give them the same names used for account attributes or source attributes. Also, do not give them the same names present in account schema for a current or future source, regardless of whether that source is included in the searchable attributes' `applicationAttributes`.**
|
|
50
50
|
|
|
51
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
51
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-search-attribute-config-v-1)
|
|
52
52
|
|
|
53
53
|
### Parameters
|
|
54
54
|
|
|
@@ -90,7 +90,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
90
90
|
Delete extended search attribute
|
|
91
91
|
Delete an extended attribute configuration by name.
|
|
92
92
|
|
|
93
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
93
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-search-attribute-config-v-1)
|
|
94
94
|
|
|
95
95
|
### Parameters
|
|
96
96
|
|
|
@@ -132,7 +132,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
132
132
|
List extended search attributes
|
|
133
133
|
Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
|
|
134
134
|
|
|
135
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
135
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-search-attribute-config-v-1)
|
|
136
136
|
|
|
137
137
|
### Parameters
|
|
138
138
|
|
|
@@ -176,7 +176,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
176
176
|
Get extended search attribute
|
|
177
177
|
Get an extended attribute configuration by name.
|
|
178
178
|
|
|
179
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
179
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-single-search-attribute-config-v-1)
|
|
180
180
|
|
|
181
181
|
### Parameters
|
|
182
182
|
|
|
@@ -220,7 +220,7 @@ Update an existing search attribute configuration.
|
|
|
220
220
|
You can patch these fields:
|
|
221
221
|
* name * displayName * applicationAttributes
|
|
222
222
|
|
|
223
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
223
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-search-attribute-config-v-1)
|
|
224
224
|
|
|
225
225
|
### Parameters
|
|
226
226
|
|
|
@@ -44,7 +44,7 @@ Create segment
|
|
|
44
44
|
This API creates a segment.
|
|
45
45
|
>**Note:** Segment definitions may take time to propagate to all identities.
|
|
46
46
|
|
|
47
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
47
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-segment-v-1)
|
|
48
48
|
|
|
49
49
|
### Parameters
|
|
50
50
|
|
|
@@ -82,7 +82,7 @@ Delete segment by id
|
|
|
82
82
|
This API deletes the segment specified by the given ID.
|
|
83
83
|
>**Note:** that segment deletion may take some time to become effective.
|
|
84
84
|
|
|
85
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
85
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-segment-v-1)
|
|
86
86
|
|
|
87
87
|
### Parameters
|
|
88
88
|
|
|
@@ -119,7 +119,7 @@ console.log(result);
|
|
|
119
119
|
Get segment by id
|
|
120
120
|
This API returns the segment specified by the given ID.
|
|
121
121
|
|
|
122
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
122
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-segment-v-1)
|
|
123
123
|
|
|
124
124
|
### Parameters
|
|
125
125
|
|
|
@@ -156,7 +156,7 @@ console.log(result);
|
|
|
156
156
|
List segments
|
|
157
157
|
This API returns a list of all segments.
|
|
158
158
|
|
|
159
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
159
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-segments-v-1)
|
|
160
160
|
|
|
161
161
|
### Parameters
|
|
162
162
|
|
|
@@ -198,7 +198,7 @@ Update segment
|
|
|
198
198
|
Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
199
199
|
>**Note:** Changes to a segment may take some time to propagate to all identities.
|
|
200
200
|
|
|
201
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
201
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-segment-v-1)
|
|
202
202
|
|
|
203
203
|
### Parameters
|
|
204
204
|
|
|
@@ -55,7 +55,7 @@ Method | HTTP request | Description
|
|
|
55
55
|
Create new service desk integration
|
|
56
56
|
Create a new Service Desk integration.
|
|
57
57
|
|
|
58
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
58
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-service-desk-integration-v-1)
|
|
59
59
|
|
|
60
60
|
### Parameters
|
|
61
61
|
|
|
@@ -92,7 +92,7 @@ console.log(result);
|
|
|
92
92
|
Delete a service desk integration
|
|
93
93
|
Delete an existing Service Desk integration by ID.
|
|
94
94
|
|
|
95
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
95
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-service-desk-integration-v-1)
|
|
96
96
|
|
|
97
97
|
### Parameters
|
|
98
98
|
|
|
@@ -129,7 +129,7 @@ console.log(result);
|
|
|
129
129
|
Service desk integration template by scriptname
|
|
130
130
|
This API endpoint returns an existing Service Desk integration template by scriptName.
|
|
131
131
|
|
|
132
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
132
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-service-desk-integration-template-v-1)
|
|
133
133
|
|
|
134
134
|
### Parameters
|
|
135
135
|
|
|
@@ -166,7 +166,7 @@ console.log(result);
|
|
|
166
166
|
List service desk integration types
|
|
167
167
|
This API endpoint returns the current list of supported Service Desk integration types.
|
|
168
168
|
|
|
169
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
169
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-service-desk-integration-types-v-1)
|
|
170
170
|
|
|
171
171
|
### Parameters
|
|
172
172
|
|
|
@@ -199,7 +199,7 @@ console.log(result);
|
|
|
199
199
|
Get a service desk integration
|
|
200
200
|
Get an existing Service Desk integration by ID.
|
|
201
201
|
|
|
202
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
202
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-service-desk-integration-v-1)
|
|
203
203
|
|
|
204
204
|
### Parameters
|
|
205
205
|
|
|
@@ -236,7 +236,7 @@ console.log(result);
|
|
|
236
236
|
List existing service desk integrations
|
|
237
237
|
Get a list of Service Desk integration objects.
|
|
238
238
|
|
|
239
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
239
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-service-desk-integrations-v-1)
|
|
240
240
|
|
|
241
241
|
### Parameters
|
|
242
242
|
|
|
@@ -281,7 +281,7 @@ console.log(result);
|
|
|
281
281
|
Get the time check configuration
|
|
282
282
|
Get the time check configuration of queued SDIM tickets.
|
|
283
283
|
|
|
284
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
284
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-status-check-details-v-1)
|
|
285
285
|
|
|
286
286
|
### Parameters
|
|
287
287
|
|
|
@@ -314,7 +314,7 @@ console.log(result);
|
|
|
314
314
|
Patch a service desk integration
|
|
315
315
|
Update an existing Service Desk integration by ID with a PATCH request.
|
|
316
316
|
|
|
317
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
317
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-service-desk-integration-v-1)
|
|
318
318
|
|
|
319
319
|
### Parameters
|
|
320
320
|
|
|
@@ -353,7 +353,7 @@ console.log(result);
|
|
|
353
353
|
Update a service desk integration
|
|
354
354
|
Update an existing Service Desk integration by ID.
|
|
355
355
|
|
|
356
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
356
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-service-desk-integration-v-1)
|
|
357
357
|
|
|
358
358
|
### Parameters
|
|
359
359
|
|
|
@@ -392,7 +392,7 @@ console.log(result);
|
|
|
392
392
|
Update the time check configuration
|
|
393
393
|
Update the time check configuration of queued SDIM tickets.
|
|
394
394
|
|
|
395
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
395
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-status-check-details-v-1)
|
|
396
396
|
|
|
397
397
|
### Parameters
|
|
398
398
|
|
|
@@ -42,7 +42,7 @@ One SSF stream is allowed for each client ID.
|
|
|
42
42
|
You can create a maximum of 10 SSF stream configurations for one org.
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
45
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-stream-v-1)
|
|
46
46
|
|
|
47
47
|
### Parameters
|
|
48
48
|
|
|
@@ -83,7 +83,7 @@ query parameter `stream_id`. On success the response has no body (204 No Content
|
|
|
83
83
|
The associated stream with the client ID (through the request OAuth 2.0 access token) is deleted.
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
86
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-stream-v-1)
|
|
87
87
|
|
|
88
88
|
### Parameters
|
|
89
89
|
|
|
@@ -120,7 +120,7 @@ console.log(result);
|
|
|
120
120
|
Get JWKS
|
|
121
121
|
Returns the transmitter's JSON Web Key Set (JWKS) for verifying signed delivery requests.
|
|
122
122
|
|
|
123
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
123
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-jwks-data-v-1)
|
|
124
124
|
|
|
125
125
|
### Parameters
|
|
126
126
|
|
|
@@ -153,7 +153,7 @@ console.log(result);
|
|
|
153
153
|
Get SSF configuration
|
|
154
154
|
Returns the SSF transmitter discovery metadata (well-known configuration).
|
|
155
155
|
|
|
156
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
156
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-ssf-configuration-v-1)
|
|
157
157
|
|
|
158
158
|
### Parameters
|
|
159
159
|
|
|
@@ -186,7 +186,7 @@ console.log(result);
|
|
|
186
186
|
Get stream status
|
|
187
187
|
Returns the status (enabled, paused, disabled) and optional reason for the stream associated with the client ID of the request's OAuth 2.0 access token. The stream_id query parameter is required.
|
|
188
188
|
|
|
189
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
189
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-stream-status-v-1)
|
|
190
190
|
|
|
191
191
|
### Parameters
|
|
192
192
|
|
|
@@ -229,7 +229,7 @@ of the request OAuth 2.0 access token.
|
|
|
229
229
|
Query parameter `aud` (co filter) can be used to filter by audience.
|
|
230
230
|
|
|
231
231
|
|
|
232
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
232
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-stream-v-1)
|
|
233
233
|
|
|
234
234
|
### Parameters
|
|
235
235
|
|
|
@@ -266,7 +266,7 @@ console.log(result);
|
|
|
266
266
|
Verify stream
|
|
267
267
|
Verifies an SSF stream by publishing a verification event requested by a security events provider.
|
|
268
268
|
|
|
269
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
269
|
+
[API Spec](https://developer.sailpoint.com/docs/api/send-stream-verification-v-1)
|
|
270
270
|
|
|
271
271
|
### Parameters
|
|
272
272
|
|
|
@@ -306,7 +306,7 @@ Replaces a stream's configuration (PUT). stream_id and delivery are required; fu
|
|
|
306
306
|
The associated stream with the client ID (through the request OAuth 2.0 access token) is replaced.
|
|
307
307
|
|
|
308
308
|
|
|
309
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
309
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-stream-configuration-v-1)
|
|
310
310
|
|
|
311
311
|
### Parameters
|
|
312
312
|
|
|
@@ -346,7 +346,7 @@ Partially updates a stream's configuration (PATCH). Only provided fields are upd
|
|
|
346
346
|
The associated stream with the client ID (through the request OAuth 2.0 access token) is updated.
|
|
347
347
|
|
|
348
348
|
|
|
349
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
349
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-stream-configuration-v-1)
|
|
350
350
|
|
|
351
351
|
### Parameters
|
|
352
352
|
|
|
@@ -383,7 +383,7 @@ console.log(result);
|
|
|
383
383
|
Update stream status
|
|
384
384
|
Updates the operational status (enabled, paused, disabled) with an optional reason for the stream associated with the client ID of the request's OAuth 2.0 access token.
|
|
385
385
|
|
|
386
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
386
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-stream-status-v-1)
|
|
387
387
|
|
|
388
388
|
### Parameters
|
|
389
389
|
|
|
@@ -38,7 +38,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
38
38
|
Create new sim integration
|
|
39
39
|
Create a new SIM Integrations.
|
|
40
40
|
|
|
41
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
41
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-sim-integration-v-1)
|
|
42
42
|
|
|
43
43
|
### Parameters
|
|
44
44
|
|
|
@@ -80,7 +80,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
80
80
|
Delete a sim integration
|
|
81
81
|
Get the details of a SIM integration.
|
|
82
82
|
|
|
83
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
83
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-sim-integration-v-1)
|
|
84
84
|
|
|
85
85
|
### Parameters
|
|
86
86
|
|
|
@@ -122,7 +122,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
122
122
|
Get a sim integration details.
|
|
123
123
|
Get the details of a SIM integration.
|
|
124
124
|
|
|
125
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
125
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sim-integration-v-1)
|
|
126
126
|
|
|
127
127
|
### Parameters
|
|
128
128
|
|
|
@@ -164,7 +164,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
164
164
|
List the existing sim integrations.
|
|
165
165
|
List the existing SIM integrations.
|
|
166
166
|
|
|
167
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
167
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sim-integrations-v-1)
|
|
168
168
|
|
|
169
169
|
### Parameters
|
|
170
170
|
|
|
@@ -204,7 +204,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
204
204
|
Patch a sim beforeprovisioningrule attribute.
|
|
205
205
|
Patch a SIM beforeProvisioningRule attribute given a JsonPatch object.
|
|
206
206
|
|
|
207
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
207
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-before-provisioning-rule-v-1)
|
|
208
208
|
|
|
209
209
|
### Parameters
|
|
210
210
|
|
|
@@ -248,7 +248,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
248
248
|
Patch a sim attribute.
|
|
249
249
|
Patch a SIM attribute given a JsonPatch object.
|
|
250
250
|
|
|
251
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
251
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-sim-attributes-v-1)
|
|
252
252
|
|
|
253
253
|
### Parameters
|
|
254
254
|
|
|
@@ -292,7 +292,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
292
292
|
Update an existing sim integration
|
|
293
293
|
Update an existing SIM integration.
|
|
294
294
|
|
|
295
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
295
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-sim-integration-v-1)
|
|
296
296
|
|
|
297
297
|
### Parameters
|
|
298
298
|
|
|
@@ -65,7 +65,7 @@ Create sod policy
|
|
|
65
65
|
This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy.
|
|
66
66
|
Requires role of ORG_ADMIN.
|
|
67
67
|
|
|
68
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
68
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-sod-policy-v-1)
|
|
69
69
|
|
|
70
70
|
### Parameters
|
|
71
71
|
|
|
@@ -102,7 +102,7 @@ console.log(result);
|
|
|
102
102
|
Delete sod policy schedule
|
|
103
103
|
This deletes schedule for a specified SOD policy by ID.
|
|
104
104
|
|
|
105
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
105
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-sod-policy-schedule-v-1)
|
|
106
106
|
|
|
107
107
|
### Parameters
|
|
108
108
|
|
|
@@ -140,7 +140,7 @@ Delete sod policy by id
|
|
|
140
140
|
This deletes a specified SOD policy.
|
|
141
141
|
Requires role of ORG_ADMIN.
|
|
142
142
|
|
|
143
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
143
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-sod-policy-v-1)
|
|
144
144
|
|
|
145
145
|
### Parameters
|
|
146
146
|
|
|
@@ -179,7 +179,7 @@ console.log(result);
|
|
|
179
179
|
Download custom violation report
|
|
180
180
|
This allows to download a specified named violation report for a given report reference.
|
|
181
181
|
|
|
182
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
182
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-custom-violation-report-v-1)
|
|
183
183
|
|
|
184
184
|
### Parameters
|
|
185
185
|
|
|
@@ -218,7 +218,7 @@ console.log(result);
|
|
|
218
218
|
Download violation report
|
|
219
219
|
This allows to download a violation report for a given report reference.
|
|
220
220
|
|
|
221
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
221
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-default-violation-report-v-1)
|
|
222
222
|
|
|
223
223
|
### Parameters
|
|
224
224
|
|
|
@@ -255,7 +255,7 @@ console.log(result);
|
|
|
255
255
|
Get multi-report run task status
|
|
256
256
|
This endpoint gets the status for a violation report for all policy run.
|
|
257
257
|
|
|
258
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
258
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sod-all-report-run-status-v-1)
|
|
259
259
|
|
|
260
260
|
### Parameters
|
|
261
261
|
|
|
@@ -288,7 +288,7 @@ console.log(result);
|
|
|
288
288
|
Get sod policy schedule
|
|
289
289
|
This endpoint gets a specified SOD policy's schedule.
|
|
290
290
|
|
|
291
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
291
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sod-policy-schedule-v-1)
|
|
292
292
|
|
|
293
293
|
### Parameters
|
|
294
294
|
|
|
@@ -326,7 +326,7 @@ Get sod policy by id
|
|
|
326
326
|
This gets specified SOD policy.
|
|
327
327
|
Requires role of ORG_ADMIN.
|
|
328
328
|
|
|
329
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
329
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sod-policy-v-1)
|
|
330
330
|
|
|
331
331
|
### Parameters
|
|
332
332
|
|
|
@@ -363,7 +363,7 @@ console.log(result);
|
|
|
363
363
|
Get violation report run status
|
|
364
364
|
This gets the status for a violation report run task that has already been invoked.
|
|
365
365
|
|
|
366
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
366
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sod-violation-report-run-status-v-1)
|
|
367
367
|
|
|
368
368
|
### Parameters
|
|
369
369
|
|
|
@@ -400,7 +400,7 @@ console.log(result);
|
|
|
400
400
|
Get sod violation report status
|
|
401
401
|
This gets the status for a violation report run task that has already been invoked.
|
|
402
402
|
|
|
403
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
403
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-sod-violation-report-status-v-1)
|
|
404
404
|
|
|
405
405
|
### Parameters
|
|
406
406
|
|
|
@@ -438,7 +438,7 @@ List sod policies
|
|
|
438
438
|
This gets list of all SOD policies.
|
|
439
439
|
Requires role of ORG_ADMIN
|
|
440
440
|
|
|
441
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
441
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-sod-policies-v-1)
|
|
442
442
|
|
|
443
443
|
### Parameters
|
|
444
444
|
|
|
@@ -485,7 +485,7 @@ Allows updating SOD Policy fields other than ["id","created","creatorId","policy
|
|
|
485
485
|
Requires role of ORG_ADMIN.
|
|
486
486
|
This endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception.
|
|
487
487
|
|
|
488
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
488
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-sod-policy-v-1)
|
|
489
489
|
|
|
490
490
|
### Parameters
|
|
491
491
|
|
|
@@ -524,7 +524,7 @@ console.log(result);
|
|
|
524
524
|
Update sod policy schedule
|
|
525
525
|
This updates schedule for a specified SOD policy.
|
|
526
526
|
|
|
527
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
527
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-policy-schedule-v-1)
|
|
528
528
|
|
|
529
529
|
### Parameters
|
|
530
530
|
|
|
@@ -564,7 +564,7 @@ Update sod policy by id
|
|
|
564
564
|
This updates a specified SOD policy.
|
|
565
565
|
Requires role of ORG_ADMIN.
|
|
566
566
|
|
|
567
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
567
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-sod-policy-v-1)
|
|
568
568
|
|
|
569
569
|
### Parameters
|
|
570
570
|
|
|
@@ -603,7 +603,7 @@ console.log(result);
|
|
|
603
603
|
Evaluate one policy by id
|
|
604
604
|
Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.
|
|
605
605
|
|
|
606
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
606
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-evaluate-sod-policy-v-1)
|
|
607
607
|
|
|
608
608
|
### Parameters
|
|
609
609
|
|
|
@@ -640,7 +640,7 @@ console.log(result);
|
|
|
640
640
|
Runs all policies for org
|
|
641
641
|
Runs multi-policy report for the org. If a policy reports more than 5000 violations, the report mentions that the violation limit was exceeded for that policy. If the request is empty, the report runs for all policies. Otherwise, the report runs for only the filtered policy list provided.
|
|
642
642
|
|
|
643
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
643
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-sod-all-policies-for-org-v-1)
|
|
644
644
|
|
|
645
645
|
### Parameters
|
|
646
646
|
|
|
@@ -677,7 +677,7 @@ console.log(result);
|
|
|
677
677
|
Runs sod policy violation report
|
|
678
678
|
This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.
|
|
679
679
|
|
|
680
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
680
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-sod-policy-v-1)
|
|
681
681
|
|
|
682
682
|
### Parameters
|
|
683
683
|
|
|
@@ -41,7 +41,7 @@ Method | HTTP request | Description
|
|
|
41
41
|
Predict sod violations for identity.
|
|
42
42
|
This API is used to check if granting some additional accesses would cause the subject to be in violation of any SOD policies. Returns the violations that would be caused.
|
|
43
43
|
|
|
44
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
44
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-predict-sod-violations-v-1)
|
|
45
45
|
|
|
46
46
|
### Parameters
|
|
47
47
|
|
|
@@ -78,7 +78,7 @@ console.log(result);
|
|
|
78
78
|
Check sod violations
|
|
79
79
|
This API initiates a SOD policy verification asynchronously.
|
|
80
80
|
|
|
81
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
81
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-violation-check-v-1)
|
|
82
82
|
|
|
83
83
|
### Parameters
|
|
84
84
|
|
|
@@ -26,7 +26,7 @@ Method | HTTP request | Description
|
|
|
26
26
|
Finds status of source usage
|
|
27
27
|
This API returns the status of the source usage insights setup by IDN source ID.
|
|
28
28
|
|
|
29
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
29
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-status-by-source-id-v-1)
|
|
30
30
|
|
|
31
31
|
### Parameters
|
|
32
32
|
|
|
@@ -63,7 +63,7 @@ console.log(result);
|
|
|
63
63
|
Returns source usage insights
|
|
64
64
|
This API returns a summary of source usage insights for past 12 months.
|
|
65
65
|
|
|
66
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
66
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-usages-by-source-id-v-1)
|
|
67
67
|
|
|
68
68
|
### Parameters
|
|
69
69
|
|
|
@@ -34,6 +34,7 @@ Entitlementrevocationrequestconfig.md
|
|
|
34
34
|
Errormessagedto.md
|
|
35
35
|
Errorresponsedto.md
|
|
36
36
|
Fielddetailsdto.md
|
|
37
|
+
Fielddetailsdtov2.md
|
|
37
38
|
Identityprofilesconnections.md
|
|
38
39
|
ImportAccountsSchemaV1Request.md
|
|
39
40
|
ImportAccountsV1Request.md
|
|
@@ -61,6 +62,7 @@ PasswordpolicyholdersdtoInner.md
|
|
|
61
62
|
Passwordpolicyholdersdtoattributes.md
|
|
62
63
|
PasswordpolicyholdersdtoattributesIdentityAttrInner.md
|
|
63
64
|
Provisioningpolicydto.md
|
|
65
|
+
Provisioningpolicydtov2.md
|
|
64
66
|
README.md
|
|
65
67
|
Resourceobject.md
|
|
66
68
|
Resourceobjectsrequest.md
|