files.com 1.1.306 → 1.1.308

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11f2d62863e647e74f2c09e30510e1dad3197b96d7e92f8f08555a5c9ef50d3c
4
- data.tar.gz: 700f1ecd15dc46c605f2e8ef099814b584ab747217f891b641b16bbc0b6676f1
3
+ metadata.gz: d92592a5f32cc6407758f4759c192b59478ca26a2ad2819737d466ed8d13fa8e
4
+ data.tar.gz: 1e8201a7d236b576dac9f94bd8b34215ccc643f8d49f565ad18a466e98814097
5
5
  SHA512:
6
- metadata.gz: f1a52c3e6512e3275037c9a99c8d5ed4e4765b51237efe6a1b5c1d462a4fc82bc38e87d2013945f2a0ed36df69cb04f918c905eb7e4839734026c99e0d522359
7
- data.tar.gz: deafe45353b55f63fbfa43d4249dca3fb17bcb2c03abf832ce79fde444f3694a859e084c70aa88ebb86ad4ae0d4510cce06b109faeba256277dcb1a3f0cdcd77
6
+ metadata.gz: 6e385cbe54e4b721030f670cfcef7ec96067058160420d3ade1531c2ca456361b827460c55913b24f6798c0355eb575ced36075e3c10735c019c219e43798c97
7
+ data.tar.gz: b81e4580098fe594c507e85585fbda9bf86be0e2ae379b741aa4f8f115ff8b4f4a2a93a7a0b5739c7f2973cefd8a8ee8e7e1dbb1d9bccdfc23b37971524c17a4
data/Gemfile.lock CHANGED
@@ -20,7 +20,7 @@ GEM
20
20
  concurrent-ruby (1.3.5)
21
21
  connection_pool (2.5.3)
22
22
  diff-lcs (1.5.0)
23
- faraday (2.13.3)
23
+ faraday (2.13.4)
24
24
  faraday-net_http (>= 2.0, < 3.5)
25
25
  json
26
26
  logger
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.306
1
+ 1.1.308
@@ -66,11 +66,11 @@
66
66
  * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
67
67
  * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
68
68
  * `splunk_token_masked` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
69
- * `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
69
+ * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
70
70
  * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
71
- * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
72
- * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
73
- * `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
71
+ * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
72
+ * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
73
+ * `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client Secret.
74
74
  * `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
75
75
  * `qradar_password_masked` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
76
76
  * `solar_winds_token_masked` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
@@ -180,10 +180,10 @@ Files::SiemHttpDestination.create(
180
180
  * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
181
181
  * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
182
182
  * `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
183
- * `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
183
+ * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
184
184
  * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
185
- * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
186
- * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
185
+ * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
186
+ * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
187
187
  * `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
188
188
  * `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
189
189
  * `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -247,10 +247,10 @@ Files::SiemHttpDestination.send_test_entry(
247
247
  * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
248
248
  * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
249
249
  * `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
250
- * `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
250
+ * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
251
251
  * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
252
- * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
253
- * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
252
+ * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
253
+ * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
254
254
  * `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
255
255
  * `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
256
256
  * `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -309,10 +309,10 @@ Files::SiemHttpDestination.update(id,
309
309
  * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
310
310
  * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
311
311
  * `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
312
- * `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
312
+ * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
313
313
  * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
314
- * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
315
- * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
314
+ * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
315
+ * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
316
316
  * `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
317
317
  * `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
318
318
  * `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -388,10 +388,10 @@ siem_http_destination.update(
388
388
  * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
389
389
  * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
390
390
  * `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
391
- * `azure_dcr_immutable_id` (string): Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
391
+ * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
392
392
  * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
393
- * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
394
- * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination type: azure. Client Credentials OAuth Client ID.
393
+ * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
394
+ * `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
395
395
  * `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
396
396
  * `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
397
397
  * `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -81,7 +81,7 @@ module Files
81
81
  @attributes[:splunk_token_masked] = value
82
82
  end
83
83
 
84
- # string - Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
84
+ # string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
85
85
  def azure_dcr_immutable_id
86
86
  @attributes[:azure_dcr_immutable_id]
87
87
  end
@@ -99,7 +99,7 @@ module Files
99
99
  @attributes[:azure_stream_name] = value
100
100
  end
101
101
 
102
- # string - Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
102
+ # string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
103
103
  def azure_oauth_client_credentials_tenant_id
104
104
  @attributes[:azure_oauth_client_credentials_tenant_id]
105
105
  end
@@ -108,7 +108,7 @@ module Files
108
108
  @attributes[:azure_oauth_client_credentials_tenant_id] = value
109
109
  end
110
110
 
111
- # string - Applicable only for destination type: azure. Client Credentials OAuth Client ID.
111
+ # string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
112
112
  def azure_oauth_client_credentials_client_id
113
113
  @attributes[:azure_oauth_client_credentials_client_id]
114
114
  end
@@ -117,7 +117,7 @@ module Files
117
117
  @attributes[:azure_oauth_client_credentials_client_id] = value
118
118
  end
119
119
 
120
- # string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
120
+ # string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client Secret.
121
121
  def azure_oauth_client_credentials_client_secret_masked
122
122
  @attributes[:azure_oauth_client_credentials_client_secret_masked]
123
123
  end
@@ -510,10 +510,10 @@ module Files
510
510
  # sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
511
511
  # generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
512
512
  # splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
513
- # azure_dcr_immutable_id - string - Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
513
+ # azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
514
514
  # azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
515
- # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
516
- # azure_oauth_client_credentials_client_id - string - Applicable only for destination type: azure. Client Credentials OAuth Client ID.
515
+ # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
516
+ # azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
517
517
  # azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
518
518
  # qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
519
519
  # qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -622,10 +622,10 @@ module Files
622
622
  # sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
623
623
  # generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
624
624
  # splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
625
- # azure_dcr_immutable_id - string - Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
625
+ # azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
626
626
  # azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
627
- # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
628
- # azure_oauth_client_credentials_client_id - string - Applicable only for destination type: azure. Client Credentials OAuth Client ID.
627
+ # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
628
+ # azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
629
629
  # azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
630
630
  # qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
631
631
  # qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -678,10 +678,10 @@ module Files
678
678
  # sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
679
679
  # generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
680
680
  # splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
681
- # azure_dcr_immutable_id - string - Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
681
+ # azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
682
682
  # azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
683
- # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
684
- # azure_oauth_client_credentials_client_id - string - Applicable only for destination type: azure. Client Credentials OAuth Client ID.
683
+ # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
684
+ # azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
685
685
  # azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
686
686
  # qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
687
687
  # qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -728,10 +728,10 @@ module Files
728
728
  # sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
729
729
  # generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
730
730
  # splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
731
- # azure_dcr_immutable_id - string - Applicable only for destination type: azure. Immutable ID of the Data Collection Rule.
731
+ # azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
732
732
  # azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
733
- # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination type: azure. Client Credentials OAuth Tenant ID.
734
- # azure_oauth_client_credentials_client_id - string - Applicable only for destination type: azure. Client Credentials OAuth Client ID.
733
+ # azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
734
+ # azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
735
735
  # azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
736
736
  # qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
737
737
  # qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.306"
4
+ VERSION = "1.1.308"
5
5
  end
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.306
4
+ version: 1.1.308
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-07-24 00:00:00.000000000 Z
11
+ date: 2025-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable