files.com 1.1.307 → 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 +4 -4
- data/_VERSION +1 -1
- data/docs/siem_http_destination.md +16 -16
- data/lib/files.com/models/siem_http_destination.rb +16 -16
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d92592a5f32cc6407758f4759c192b59478ca26a2ad2819737d466ed8d13fa8e
|
4
|
+
data.tar.gz: 1e8201a7d236b576dac9f94bd8b34215ccc643f8d49f565ad18a466e98814097
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e385cbe54e4b721030f670cfcef7ec96067058160420d3ade1531c2ca456361b827460c55913b24f6798c0355eb575ced36075e3c10735c019c219e43798c97
|
7
|
+
data.tar.gz: b81e4580098fe594c507e85585fbda9bf86be0e2ae379b741aa4f8f115ff8b4f4a2a93a7a0b5739c7f2973cefd8a8ee8e7e1dbb1d9bccdfc23b37971524c17a4
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
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
|
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
|
72
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
73
|
-
* `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination
|
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
|
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
|
186
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
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
|
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
|
253
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
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
|
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
|
315
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
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
|
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
|
394
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
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
|
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
|
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
|
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
|
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
|
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
|
516
|
-
# azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
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
|
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
|
628
|
-
# azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
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
|
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
|
684
|
-
# azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
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
|
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
|
734
|
-
# azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
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.
|
data/lib/files.com/version.rb
CHANGED