@itentialopensource/adapter-zscaler 0.8.2 → 0.9.0
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/CALLS.md +1116 -0
- package/CHANGELOG.md +16 -0
- package/TAB1.md +5 -0
- package/TAB2.md +1732 -0
- package/adapter.js +17190 -0
- package/entities/AdminRoleManagement/action.json +126 -0
- package/entities/AdminRoleManagement/schema.json +24 -0
- package/entities/AppViews/action.json +46 -0
- package/entities/AppViews/mockdatafiles/getViewApps-default.json +40 -0
- package/entities/AppViews/mockdatafiles/getViews-default.json +16 -0
- package/entities/AppViews/schema.json +20 -0
- package/entities/Applications/action.json +66 -0
- package/entities/Applications/mockdatafiles/appsSearchGET-default.json +186 -0
- package/entities/Applications/schema.json +21 -0
- package/entities/BrowserIsolation/action.json +25 -0
- package/entities/BrowserIsolation/mockdatafiles/getCloudBrowserIsolationProfiles-default.json +20 -0
- package/entities/BrowserIsolation/schema.json +19 -0
- package/entities/DataLossPrevention/action.json +767 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPDictionarySummary-default.json +808 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEngines-default.json +26 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEnginesSummary-default.json +18 -0
- package/entities/DataLossPrevention/mockdatafiles/getDlpDictionaries-default.json +402 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServerSummary-default.json +14 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServers-default.json +20 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServers-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getPredefinedHierarchicalIdentifiersByDictionaryId-default.json +4 -0
- package/entities/DataLossPrevention/mockdatafiles/getProfiles-default.json +94 -0
- package/entities/DataLossPrevention/mockdatafiles/getRules-default.json +5556 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemaLite-default.json +52 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemas-default.json +379 -0
- package/entities/DataLossPrevention/mockdatafiles/getSummary-default.json +56 -0
- package/entities/DataLossPrevention/mockdatafiles/getWebDlpRulesLite-default.json +5758 -0
- package/entities/DataLossPrevention/mockdatafiles/gettemplates-default.json +34 -0
- package/entities/DataLossPrevention/schema.json +55 -0
- package/entities/DeviceGroups/action.json +67 -0
- package/entities/DeviceGroups/mockdatafiles/getDeviceGroups-default.json +20 -0
- package/entities/DeviceGroups/mockdatafiles/getDevices-default.json +26 -0
- package/entities/DeviceGroups/mockdatafiles/getDevicesLite-default.json +38 -0
- package/entities/DeviceGroups/schema.json +21 -0
- package/entities/EventLogs/action.json +86 -0
- package/entities/EventLogs/schema.json +22 -0
- package/entities/FirewallPolicies/action.json +889 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroups-default.json +130 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroupsLite-default.json +94 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6Groups-default.json +111 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6GroupsLite-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallFilteringRules-default.json +3884 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroups-default.json +21 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroupsLite-default.json +49 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkApplications-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroups-default.json +657 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroupsLite-default.json +361 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServices-default.json +206 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServicesLite-default.json +322 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroups-default.json +57 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroupsLite-default.json +17 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6Groups-default.json +54 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6GroupsLite-default.json +15 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindowSummary-default.json +42 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindows-default.json +32 -0
- package/entities/FirewallPolicies/schema.json +61 -0
- package/entities/ForwardingControlPolicy/action.json +208 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getForwardingRules-default.json +2183 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getZpaGateways-default.json +60 -0
- package/entities/ForwardingControlPolicy/schema.json +28 -0
- package/entities/IntermediateCACertificates/action.json +455 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getCertificatesInReadyToUseState-default.json +70 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json +19 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificatesLite-default.json +53 -0
- package/entities/IntermediateCACertificates/schema.json +40 -0
- package/entities/IoTReport/action.json +88 -0
- package/entities/IoTReport/mockdatafiles/getCategories-default.json +22 -0
- package/entities/IoTReport/mockdatafiles/getClassifications-default.json +12 -0
- package/entities/IoTReport/mockdatafiles/getDeviceTypes-default.json +7 -0
- package/entities/IoTReport/schema.json +22 -0
- package/entities/LocationManagement/action.json +130 -0
- package/entities/LocationManagement/mockdatafiles/getGroups-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v1-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v2-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getSubLocations-default.json +465 -0
- package/entities/LocationManagement/mockdatafiles/getTopLocations-default.json +191 -0
- package/entities/LocationManagement/schema.json +24 -0
- package/entities/RuleLabels/action.json +106 -0
- package/entities/RuleLabels/mockdatafiles/getRuleLabels-default.json +59 -0
- package/entities/RuleLabels/schema.json +23 -0
- package/entities/SandboxSettings/action.json +66 -0
- package/entities/SandboxSettings/schema.json +21 -0
- package/entities/SandboxSubmissionAPI/action.json +44 -0
- package/entities/SandboxSubmissionAPI/schema.json +20 -0
- package/entities/ShadowITReport/action.json +106 -0
- package/entities/ShadowITReport/mockdatafiles/getAllCustomTags-default.json +10 -0
- package/entities/ShadowITReport/mockdatafiles/getCloudApplicationsLite-default.json +10 -0
- package/entities/ShadowITReport/schema.json +23 -0
- package/entities/TrafficForwarding/action.json +459 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllGreTunnels-default.json +70 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllStaticIPs-default.json +90 -0
- package/entities/TrafficForwarding/mockdatafiles/getDns64Prefixes-default.json +34 -0
- package/entities/TrafficForwarding/mockdatafiles/getIPGWDetails-default.json +32 -0
- package/entities/TrafficForwarding/mockdatafiles/getNat64Prefixes-default.json +18 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedGreVips-default.json +20 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedVipsGroupedByDC-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getRegionsByPrefix-default.json +26 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v1-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v2-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getZscalerNodesDetails-default.json +170 -0
- package/entities/TrafficForwarding/mockdatafiles/validateAndGetAvailableInternalIpRanges-default.json +18 -0
- package/entities/TrafficForwarding/schema.json +40 -0
- package/entities/URLFilteringPolicies/action.json +106 -0
- package/entities/URLFilteringPolicies/mockdatafiles/getUrlFilteringRules-default.json +2918 -0
- package/entities/URLFilteringPolicies/schema.json +23 -0
- package/entities/UserAuthenticationSettings/action.json +45 -0
- package/entities/UserAuthenticationSettings/schema.json +20 -0
- package/entities/WorkloadGroups/action.json +25 -0
- package/entities/WorkloadGroups/mockdatafiles/getWorkloadGroups-default.json +396 -0
- package/entities/WorkloadGroups/schema.json +19 -0
- package/package.json +3 -3
- package/pronghorn.json +17256 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +17120 -2
- package/report/adapter-openapi.yaml +13753 -815
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +4882 -0
- package/test/unit/adapterTestUnit.js +3848 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 7,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"predefinedEngineName": "string",
|
|
6
|
+
"engineExpression": "string",
|
|
7
|
+
"customDlpEngine": false,
|
|
8
|
+
"description": "string"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": 7,
|
|
12
|
+
"name": "string",
|
|
13
|
+
"predefinedEngineName": "string",
|
|
14
|
+
"engineExpression": "string",
|
|
15
|
+
"customDlpEngine": true,
|
|
16
|
+
"description": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 1,
|
|
20
|
+
"name": "string",
|
|
21
|
+
"predefinedEngineName": "string",
|
|
22
|
+
"engineExpression": "string",
|
|
23
|
+
"customDlpEngine": false,
|
|
24
|
+
"description": "string"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 10,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"predefinedEngineName": "string",
|
|
6
|
+
"engineExpression": "string",
|
|
7
|
+
"customDlpEngine": false,
|
|
8
|
+
"description": "string"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": 2,
|
|
12
|
+
"name": "string",
|
|
13
|
+
"predefinedEngineName": "string",
|
|
14
|
+
"engineExpression": "string",
|
|
15
|
+
"customDlpEngine": true,
|
|
16
|
+
"description": "string"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 1,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"description": "string",
|
|
6
|
+
"confidenceThreshold": null,
|
|
7
|
+
"predefinedCountActionType": null,
|
|
8
|
+
"dictionaryCloningEnabled": false,
|
|
9
|
+
"proximityEnabledForCustomDictionary": true,
|
|
10
|
+
"phrases": [
|
|
11
|
+
{
|
|
12
|
+
"action": null,
|
|
13
|
+
"phrase": "string"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"customPhraseMatchType": null,
|
|
17
|
+
"customPhraseSupported": false,
|
|
18
|
+
"patterns": [
|
|
19
|
+
{
|
|
20
|
+
"action": null,
|
|
21
|
+
"pattern": "string"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"action": null,
|
|
25
|
+
"pattern": "string"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"nameL10nTag": true,
|
|
29
|
+
"thresholdType": null,
|
|
30
|
+
"dictionaryType": null,
|
|
31
|
+
"exactDataMatchDetails": [
|
|
32
|
+
{
|
|
33
|
+
"dictionaryEdmMappingId": 1,
|
|
34
|
+
"schemaId": 1,
|
|
35
|
+
"primaryField": 7,
|
|
36
|
+
"secondaryFields": [
|
|
37
|
+
3,
|
|
38
|
+
3,
|
|
39
|
+
7
|
|
40
|
+
],
|
|
41
|
+
"secondaryFieldMatchOn": null
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"dictionaryEdmMappingId": 2,
|
|
45
|
+
"schemaId": 2,
|
|
46
|
+
"primaryField": 8,
|
|
47
|
+
"secondaryFields": [
|
|
48
|
+
3,
|
|
49
|
+
2,
|
|
50
|
+
9,
|
|
51
|
+
10,
|
|
52
|
+
9,
|
|
53
|
+
6
|
|
54
|
+
],
|
|
55
|
+
"secondaryFieldMatchOn": null
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"dictionaryEdmMappingId": 2,
|
|
59
|
+
"schemaId": 1,
|
|
60
|
+
"primaryField": 10,
|
|
61
|
+
"secondaryFields": [
|
|
62
|
+
1,
|
|
63
|
+
1,
|
|
64
|
+
4,
|
|
65
|
+
10,
|
|
66
|
+
8,
|
|
67
|
+
1,
|
|
68
|
+
4,
|
|
69
|
+
9
|
|
70
|
+
],
|
|
71
|
+
"secondaryFieldMatchOn": null
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"dictionaryEdmMappingId": 4,
|
|
75
|
+
"schemaId": 2,
|
|
76
|
+
"primaryField": 7,
|
|
77
|
+
"secondaryFields": [
|
|
78
|
+
6,
|
|
79
|
+
3
|
|
80
|
+
],
|
|
81
|
+
"secondaryFieldMatchOn": null
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"dictionaryEdmMappingId": 7,
|
|
85
|
+
"schemaId": 9,
|
|
86
|
+
"primaryField": 4,
|
|
87
|
+
"secondaryFields": [
|
|
88
|
+
7,
|
|
89
|
+
3,
|
|
90
|
+
1,
|
|
91
|
+
10
|
|
92
|
+
],
|
|
93
|
+
"secondaryFieldMatchOn": null
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"dictionaryEdmMappingId": 10,
|
|
97
|
+
"schemaId": 6,
|
|
98
|
+
"primaryField": 6,
|
|
99
|
+
"secondaryFields": [
|
|
100
|
+
3,
|
|
101
|
+
1,
|
|
102
|
+
3,
|
|
103
|
+
2,
|
|
104
|
+
10,
|
|
105
|
+
5
|
|
106
|
+
],
|
|
107
|
+
"secondaryFieldMatchOn": null
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"hierarchicalDictionary": true,
|
|
111
|
+
"hierarchicalIdentifiers": [
|
|
112
|
+
"string",
|
|
113
|
+
"string",
|
|
114
|
+
"string",
|
|
115
|
+
"string",
|
|
116
|
+
"string",
|
|
117
|
+
"string",
|
|
118
|
+
"string",
|
|
119
|
+
"string",
|
|
120
|
+
"string"
|
|
121
|
+
],
|
|
122
|
+
"idmProfileMatchAccuracy": [
|
|
123
|
+
{
|
|
124
|
+
"adpIdmProfile": {
|
|
125
|
+
"id": 5,
|
|
126
|
+
"name": "string",
|
|
127
|
+
"externalId": "string",
|
|
128
|
+
"extensions": {}
|
|
129
|
+
},
|
|
130
|
+
"matchAccuracy": null
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"adpIdmProfile": {
|
|
134
|
+
"id": 3,
|
|
135
|
+
"name": "string",
|
|
136
|
+
"externalId": "string",
|
|
137
|
+
"extensions": {}
|
|
138
|
+
},
|
|
139
|
+
"matchAccuracy": null
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"adpIdmProfile": {
|
|
143
|
+
"id": 4,
|
|
144
|
+
"name": "string",
|
|
145
|
+
"externalId": "string",
|
|
146
|
+
"extensions": {}
|
|
147
|
+
},
|
|
148
|
+
"matchAccuracy": null
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"adpIdmProfile": {
|
|
152
|
+
"id": 10,
|
|
153
|
+
"name": "string",
|
|
154
|
+
"externalId": "string",
|
|
155
|
+
"extensions": {}
|
|
156
|
+
},
|
|
157
|
+
"matchAccuracy": null
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"adpIdmProfile": {
|
|
161
|
+
"id": 7,
|
|
162
|
+
"name": "string",
|
|
163
|
+
"externalId": "string",
|
|
164
|
+
"extensions": {}
|
|
165
|
+
},
|
|
166
|
+
"matchAccuracy": null
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"adpIdmProfile": {
|
|
170
|
+
"id": 6,
|
|
171
|
+
"name": "string",
|
|
172
|
+
"externalId": "string",
|
|
173
|
+
"extensions": {}
|
|
174
|
+
},
|
|
175
|
+
"matchAccuracy": null
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"adpIdmProfile": {
|
|
179
|
+
"id": 10,
|
|
180
|
+
"name": "string",
|
|
181
|
+
"externalId": "string",
|
|
182
|
+
"extensions": {}
|
|
183
|
+
},
|
|
184
|
+
"matchAccuracy": null
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"adpIdmProfile": {
|
|
188
|
+
"id": 2,
|
|
189
|
+
"name": "string",
|
|
190
|
+
"externalId": "string",
|
|
191
|
+
"extensions": {}
|
|
192
|
+
},
|
|
193
|
+
"matchAccuracy": null
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"adpIdmProfile": {
|
|
197
|
+
"id": 9,
|
|
198
|
+
"name": "string",
|
|
199
|
+
"externalId": "string",
|
|
200
|
+
"extensions": {}
|
|
201
|
+
},
|
|
202
|
+
"matchAccuracy": null
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"ignoreExactMatchIdmDict": true,
|
|
206
|
+
"includeBinNumbers": false,
|
|
207
|
+
"binNumbers": [
|
|
208
|
+
8,
|
|
209
|
+
10,
|
|
210
|
+
9,
|
|
211
|
+
5,
|
|
212
|
+
7,
|
|
213
|
+
7,
|
|
214
|
+
7,
|
|
215
|
+
10,
|
|
216
|
+
4
|
|
217
|
+
],
|
|
218
|
+
"dictTemplateId": 4,
|
|
219
|
+
"predefinedClone": true,
|
|
220
|
+
"proximity": 4,
|
|
221
|
+
"custom": false,
|
|
222
|
+
"proximityLengthEnabled": true
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": 4,
|
|
226
|
+
"name": "string",
|
|
227
|
+
"description": "string",
|
|
228
|
+
"confidenceThreshold": null,
|
|
229
|
+
"predefinedCountActionType": null,
|
|
230
|
+
"dictionaryCloningEnabled": true,
|
|
231
|
+
"proximityEnabledForCustomDictionary": false,
|
|
232
|
+
"phrases": [
|
|
233
|
+
{
|
|
234
|
+
"action": null,
|
|
235
|
+
"phrase": "string"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"action": null,
|
|
239
|
+
"phrase": "string"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"action": null,
|
|
243
|
+
"phrase": "string"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"action": null,
|
|
247
|
+
"phrase": "string"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"action": null,
|
|
251
|
+
"phrase": "string"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"action": null,
|
|
255
|
+
"phrase": "string"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"action": null,
|
|
259
|
+
"phrase": "string"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"customPhraseMatchType": null,
|
|
263
|
+
"customPhraseSupported": false,
|
|
264
|
+
"patterns": [
|
|
265
|
+
{
|
|
266
|
+
"action": null,
|
|
267
|
+
"pattern": "string"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"action": null,
|
|
271
|
+
"pattern": "string"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"action": null,
|
|
275
|
+
"pattern": "string"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"action": null,
|
|
279
|
+
"pattern": "string"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"action": null,
|
|
283
|
+
"pattern": "string"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"action": null,
|
|
287
|
+
"pattern": "string"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"action": null,
|
|
291
|
+
"pattern": "string"
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"nameL10nTag": true,
|
|
295
|
+
"thresholdType": null,
|
|
296
|
+
"dictionaryType": null,
|
|
297
|
+
"exactDataMatchDetails": [
|
|
298
|
+
{
|
|
299
|
+
"dictionaryEdmMappingId": 7,
|
|
300
|
+
"schemaId": 10,
|
|
301
|
+
"primaryField": 9,
|
|
302
|
+
"secondaryFields": [
|
|
303
|
+
3,
|
|
304
|
+
9,
|
|
305
|
+
8,
|
|
306
|
+
6,
|
|
307
|
+
7,
|
|
308
|
+
1,
|
|
309
|
+
3
|
|
310
|
+
],
|
|
311
|
+
"secondaryFieldMatchOn": null
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"dictionaryEdmMappingId": 8,
|
|
315
|
+
"schemaId": 2,
|
|
316
|
+
"primaryField": 3,
|
|
317
|
+
"secondaryFields": [
|
|
318
|
+
3,
|
|
319
|
+
9,
|
|
320
|
+
2,
|
|
321
|
+
9
|
|
322
|
+
],
|
|
323
|
+
"secondaryFieldMatchOn": null
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"hierarchicalDictionary": true,
|
|
327
|
+
"hierarchicalIdentifiers": [
|
|
328
|
+
"string",
|
|
329
|
+
"string",
|
|
330
|
+
"string",
|
|
331
|
+
"string",
|
|
332
|
+
"string",
|
|
333
|
+
"string",
|
|
334
|
+
"string",
|
|
335
|
+
"string"
|
|
336
|
+
],
|
|
337
|
+
"idmProfileMatchAccuracy": [
|
|
338
|
+
{
|
|
339
|
+
"adpIdmProfile": {
|
|
340
|
+
"id": 10,
|
|
341
|
+
"name": "string",
|
|
342
|
+
"externalId": "string",
|
|
343
|
+
"extensions": {}
|
|
344
|
+
},
|
|
345
|
+
"matchAccuracy": null
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"adpIdmProfile": {
|
|
349
|
+
"id": 8,
|
|
350
|
+
"name": "string",
|
|
351
|
+
"externalId": "string",
|
|
352
|
+
"extensions": {}
|
|
353
|
+
},
|
|
354
|
+
"matchAccuracy": null
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"adpIdmProfile": {
|
|
358
|
+
"id": 6,
|
|
359
|
+
"name": "string",
|
|
360
|
+
"externalId": "string",
|
|
361
|
+
"extensions": {}
|
|
362
|
+
},
|
|
363
|
+
"matchAccuracy": null
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"adpIdmProfile": {
|
|
367
|
+
"id": 6,
|
|
368
|
+
"name": "string",
|
|
369
|
+
"externalId": "string",
|
|
370
|
+
"extensions": {}
|
|
371
|
+
},
|
|
372
|
+
"matchAccuracy": null
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"adpIdmProfile": {
|
|
376
|
+
"id": 10,
|
|
377
|
+
"name": "string",
|
|
378
|
+
"externalId": "string",
|
|
379
|
+
"extensions": {}
|
|
380
|
+
},
|
|
381
|
+
"matchAccuracy": null
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"ignoreExactMatchIdmDict": false,
|
|
385
|
+
"includeBinNumbers": true,
|
|
386
|
+
"binNumbers": [
|
|
387
|
+
9,
|
|
388
|
+
1,
|
|
389
|
+
7,
|
|
390
|
+
10,
|
|
391
|
+
1,
|
|
392
|
+
8,
|
|
393
|
+
4,
|
|
394
|
+
8
|
|
395
|
+
],
|
|
396
|
+
"dictTemplateId": 7,
|
|
397
|
+
"predefinedClone": true,
|
|
398
|
+
"proximity": 8,
|
|
399
|
+
"custom": false,
|
|
400
|
+
"proximityLengthEnabled": false
|
|
401
|
+
}
|
|
402
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 6,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"url": "string",
|
|
6
|
+
"status": null
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": 1,
|
|
10
|
+
"name": "string",
|
|
11
|
+
"url": "string",
|
|
12
|
+
"status": null
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": 9,
|
|
16
|
+
"name": "string",
|
|
17
|
+
"url": "string",
|
|
18
|
+
"status": null
|
|
19
|
+
}
|
|
20
|
+
]
|
package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 6,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"url": "string",
|
|
6
|
+
"status": null,
|
|
7
|
+
"flags": 5
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 10,
|
|
11
|
+
"name": "string",
|
|
12
|
+
"url": "string",
|
|
13
|
+
"status": null,
|
|
14
|
+
"flags": 5
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": 1,
|
|
18
|
+
"name": "string",
|
|
19
|
+
"url": "string",
|
|
20
|
+
"status": null,
|
|
21
|
+
"flags": 7
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": 2,
|
|
25
|
+
"name": "string",
|
|
26
|
+
"url": "string",
|
|
27
|
+
"status": null,
|
|
28
|
+
"flags": 6
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 10,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"url": "string",
|
|
6
|
+
"status": null,
|
|
7
|
+
"flags": 4
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 7,
|
|
11
|
+
"name": "string",
|
|
12
|
+
"url": "string",
|
|
13
|
+
"status": null,
|
|
14
|
+
"flags": 4
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": 1,
|
|
18
|
+
"name": "string",
|
|
19
|
+
"url": "string",
|
|
20
|
+
"status": null,
|
|
21
|
+
"flags": 10
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": 2,
|
|
25
|
+
"name": "string",
|
|
26
|
+
"url": "string",
|
|
27
|
+
"status": null,
|
|
28
|
+
"flags": 5
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"profileId": 1,
|
|
4
|
+
"profileName": "string",
|
|
5
|
+
"profileDesc": "string",
|
|
6
|
+
"profileType": null,
|
|
7
|
+
"host": "string",
|
|
8
|
+
"port": 3,
|
|
9
|
+
"profileDirPath": "string",
|
|
10
|
+
"scheduleType": null,
|
|
11
|
+
"scheduleDay": 8,
|
|
12
|
+
"scheduleDayOfMonth": [
|
|
13
|
+
"string",
|
|
14
|
+
"string",
|
|
15
|
+
"string",
|
|
16
|
+
"string",
|
|
17
|
+
"string",
|
|
18
|
+
"string",
|
|
19
|
+
"string",
|
|
20
|
+
"string",
|
|
21
|
+
"string",
|
|
22
|
+
"string"
|
|
23
|
+
],
|
|
24
|
+
"scheduleDayOfWeek": [
|
|
25
|
+
"MON",
|
|
26
|
+
"SAT",
|
|
27
|
+
"MON",
|
|
28
|
+
"FRI",
|
|
29
|
+
"SAT",
|
|
30
|
+
"THU",
|
|
31
|
+
"TUE"
|
|
32
|
+
],
|
|
33
|
+
"scheduleTime": 6,
|
|
34
|
+
"scheduleDisabled": false,
|
|
35
|
+
"uploadStatus": null,
|
|
36
|
+
"userName": "string",
|
|
37
|
+
"version": 7,
|
|
38
|
+
"idmClient": {
|
|
39
|
+
"id": 5,
|
|
40
|
+
"name": "string",
|
|
41
|
+
"externalId": "string",
|
|
42
|
+
"extensions": {}
|
|
43
|
+
},
|
|
44
|
+
"volumeOfDocuments": 5,
|
|
45
|
+
"numDocuments": 3,
|
|
46
|
+
"lastModifiedTime": 6,
|
|
47
|
+
"modifiedBy": {
|
|
48
|
+
"id": 1,
|
|
49
|
+
"name": "string",
|
|
50
|
+
"externalId": "string",
|
|
51
|
+
"extensions": {}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"profileId": 6,
|
|
56
|
+
"profileName": "string",
|
|
57
|
+
"profileDesc": "string",
|
|
58
|
+
"profileType": null,
|
|
59
|
+
"host": "string",
|
|
60
|
+
"port": 10,
|
|
61
|
+
"profileDirPath": "string",
|
|
62
|
+
"scheduleType": null,
|
|
63
|
+
"scheduleDay": 3,
|
|
64
|
+
"scheduleDayOfMonth": [
|
|
65
|
+
"string",
|
|
66
|
+
"string"
|
|
67
|
+
],
|
|
68
|
+
"scheduleDayOfWeek": [
|
|
69
|
+
"SUN",
|
|
70
|
+
"SAT",
|
|
71
|
+
"SUN"
|
|
72
|
+
],
|
|
73
|
+
"scheduleTime": 3,
|
|
74
|
+
"scheduleDisabled": true,
|
|
75
|
+
"uploadStatus": null,
|
|
76
|
+
"userName": "string",
|
|
77
|
+
"version": 7,
|
|
78
|
+
"idmClient": {
|
|
79
|
+
"id": 1,
|
|
80
|
+
"name": "string",
|
|
81
|
+
"externalId": "string",
|
|
82
|
+
"extensions": {}
|
|
83
|
+
},
|
|
84
|
+
"volumeOfDocuments": 1,
|
|
85
|
+
"numDocuments": 6,
|
|
86
|
+
"lastModifiedTime": 8,
|
|
87
|
+
"modifiedBy": {
|
|
88
|
+
"id": 1,
|
|
89
|
+
"name": "string",
|
|
90
|
+
"externalId": "string",
|
|
91
|
+
"extensions": {}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|