sailpoint-api-client 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +192 -189
  3. package/dist/index.js.map +1 -1
  4. package/dist/intelligence/api.d.ts +1042 -0
  5. package/dist/intelligence/api.js +595 -0
  6. package/dist/intelligence/api.js.map +1 -0
  7. package/dist/intelligence/base.d.ts +66 -0
  8. package/dist/intelligence/base.js +90 -0
  9. package/dist/intelligence/base.js.map +1 -0
  10. package/dist/intelligence/common.d.ts +65 -0
  11. package/dist/intelligence/common.js +292 -0
  12. package/dist/intelligence/common.js.map +1 -0
  13. package/dist/intelligence/configuration.d.ts +91 -0
  14. package/dist/intelligence/configuration.js +46 -0
  15. package/dist/intelligence/configuration.js.map +1 -0
  16. package/dist/intelligence/index.d.ts +13 -0
  17. package/dist/intelligence/index.js +32 -0
  18. package/dist/intelligence/index.js.map +1 -0
  19. package/dist/nerm/common.js +2 -2
  20. package/dist/nermv2025/common.js +2 -2
  21. package/dist/sources/api.d.ts +509 -1
  22. package/dist/sources/api.js +587 -4
  23. package/dist/sources/api.js.map +1 -1
  24. package/index.ts +3 -0
  25. package/intelligence/.openapi-generator/FILES +40 -0
  26. package/intelligence/.openapi-generator/VERSION +1 -0
  27. package/intelligence/.openapi-generator-ignore +23 -0
  28. package/intelligence/.sdk-partition +1 -0
  29. package/intelligence/api.ts +1316 -0
  30. package/intelligence/base.ts +86 -0
  31. package/intelligence/common.ts +183 -0
  32. package/intelligence/configuration.ts +110 -0
  33. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  34. package/intelligence/docs/Methods/Index.md +30 -0
  35. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  36. package/intelligence/docs/Models/Errorbody.md +20 -0
  37. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  38. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  39. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  40. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  41. package/intelligence/docs/Models/Index.md +19 -0
  42. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  43. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  44. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  45. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  46. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  47. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  48. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  49. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  50. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  51. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  52. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  53. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  54. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  55. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  56. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  57. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  58. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  59. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  60. package/intelligence/docs/Models/Localeorigin.md +21 -0
  61. package/intelligence/docs/Models/README.md +46 -0
  62. package/intelligence/git_push.sh +57 -0
  63. package/intelligence/index.ts +18 -0
  64. package/intelligence/package.json +34 -0
  65. package/intelligence/tsconfig.json +21 -0
  66. package/nerm/README.md +2 -2
  67. package/nerm/common.ts +2 -2
  68. package/nerm/package.json +1 -1
  69. package/nermv2025/README.md +2 -2
  70. package/nermv2025/common.ts +2 -2
  71. package/nermv2025/package.json +1 -1
  72. package/package.json +1 -1
  73. package/sources/.openapi-generator/FILES +2 -0
  74. package/sources/api.ts +846 -9
  75. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  76. package/sources/docs/Methods/SourcesApi.md +288 -0
  77. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  78. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  79. package/sources/docs/Models/Usagetype.md +2 -0
