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
|
@@ -39,7 +39,7 @@ Method | HTTP request | Description
|
|
|
39
39
|
Post Bulk Approve Approvals
|
|
40
40
|
Bulk Approves specified approval requests on behalf of the caller
|
|
41
41
|
|
|
42
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
42
|
+
[API Spec](https://developer.sailpoint.com/docs/api/approve-approval-in-bulk-v-1)
|
|
43
43
|
|
|
44
44
|
### Parameters
|
|
45
45
|
|
|
@@ -77,7 +77,7 @@ Post Approvals Approve
|
|
|
77
77
|
Approves a specified approval request on behalf of the caller. The approval request must be in a state that allows it to be approved. This endpoint does not support access request IDs.
|
|
78
78
|
If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user.
|
|
79
79
|
|
|
80
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
80
|
+
[API Spec](https://developer.sailpoint.com/docs/api/approve-approval-v-1)
|
|
81
81
|
|
|
82
82
|
### Parameters
|
|
83
83
|
|
|
@@ -118,7 +118,7 @@ Cancels a specified approval requests on behalf of the caller.
|
|
|
118
118
|
Note: This endpoint does not support access request IDs. To cancel access request approvals, please use the following:
|
|
119
119
|
/access-requests/cancel
|
|
120
120
|
|
|
121
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
121
|
+
[API Spec](https://developer.sailpoint.com/docs/api/cancel-approval-by-id-v-1)
|
|
122
122
|
|
|
123
123
|
### Parameters
|
|
124
124
|
|
|
@@ -159,7 +159,7 @@ Bulk cancels specified approval requests on behalf of the caller.
|
|
|
159
159
|
Note: To bulk cancel access request approvals, please use the following:
|
|
160
160
|
/access-requests/bulk-cancel
|
|
161
161
|
|
|
162
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
162
|
+
[API Spec](https://developer.sailpoint.com/docs/api/cancel-approval-v-1)
|
|
163
163
|
|
|
164
164
|
### Parameters
|
|
165
165
|
|
|
@@ -197,7 +197,7 @@ Delete Approval Configuration
|
|
|
197
197
|
Deletes an approval configuration.
|
|
198
198
|
Configurations at the APPROVAL_REQUEST scope cannot be deleted.
|
|
199
199
|
|
|
200
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
200
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-approval-config-request-v-1)
|
|
201
201
|
|
|
202
202
|
### Parameters
|
|
203
203
|
|
|
@@ -237,7 +237,7 @@ Get an approval
|
|
|
237
237
|
Fetches an approval request by it's approval ID. For lookups by access request ID please use the following:
|
|
238
238
|
/generic-approvals?filters=referenceType+eq+"accessRequestId"+and+referenceId+eq+"12345678901234567890123456789012"
|
|
239
239
|
|
|
240
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
240
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-approval-v-1)
|
|
241
241
|
|
|
242
242
|
### Parameters
|
|
243
243
|
|
|
@@ -274,7 +274,7 @@ console.log(result);
|
|
|
274
274
|
Get Approval Config
|
|
275
275
|
Retrieves a singular approval configuration that matches the given ID
|
|
276
276
|
|
|
277
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
277
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-approvals-config-v-1)
|
|
278
278
|
|
|
279
279
|
### Parameters
|
|
280
280
|
|
|
@@ -320,7 +320,7 @@ For lookups by access request ID please use the following:
|
|
|
320
320
|
|
|
321
321
|
'/generic-approvals?mine=false&filters=referenceType+eq+"accessRequestId"+and+referenceId+eq+"12345678901234567890123456789012"'
|
|
322
322
|
|
|
323
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
323
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-approvals-v-1)
|
|
324
324
|
|
|
325
325
|
### Parameters
|
|
326
326
|
|
|
@@ -381,7 +381,7 @@ console.log(result);
|
|
|
381
381
|
Post Bulk Reassign Approvals
|
|
382
382
|
Bulk reassigns specified approval requests on behalf of the caller
|
|
383
383
|
|
|
384
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
384
|
+
[API Spec](https://developer.sailpoint.com/docs/api/move-approval-v-1)
|
|
385
385
|
|
|
386
386
|
### Parameters
|
|
387
387
|
|
|
@@ -419,7 +419,7 @@ Put Approval Config
|
|
|
419
419
|
Upserts a singular approval configuration that matches the given configID and configScope.
|
|
420
420
|
For example to update the approval configurations for all Access Request Approvals please use: '/generic-approvals/config/ACCESS_REQUEST_APPROVAL/APPROVAL_TYPE'
|
|
421
421
|
|
|
422
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
422
|
+
[API Spec](https://developer.sailpoint.com/docs/api/put-approvals-config-v-1)
|
|
423
423
|
|
|
424
424
|
### Parameters
|
|
425
425
|
|
|
@@ -460,7 +460,7 @@ console.log(result);
|
|
|
460
460
|
Post Bulk Reject Approvals
|
|
461
461
|
Bulk reject specified approval requests on behalf of the caller
|
|
462
462
|
|
|
463
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
463
|
+
[API Spec](https://developer.sailpoint.com/docs/api/reject-approval-in-bulk-v-1)
|
|
464
464
|
|
|
465
465
|
### Parameters
|
|
466
466
|
|
|
@@ -498,7 +498,7 @@ Post Approvals Reject
|
|
|
498
498
|
Rejects a specified approval request on behalf of the caller. This endpoint does not support access request IDs.
|
|
499
499
|
If called by an admin and the admin is not listed as an approver, the approval request will be reassigned from a random approver to the admin user and approved.
|
|
500
500
|
|
|
501
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
501
|
+
[API Spec](https://developer.sailpoint.com/docs/api/reject-approval-v-1)
|
|
502
502
|
|
|
503
503
|
### Parameters
|
|
504
504
|
|
|
@@ -537,7 +537,7 @@ console.log(result);
|
|
|
537
537
|
Post Approvals Attributes
|
|
538
538
|
Allows for the edit/addition/removal of the key/value pair additional attributes map for an existing approval request. This endpoint does not support access request IDs.
|
|
539
539
|
|
|
540
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
540
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-approvals-attributes-v-1)
|
|
541
541
|
|
|
542
542
|
### Parameters
|
|
543
543
|
|
|
@@ -576,7 +576,7 @@ console.log(result);
|
|
|
576
576
|
Post Approvals Comments
|
|
577
577
|
Adds comments to a specified approval request. This endpoint does not support access request IDs.
|
|
578
578
|
|
|
579
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
579
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-approvals-comments-v-1)
|
|
580
580
|
|
|
581
581
|
### Parameters
|
|
582
582
|
|
|
@@ -615,7 +615,7 @@ console.log(result);
|
|
|
615
615
|
Post Approvals Reassign
|
|
616
616
|
Reassigns an approval request to another identity resulting in that identity being added as an authorized approver. This endpoint does not support access request IDs.
|
|
617
617
|
|
|
618
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
618
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-approvals-reassign-v-1)
|
|
619
619
|
|
|
620
620
|
### Parameters
|
|
621
621
|
|
|
@@ -40,7 +40,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
40
40
|
Create source app
|
|
41
41
|
This endpoint creates a source app using the given source app payload
|
|
42
42
|
|
|
43
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
43
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-source-app-v-1)
|
|
44
44
|
|
|
45
45
|
### Parameters
|
|
46
46
|
|
|
@@ -82,7 +82,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
82
82
|
Bulk remove access profiles from the specified source app
|
|
83
83
|
This API returns the final list of access profiles for the specified source app after removing
|
|
84
84
|
|
|
85
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
85
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-access-profiles-from-source-app-by-bulk-v-1)
|
|
86
86
|
|
|
87
87
|
### Parameters
|
|
88
88
|
|
|
@@ -128,7 +128,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
128
128
|
Delete source app by id
|
|
129
129
|
Use this API to delete a specific source app
|
|
130
130
|
|
|
131
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
131
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-source-app-v-1)
|
|
132
132
|
|
|
133
133
|
### Parameters
|
|
134
134
|
|
|
@@ -170,7 +170,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
170
170
|
Get source app by id
|
|
171
171
|
This API returns a source app by its ID.
|
|
172
172
|
|
|
173
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
173
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-source-app-v-1)
|
|
174
174
|
|
|
175
175
|
### Parameters
|
|
176
176
|
|
|
@@ -212,7 +212,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
212
212
|
List access profiles for the specified source app
|
|
213
213
|
This API returns the list of access profiles for the specified source app
|
|
214
214
|
|
|
215
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
215
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-access-profiles-for-source-app-v-1)
|
|
216
216
|
|
|
217
217
|
### Parameters
|
|
218
218
|
|
|
@@ -260,7 +260,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
260
260
|
List all source apps
|
|
261
261
|
This API returns the list of all source apps for the org.
|
|
262
262
|
|
|
263
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
263
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-all-source-app-v-1)
|
|
264
264
|
|
|
265
265
|
### Parameters
|
|
266
266
|
|
|
@@ -311,7 +311,7 @@ List all user apps
|
|
|
311
311
|
This API returns the list of all user apps with specified filters.
|
|
312
312
|
This API must be used with **filters** query parameter.
|
|
313
313
|
|
|
314
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
314
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-all-user-apps-v-1)
|
|
315
315
|
|
|
316
316
|
### Parameters
|
|
317
317
|
|
|
@@ -359,7 +359,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
359
359
|
List assigned source apps
|
|
360
360
|
This API returns the list of source apps assigned for logged in user.
|
|
361
361
|
|
|
362
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
362
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-assigned-source-app-v-1)
|
|
363
363
|
|
|
364
364
|
### Parameters
|
|
365
365
|
|
|
@@ -409,7 +409,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
409
409
|
List available accounts for user app
|
|
410
410
|
This API returns the list of available accounts for the specified user app. The user app needs to belong lo logged in user.
|
|
411
411
|
|
|
412
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
412
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-available-accounts-for-user-app-v-1)
|
|
413
413
|
|
|
414
414
|
### Parameters
|
|
415
415
|
|
|
@@ -455,7 +455,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
455
455
|
List available source apps
|
|
456
456
|
This API returns the list of source apps available for access request.
|
|
457
457
|
|
|
458
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
458
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-available-source-apps-v-1)
|
|
459
459
|
|
|
460
460
|
### Parameters
|
|
461
461
|
|
|
@@ -505,7 +505,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
505
505
|
List owned user apps
|
|
506
506
|
This API returns the list of user apps assigned to logged in user
|
|
507
507
|
|
|
508
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
508
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-owned-user-apps-v-1)
|
|
509
509
|
|
|
510
510
|
### Parameters
|
|
511
511
|
|
|
@@ -555,7 +555,7 @@ This API updates an existing source app using [JSON Patch](https://tools.ietf.or
|
|
|
555
555
|
The following fields are patchable: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts** and **accessProfiles**.
|
|
556
556
|
Name, description and owner can't be empty or null.
|
|
557
557
|
|
|
558
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
558
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-source-app-v-1)
|
|
559
559
|
|
|
560
560
|
### Parameters
|
|
561
561
|
|
|
@@ -600,7 +600,7 @@ Patch user app by id
|
|
|
600
600
|
This API updates an existing user app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax.
|
|
601
601
|
The following fields are patchable: **account**
|
|
602
602
|
|
|
603
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
603
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-user-app-v-1)
|
|
604
604
|
|
|
605
605
|
### Parameters
|
|
606
606
|
|
|
@@ -646,7 +646,7 @@ This API updates source apps using [JSON Patch](https://tools.ietf.org/html/rfc6
|
|
|
646
646
|
The following fields can be updated: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts**, and **accessProfiles**.
|
|
647
647
|
Name, description and owner can't be empty or null.
|
|
648
648
|
|
|
649
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
649
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-source-apps-in-bulk-v-1)
|
|
650
650
|
|
|
651
651
|
### Parameters
|
|
652
652
|
|
|
@@ -33,7 +33,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
33
33
|
Get list of auth profiles
|
|
34
34
|
This API returns a list of auth profiles.
|
|
35
35
|
|
|
36
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
36
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-profile-config-list-v-1)
|
|
37
37
|
|
|
38
38
|
### Parameters
|
|
39
39
|
|
|
@@ -73,7 +73,7 @@ This API is currently in an experimental state. The API is subject to change bas
|
|
|
73
73
|
Get auth profile
|
|
74
74
|
This API returns auth profile information.
|
|
75
75
|
|
|
76
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
76
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-profile-config-v-1)
|
|
77
77
|
|
|
78
78
|
### Parameters
|
|
79
79
|
|
|
@@ -116,7 +116,7 @@ Patch a specified auth profile
|
|
|
116
116
|
This API updates an existing Auth Profile. The following fields are patchable:
|
|
117
117
|
**offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
|
|
118
118
|
|
|
119
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
119
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-profile-config-v-1)
|
|
120
120
|
|
|
121
121
|
### Parameters
|
|
122
122
|
|
|
@@ -28,7 +28,7 @@ Method | HTTP request | Description
|
|
|
28
28
|
Auth user details
|
|
29
29
|
Return the specified user's authentication system details.
|
|
30
30
|
|
|
31
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
31
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-auth-user-v-1)
|
|
32
32
|
|
|
33
33
|
### Parameters
|
|
34
34
|
|
|
@@ -69,7 +69,7 @@ Use this endpoint to modify these fields:
|
|
|
69
69
|
|
|
70
70
|
A '400.1.1 Illegal update attempt' detail code indicates that you attempted to PATCH a field that is not allowed.
|
|
71
71
|
|
|
72
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
72
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-auth-user-v-1)
|
|
73
73
|
|
|
74
74
|
### Parameters
|
|
75
75
|
|
|
@@ -31,7 +31,7 @@ Method | HTTP request | Description
|
|
|
31
31
|
Create a branding item
|
|
32
32
|
This API endpoint creates a branding item.
|
|
33
33
|
|
|
34
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
34
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-branding-item-v-1)
|
|
35
35
|
|
|
36
36
|
### Parameters
|
|
37
37
|
|
|
@@ -82,7 +82,7 @@ console.log(result);
|
|
|
82
82
|
Delete a branding item
|
|
83
83
|
This API endpoint delete information for an existing branding item by name.
|
|
84
84
|
|
|
85
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
85
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-branding-v-1)
|
|
86
86
|
|
|
87
87
|
### Parameters
|
|
88
88
|
|
|
@@ -119,7 +119,7 @@ console.log(result);
|
|
|
119
119
|
List of branding items
|
|
120
120
|
This API endpoint returns a list of branding items.
|
|
121
121
|
|
|
122
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
122
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-branding-list-v-1)
|
|
123
123
|
|
|
124
124
|
### Parameters
|
|
125
125
|
|
|
@@ -152,7 +152,7 @@ console.log(result);
|
|
|
152
152
|
Get a branding item
|
|
153
153
|
This API endpoint retrieves information for an existing branding item by name.
|
|
154
154
|
|
|
155
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
155
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-branding-v-1)
|
|
156
156
|
|
|
157
157
|
### Parameters
|
|
158
158
|
|
|
@@ -189,7 +189,7 @@ console.log(result);
|
|
|
189
189
|
Update a branding item
|
|
190
190
|
This API endpoint updates information for an existing branding item.
|
|
191
191
|
|
|
192
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
192
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-branding-item-v-1)
|
|
193
193
|
|
|
194
194
|
### Parameters
|
|
195
195
|
|
|
@@ -53,7 +53,7 @@ Method | HTTP request | Description
|
|
|
53
53
|
Create campaign filter
|
|
54
54
|
Use this API to create a campaign filter based on filter details and criteria.
|
|
55
55
|
|
|
56
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
56
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-campaign-filter-v-1)
|
|
57
57
|
|
|
58
58
|
### Parameters
|
|
59
59
|
|
|
@@ -90,7 +90,7 @@ console.log(result);
|
|
|
90
90
|
Deletes campaign filters
|
|
91
91
|
Deletes campaign filters whose Ids are specified in the provided list of campaign filter Ids. Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.
|
|
92
92
|
|
|
93
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
93
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-campaign-filters-v-1)
|
|
94
94
|
|
|
95
95
|
### Parameters
|
|
96
96
|
|
|
@@ -127,7 +127,7 @@ console.log(result);
|
|
|
127
127
|
Get campaign filter by id
|
|
128
128
|
Retrieves information for an existing campaign filter using the filter's ID.
|
|
129
129
|
|
|
130
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
130
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-filter-by-id-v-1)
|
|
131
131
|
|
|
132
132
|
### Parameters
|
|
133
133
|
|
|
@@ -164,7 +164,7 @@ console.log(result);
|
|
|
164
164
|
List campaign filters
|
|
165
165
|
Use this API to list all campaign filters. You can reduce scope with standard V3 query parameters.
|
|
166
166
|
|
|
167
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
167
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-campaign-filters-v-1)
|
|
168
168
|
|
|
169
169
|
### Parameters
|
|
170
170
|
|
|
@@ -205,7 +205,7 @@ console.log(result);
|
|
|
205
205
|
Updates a campaign filter
|
|
206
206
|
Updates an existing campaign filter using the filter's ID.
|
|
207
207
|
|
|
208
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
208
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-campaign-filter-v-1)
|
|
209
209
|
|
|
210
210
|
### Parameters
|
|
211
211
|
|
|
@@ -118,7 +118,7 @@ Use this API to complete a certification campaign. This functionality is provide
|
|
|
118
118
|
can complete a certification even if all items have not been completed.
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
121
|
+
[API Spec](https://developer.sailpoint.com/docs/api/complete-campaign-v-1)
|
|
122
122
|
|
|
123
123
|
### Parameters
|
|
124
124
|
|
|
@@ -158,7 +158,7 @@ Create a campaign template
|
|
|
158
158
|
Use this API to create a certification campaign template based on campaign.
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
161
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-campaign-template-v-1)
|
|
162
162
|
|
|
163
163
|
### Parameters
|
|
164
164
|
|
|
@@ -196,7 +196,7 @@ Create a campaign
|
|
|
196
196
|
Use this API to create a certification campaign with the information provided in the request body.
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
199
|
+
[API Spec](https://developer.sailpoint.com/docs/api/create-campaign-v-1)
|
|
200
200
|
|
|
201
201
|
### Parameters
|
|
202
202
|
|
|
@@ -234,7 +234,7 @@ Delete campaign template schedule
|
|
|
234
234
|
Use this API to delete the schedule for a certification campaign template. The API returns a 404 if there is no schedule set.
|
|
235
235
|
|
|
236
236
|
|
|
237
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
237
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-campaign-template-schedule-v-1)
|
|
238
238
|
|
|
239
239
|
### Parameters
|
|
240
240
|
|
|
@@ -272,7 +272,7 @@ Delete a campaign template
|
|
|
272
272
|
Use this API to delete a certification campaign template by ID.
|
|
273
273
|
|
|
274
274
|
|
|
275
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
275
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-campaign-template-v-1)
|
|
276
276
|
|
|
277
277
|
### Parameters
|
|
278
278
|
|
|
@@ -310,7 +310,7 @@ Delete campaigns
|
|
|
310
310
|
Use this API to delete certification campaigns whose IDs are specified in the provided list of campaign IDs.
|
|
311
311
|
|
|
312
312
|
|
|
313
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
313
|
+
[API Spec](https://developer.sailpoint.com/docs/api/delete-campaigns-v-1)
|
|
314
314
|
|
|
315
315
|
### Parameters
|
|
316
316
|
|
|
@@ -348,7 +348,7 @@ List campaigns
|
|
|
348
348
|
Use this API to get a list of campaigns. This API can provide increased level of detail for each campaign for the correct provided query.
|
|
349
349
|
|
|
350
350
|
|
|
351
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
351
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-active-campaigns-v-1)
|
|
352
352
|
|
|
353
353
|
### Parameters
|
|
354
354
|
|
|
@@ -396,7 +396,7 @@ Get campaign reports configuration
|
|
|
396
396
|
Use this API to fetch the configuration for certification campaign reports. The configuration includes only one element - identity attributes defined as custom report columns.
|
|
397
397
|
|
|
398
398
|
|
|
399
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
399
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-reports-config-v-1)
|
|
400
400
|
|
|
401
401
|
### Parameters
|
|
402
402
|
|
|
@@ -430,7 +430,7 @@ Get campaign reports
|
|
|
430
430
|
Use this API to fetch all reports for a certification campaign by campaign ID.
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
433
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-reports-v-1)
|
|
434
434
|
|
|
435
435
|
### Parameters
|
|
436
436
|
|
|
@@ -468,7 +468,7 @@ Get campaign template schedule
|
|
|
468
468
|
Use this API to get the schedule for a certification campaign template. The API returns a 404 if there is no schedule set.
|
|
469
469
|
|
|
470
470
|
|
|
471
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
471
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-template-schedule-v-1)
|
|
472
472
|
|
|
473
473
|
### Parameters
|
|
474
474
|
|
|
@@ -506,7 +506,7 @@ Get a campaign template
|
|
|
506
506
|
Use this API to fetch a certification campaign template by ID.
|
|
507
507
|
|
|
508
508
|
|
|
509
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
509
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-template-v-1)
|
|
510
510
|
|
|
511
511
|
### Parameters
|
|
512
512
|
|
|
@@ -546,7 +546,7 @@ Use this API to get a list of all campaign templates. Scope can be reduced throu
|
|
|
546
546
|
The API returns all campaign templates matching the query parameters.
|
|
547
547
|
|
|
548
548
|
|
|
549
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
549
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-templates-v-1)
|
|
550
550
|
|
|
551
551
|
### Parameters
|
|
552
552
|
|
|
@@ -592,7 +592,7 @@ Get campaign
|
|
|
592
592
|
Use this API to get information for an existing certification campaign by the campaign's ID.
|
|
593
593
|
|
|
594
594
|
|
|
595
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
595
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-campaign-v-1)
|
|
596
596
|
|
|
597
597
|
### Parameters
|
|
598
598
|
|
|
@@ -632,7 +632,7 @@ Reassign certifications
|
|
|
632
632
|
This API reassigns the specified certifications from one identity to another.
|
|
633
633
|
|
|
634
634
|
|
|
635
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
635
|
+
[API Spec](https://developer.sailpoint.com/docs/api/move-v-1)
|
|
636
636
|
|
|
637
637
|
### Parameters
|
|
638
638
|
|
|
@@ -672,7 +672,7 @@ Update a campaign template
|
|
|
672
672
|
Use this API to update individual fields on a certification campaign template, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
673
673
|
|
|
674
674
|
|
|
675
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
675
|
+
[API Spec](https://developer.sailpoint.com/docs/api/patch-campaign-template-v-1)
|
|
676
676
|
|
|
677
677
|
### Parameters
|
|
678
678
|
|
|
@@ -712,7 +712,7 @@ Set campaign reports configuration
|
|
|
712
712
|
Use this API to overwrite the configuration for campaign reports.
|
|
713
713
|
|
|
714
714
|
|
|
715
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
715
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-campaign-reports-config-v-1)
|
|
716
716
|
|
|
717
717
|
### Parameters
|
|
718
718
|
|
|
@@ -750,7 +750,7 @@ Set campaign template schedule
|
|
|
750
750
|
Use this API to set the schedule for a certification campaign template. If a schedule already exists, the API overwrites it with the new one.
|
|
751
751
|
|
|
752
752
|
|
|
753
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
753
|
+
[API Spec](https://developer.sailpoint.com/docs/api/set-campaign-template-schedule-v-1)
|
|
754
754
|
|
|
755
755
|
### Parameters
|
|
756
756
|
|
|
@@ -790,7 +790,7 @@ Run campaign remediation scan
|
|
|
790
790
|
Use this API to run a remediation scan task for a certification campaign.
|
|
791
791
|
|
|
792
792
|
|
|
793
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
793
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-campaign-remediation-scan-v-1)
|
|
794
794
|
|
|
795
795
|
### Parameters
|
|
796
796
|
|
|
@@ -828,7 +828,7 @@ Run campaign report
|
|
|
828
828
|
Use this API to run a report for a certification campaign.
|
|
829
829
|
|
|
830
830
|
|
|
831
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
831
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-campaign-report-v-1)
|
|
832
832
|
|
|
833
833
|
### Parameters
|
|
834
834
|
|
|
@@ -868,7 +868,7 @@ Activate a campaign
|
|
|
868
868
|
Use this API to submit a job to activate the certified campaign with the specified ID. The campaign must be staged.
|
|
869
869
|
|
|
870
870
|
|
|
871
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
871
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-campaign-v-1)
|
|
872
872
|
|
|
873
873
|
### Parameters
|
|
874
874
|
|
|
@@ -918,7 +918,7 @@ campaign called "Campaign for 2020" (assuming the year at generation time is 202
|
|
|
918
918
|
Valid placeholders are the date/time conversion suffix characters supported by [java.util.Formatter](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html).
|
|
919
919
|
|
|
920
920
|
|
|
921
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
921
|
+
[API Spec](https://developer.sailpoint.com/docs/api/start-generate-campaign-template-v-1)
|
|
922
922
|
|
|
923
923
|
### Parameters
|
|
924
924
|
|
|
@@ -956,7 +956,7 @@ Update a campaign
|
|
|
956
956
|
Use this API to update individual fields on a certification campaign, using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
957
957
|
|
|
958
958
|
|
|
959
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
959
|
+
[API Spec](https://developer.sailpoint.com/docs/api/update-campaign-v-1)
|
|
960
960
|
|
|
961
961
|
### Parameters
|
|
962
962
|
|
|
@@ -39,7 +39,7 @@ Method | HTTP request | Description
|
|
|
39
39
|
Access summaries
|
|
40
40
|
This API returns a list of access summaries for the specified identity campaign certification and type. Reviewers for this certification can also call this API.
|
|
41
41
|
|
|
42
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
42
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-access-summaries-v-1)
|
|
43
43
|
|
|
44
44
|
### Parameters
|
|
45
45
|
|
|
@@ -88,7 +88,7 @@ console.log(result);
|
|
|
88
88
|
Summary of certification decisions
|
|
89
89
|
This API returns a summary of the decisions made on an identity campaign certification. The decisions are summarized by type. Reviewers for this certification can also call this API.
|
|
90
90
|
|
|
91
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
91
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-decision-summary-v-1)
|
|
92
92
|
|
|
93
93
|
### Parameters
|
|
94
94
|
|
|
@@ -127,7 +127,7 @@ console.log(result);
|
|
|
127
127
|
Identity summaries for campaign certification
|
|
128
128
|
This API returns a list of the identity summaries for a specific identity campaign certification. Reviewers for this certification can also call this API.
|
|
129
129
|
|
|
130
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
130
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-summaries-v-1)
|
|
131
131
|
|
|
132
132
|
### Parameters
|
|
133
133
|
|
|
@@ -174,7 +174,7 @@ console.log(result);
|
|
|
174
174
|
Summary for identity
|
|
175
175
|
This API returns the summary for an identity on a specified identity campaign certification. Reviewers for this certification can also call this API.
|
|
176
176
|
|
|
177
|
-
[API Spec](https://developer.sailpoint.com/docs/api/
|
|
177
|
+
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-summary-v-1)
|
|
178
178
|
|
|
179
179
|
### Parameters
|
|
180
180
|
|