files.com 1.1.217 → 1.1.219
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/siem_http_destination.md +20 -20
- data/docs/sso_strategy.md +2 -0
- data/lib/files.com/models/siem_http_destination.rb +40 -40
- data/lib/files.com/models/sso_strategy.rb +5 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf7aee31910ac8f77a9a0bd0988348cd62830d52dc5a2e9f9d9ef396b4c5107d
|
4
|
+
data.tar.gz: 7fbf879bb7efe54723242376ad562512b7f62dffd6ede40653a60b8c51593b55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f79115e8c160595cdf8fc0dd19ec83a2d71fc0c070d5401b4d874a969edb8202bcdc20864e6955dc49b78ac6058851db9fb71aa2c113e16fcb7c20dd7150730a
|
7
|
+
data.tar.gz: dfd349c7d03d66e00c8e180849775cce78c1ddf88738c959aa967f41176f758210d5382cc38217e02e2bc68586768e9d4136aab45ebd7a5e6bab2f4b37ac5d44
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.219
|
@@ -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
|
data/docs/sso_strategy.md
CHANGED
@@ -40,6 +40,7 @@
|
|
40
40
|
"provision_time_zone": "Eastern Time (US & Canada)",
|
41
41
|
"provision_company": "ACME Corp.",
|
42
42
|
"provision_require_2fa": "always_require",
|
43
|
+
"identifier": "",
|
43
44
|
"ldap_base_dn": "example",
|
44
45
|
"ldap_domain": "mysite.com",
|
45
46
|
"enabled": true,
|
@@ -89,6 +90,7 @@
|
|
89
90
|
* `provision_time_zone` (string): Default time zone for auto provisioned users.
|
90
91
|
* `provision_company` (string): Default company for auto provisioned users.
|
91
92
|
* `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
|
93
|
+
* `identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
|
92
94
|
* `ldap_base_dn` (string): Base DN for looking up users in LDAP server
|
93
95
|
* `ldap_domain` (string): Domain name that will be appended to LDAP usernames
|
94
96
|
* `enabled` (boolean): Is strategy enabled? This may become automatically set to `false` after a high number and duration of failures.
|
@@ -181,12 +181,12 @@ module Files
|
|
181
181
|
end
|
182
182
|
|
183
183
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
184
|
-
def
|
185
|
-
@attributes[:
|
184
|
+
def sftp_action_entries_sent
|
185
|
+
@attributes[:sftp_action_entries_sent]
|
186
186
|
end
|
187
187
|
|
188
|
-
def
|
189
|
-
@attributes[:
|
188
|
+
def sftp_action_entries_sent=(value)
|
189
|
+
@attributes[:sftp_action_entries_sent] = value
|
190
190
|
end
|
191
191
|
|
192
192
|
# boolean - Whether or not sending is enabled for ftp_action logs.
|
@@ -199,12 +199,12 @@ module Files
|
|
199
199
|
end
|
200
200
|
|
201
201
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
202
|
-
def
|
203
|
-
@attributes[:
|
202
|
+
def ftp_action_entries_sent
|
203
|
+
@attributes[:ftp_action_entries_sent]
|
204
204
|
end
|
205
205
|
|
206
|
-
def
|
207
|
-
@attributes[:
|
206
|
+
def ftp_action_entries_sent=(value)
|
207
|
+
@attributes[:ftp_action_entries_sent] = value
|
208
208
|
end
|
209
209
|
|
210
210
|
# boolean - Whether or not sending is enabled for web_dav_action logs.
|
@@ -217,12 +217,12 @@ module Files
|
|
217
217
|
end
|
218
218
|
|
219
219
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
220
|
-
def
|
221
|
-
@attributes[:
|
220
|
+
def web_dav_action_entries_sent
|
221
|
+
@attributes[:web_dav_action_entries_sent]
|
222
222
|
end
|
223
223
|
|
224
|
-
def
|
225
|
-
@attributes[:
|
224
|
+
def web_dav_action_entries_sent=(value)
|
225
|
+
@attributes[:web_dav_action_entries_sent] = value
|
226
226
|
end
|
227
227
|
|
228
228
|
# boolean - Whether or not sending is enabled for sync logs.
|
@@ -235,12 +235,12 @@ module Files
|
|
235
235
|
end
|
236
236
|
|
237
237
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
238
|
-
def
|
239
|
-
@attributes[:
|
238
|
+
def sync_entries_sent
|
239
|
+
@attributes[:sync_entries_sent]
|
240
240
|
end
|
241
241
|
|
242
|
-
def
|
243
|
-
@attributes[:
|
242
|
+
def sync_entries_sent=(value)
|
243
|
+
@attributes[:sync_entries_sent] = value
|
244
244
|
end
|
245
245
|
|
246
246
|
# boolean - Whether or not sending is enabled for outbound_connection logs.
|
@@ -253,12 +253,12 @@ module Files
|
|
253
253
|
end
|
254
254
|
|
255
255
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
256
|
-
def
|
257
|
-
@attributes[:
|
256
|
+
def outbound_connection_entries_sent
|
257
|
+
@attributes[:outbound_connection_entries_sent]
|
258
258
|
end
|
259
259
|
|
260
|
-
def
|
261
|
-
@attributes[:
|
260
|
+
def outbound_connection_entries_sent=(value)
|
261
|
+
@attributes[:outbound_connection_entries_sent] = value
|
262
262
|
end
|
263
263
|
|
264
264
|
# boolean - Whether or not sending is enabled for automation logs.
|
@@ -271,12 +271,12 @@ module Files
|
|
271
271
|
end
|
272
272
|
|
273
273
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
274
|
-
def
|
275
|
-
@attributes[:
|
274
|
+
def automation_entries_sent
|
275
|
+
@attributes[:automation_entries_sent]
|
276
276
|
end
|
277
277
|
|
278
|
-
def
|
279
|
-
@attributes[:
|
278
|
+
def automation_entries_sent=(value)
|
279
|
+
@attributes[:automation_entries_sent] = value
|
280
280
|
end
|
281
281
|
|
282
282
|
# boolean - Whether or not sending is enabled for api_request logs.
|
@@ -289,12 +289,12 @@ module Files
|
|
289
289
|
end
|
290
290
|
|
291
291
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
292
|
-
def
|
293
|
-
@attributes[:
|
292
|
+
def api_request_entries_sent
|
293
|
+
@attributes[:api_request_entries_sent]
|
294
294
|
end
|
295
295
|
|
296
|
-
def
|
297
|
-
@attributes[:
|
296
|
+
def api_request_entries_sent=(value)
|
297
|
+
@attributes[:api_request_entries_sent] = value
|
298
298
|
end
|
299
299
|
|
300
300
|
# boolean - Whether or not sending is enabled for public_hosting_request logs.
|
@@ -307,12 +307,12 @@ module Files
|
|
307
307
|
end
|
308
308
|
|
309
309
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
310
|
-
def
|
311
|
-
@attributes[:
|
310
|
+
def public_hosting_request_entries_sent
|
311
|
+
@attributes[:public_hosting_request_entries_sent]
|
312
312
|
end
|
313
313
|
|
314
|
-
def
|
315
|
-
@attributes[:
|
314
|
+
def public_hosting_request_entries_sent=(value)
|
315
|
+
@attributes[:public_hosting_request_entries_sent] = value
|
316
316
|
end
|
317
317
|
|
318
318
|
# boolean - Whether or not sending is enabled for email logs.
|
@@ -325,12 +325,12 @@ module Files
|
|
325
325
|
end
|
326
326
|
|
327
327
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
328
|
-
def
|
329
|
-
@attributes[:
|
328
|
+
def email_entries_sent
|
329
|
+
@attributes[:email_entries_sent]
|
330
330
|
end
|
331
331
|
|
332
|
-
def
|
333
|
-
@attributes[:
|
332
|
+
def email_entries_sent=(value)
|
333
|
+
@attributes[:email_entries_sent] = value
|
334
334
|
end
|
335
335
|
|
336
336
|
# boolean - Whether or not sending is enabled for exavault_api_request logs.
|
@@ -343,12 +343,12 @@ module Files
|
|
343
343
|
end
|
344
344
|
|
345
345
|
# int64 - Number of log entries sent for the lifetime of this destination.
|
346
|
-
def
|
347
|
-
@attributes[:
|
346
|
+
def exavault_api_request_entries_sent
|
347
|
+
@attributes[:exavault_api_request_entries_sent]
|
348
348
|
end
|
349
349
|
|
350
|
-
def
|
351
|
-
@attributes[:
|
350
|
+
def exavault_api_request_entries_sent=(value)
|
351
|
+
@attributes[:exavault_api_request_entries_sent] = value
|
352
352
|
end
|
353
353
|
|
354
354
|
# string - Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
|
@@ -189,6 +189,11 @@ module Files
|
|
189
189
|
@attributes[:provision_require_2fa]
|
190
190
|
end
|
191
191
|
|
192
|
+
# string - URL-friendly, unique identifier for Azure SAML configuration
|
193
|
+
def identifier
|
194
|
+
@attributes[:identifier]
|
195
|
+
end
|
196
|
+
|
192
197
|
# string - Base DN for looking up users in LDAP server
|
193
198
|
def ldap_base_dn
|
194
199
|
@attributes[:ldap_base_dn]
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: files.com
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.219
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|