@@ -0,0 +1,259 @@
1
+ ---
2
+ id: v1-intelligence
3
+ title: Intelligence
4
+ pagination_label: Intelligence
5
+ sidebar_label: Intelligence
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelligence', 'v1Intelligence']
8
+ slug: /tools/sdk/typescript/intelligence/methods/intelligence
9
+ tags: ['SDK', 'Software Development Kit', 'Intelligence', 'v1Intelligence']
10
+ ---
11
+
12
+ # IntelligenceApi
13
+ Read-only HTTP API that returns the Intelligence (identity context)
14
+ for SecOps enrichment use cases (SIEM/SOAR connectors, MCP, browser
15
+ extension). Backed by Atlas internal-REST calls to MICE, Shelby List Accounts,
16
+ SDS Search, IDA-outliers, and identity-history.
17
+
18
+ All URIs are relative to *https://sailpoint.api.identitynow.com*
19
+
20
+ Method | HTTP request | Description
21
+ ------------- | ------------- | -------------
22
+ [**get-identity-intelligence-v1**](#get-identity-intelligence-v1) | **GET** `/intelligence/v1/identities` | Get identity by filter
23
+ [**get-intel-identity-access-item-history-v1**](#get-intel-identity-access-item-history-v1) | **GET** `/intelligence/v1/identities/{id}/access-history/access-items` | List identity access item history
24
+ [**get-intel-identity-accounts-v1**](#get-intel-identity-accounts-v1) | **GET** `/intelligence/v1/identities/{id}/accounts` | List identity accounts
25
+ [**get-intel-identity-certification-history-v1**](#get-intel-identity-certification-history-v1) | **GET** `/intelligence/v1/identities/{id}/access-history/certifications` | List identity certification history
26
+ [**get-intel-identity-rare-access-v1**](#get-intel-identity-rare-access-v1) | **GET** `/intelligence/v1/identities/{id}/outliers/rare-access` | List identity rare access
27
+
28
+
29
+ ## get-identity-intelligence-v1
30
+ Get identity by filter
31
+ Requires tenant license idn:response-and-remediation.
32
+
33
+ Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope.
34
+ Supported queryable fields are id and email only.
35
+ The response embeds the first page of accounts, rare access, access-history access items, and
36
+ access-history certifications. Paged slices include a next link only when more results exist.
37
+ The privilegedAccess slice contains the full result and is not paged.
38
+ The outliers slice is omitted when the tenant lacks the IDA-outliers license.
39
+
40
+ A single match returns HTTP 200 with IntelIdentityAggregate.
41
+
42
+ Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND.
43
+
44
+ Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
45
+
46
+
47
+ [API Spec](https://developer.sailpoint.com/docs/api/get-identity-intelligence-v-1)
48
+
49
+ ### Parameters
50
+
51
+
52
+ Name | Type | Description | Notes
53
+ ------------- | ------------- | ------------- | -------------
54
+ **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: **id**: *eq* **email**: *eq* | [default to undefined]
55
+
56
+ ### Return type
57
+
58
+ `Intelidentityaggregate`
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: Not defined
63
+ - **Accept**: application/json
64
+
65
+ ### Example
66
+
67
+ ```typescript
68
+ import { IntelligenceApi } from 'sailpoint-api-client';
69
+ import { Configuration } from 'sailpoint-api-client';
70
+
71
+ const configuration = new Configuration();
72
+ const apiInstance = new IntelligenceApi(configuration);
73
+ const filters: string = id eq "ef38f94347e94562b5bb8424a56397d8"; // 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: **id**: *eq* **email**: *eq*
74
+ const result = await apiInstance.getIdentityIntelligenceV1({ filters: filters });
75
+ console.log(result);
76
+ ```
77
+
78
+ [[Back to top]](#)
79
+
80
+ ## get-intel-identity-access-item-history-v1
81
+ List identity access item history
82
+ Continuation endpoint for the parent response's `accessHistory.accessItems.next` link.
83
+ Returns one page of access-item history events for the supplied limit and offset values.
84
+ Unsupported event types and per-record decode failures are dropped server-side.
85
+ Requires tenant license idn:response-and-remediation.
86
+
87
+
88
+ [API Spec](https://developer.sailpoint.com/docs/api/get-intel-identity-access-item-history-v-1)
89
+
90
+ ### Parameters
91
+
92
+
93
+ Name | Type | Description | Notes
94
+ ------------- | ------------- | ------------- | -------------
95
+ **id** | `string` | Non-empty identity id path segment for Intelligence sub-resources. | [default to undefined]
96
+ **limit** | `number` | Page size. Defaults to 250; values above 250 are rejected with 400. | [optional] [default to 250]
97
+ **offset** | `number` | Zero-based page offset. Defaults to 0. | [optional] [default to 0]
98
+
99
+ ### Return type
100
+
101
+ `Array<Intelaccessitemhistoryevent>`
102
+
103
+ ### HTTP request headers
104
+
105
+ - **Content-Type**: Not defined
106
+ - **Accept**: application/json
107
+
108
+ ### Example
109
+
110
+ ```typescript
111
+ import { IntelligenceApi } from 'sailpoint-api-client';
112
+ import { Configuration } from 'sailpoint-api-client';
113
+
114
+ const configuration = new Configuration();
115
+ const apiInstance = new IntelligenceApi(configuration);
116
+ const id: string = ef38f94347e94562b5bb8424a56397d8; // Non-empty identity id path segment for Intelligence sub-resources.
117
+ const limit: number = 250; // Page size. Defaults to 250; values above 250 are rejected with 400. (optional)
118
+ const offset: number = 0; // Zero-based page offset. Defaults to 0. (optional)
119
+ const result = await apiInstance.getIntelIdentityAccessItemHistoryV1({ id: id });
120
+ console.log(result);
121
+ ```
122
+
123
+ [[Back to top]](#)
124
+
125
+ ## get-intel-identity-accounts-v1
126
+ List identity accounts
127
+ Continuation endpoint for the parent response's `accounts.next` link.
128
+ Returns one page of account rows for the supplied limit and offset values.
129
+ Requires tenant license idn:response-and-remediation.
130
+
131
+
132
+ [API Spec](https://developer.sailpoint.com/docs/api/get-intel-identity-accounts-v-1)
133
+
134
+ ### Parameters
135
+
136
+
137
+ Name | Type | Description | Notes
138
+ ------------- | ------------- | ------------- | -------------
139
+ **id** | `string` | Non-empty identity id path segment for Intelligence sub-resources. | [default to undefined]
140
+ **limit** | `number` | Page size. Defaults to 250; values above 250 are rejected with 400. | [optional] [default to 250]
141
+ **offset** | `number` | Zero-based page offset. Defaults to 0. | [optional] [default to 0]
142
+
143
+ ### Return type
144
+
145
+ `Array<Intelaccessaccountwire>`
146
+
147
+ ### HTTP request headers
148
+
149
+ - **Content-Type**: Not defined
150
+ - **Accept**: application/json
151
+
152
+ ### Example
153
+
154
+ ```typescript
155
+ import { IntelligenceApi } from 'sailpoint-api-client';
156
+ import { Configuration } from 'sailpoint-api-client';
157
+
158
+ const configuration = new Configuration();
159
+ const apiInstance = new IntelligenceApi(configuration);
160
+ const id: string = ef38f94347e94562b5bb8424a56397d8; // Non-empty identity id path segment for Intelligence sub-resources.
161
+ const limit: number = 250; // Page size. Defaults to 250; values above 250 are rejected with 400. (optional)
162
+ const offset: number = 0; // Zero-based page offset. Defaults to 0. (optional)
163
+ const result = await apiInstance.getIntelIdentityAccountsV1({ id: id });
164
+ console.log(result);
165
+ ```
166
+
167
+ [[Back to top]](#)
168
+
169
+ ## get-intel-identity-certification-history-v1
170
+ List identity certification history
171
+ Continuation endpoint for the parent response's `accessHistory.certifications.next` link.
172
+ Returns one page of certification history events for the supplied limit and offset values.
173
+ Per-record decode failures are dropped server-side.
174
+ Requires tenant license idn:response-and-remediation.
175
+
176
+
177
+ [API Spec](https://developer.sailpoint.com/docs/api/get-intel-identity-certification-history-v-1)
178
+
179
+ ### Parameters
180
+
181
+
182
+ Name | Type | Description | Notes
183
+ ------------- | ------------- | ------------- | -------------
184
+ **id** | `string` | Non-empty identity id path segment for Intelligence sub-resources. | [default to undefined]
185
+ **limit** | `number` | Page size. Defaults to 250; values above 250 are rejected with 400. | [optional] [default to 250]
186
+ **offset** | `number` | Zero-based page offset. Defaults to 0. | [optional] [default to 0]
187
+
188
+ ### Return type
189
+
190
+ `Array<Intelcertificationhistoryevent>`
191
+
192
+ ### HTTP request headers
193
+
194
+ - **Content-Type**: Not defined
195
+ - **Accept**: application/json
196
+
197
+ ### Example
198
+
199
+ ```typescript
200
+ import { IntelligenceApi } from 'sailpoint-api-client';
201
+ import { Configuration } from 'sailpoint-api-client';
202
+
203
+ const configuration = new Configuration();
204
+ const apiInstance = new IntelligenceApi(configuration);
205
+ const id: string = ef38f94347e94562b5bb8424a56397d8; // Non-empty identity id path segment for Intelligence sub-resources.
206
+ const limit: number = 250; // Page size. Defaults to 250; values above 250 are rejected with 400. (optional)
207
+ const offset: number = 0; // Zero-based page offset. Defaults to 0. (optional)
208
+ const result = await apiInstance.getIntelIdentityCertificationHistoryV1({ id: id });
209
+ console.log(result);
210
+ ```
211
+
212
+ [[Back to top]](#)
213
+
214
+ ## get-intel-identity-rare-access-v1
215
+ List identity rare access
216
+ Continuation endpoint for the parent response's `outliers.rareAccess.next` link.
217
+ Resolves the identity's first outlier, then returns one page of rare access
218
+ items for the supplied limit and offset values. An identity with no outlier
219
+ returns an empty array. Requires tenant license idn:response-and-remediation
220
+ and the IDA-outliers license.
221
+
222
+
223
+ [API Spec](https://developer.sailpoint.com/docs/api/get-intel-identity-rare-access-v-1)
224
+
225
+ ### Parameters
226
+
227
+
228
+ Name | Type | Description | Notes
229
+ ------------- | ------------- | ------------- | -------------
230
+ **id** | `string` | Non-empty identity id path segment for Intelligence sub-resources. | [default to undefined]
231
+ **limit** | `number` | Page size. Defaults to 250; values above 250 are rejected with 400. | [optional] [default to 250]
232
+ **offset** | `number` | Zero-based page offset. Defaults to 0. | [optional] [default to 0]
233
+
234
+ ### Return type
235
+
236
+ `Array<Inteloutlieraccessitem>`
237
+
238
+ ### HTTP request headers
239
+
240
+ - **Content-Type**: Not defined
241
+ - **Accept**: application/json
242
+
243
+ ### Example
244
+
245
+ ```typescript
246
+ import { IntelligenceApi } from 'sailpoint-api-client';
247
+ import { Configuration } from 'sailpoint-api-client';
248
+
249
+ const configuration = new Configuration();
250
+ const apiInstance = new IntelligenceApi(configuration);
251
+ const id: string = ef38f94347e94562b5bb8424a56397d8; // Non-empty identity id path segment for Intelligence sub-resources.
252
+ const limit: number = 250; // Page size. Defaults to 250; values above 250 are rejected with 400. (optional)
253
+ const offset: number = 0; // Zero-based page offset. Defaults to 0. (optional)
254
+ const result = await apiInstance.getIntelIdentityRareAccessV1({ id: id });
255
+ console.log(result);
256
+ ```
257
+
258
+ [[Back to top]](#)
259
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-errorbody
3
+ title: Errorbody
4
+ pagination_label: Errorbody
5
+ sidebar_label: Errorbody
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Errorbody', 'v1Errorbody']
8
+ slug: /tools/sdk/typescript/intelligence/models/errorbody
9
+ tags: ['SDK', 'Software Development Kit', 'Errorbody', 'v1Errorbody']
10
+ ---
11
+
12
+ # Errorbody
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **detailCode** | **(optional)** `string` | Machine-readable error code returned by the Intelligence service. | [default to undefined]
19
+ **message** | **(optional)** `string` | Human-readable explanation of the error suitable for client logging. | [default to undefined]
20
+
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: v1-errormessagedto
3
+ title: Errormessagedto
4
+ pagination_label: Errormessagedto
5
+ sidebar_label: Errormessagedto
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Errormessagedto', 'v1Errormessagedto']
8
+ slug: /tools/sdk/typescript/intelligence/models/errormessagedto
9
+ tags: ['SDK', 'Software Development Kit', 'Errormessagedto', 'v1Errormessagedto']
10
+ ---
11
+
12
+ # Errormessagedto
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **locale** | **(optional)** `string` | The locale for the message text, a BCP 47 language tag. | [default to undefined]
19
+ **localeOrigin** | **(optional)** `Localeorigin` | | [default to undefined]
20
+ **text** | **(optional)** `string` | Actual text of the error message in the indicated locale. | [default to undefined]
21
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ id: v1-errorresponsedto
3
+ title: Errorresponsedto
4
+ pagination_label: Errorresponsedto
5
+ sidebar_label: Errorresponsedto
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Errorresponsedto', 'v1Errorresponsedto']
8
+ slug: /tools/sdk/typescript/intelligence/models/errorresponsedto
9
+ tags: ['SDK', 'Software Development Kit', 'Errorresponsedto', 'v1Errorresponsedto']
10
+ ---
11
+
12
+ # Errorresponsedto
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **detailCode** | **(optional)** `string` | Fine-grained error code providing more detail of the error. | [default to undefined]
19
+ **trackingId** | **(optional)** `string` | Unique tracking id for the error. | [default to undefined]
20
+ **messages** | **(optional)** `Array<Errormessagedto>` | Generic localized reason for error | [default to undefined]
21
+ **causes** | **(optional)** `Array<Errormessagedto>` | Plain-text descriptive reasons to provide additional detail to the text provided in the messages field | [default to undefined]
22
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: v1-get-identity-intelligence-v1401-response
3
+ title: GetIdentityIntelligenceV1401Response
4
+ pagination_label: GetIdentityIntelligenceV1401Response
5
+ sidebar_label: GetIdentityIntelligenceV1401Response
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'GetIdentityIntelligenceV1401Response', 'v1GetIdentityIntelligenceV1401Response']
8
+ slug: /tools/sdk/typescript/intelligence/models/get-identity-intelligence-v1401-response
9
+ tags: ['SDK', 'Software Development Kit', 'GetIdentityIntelligenceV1401Response', 'v1GetIdentityIntelligenceV1401Response']
10
+ ---
11
+
12
+ # GetIdentityIntelligenceV1401Response
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **error** | **(optional)** `any` | A message describing the error | [default to undefined]
19
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: v1-get-identity-intelligence-v1429-response
3
+ title: GetIdentityIntelligenceV1429Response
4
+ pagination_label: GetIdentityIntelligenceV1429Response
5
+ sidebar_label: GetIdentityIntelligenceV1429Response
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'GetIdentityIntelligenceV1429Response', 'v1GetIdentityIntelligenceV1429Response']
8
+ slug: /tools/sdk/typescript/intelligence/models/get-identity-intelligence-v1429-response
9
+ tags: ['SDK', 'Software Development Kit', 'GetIdentityIntelligenceV1429Response', 'v1GetIdentityIntelligenceV1429Response']
10
+ ---
11
+
12
+ # GetIdentityIntelligenceV1429Response
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **message** | **(optional)** `any` | A message describing the error | [default to undefined]
19
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: intelligence-models
3
+ title: Models
4
+ pagination_label: Models
5
+ sidebar_label: Models
6
+ sidebar_position: 4
7
+ sidebar_key: intelligence-typescript-models
8
+ sidebar_class_name: models
9
+ keywords: ['typescript', 'TypeScript', 'sdk', 'intelligence', 'models']
10
+ slug: /tools/sdk/typescript/intelligence/models
11
+ tags: ['SDK', 'Software Development Kit', 'intelligence', 'models']
12
+ ---
13
+
14
+ The TypeScript SDK uses data models to structure and manage data within the API. These models provide essential details about the data, including their attributes, data types, and how the models relate to each other. Understanding these models is crucial to effectively interact with the API.
15
+
16
+ ## Key Features
17
+ - Attributes: Describe each attribute, including its name, data type, and whether it's required.
18
+ - Validation & Constraints: Highlight any rules or limitations for the attributes, such as format or length limits.
19
+ - Example: Provides a sample of how the API uses the model.
@@ -0,0 +1,30 @@
1
+ ---
2
+ id: v1-intelaccessaccountwire
3
+ title: Intelaccessaccountwire
4
+ pagination_label: Intelaccessaccountwire
5
+ sidebar_label: Intelaccessaccountwire
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccessaccountwire', 'v1Intelaccessaccountwire']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccessaccountwire
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccessaccountwire', 'v1Intelaccessaccountwire']
10
+ ---
11
+
12
+ # Intelaccessaccountwire
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | `string` | Unique account identifier in Identity Security Cloud. | [default to undefined]
19
+ **name** | `string` | Account name or login value on the correlated source. | [default to undefined]
20
+ **source** | **(optional)** `Intelaccesssourcewire` | Source metadata for the account as returned by List Accounts wire format. | [default to undefined]
21
+ **disabled** | `boolean` | True when the account is administratively disabled on the source. | [default to undefined]
22
+ **locked** | `boolean` | True when the account is locked from interactive sign-in on the source. | [default to undefined]
23
+ **authoritative** | `boolean` | True when the account is treated as authoritative for attribute synchronization. | [default to undefined]
24
+ **systemAccount** | `boolean` | True when the account represents a non-interactive or system principal. | [default to undefined]
25
+ **isMachine** | `boolean` | True when the account belongs to a machine or service identity. | [default to undefined]
26
+ **manuallyCorrelated** | `boolean` | True when an administrator manually correlated the account to an identity. | [default to undefined]
27
+ **nativeIdentity** | **(optional)** `string` | Native identifier string on the source directory or application. | [default to undefined]
28
+ **created** | `string` | Timestamp when the account record was created in Identity Security Cloud. | [default to undefined]
29
+ **modified** | `string` | Timestamp when the account record was last modified in Identity Security Cloud. | [default to undefined]
30
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccesshistory
3
+ title: Intelaccesshistory
4
+ pagination_label: Intelaccesshistory
5
+ sidebar_label: Intelaccesshistory
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccesshistory', 'v1Intelaccesshistory']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccesshistory
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccesshistory', 'v1Intelaccesshistory']
10
+ ---
11
+
12
+ # Intelaccesshistory
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **accessItems** | `Intelaccesshistoryaccessitemsslice` | First page of access-item history events for the identity. | [default to undefined]
19
+ **certifications** | `Intelaccesshistorycertificationsslice` | First page of certification history events for the identity. | [default to undefined]
20
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccesshistoryaccessitemsslice
3
+ title: Intelaccesshistoryaccessitemsslice
4
+ pagination_label: Intelaccesshistoryaccessitemsslice
5
+ sidebar_label: Intelaccesshistoryaccessitemsslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccesshistoryaccessitemsslice', 'v1Intelaccesshistoryaccessitemsslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccesshistoryaccessitemsslice
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccesshistoryaccessitemsslice', 'v1Intelaccesshistoryaccessitemsslice']
10
+ ---
11
+
12
+ # Intelaccesshistoryaccessitemsslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **items** | `Array<Intelaccessitemhistoryevent>` | First page of access-item history events for the identity. | [default to undefined]
19
+ **next** | **(optional)** `string` | Absolute URL to the next access-items page; present only when more results exist. | [default to undefined]
20
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccesshistorycertificationsslice
3
+ title: Intelaccesshistorycertificationsslice
4
+ pagination_label: Intelaccesshistorycertificationsslice
5
+ sidebar_label: Intelaccesshistorycertificationsslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccesshistorycertificationsslice', 'v1Intelaccesshistorycertificationsslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccesshistorycertificationsslice
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccesshistorycertificationsslice', 'v1Intelaccesshistorycertificationsslice']
10
+ ---
11
+
12
+ # Intelaccesshistorycertificationsslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **items** | `Array<Intelcertificationhistoryevent>` | First page of certification history events for the identity. | [default to undefined]
19
+ **next** | **(optional)** `string` | Absolute URL to the next certifications page; present only when more results exist. | [default to undefined]
20
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccessitemhistoryevent
3
+ title: Intelaccessitemhistoryevent
4
+ pagination_label: Intelaccessitemhistoryevent
5
+ sidebar_label: Intelaccessitemhistoryevent
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccessitemhistoryevent', 'v1Intelaccessitemhistoryevent']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccessitemhistoryevent
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccessitemhistoryevent', 'v1Intelaccessitemhistoryevent']
10
+ ---
11
+
12
+ # Intelaccessitemhistoryevent
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **eventType** | `string` | Type of access-item history event. | [default to undefined]
19
+ **dateTime** | **(optional)** `string` | Event timestamp. | [default to undefined]
20
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccesssourcewire
3
+ title: Intelaccesssourcewire
4
+ pagination_label: Intelaccesssourcewire
5
+ sidebar_label: Intelaccesssourcewire
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccesssourcewire', 'v1Intelaccesssourcewire']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccesssourcewire
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccesssourcewire', 'v1Intelaccesssourcewire']
10
+ ---
11
+
12
+ # Intelaccesssourcewire
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | **(optional)** `string` | Source identifier referenced by the account wire object. | [default to undefined]
19
+ **name** | **(optional)** `string` | Human-readable source name shown in administrative consoles. | [default to undefined]
20
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelaccountsslice
3
+ title: Intelaccountsslice
4
+ pagination_label: Intelaccountsslice
5
+ sidebar_label: Intelaccountsslice
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelaccountsslice', 'v1Intelaccountsslice']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelaccountsslice
9
+ tags: ['SDK', 'Software Development Kit', 'Intelaccountsslice', 'v1Intelaccountsslice']
10
+ ---
11
+
12
+ # Intelaccountsslice
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **items** | `Array<Intelaccessaccountwire>` | First page of accounts for the identity. | [default to undefined]
19
+ **next** | **(optional)** `string` | Absolute URL to the next accounts page; present only when more results exist. | [default to undefined]
20
+
@@ -0,0 +1,23 @@
1
+ ---
2
+ id: v1-intelcertificationhistoryevent
3
+ title: Intelcertificationhistoryevent
4
+ pagination_label: Intelcertificationhistoryevent
5
+ sidebar_label: Intelcertificationhistoryevent
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelcertificationhistoryevent', 'v1Intelcertificationhistoryevent']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelcertificationhistoryevent
9
+ tags: ['SDK', 'Software Development Kit', 'Intelcertificationhistoryevent', 'v1Intelcertificationhistoryevent']
10
+ ---
11
+
12
+ # Intelcertificationhistoryevent
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **eventType** | `string` | Type of certification history event. | [default to undefined]
19
+ **dateTime** | **(optional)** `string` | Event timestamp. | [default to undefined]
20
+ **certificationId** | **(optional)** `string` | Identifier of the certification. | [default to undefined]
21
+ **certificationName** | **(optional)** `string` | Display name of the certification. | [default to undefined]
22
+ **signedDate** | **(optional)** `string` | Timestamp when the certification was signed. | [default to undefined]
23
+
@@ -0,0 +1,35 @@
1
+ ---
2
+ id: v1-intelidentityaggregate
3
+ title: Intelidentityaggregate
4
+ pagination_label: Intelidentityaggregate
5
+ sidebar_label: Intelidentityaggregate
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentityaggregate', 'v1Intelidentityaggregate']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelidentityaggregate
9
+ tags: ['SDK', 'Software Development Kit', 'Intelidentityaggregate', 'v1Intelidentityaggregate']
10
+ ---
11
+
12
+ # Intelidentityaggregate
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | `string` | Identity Security Cloud identifier for this identity. | [default to undefined]
19
+ **type** | `string` | Identity type for the matched record. | [default to undefined]
20
+ **displayName** | **(optional)** `string` | Preferred display name for the identity across administrative experiences. | [default to undefined]
21
+ **description** | **(optional)** `string` | Optional free-text description assigned to the identity profile when present. | [default to undefined]
22
+ **subtype** | **(optional)** `string` | NERM classification for the identity. | [default to undefined]
23
+ **owners** | **(optional)** `string` | Serialized owner reference information when populated by upstream identity services. | [default to undefined]
24
+ **attributes** | **(optional)** | Arbitrary SCIM-style attribute bag returned for the identity context view. | [default to undefined]
25
+ **created** | **(optional)** `string` | Timestamp when the identity record was created in Identity Security Cloud. | [default to undefined]
26
+ **modified** | **(optional)** `string` | Timestamp when the identity record was last modified in Identity Security Cloud. | [default to undefined]
27
+ **alias** | **(optional)** `string` | Primary login or account alias for the identity. | [default to undefined]
28
+ **email** | **(optional)** `string` | Primary business email address for the identity. | [default to undefined]
29
+ **identityStatus** | **(optional)** `string` | Current identity lifecycle status label from Identity Security Cloud. | [default to undefined]
30
+ **isManager** | `boolean` | True when the identity is flagged as a people manager in the organization. | [default to undefined]
31
+ **accounts** | `Intelaccountsslice` | First page of accounts for the identity. | [default to undefined]
32
+ **privilegedAccess** | `Intelprivilegedaccessslice` | Full privileged access result for the identity. | [default to undefined]
33
+ **outliers** | **(optional)** `Inteloutliersslice` | Rare access slice; omitted when the tenant lacks the IDA-outliers license. | [default to undefined]
34
+ **accessHistory** | `Intelaccesshistory` | Access-history split into access items and certifications sub-slices. | [default to undefined]
35
+
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: v1-intelidentityambiguousbody
3
+ title: Intelidentityambiguousbody
4
+ pagination_label: Intelidentityambiguousbody
5
+ sidebar_label: Intelidentityambiguousbody
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentityambiguousbody', 'v1Intelidentityambiguousbody']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelidentityambiguousbody
9
+ tags: ['SDK', 'Software Development Kit', 'Intelidentityambiguousbody', 'v1Intelidentityambiguousbody']
10
+ ---
11
+
12
+ # Intelidentityambiguousbody
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **detailCode** | `string` | Constant detail code indicating that more than one identity matched the filter. | [default to undefined]
19
+ **message** | **(optional)** `string` | Optional explanatory text describing why the filter was considered ambiguous. | [default to undefined]
20
+ **candidates** | `Array<Intelidentityambiguouscandidate>` | Collection of identities that matched the ambiguous filter expression. | [default to undefined]
21
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: v1-intelidentityambiguouscandidate
3
+ title: Intelidentityambiguouscandidate
4
+ pagination_label: Intelidentityambiguouscandidate
5
+ sidebar_label: Intelidentityambiguouscandidate
6
+ sidebar_class_name: typescriptsdk
7
+ keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentityambiguouscandidate', 'v1Intelidentityambiguouscandidate']
8
+ slug: /tools/sdk/typescript/intelligence/models/intelidentityambiguouscandidate
9
+ tags: ['SDK', 'Software Development Kit', 'Intelidentityambiguouscandidate', 'v1Intelidentityambiguouscandidate']
10
+ ---
11
+
12
+ # Intelidentityambiguouscandidate
13
+
14
+ ## Properties
15
+
16
+ Name | Type | Description | Notes
17
+ ------------ | ------------- | ------------- | -------------
18
+ **id** | `string` | Identity identifier for one of the ambiguous matching identities. | [default to undefined]
19
+ **displayName** | **(optional)** `string` | Display name for the ambiguous matching identity when available. | [default to undefined]
20
+