files.com 1.2.210 → 1.2.211
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/_VERSION +1 -1
- package/docs/models/SiemHttpDestination.md +30 -30
- package/lib/Files.js +1 -1
- package/lib/models/SiemHttpDestination.js +40 -40
- package/package.json +1 -1
- package/src/Files.js +1 -1
- package/src/models/SiemHttpDestination.js +30 -30
package/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.211
|
|
@@ -25,25 +25,25 @@
|
|
|
25
25
|
"new_relic_api_key_masked": "example",
|
|
26
26
|
"datadog_api_key_masked": "example",
|
|
27
27
|
"sftp_action_send_enabled": true,
|
|
28
|
-
"
|
|
28
|
+
"sftp_action_entries_sent": 1,
|
|
29
29
|
"ftp_action_send_enabled": true,
|
|
30
|
-
"
|
|
30
|
+
"ftp_action_entries_sent": 1,
|
|
31
31
|
"web_dav_action_send_enabled": true,
|
|
32
|
-
"
|
|
32
|
+
"web_dav_action_entries_sent": 1,
|
|
33
33
|
"sync_send_enabled": true,
|
|
34
|
-
"
|
|
34
|
+
"sync_entries_sent": 1,
|
|
35
35
|
"outbound_connection_send_enabled": true,
|
|
36
|
-
"
|
|
36
|
+
"outbound_connection_entries_sent": 1,
|
|
37
37
|
"automation_send_enabled": true,
|
|
38
|
-
"
|
|
38
|
+
"automation_entries_sent": 1,
|
|
39
39
|
"api_request_send_enabled": true,
|
|
40
|
-
"
|
|
40
|
+
"api_request_entries_sent": 1,
|
|
41
41
|
"public_hosting_request_send_enabled": true,
|
|
42
|
-
"
|
|
42
|
+
"public_hosting_request_entries_sent": 1,
|
|
43
43
|
"email_send_enabled": true,
|
|
44
|
-
"
|
|
44
|
+
"email_entries_sent": 1,
|
|
45
45
|
"exavault_api_request_send_enabled": true,
|
|
46
|
-
"
|
|
46
|
+
"exavault_api_request_entries_sent": 1,
|
|
47
47
|
"last_http_call_target_type": "destination_url",
|
|
48
48
|
"last_http_call_success": true,
|
|
49
49
|
"last_http_call_response_code": 1,
|
|
@@ -75,25 +75,25 @@
|
|
|
75
75
|
* `new_relic_api_key_masked` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
76
76
|
* `datadog_api_key_masked` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
77
77
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
78
|
-
* `
|
|
78
|
+
* `sftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
79
79
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
80
|
-
* `
|
|
80
|
+
* `ftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
81
81
|
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
|
82
|
-
* `
|
|
82
|
+
* `web_dav_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
83
83
|
* `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
|
|
84
|
-
* `
|
|
84
|
+
* `sync_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
85
85
|
* `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
|
|
86
|
-
* `
|
|
86
|
+
* `outbound_connection_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
87
87
|
* `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
|
|
88
|
-
* `
|
|
88
|
+
* `automation_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
89
89
|
* `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
|
|
90
|
-
* `
|
|
90
|
+
* `api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
91
91
|
* `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
|
|
92
|
-
* `
|
|
92
|
+
* `public_hosting_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
93
93
|
* `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
|
|
94
|
-
* `
|
|
94
|
+
* `email_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
95
95
|
* `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
|
|
96
|
-
* `
|
|
96
|
+
* `exavault_api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
97
97
|
* `last_http_call_target_type` (string): Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
|
|
98
98
|
* `last_http_call_success` (boolean): Was the last HTTP call made successful?
|
|
99
99
|
* `last_http_call_response_code` (int64): Last HTTP Call Response Code
|
|
@@ -349,25 +349,25 @@ await siem_http_destination.update({
|
|
|
349
349
|
"new_relic_api_key_masked": "example",
|
|
350
350
|
"datadog_api_key_masked": "example",
|
|
351
351
|
"sftp_action_send_enabled": true,
|
|
352
|
-
"
|
|
352
|
+
"sftp_action_entries_sent": 1,
|
|
353
353
|
"ftp_action_send_enabled": true,
|
|
354
|
-
"
|
|
354
|
+
"ftp_action_entries_sent": 1,
|
|
355
355
|
"web_dav_action_send_enabled": true,
|
|
356
|
-
"
|
|
356
|
+
"web_dav_action_entries_sent": 1,
|
|
357
357
|
"sync_send_enabled": true,
|
|
358
|
-
"
|
|
358
|
+
"sync_entries_sent": 1,
|
|
359
359
|
"outbound_connection_send_enabled": true,
|
|
360
|
-
"
|
|
360
|
+
"outbound_connection_entries_sent": 1,
|
|
361
361
|
"automation_send_enabled": true,
|
|
362
|
-
"
|
|
362
|
+
"automation_entries_sent": 1,
|
|
363
363
|
"api_request_send_enabled": true,
|
|
364
|
-
"
|
|
364
|
+
"api_request_entries_sent": 1,
|
|
365
365
|
"public_hosting_request_send_enabled": true,
|
|
366
|
-
"
|
|
366
|
+
"public_hosting_request_entries_sent": 1,
|
|
367
367
|
"email_send_enabled": true,
|
|
368
|
-
"
|
|
368
|
+
"email_entries_sent": 1,
|
|
369
369
|
"exavault_api_request_send_enabled": true,
|
|
370
|
-
"
|
|
370
|
+
"exavault_api_request_entries_sent": 1,
|
|
371
371
|
"last_http_call_target_type": "destination_url",
|
|
372
372
|
"last_http_call_success": true,
|
|
373
373
|
"last_http_call_response_code": 1,
|
package/lib/Files.js
CHANGED
|
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
|
|
|
11
11
|
var apiKey;
|
|
12
12
|
var baseUrl = 'https://app.files.com';
|
|
13
13
|
var sessionId = null;
|
|
14
|
-
var version = '1.2.
|
|
14
|
+
var version = '1.2.211';
|
|
15
15
|
var userAgent = "Files.com JavaScript SDK v".concat(version);
|
|
16
16
|
var logLevel = _Logger.LogLevel.INFO;
|
|
17
17
|
var debugRequest = false;
|
|
@@ -167,11 +167,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
167
167
|
_this.attributes.sftp_action_send_enabled = value;
|
|
168
168
|
});
|
|
169
169
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
170
|
-
(0, _defineProperty2.default)(this, "
|
|
171
|
-
return _this.attributes.
|
|
170
|
+
(0, _defineProperty2.default)(this, "getSftpActionEntriesSent", function () {
|
|
171
|
+
return _this.attributes.sftp_action_entries_sent;
|
|
172
172
|
});
|
|
173
|
-
(0, _defineProperty2.default)(this, "
|
|
174
|
-
_this.attributes.
|
|
173
|
+
(0, _defineProperty2.default)(this, "setSftpActionEntriesSent", function (value) {
|
|
174
|
+
_this.attributes.sftp_action_entries_sent = value;
|
|
175
175
|
});
|
|
176
176
|
// boolean # Whether or not sending is enabled for ftp_action logs.
|
|
177
177
|
(0, _defineProperty2.default)(this, "getFtpActionSendEnabled", function () {
|
|
@@ -181,11 +181,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
181
181
|
_this.attributes.ftp_action_send_enabled = value;
|
|
182
182
|
});
|
|
183
183
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
184
|
-
(0, _defineProperty2.default)(this, "
|
|
185
|
-
return _this.attributes.
|
|
184
|
+
(0, _defineProperty2.default)(this, "getFtpActionEntriesSent", function () {
|
|
185
|
+
return _this.attributes.ftp_action_entries_sent;
|
|
186
186
|
});
|
|
187
|
-
(0, _defineProperty2.default)(this, "
|
|
188
|
-
_this.attributes.
|
|
187
|
+
(0, _defineProperty2.default)(this, "setFtpActionEntriesSent", function (value) {
|
|
188
|
+
_this.attributes.ftp_action_entries_sent = value;
|
|
189
189
|
});
|
|
190
190
|
// boolean # Whether or not sending is enabled for web_dav_action logs.
|
|
191
191
|
(0, _defineProperty2.default)(this, "getWebDavActionSendEnabled", function () {
|
|
@@ -195,11 +195,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
195
195
|
_this.attributes.web_dav_action_send_enabled = value;
|
|
196
196
|
});
|
|
197
197
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
198
|
-
(0, _defineProperty2.default)(this, "
|
|
199
|
-
return _this.attributes.
|
|
198
|
+
(0, _defineProperty2.default)(this, "getWebDavActionEntriesSent", function () {
|
|
199
|
+
return _this.attributes.web_dav_action_entries_sent;
|
|
200
200
|
});
|
|
201
|
-
(0, _defineProperty2.default)(this, "
|
|
202
|
-
_this.attributes.
|
|
201
|
+
(0, _defineProperty2.default)(this, "setWebDavActionEntriesSent", function (value) {
|
|
202
|
+
_this.attributes.web_dav_action_entries_sent = value;
|
|
203
203
|
});
|
|
204
204
|
// boolean # Whether or not sending is enabled for sync logs.
|
|
205
205
|
(0, _defineProperty2.default)(this, "getSyncSendEnabled", function () {
|
|
@@ -209,11 +209,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
209
209
|
_this.attributes.sync_send_enabled = value;
|
|
210
210
|
});
|
|
211
211
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
212
|
-
(0, _defineProperty2.default)(this, "
|
|
213
|
-
return _this.attributes.
|
|
212
|
+
(0, _defineProperty2.default)(this, "getSyncEntriesSent", function () {
|
|
213
|
+
return _this.attributes.sync_entries_sent;
|
|
214
214
|
});
|
|
215
|
-
(0, _defineProperty2.default)(this, "
|
|
216
|
-
_this.attributes.
|
|
215
|
+
(0, _defineProperty2.default)(this, "setSyncEntriesSent", function (value) {
|
|
216
|
+
_this.attributes.sync_entries_sent = value;
|
|
217
217
|
});
|
|
218
218
|
// boolean # Whether or not sending is enabled for outbound_connection logs.
|
|
219
219
|
(0, _defineProperty2.default)(this, "getOutboundConnectionSendEnabled", function () {
|
|
@@ -223,11 +223,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
223
223
|
_this.attributes.outbound_connection_send_enabled = value;
|
|
224
224
|
});
|
|
225
225
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
226
|
-
(0, _defineProperty2.default)(this, "
|
|
227
|
-
return _this.attributes.
|
|
226
|
+
(0, _defineProperty2.default)(this, "getOutboundConnectionEntriesSent", function () {
|
|
227
|
+
return _this.attributes.outbound_connection_entries_sent;
|
|
228
228
|
});
|
|
229
|
-
(0, _defineProperty2.default)(this, "
|
|
230
|
-
_this.attributes.
|
|
229
|
+
(0, _defineProperty2.default)(this, "setOutboundConnectionEntriesSent", function (value) {
|
|
230
|
+
_this.attributes.outbound_connection_entries_sent = value;
|
|
231
231
|
});
|
|
232
232
|
// boolean # Whether or not sending is enabled for automation logs.
|
|
233
233
|
(0, _defineProperty2.default)(this, "getAutomationSendEnabled", function () {
|
|
@@ -237,11 +237,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
237
237
|
_this.attributes.automation_send_enabled = value;
|
|
238
238
|
});
|
|
239
239
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
240
|
-
(0, _defineProperty2.default)(this, "
|
|
241
|
-
return _this.attributes.
|
|
240
|
+
(0, _defineProperty2.default)(this, "getAutomationEntriesSent", function () {
|
|
241
|
+
return _this.attributes.automation_entries_sent;
|
|
242
242
|
});
|
|
243
|
-
(0, _defineProperty2.default)(this, "
|
|
244
|
-
_this.attributes.
|
|
243
|
+
(0, _defineProperty2.default)(this, "setAutomationEntriesSent", function (value) {
|
|
244
|
+
_this.attributes.automation_entries_sent = value;
|
|
245
245
|
});
|
|
246
246
|
// boolean # Whether or not sending is enabled for api_request logs.
|
|
247
247
|
(0, _defineProperty2.default)(this, "getApiRequestSendEnabled", function () {
|
|
@@ -251,11 +251,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
251
251
|
_this.attributes.api_request_send_enabled = value;
|
|
252
252
|
});
|
|
253
253
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
254
|
-
(0, _defineProperty2.default)(this, "
|
|
255
|
-
return _this.attributes.
|
|
254
|
+
(0, _defineProperty2.default)(this, "getApiRequestEntriesSent", function () {
|
|
255
|
+
return _this.attributes.api_request_entries_sent;
|
|
256
256
|
});
|
|
257
|
-
(0, _defineProperty2.default)(this, "
|
|
258
|
-
_this.attributes.
|
|
257
|
+
(0, _defineProperty2.default)(this, "setApiRequestEntriesSent", function (value) {
|
|
258
|
+
_this.attributes.api_request_entries_sent = value;
|
|
259
259
|
});
|
|
260
260
|
// boolean # Whether or not sending is enabled for public_hosting_request logs.
|
|
261
261
|
(0, _defineProperty2.default)(this, "getPublicHostingRequestSendEnabled", function () {
|
|
@@ -265,11 +265,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
265
265
|
_this.attributes.public_hosting_request_send_enabled = value;
|
|
266
266
|
});
|
|
267
267
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
268
|
-
(0, _defineProperty2.default)(this, "
|
|
269
|
-
return _this.attributes.
|
|
268
|
+
(0, _defineProperty2.default)(this, "getPublicHostingRequestEntriesSent", function () {
|
|
269
|
+
return _this.attributes.public_hosting_request_entries_sent;
|
|
270
270
|
});
|
|
271
|
-
(0, _defineProperty2.default)(this, "
|
|
272
|
-
_this.attributes.
|
|
271
|
+
(0, _defineProperty2.default)(this, "setPublicHostingRequestEntriesSent", function (value) {
|
|
272
|
+
_this.attributes.public_hosting_request_entries_sent = value;
|
|
273
273
|
});
|
|
274
274
|
// boolean # Whether or not sending is enabled for email logs.
|
|
275
275
|
(0, _defineProperty2.default)(this, "getEmailSendEnabled", function () {
|
|
@@ -279,11 +279,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
279
279
|
_this.attributes.email_send_enabled = value;
|
|
280
280
|
});
|
|
281
281
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
282
|
-
(0, _defineProperty2.default)(this, "
|
|
283
|
-
return _this.attributes.
|
|
282
|
+
(0, _defineProperty2.default)(this, "getEmailEntriesSent", function () {
|
|
283
|
+
return _this.attributes.email_entries_sent;
|
|
284
284
|
});
|
|
285
|
-
(0, _defineProperty2.default)(this, "
|
|
286
|
-
_this.attributes.
|
|
285
|
+
(0, _defineProperty2.default)(this, "setEmailEntriesSent", function (value) {
|
|
286
|
+
_this.attributes.email_entries_sent = value;
|
|
287
287
|
});
|
|
288
288
|
// boolean # Whether or not sending is enabled for exavault_api_request logs.
|
|
289
289
|
(0, _defineProperty2.default)(this, "getExavaultApiRequestSendEnabled", function () {
|
|
@@ -293,11 +293,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
293
293
|
_this.attributes.exavault_api_request_send_enabled = value;
|
|
294
294
|
});
|
|
295
295
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
296
|
-
(0, _defineProperty2.default)(this, "
|
|
297
|
-
return _this.attributes.
|
|
296
|
+
(0, _defineProperty2.default)(this, "getExavaultApiRequestEntriesSent", function () {
|
|
297
|
+
return _this.attributes.exavault_api_request_entries_sent;
|
|
298
298
|
});
|
|
299
|
-
(0, _defineProperty2.default)(this, "
|
|
300
|
-
_this.attributes.
|
|
299
|
+
(0, _defineProperty2.default)(this, "setExavaultApiRequestEntriesSent", function (value) {
|
|
300
|
+
_this.attributes.exavault_api_request_entries_sent = value;
|
|
301
301
|
});
|
|
302
302
|
// string # Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
|
|
303
303
|
(0, _defineProperty2.default)(this, "getLastHttpCallTargetType", function () {
|
package/package.json
CHANGED
package/src/Files.js
CHANGED
|
@@ -162,10 +162,10 @@ class SiemHttpDestination {
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
165
|
-
|
|
165
|
+
getSftpActionEntriesSent = () => this.attributes.sftp_action_entries_sent
|
|
166
166
|
|
|
167
|
-
|
|
168
|
-
this.attributes.
|
|
167
|
+
setSftpActionEntriesSent = value => {
|
|
168
|
+
this.attributes.sftp_action_entries_sent = value
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
// boolean # Whether or not sending is enabled for ftp_action logs.
|
|
@@ -176,10 +176,10 @@ class SiemHttpDestination {
|
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
179
|
-
|
|
179
|
+
getFtpActionEntriesSent = () => this.attributes.ftp_action_entries_sent
|
|
180
180
|
|
|
181
|
-
|
|
182
|
-
this.attributes.
|
|
181
|
+
setFtpActionEntriesSent = value => {
|
|
182
|
+
this.attributes.ftp_action_entries_sent = value
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// boolean # Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -190,10 +190,10 @@ class SiemHttpDestination {
|
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
193
|
-
|
|
193
|
+
getWebDavActionEntriesSent = () => this.attributes.web_dav_action_entries_sent
|
|
194
194
|
|
|
195
|
-
|
|
196
|
-
this.attributes.
|
|
195
|
+
setWebDavActionEntriesSent = value => {
|
|
196
|
+
this.attributes.web_dav_action_entries_sent = value
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
// boolean # Whether or not sending is enabled for sync logs.
|
|
@@ -204,10 +204,10 @@ class SiemHttpDestination {
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
207
|
-
|
|
207
|
+
getSyncEntriesSent = () => this.attributes.sync_entries_sent
|
|
208
208
|
|
|
209
|
-
|
|
210
|
-
this.attributes.
|
|
209
|
+
setSyncEntriesSent = value => {
|
|
210
|
+
this.attributes.sync_entries_sent = value
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
// boolean # Whether or not sending is enabled for outbound_connection logs.
|
|
@@ -218,10 +218,10 @@ class SiemHttpDestination {
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
221
|
-
|
|
221
|
+
getOutboundConnectionEntriesSent = () => this.attributes.outbound_connection_entries_sent
|
|
222
222
|
|
|
223
|
-
|
|
224
|
-
this.attributes.
|
|
223
|
+
setOutboundConnectionEntriesSent = value => {
|
|
224
|
+
this.attributes.outbound_connection_entries_sent = value
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
// boolean # Whether or not sending is enabled for automation logs.
|
|
@@ -232,10 +232,10 @@ class SiemHttpDestination {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
235
|
-
|
|
235
|
+
getAutomationEntriesSent = () => this.attributes.automation_entries_sent
|
|
236
236
|
|
|
237
|
-
|
|
238
|
-
this.attributes.
|
|
237
|
+
setAutomationEntriesSent = value => {
|
|
238
|
+
this.attributes.automation_entries_sent = value
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
// boolean # Whether or not sending is enabled for api_request logs.
|
|
@@ -246,10 +246,10 @@ class SiemHttpDestination {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
249
|
-
|
|
249
|
+
getApiRequestEntriesSent = () => this.attributes.api_request_entries_sent
|
|
250
250
|
|
|
251
|
-
|
|
252
|
-
this.attributes.
|
|
251
|
+
setApiRequestEntriesSent = value => {
|
|
252
|
+
this.attributes.api_request_entries_sent = value
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
// boolean # Whether or not sending is enabled for public_hosting_request logs.
|
|
@@ -260,10 +260,10 @@ class SiemHttpDestination {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
263
|
-
|
|
263
|
+
getPublicHostingRequestEntriesSent = () => this.attributes.public_hosting_request_entries_sent
|
|
264
264
|
|
|
265
|
-
|
|
266
|
-
this.attributes.
|
|
265
|
+
setPublicHostingRequestEntriesSent = value => {
|
|
266
|
+
this.attributes.public_hosting_request_entries_sent = value
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
// boolean # Whether or not sending is enabled for email logs.
|
|
@@ -274,10 +274,10 @@ class SiemHttpDestination {
|
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
277
|
-
|
|
277
|
+
getEmailEntriesSent = () => this.attributes.email_entries_sent
|
|
278
278
|
|
|
279
|
-
|
|
280
|
-
this.attributes.
|
|
279
|
+
setEmailEntriesSent = value => {
|
|
280
|
+
this.attributes.email_entries_sent = value
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
// boolean # Whether or not sending is enabled for exavault_api_request logs.
|
|
@@ -288,10 +288,10 @@ class SiemHttpDestination {
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
// int64 # Number of log entries sent for the lifetime of this destination.
|
|
291
|
-
|
|
291
|
+
getExavaultApiRequestEntriesSent = () => this.attributes.exavault_api_request_entries_sent
|
|
292
292
|
|
|
293
|
-
|
|
294
|
-
this.attributes.
|
|
293
|
+
setExavaultApiRequestEntriesSent = value => {
|
|
294
|
+
this.attributes.exavault_api_request_entries_sent = value
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
// string # Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
|