sailpoint-api-client 2.1.0 → 2.1.2
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_profiles/api.ts +4 -4
- package/access_profiles/docs/Methods/AccessProfilesApi.md +1 -1
- package/access_requests/api.ts +8 -8
- package/access_requests/docs/Methods/AccessRequestsApi.md +5 -5
- package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
- package/accounts/api.ts +4 -4
- package/accounts/docs/Methods/AccountsApi.md +1 -1
- package/approvals/docs/Methods/ApprovalsApi.md +1 -1
- package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +2 -2
- package/dimensions/api.ts +4 -4
- package/dimensions/docs/Methods/DimensionsApi.md +1 -1
- package/dist/access_profiles/api.d.ts +4 -4
- package/dist/access_profiles/api.js +4 -4
- package/dist/access_requests/api.d.ts +8 -8
- package/dist/access_requests/api.js +8 -8
- package/dist/accounts/api.d.ts +4 -4
- package/dist/accounts/api.js +4 -4
- package/dist/dimensions/api.d.ts +4 -4
- package/dist/dimensions/api.js +4 -4
- package/dist/entitlements/api.d.ts +8 -8
- package/dist/entitlements/api.js +8 -8
- package/dist/identities/api.d.ts +8 -8
- package/dist/identities/api.js +8 -8
- package/dist/jit_activations/api.d.ts +491 -0
- package/dist/jit_activations/api.js +210 -0
- package/dist/jit_activations/api.js.map +1 -1
- package/dist/lifecycle_states/api.d.ts +1 -1
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/notifications/api.d.ts +4 -4
- package/dist/notifications/api.js +4 -4
- package/dist/password_management/api.d.ts +4 -4
- package/dist/password_management/api.js +4 -4
- package/dist/requestable_objects/api.d.ts +4 -4
- package/dist/requestable_objects/api.js +4 -4
- package/dist/roles/api.d.ts +5 -5
- package/dist/roles/api.js +4 -4
- package/dist/sources/api.d.ts +4 -4
- package/dist/sources/api.js +4 -4
- package/dist/triggers/api.d.ts +1 -1
- package/dist/workflows/api.d.ts +4 -4
- package/dist/workflows/api.js +4 -4
- package/entitlements/api.ts +8 -8
- package/entitlements/docs/Methods/EntitlementsApi.md +2 -2
- package/identities/api.ts +8 -8
- package/identities/docs/Methods/IdentitiesApi.md +2 -2
- package/jit_activations/.openapi-generator/FILES +7 -0
- package/jit_activations/api.ts +611 -0
- package/jit_activations/docs/Examples/typescript_code_examples_overlay.yaml +38 -0
- package/jit_activations/docs/Methods/JITActivationsApi.md +113 -1
- package/jit_activations/docs/Models/Jitactivationhistorydocument.md +45 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentFrictionsInner.md +22 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummary.md +22 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryJustification.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryPolicyMatchesInner.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryReauthentication.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryServiceNowTicket.md +21 -0
- package/lifecycle_states/api.ts +1 -1
- package/lifecycle_states/docs/Models/SetLifecycleStateV1200Response.md +1 -1
- 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/notifications/api.ts +4 -4
- package/notifications/docs/Methods/NotificationsApi.md +1 -1
- package/package.json +1 -1
- package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +1 -1
- package/password_management/api.ts +4 -4
- package/password_management/docs/Methods/PasswordManagementApi.md +2 -2
- package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
- package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +1 -1
- package/requestable_objects/api.ts +4 -4
- package/requestable_objects/docs/Methods/RequestableObjectsApi.md +3 -3
- package/roles/api.ts +5 -5
- package/roles/docs/Methods/RolesApi.md +1 -1
- package/saved_search/docs/Methods/SavedSearchApi.md +1 -1
- package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +1 -1
- package/sources/api.ts +4 -4
- package/sources/docs/Methods/SourcesApi.md +1 -1
- package/triggers/api.ts +1 -1
- package/triggers/docs/Models/AccessRequestDynamicApprover.md +1 -1
- package/workflows/api.ts +4 -4
- package/workflows/docs/Methods/WorkflowsApi.md +1 -1
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
- path: /jit-activation-history/v1/current-identity
|
|
2
|
+
method: GET
|
|
3
|
+
xCodeSample:
|
|
4
|
+
- lang: TypeScript
|
|
5
|
+
label: SDK_tools/sdk/typescript/jit_activations/methods/jit-activations#list-jit-activation-history-for-current-identity-v1
|
|
6
|
+
source: |
|
|
7
|
+
import { JITActivationsApi } from 'sailpoint-api-client';
|
|
8
|
+
import { Configuration } from 'sailpoint-api-client';
|
|
9
|
+
|
|
10
|
+
const configuration = new Configuration();
|
|
11
|
+
const apiInstance = new JITActivationsApi(configuration);
|
|
12
|
+
const limit: number = 250; // number | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
|
|
13
|
+
const offset: number = 0; // number | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
|
|
14
|
+
const count: boolean = true; // boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to false)
|
|
15
|
+
const sorters: string = '-activationInitiated'; // string | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). (optional) (default to undefined)
|
|
16
|
+
const searchAfter: string = '2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3'; // string | Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id (optional) (default to undefined)
|
|
17
|
+
const filters: string = 'status eq "PROVISIONED"'; // string | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* (optional) (default to undefined)
|
|
18
|
+
const result = await apiInstance.listJitActivationHistoryForCurrentIdentityV1({ });
|
|
19
|
+
console.log(result);
|
|
20
|
+
- path: /jit-activation-history/v1
|
|
21
|
+
method: GET
|
|
22
|
+
xCodeSample:
|
|
23
|
+
- lang: TypeScript
|
|
24
|
+
label: SDK_tools/sdk/typescript/jit_activations/methods/jit-activations#list-jit-activation-history-v1
|
|
25
|
+
source: |
|
|
26
|
+
import { JITActivationsApi } from 'sailpoint-api-client';
|
|
27
|
+
import { Configuration } from 'sailpoint-api-client';
|
|
28
|
+
|
|
29
|
+
const configuration = new Configuration();
|
|
30
|
+
const apiInstance = new JITActivationsApi(configuration);
|
|
31
|
+
const limit: number = 250; // number | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
|
|
32
|
+
const offset: number = 0; // number | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
|
|
33
|
+
const count: boolean = true; // boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to false)
|
|
34
|
+
const sorters: string = '-activationInitiated'; // string | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). (optional) (default to undefined)
|
|
35
|
+
const searchAfter: string = '2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3'; // string | Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id (optional) (default to undefined)
|
|
36
|
+
const filters: string = 'status eq "PROVISIONED"'; // string | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* (optional) (default to undefined)
|
|
37
|
+
const result = await apiInstance.listJitActivationHistoryV1({ });
|
|
38
|
+
console.log(result);
|
|
1
39
|
- path: /jit-activations/v1/activate
|
|
2
40
|
method: POST
|
|
3
41
|
xCodeSample:
|
|
@@ -10,17 +10,129 @@ tags: ['SDK', 'Software Development Kit', 'JITActivations', 'v1JITActivations']
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# JITActivationsApi
|
|
13
|
-
Use this API to start and manage Just-In-Time (JIT) Privileged activation workflows for entitlement connections
|
|
13
|
+
Use this API to start and manage Just-In-Time (JIT) Privileged activation workflows for entitlement connections,
|
|
14
|
+
and to search activation history.
|
|
15
|
+
|
|
16
|
+
OAuth scopes: **idn:jit-activation-workflow:*** (activate, extend, deactivate, manage) for workflow APIs.
|
|
17
|
+
**idn:jit-activation-history:read** (admin history view) and **idn:jit-activation-history-self:read** (self history view).
|
|
14
18
|
|
|
15
19
|
All URIs are relative to *https://sailpoint.api.identitynow.com*
|
|
16
20
|
|
|
17
21
|
Method | HTTP request | Description
|
|
18
22
|
------------- | ------------- | -------------
|
|
23
|
+
[**list-jit-activation-history-for-current-identity-v1**](#list-jit-activation-history-for-current-identity-v1) | **GET** `/jit-activation-history/v1/current-identity` | List JIT activation history (self)
|
|
24
|
+
[**list-jit-activation-history-v1**](#list-jit-activation-history-v1) | **GET** `/jit-activation-history/v1` | List JIT activation history (admin)
|
|
19
25
|
[**start-activate-workflow-v1**](#start-activate-workflow-v1) | **POST** `/jit-activations/v1/activate` | Start JIT activation workflow
|
|
20
26
|
[**start-deactivate-workflow-v1**](#start-deactivate-workflow-v1) | **POST** `/jit-activations/v1/deactivate` | Deactivate JIT activation workflow
|
|
21
27
|
[**start-extend-workflow-v1**](#start-extend-workflow-v1) | **POST** `/jit-activations/v1/extend` | Extend JIT activation workflow
|
|
22
28
|
|
|
23
29
|
|
|
30
|
+
## list-jit-activation-history-for-current-identity-v1
|
|
31
|
+
List JIT activation history (self)
|
|
32
|
+
Returns JIT activation history records for the authenticated identity only.
|
|
33
|
+
|
|
34
|
+
This is the self-service view - results are automatically scoped to the calling identity.
|
|
35
|
+
Requires `idn:jit-activation-history-self:read`.
|
|
36
|
+
|
|
37
|
+
Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-jit-activation-history-for-current-identity-v-1)
|
|
41
|
+
|
|
42
|
+
### Parameters
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
Name | Type | Description | Notes
|
|
46
|
+
------------- | ------------- | ------------- | -------------
|
|
47
|
+
**limit** | `number` | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 250]
|
|
48
|
+
**offset** | `number` | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 0]
|
|
49
|
+
**count** | `boolean` | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to false]
|
|
50
|
+
**sorters** | `string` | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). | [optional] [default to undefined]
|
|
51
|
+
**searchAfter** | `string` | Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id | [optional] [default to undefined]
|
|
52
|
+
**filters** | `string` | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* | [optional] [default to undefined]
|
|
53
|
+
|
|
54
|
+
### Return type
|
|
55
|
+
|
|
56
|
+
`Array<Jitactivationhistorydocument>`
|
|
57
|
+
|
|
58
|
+
### HTTP request headers
|
|
59
|
+
|
|
60
|
+
- **Content-Type**: Not defined
|
|
61
|
+
- **Accept**: application/json
|
|
62
|
+
|
|
63
|
+
### Example
|
|
64
|
+
|
|
65
|
+
```typescript
|
|
66
|
+
import { JITActivationsApi } from 'sailpoint-api-client';
|
|
67
|
+
import { Configuration } from 'sailpoint-api-client';
|
|
68
|
+
|
|
69
|
+
const configuration = new Configuration();
|
|
70
|
+
const apiInstance = new JITActivationsApi(configuration);
|
|
71
|
+
const limit: number = 250; // Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
72
|
+
const offset: number = 0; // Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
73
|
+
const count: boolean = true; // If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
74
|
+
const sorters: string = -activationInitiated; // Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). (optional)
|
|
75
|
+
const searchAfter: string = 2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3; // Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id (optional)
|
|
76
|
+
const filters: string = status eq "PROVISIONED"; // Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* (optional)
|
|
77
|
+
const result = await apiInstance.listJitActivationHistoryForCurrentIdentityV1({ });
|
|
78
|
+
console.log(result);
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
[[Back to top]](#)
|
|
82
|
+
|
|
83
|
+
## list-jit-activation-history-v1
|
|
84
|
+
List JIT activation history (admin)
|
|
85
|
+
Returns JIT activation history records for the tenant.
|
|
86
|
+
|
|
87
|
+
This is the admin/operator view - it returns activations across all identities in the tenant.
|
|
88
|
+
Requires `idn:jit-activation-history:read`.
|
|
89
|
+
|
|
90
|
+
Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
[API Spec](https://developer.sailpoint.com/docs/api/list-jit-activation-history-v-1)
|
|
94
|
+
|
|
95
|
+
### Parameters
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
Name | Type | Description | Notes
|
|
99
|
+
------------- | ------------- | ------------- | -------------
|
|
100
|
+
**limit** | `number` | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 250]
|
|
101
|
+
**offset** | `number` | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 0]
|
|
102
|
+
**count** | `boolean` | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to false]
|
|
103
|
+
**sorters** | `string` | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). | [optional] [default to undefined]
|
|
104
|
+
**searchAfter** | `string` | Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id | [optional] [default to undefined]
|
|
105
|
+
**filters** | `string` | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* | [optional] [default to undefined]
|
|
106
|
+
|
|
107
|
+
### Return type
|
|
108
|
+
|
|
109
|
+
`Array<Jitactivationhistorydocument>`
|
|
110
|
+
|
|
111
|
+
### HTTP request headers
|
|
112
|
+
|
|
113
|
+
- **Content-Type**: Not defined
|
|
114
|
+
- **Accept**: application/json
|
|
115
|
+
|
|
116
|
+
### Example
|
|
117
|
+
|
|
118
|
+
```typescript
|
|
119
|
+
import { JITActivationsApi } from 'sailpoint-api-client';
|
|
120
|
+
import { Configuration } from 'sailpoint-api-client';
|
|
121
|
+
|
|
122
|
+
const configuration = new Configuration();
|
|
123
|
+
const apiInstance = new JITActivationsApi(configuration);
|
|
124
|
+
const limit: number = 250; // Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
125
|
+
const offset: number = 0; // Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
126
|
+
const count: boolean = true; // If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional)
|
|
127
|
+
const sorters: string = -activationInitiated; // Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first). (optional)
|
|
128
|
+
const searchAfter: string = 2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3; // Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id (optional)
|
|
129
|
+
const filters: string = status eq "PROVISIONED"; // Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in* (optional)
|
|
130
|
+
const result = await apiInstance.listJitActivationHistoryV1({ });
|
|
131
|
+
console.log(result);
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
[[Back to top]](#)
|
|
135
|
+
|
|
24
136
|
## start-activate-workflow-v1
|
|
25
137
|
Start JIT activation workflow
|
|
26
138
|
Starts a JIT Privileged (JIT P) activation workflow for the given entitlement connection and duration.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument
|
|
3
|
+
title: Jitactivationhistorydocument
|
|
4
|
+
pagination_label: Jitactivationhistorydocument
|
|
5
|
+
sidebar_label: Jitactivationhistorydocument
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'Jitactivationhistorydocument', 'v1Jitactivationhistorydocument']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'Jitactivationhistorydocument', 'v1Jitactivationhistorydocument']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Jitactivationhistorydocument
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**id** | **(optional)** `string` | Unique identifier of the activation record. | [default to undefined]
|
|
19
|
+
**tenantId** | **(optional)** `string` | Tenant (pod/org) identifier. | [default to undefined]
|
|
20
|
+
**identityId** | **(optional)** `string` | Identifier of the identity that requested activation. | [default to undefined]
|
|
21
|
+
**accountId** | **(optional)** `string` | Identifier of the account on which the entitlement was provisioned. | [default to undefined]
|
|
22
|
+
**entitlementId** | **(optional)** `string` | Identifier of the entitlement that was activated. | [default to undefined]
|
|
23
|
+
**sourceId** | **(optional)** `string` | Identifier of the source that owns the entitlement. | [default to undefined]
|
|
24
|
+
**connectionId** | **(optional)** `string` | Identifier of the entitlement connection used for this activation. | [default to undefined]
|
|
25
|
+
**identityName** | **(optional)** `string` | Display name of the identity. | [default to undefined]
|
|
26
|
+
**entitlementName** | **(optional)** `string` | Display name of the entitlement. | [default to undefined]
|
|
27
|
+
**sourceDisplayName** | **(optional)** `string` | Display name of the source. | [default to undefined]
|
|
28
|
+
**policyDisplayNames** | **(optional)** `Array<string>` | Display names of the JIT policies that matched this activation. | [default to undefined]
|
|
29
|
+
**status** | **(optional)** `string` | Current or final status of the activation workflow. Possible values: ACTIVATING, AWAITING_FRICTIONS, PROVISIONING, PROVISIONED, DEPROVISIONING, COMPLETE, CANCELLED, ERROR, TIMED_OUT, REVOKED. | [default to undefined]
|
|
30
|
+
**error** | **(optional)** `string` | Error message if the activation ended in an ERROR state. | [default to undefined]
|
|
31
|
+
**policyFrictionOutcome** | **(optional)** `string` | Outcome of policy friction evaluation (e.g. SUCCESS_ENFORCED, BYPASSED). | [default to undefined]
|
|
32
|
+
**policyMatchDetails** | **(optional)** `Array<string>` | UUIDs of the policy records that matched this activation. | [default to undefined]
|
|
33
|
+
**activationInitiated** | **(optional)** `string` | Timestamp when the activation was initiated. | [default to undefined]
|
|
34
|
+
**provisionStart** | **(optional)** `string` | Timestamp when provisioning started. | [default to undefined]
|
|
35
|
+
**provisionCompleted** | **(optional)** `string` | Timestamp when provisioning completed. | [default to undefined]
|
|
36
|
+
**deprovisionStart** | **(optional)** `string` | Timestamp when deprovisioning started. | [default to undefined]
|
|
37
|
+
**deprovisionComplete** | **(optional)** `string` | Timestamp when deprovisioning completed. | [default to undefined]
|
|
38
|
+
**provisionDurationMins** | **(optional)** `number` | Duration of the provisioning phase in minutes. | [default to undefined]
|
|
39
|
+
**deprovisionDurationMins** | **(optional)** `number` | Duration of the deprovisioning phase in minutes. | [default to undefined]
|
|
40
|
+
**summary** | **(optional)** `JitactivationhistorydocumentSummary` | | [default to undefined]
|
|
41
|
+
**frictions** | **(optional)** `Array<JitactivationhistorydocumentFrictionsInner>` | Individual friction items presented to the user during activation (e.g. TICKET, JUSTIFICATION, REAUTH). Null when no friction was evaluated. | [default to undefined]
|
|
42
|
+
**activationDetails** | **(optional)** | Additional structured metadata about the activation. Shape is subject to change. | [default to undefined]
|
|
43
|
+
**activationDuration** | **(optional)** | Duration breakdown of the full activation lifecycle. Shape is subject to change. | [default to undefined]
|
|
44
|
+
**provisioningDetails** | **(optional)** | Low-level provisioning operation detail. Shape is subject to change. | [default to undefined]
|
|
45
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-frictions-inner
|
|
3
|
+
title: JitactivationhistorydocumentFrictionsInner
|
|
4
|
+
pagination_label: JitactivationhistorydocumentFrictionsInner
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentFrictionsInner
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentFrictionsInner', 'v1JitactivationhistorydocumentFrictionsInner']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-frictions-inner
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentFrictionsInner', 'v1JitactivationhistorydocumentFrictionsInner']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentFrictionsInner
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**type** | **(optional)** `string` | Type of friction control. | [default to undefined]
|
|
19
|
+
**bypassAllowed** | **(optional)** `boolean` | Whether the user had permission to bypass this friction. | [default to false]
|
|
20
|
+
**submittedData** | **(optional)** `string` | Data submitted by the user to satisfy this friction (e.g. ticket ID, justification text). | [default to undefined]
|
|
21
|
+
**status** | **(optional)** `string` | Completion status of this friction item. | [default to undefined]
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-summary
|
|
3
|
+
title: JitactivationhistorydocumentSummary
|
|
4
|
+
pagination_label: JitactivationhistorydocumentSummary
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentSummary
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentSummary', 'v1JitactivationhistorydocumentSummary']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-summary
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentSummary', 'v1JitactivationhistorydocumentSummary']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentSummary
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**policyMatches** | **(optional)** `Array<JitactivationhistorydocumentSummaryPolicyMatchesInner>` | List of policies that matched during activation evaluation. | [default to undefined]
|
|
19
|
+
**reauthentication** | **(optional)** `JitactivationhistorydocumentSummaryReauthentication` | | [default to undefined]
|
|
20
|
+
**justification** | **(optional)** `JitactivationhistorydocumentSummaryJustification` | | [default to undefined]
|
|
21
|
+
**serviceNowTicket** | **(optional)** `JitactivationhistorydocumentSummaryServiceNowTicket` | | [default to undefined]
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-summary-justification
|
|
3
|
+
title: JitactivationhistorydocumentSummaryJustification
|
|
4
|
+
pagination_label: JitactivationhistorydocumentSummaryJustification
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentSummaryJustification
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentSummaryJustification', 'v1JitactivationhistorydocumentSummaryJustification']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-summary-justification
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentSummaryJustification', 'v1JitactivationhistorydocumentSummaryJustification']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentSummaryJustification
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**required** | **(optional)** `boolean` | Whether a justification was required for this activation. | [default to false]
|
|
19
|
+
**bypassed** | **(optional)** `boolean` | Whether the justification requirement was bypassed. | [default to false]
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-summary-policy-matches-inner
|
|
3
|
+
title: JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
4
|
+
pagination_label: JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentSummaryPolicyMatchesInner', 'v1JitactivationhistorydocumentSummaryPolicyMatchesInner']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-summary-policy-matches-inner
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentSummaryPolicyMatchesInner', 'v1JitactivationhistorydocumentSummaryPolicyMatchesInner']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**policyId** | **(optional)** `string` | UUID of the matched policy. | [default to undefined]
|
|
19
|
+
**policyName** | **(optional)** `string` | Display name of the matched policy. | [default to undefined]
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-summary-reauthentication
|
|
3
|
+
title: JitactivationhistorydocumentSummaryReauthentication
|
|
4
|
+
pagination_label: JitactivationhistorydocumentSummaryReauthentication
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentSummaryReauthentication
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentSummaryReauthentication', 'v1JitactivationhistorydocumentSummaryReauthentication']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-summary-reauthentication
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentSummaryReauthentication', 'v1JitactivationhistorydocumentSummaryReauthentication']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentSummaryReauthentication
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**required** | **(optional)** `boolean` | Whether reauthentication was required for this activation. | [default to false]
|
|
19
|
+
**bypassed** | **(optional)** `boolean` | Whether the reauthentication requirement was bypassed. | [default to false]
|
|
20
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: v1-jitactivationhistorydocument-summary-service-now-ticket
|
|
3
|
+
title: JitactivationhistorydocumentSummaryServiceNowTicket
|
|
4
|
+
pagination_label: JitactivationhistorydocumentSummaryServiceNowTicket
|
|
5
|
+
sidebar_label: JitactivationhistorydocumentSummaryServiceNowTicket
|
|
6
|
+
sidebar_class_name: typescriptsdk
|
|
7
|
+
keywords: ['typescript', 'TypeScript', 'sdk', 'JitactivationhistorydocumentSummaryServiceNowTicket', 'v1JitactivationhistorydocumentSummaryServiceNowTicket']
|
|
8
|
+
slug: /tools/sdk/typescript/jit_activations/models/jitactivationhistorydocument-summary-service-now-ticket
|
|
9
|
+
tags: ['SDK', 'Software Development Kit', 'JitactivationhistorydocumentSummaryServiceNowTicket', 'v1JitactivationhistorydocumentSummaryServiceNowTicket']
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# JitactivationhistorydocumentSummaryServiceNowTicket
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
Name | Type | Description | Notes
|
|
17
|
+
------------ | ------------- | ------------- | -------------
|
|
18
|
+
**required** | **(optional)** `boolean` | Whether a ServiceNow ticket was required for this activation. | [default to false]
|
|
19
|
+
**bypassed** | **(optional)** `boolean` | Whether the ServiceNow ticket requirement was bypassed. | [default to false]
|
|
20
|
+
**ticketReference** | **(optional)** `string` | ServiceNow ticket reference submitted by the user. | [default to undefined]
|
|
21
|
+
|
package/lifecycle_states/api.ts
CHANGED
|
@@ -401,7 +401,7 @@ export type LocaleOrigin = typeof LocaleOrigin[keyof typeof LocaleOrigin];
|
|
|
401
401
|
*/
|
|
402
402
|
export interface SetLifecycleStateV1200Response {
|
|
403
403
|
/**
|
|
404
|
-
* ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a [Get Account Activity request](https://developer.sailpoint.com/docs/api/
|
|
404
|
+
* ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a [Get Account Activity request](https://developer.sailpoint.com/docs/api/get-account-activity-v-1). The response will contain relevant information about the IdentityRequest, such as its status.
|
|
405
405
|
* @type {string}
|
|
406
406
|
* @memberof SetLifecycleStateV1200Response
|
|
407
407
|
*/
|
|
@@ -15,5 +15,5 @@ tags: ['SDK', 'Software Development Kit', 'SetLifecycleStateV1200Response', 'v1S
|
|
|
15
15
|
|
|
16
16
|
Name | Type | Description | Notes
|
|
17
17
|
------------ | ------------- | ------------- | -------------
|
|
18
|
-
**accountActivityId** | **(optional)** `string` | ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a [Get Account Activity request](https://developer.sailpoint.com/docs/api/
|
|
18
|
+
**accountActivityId** | **(optional)** `string` | ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a [Get Account Activity request](https://developer.sailpoint.com/docs/api/get-account-activity-v-1). The response will contain relevant information about the IdentityRequest, such as its status. | [default to undefined]
|
|
19
19
|
|
package/nerm/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@2.1.
|
|
1
|
+
## sailpoint-nerm-sdk@2.1.2
|
|
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.1.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.1.2 --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.1.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.1.2`;
|
|
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.1.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.1.2'},
|
|
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.1.
|
|
1
|
+
## sailpoint-nerm-sdk@2.1.2
|
|
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.1.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.1.2 --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.1.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.1.2`;
|
|
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.1.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.1.2'},
|
|
156
156
|
...{'User-Agent': userAgent},
|
|
157
157
|
}
|
|
158
158
|
|
package/nermv2025/package.json
CHANGED
package/notifications/api.ts
CHANGED
|
@@ -1219,7 +1219,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
1219
1219
|
};
|
|
1220
1220
|
},
|
|
1221
1221
|
/**
|
|
1222
|
-
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/
|
|
1222
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/docs/api/get-notification-template-v-1) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
1223
1223
|
* @summary Create notification template
|
|
1224
1224
|
* @param {TemplateDto} templateDto
|
|
1225
1225
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -1821,7 +1821,7 @@ export const NotificationsApiFp = function(configuration?: Configuration) {
|
|
|
1821
1821
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1822
1822
|
},
|
|
1823
1823
|
/**
|
|
1824
|
-
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/
|
|
1824
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/docs/api/get-notification-template-v-1) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
1825
1825
|
* @summary Create notification template
|
|
1826
1826
|
* @param {TemplateDto} templateDto
|
|
1827
1827
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2047,7 +2047,7 @@ export const NotificationsApiFactory = function (configuration?: Configuration,
|
|
|
2047
2047
|
return localVarFp.createDomainDkimV1(requestParameters.domainAddress, axiosOptions).then((request) => request(axios, basePath));
|
|
2048
2048
|
},
|
|
2049
2049
|
/**
|
|
2050
|
-
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/
|
|
2050
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/docs/api/get-notification-template-v-1) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
2051
2051
|
* @summary Create notification template
|
|
2052
2052
|
* @param {NotificationsApiCreateNotificationTemplateV1Request} requestParameters Request parameters.
|
|
2053
2053
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2512,7 +2512,7 @@ export class NotificationsApi extends BaseAPI {
|
|
|
2512
2512
|
}
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/
|
|
2515
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/docs/api/get-notification-template-v-1) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
2516
2516
|
* @summary Create notification template
|
|
2517
2517
|
* @param {NotificationsApiCreateNotificationTemplateV1Request} requestParameters Request parameters.
|
|
2518
2518
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -76,7 +76,7 @@ console.log(result);
|
|
|
76
76
|
## create-notification-template-v1
|
|
77
77
|
Create notification template
|
|
78
78
|
This will update notification templates that are available in your tenant.
|
|
79
|
-
Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/
|
|
79
|
+
Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/docs/api/get-notification-template-v-1) for a template you wish to update and paste it into the request body for this endpoint.
|
|
80
80
|
Modify the fields you want to change and submit the POST request when ready.
|
|
81
81
|
|
|
82
82
|
|
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@ The countryCode value refers to the country's 2-letter ISO 3166-1 code.
|
|
|
52
52
|
|
|
53
53
|
Refer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.
|
|
54
54
|
|
|
55
|
-
- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/
|
|
55
|
+
- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/put-password-dictionary-v-1). Uploading a new file always overwrites the previous dictionary file.
|
|
56
56
|
|
|
57
57
|
Administrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.
|
|
58
58
|
|