google-apis-networksecurity_v1beta1 0.64.0 → 0.66.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +612 -5
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +258 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +367 -0
- metadata +3 -3
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworksecurityV1beta1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.66.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260524"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -250,6 +250,18 @@ module Google
|
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
|
251
251
|
end
|
|
252
252
|
|
|
253
|
+
class FirewallEndpointWildfireSettings
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class FirewallEndpointWildfireSettingsWildfireInlineCloudAnalysisSettings
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
253
265
|
class GatewaySecurityPolicy
|
|
254
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
267
|
|
|
@@ -556,6 +568,12 @@ module Google
|
|
|
556
568
|
include Google::Apis::Core::JsonObjectSupport
|
|
557
569
|
end
|
|
558
570
|
|
|
571
|
+
class ListWildfireVerdictChangeRequestsResponse
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
559
577
|
class Location
|
|
560
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
579
|
|
|
@@ -760,6 +778,78 @@ module Google
|
|
|
760
778
|
include Google::Apis::Core::JsonObjectSupport
|
|
761
779
|
end
|
|
762
780
|
|
|
781
|
+
class WildfireAnalysisProfile
|
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
783
|
+
|
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
785
|
+
end
|
|
786
|
+
|
|
787
|
+
class WildfireInlineCloudAnalysisRule
|
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
789
|
+
|
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
class WildfireInlineCloudAnalysisRuleCustomFileTypes
|
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
795
|
+
|
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
797
|
+
end
|
|
798
|
+
|
|
799
|
+
class WildfireInlineMlFileException
|
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
801
|
+
|
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
803
|
+
end
|
|
804
|
+
|
|
805
|
+
class WildfireInlineMlOverride
|
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
807
|
+
|
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
809
|
+
end
|
|
810
|
+
|
|
811
|
+
class WildfireInlineMlSettings
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
817
|
+
class WildfireInlineMlSettingsInlineMlConfig
|
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
819
|
+
|
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class WildfireOverride
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class WildfireSubmissionRule
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
class WildfireSubmissionRuleCustomFileTypes
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
class WildfireThreatOverride
|
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
843
|
+
|
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
845
|
+
end
|
|
846
|
+
|
|
847
|
+
class WildfireVerdictChangeRequest
|
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
849
|
+
|
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
851
|
+
end
|
|
852
|
+
|
|
763
853
|
class AddAddressGroupItemsRequest
|
|
764
854
|
# @private
|
|
765
855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -818,6 +908,8 @@ module Google
|
|
|
818
908
|
|
|
819
909
|
hash :labels, as: 'labels'
|
|
820
910
|
property :name, as: 'name'
|
|
911
|
+
collection :network_rules, as: 'networkRules', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule::Representation
|
|
912
|
+
|
|
821
913
|
property :policy_profile, as: 'policyProfile'
|
|
822
914
|
property :target, as: 'target', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget::Representation
|
|
823
915
|
|
|
@@ -934,6 +1026,8 @@ module Google
|
|
|
934
1026
|
collection :methods_prop, as: 'methods'
|
|
935
1027
|
collection :paths, as: 'paths', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
|
936
1028
|
|
|
1029
|
+
collection :snis, as: 'snis', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
|
1030
|
+
|
|
937
1031
|
end
|
|
938
1032
|
end
|
|
939
1033
|
|
|
@@ -1117,6 +1211,8 @@ module Google
|
|
|
1117
1211
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1118
1212
|
property :state, as: 'state'
|
|
1119
1213
|
property :update_time, as: 'updateTime'
|
|
1214
|
+
property :wildfire_settings, as: 'wildfireSettings', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointWildfireSettings, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpointWildfireSettings::Representation
|
|
1215
|
+
|
|
1120
1216
|
end
|
|
1121
1217
|
end
|
|
1122
1218
|
|
|
@@ -1147,10 +1243,33 @@ module Google
|
|
|
1147
1243
|
class FirewallEndpointEndpointSettings
|
|
1148
1244
|
# @private
|
|
1149
1245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1246
|
+
property :content_cloud_region, as: 'contentCloudRegion'
|
|
1247
|
+
property :http_partial_response_blocked, as: 'httpPartialResponseBlocked'
|
|
1150
1248
|
property :jumbo_frames_enabled, as: 'jumboFramesEnabled'
|
|
1151
1249
|
end
|
|
1152
1250
|
end
|
|
1153
1251
|
|
|
1252
|
+
class FirewallEndpointWildfireSettings
|
|
1253
|
+
# @private
|
|
1254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1255
|
+
property :enabled, as: 'enabled'
|
|
1256
|
+
property :wildfire_inline_cloud_analysis_settings, as: 'wildfireInlineCloudAnalysisSettings', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointWildfireSettingsWildfireInlineCloudAnalysisSettings, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpointWildfireSettingsWildfireInlineCloudAnalysisSettings::Representation
|
|
1257
|
+
|
|
1258
|
+
property :wildfire_realtime_lookup_duration, as: 'wildfireRealtimeLookupDuration'
|
|
1259
|
+
property :wildfire_realtime_lookup_timeout_action, as: 'wildfireRealtimeLookupTimeoutAction'
|
|
1260
|
+
property :wildfire_region, as: 'wildfireRegion'
|
|
1261
|
+
end
|
|
1262
|
+
end
|
|
1263
|
+
|
|
1264
|
+
class FirewallEndpointWildfireSettingsWildfireInlineCloudAnalysisSettings
|
|
1265
|
+
# @private
|
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1267
|
+
property :max_analysis_duration, as: 'maxAnalysisDuration'
|
|
1268
|
+
property :submission_timeout_logging_disabled, as: 'submissionTimeoutLoggingDisabled'
|
|
1269
|
+
property :timeout_action, as: 'timeoutAction'
|
|
1270
|
+
end
|
|
1271
|
+
end
|
|
1272
|
+
|
|
1154
1273
|
class GatewaySecurityPolicy
|
|
1155
1274
|
# @private
|
|
1156
1275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1663,6 +1782,16 @@ module Google
|
|
|
1663
1782
|
end
|
|
1664
1783
|
end
|
|
1665
1784
|
|
|
1785
|
+
class ListWildfireVerdictChangeRequestsResponse
|
|
1786
|
+
# @private
|
|
1787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1788
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1789
|
+
collection :unreachable, as: 'unreachable'
|
|
1790
|
+
collection :wildfire_verdict_change_requests, as: 'wildfireVerdictChangeRequests', class: Google::Apis::NetworksecurityV1beta1::WildfireVerdictChangeRequest, decorator: Google::Apis::NetworksecurityV1beta1::WildfireVerdictChangeRequest::Representation
|
|
1791
|
+
|
|
1792
|
+
end
|
|
1793
|
+
end
|
|
1794
|
+
|
|
1666
1795
|
class Location
|
|
1667
1796
|
# @private
|
|
1668
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1924,6 +2053,8 @@ module Google
|
|
|
1924
2053
|
property :update_time, as: 'updateTime'
|
|
1925
2054
|
property :url_filtering_profile, as: 'urlFilteringProfile', class: Google::Apis::NetworksecurityV1beta1::UrlFilteringProfile, decorator: Google::Apis::NetworksecurityV1beta1::UrlFilteringProfile::Representation
|
|
1926
2055
|
|
|
2056
|
+
property :wildfire_analysis_profile, as: 'wildfireAnalysisProfile', class: Google::Apis::NetworksecurityV1beta1::WildfireAnalysisProfile, decorator: Google::Apis::NetworksecurityV1beta1::WildfireAnalysisProfile::Representation
|
|
2057
|
+
|
|
1927
2058
|
end
|
|
1928
2059
|
end
|
|
1929
2060
|
|
|
@@ -1941,6 +2072,7 @@ module Google
|
|
|
1941
2072
|
property :threat_prevention_profile, as: 'threatPreventionProfile'
|
|
1942
2073
|
property :update_time, as: 'updateTime'
|
|
1943
2074
|
property :url_filtering_profile, as: 'urlFilteringProfile'
|
|
2075
|
+
property :wildfire_analysis_profile, as: 'wildfireAnalysisProfile'
|
|
1944
2076
|
end
|
|
1945
2077
|
end
|
|
1946
2078
|
|
|
@@ -2059,6 +2191,132 @@ module Google
|
|
|
2059
2191
|
|
|
2060
2192
|
end
|
|
2061
2193
|
end
|
|
2194
|
+
|
|
2195
|
+
class WildfireAnalysisProfile
|
|
2196
|
+
# @private
|
|
2197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2198
|
+
collection :wildfire_inline_cloud_analysis_rules, as: 'wildfireInlineCloudAnalysisRules', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineCloudAnalysisRule, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineCloudAnalysisRule::Representation
|
|
2199
|
+
|
|
2200
|
+
collection :wildfire_inline_ml_overrides, as: 'wildfireInlineMlOverrides', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlOverride, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlOverride::Representation
|
|
2201
|
+
|
|
2202
|
+
property :wildfire_inline_ml_setting, as: 'wildfireInlineMlSetting', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettings, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettings::Representation
|
|
2203
|
+
|
|
2204
|
+
collection :wildfire_inline_ml_settings, as: 'wildfireInlineMlSettings', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettings, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettings::Representation
|
|
2205
|
+
|
|
2206
|
+
collection :wildfire_overrides, as: 'wildfireOverrides', class: Google::Apis::NetworksecurityV1beta1::WildfireOverride, decorator: Google::Apis::NetworksecurityV1beta1::WildfireOverride::Representation
|
|
2207
|
+
|
|
2208
|
+
property :wildfire_realtime_lookup, as: 'wildfireRealtimeLookup'
|
|
2209
|
+
collection :wildfire_submission_rules, as: 'wildfireSubmissionRules', class: Google::Apis::NetworksecurityV1beta1::WildfireSubmissionRule, decorator: Google::Apis::NetworksecurityV1beta1::WildfireSubmissionRule::Representation
|
|
2210
|
+
|
|
2211
|
+
collection :wildfire_threat_overrides, as: 'wildfireThreatOverrides', class: Google::Apis::NetworksecurityV1beta1::WildfireThreatOverride, decorator: Google::Apis::NetworksecurityV1beta1::WildfireThreatOverride::Representation
|
|
2212
|
+
|
|
2213
|
+
end
|
|
2214
|
+
end
|
|
2215
|
+
|
|
2216
|
+
class WildfireInlineCloudAnalysisRule
|
|
2217
|
+
# @private
|
|
2218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2219
|
+
property :action, as: 'action'
|
|
2220
|
+
property :custom_file_types, as: 'customFileTypes', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineCloudAnalysisRuleCustomFileTypes, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineCloudAnalysisRuleCustomFileTypes::Representation
|
|
2221
|
+
|
|
2222
|
+
property :direction, as: 'direction'
|
|
2223
|
+
property :file_selection_mode, as: 'fileSelectionMode'
|
|
2224
|
+
end
|
|
2225
|
+
end
|
|
2226
|
+
|
|
2227
|
+
class WildfireInlineCloudAnalysisRuleCustomFileTypes
|
|
2228
|
+
# @private
|
|
2229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2230
|
+
collection :file_types, as: 'fileTypes'
|
|
2231
|
+
end
|
|
2232
|
+
end
|
|
2233
|
+
|
|
2234
|
+
class WildfireInlineMlFileException
|
|
2235
|
+
# @private
|
|
2236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2237
|
+
property :filename, as: 'filename'
|
|
2238
|
+
property :partial_hash, as: 'partialHash'
|
|
2239
|
+
end
|
|
2240
|
+
end
|
|
2241
|
+
|
|
2242
|
+
class WildfireInlineMlOverride
|
|
2243
|
+
# @private
|
|
2244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2245
|
+
property :action, as: 'action'
|
|
2246
|
+
property :protocol, as: 'protocol'
|
|
2247
|
+
end
|
|
2248
|
+
end
|
|
2249
|
+
|
|
2250
|
+
class WildfireInlineMlSettings
|
|
2251
|
+
# @private
|
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2253
|
+
collection :file_exceptions, as: 'fileExceptions', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlFileException, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlFileException::Representation
|
|
2254
|
+
|
|
2255
|
+
collection :inline_ml_configs, as: 'inlineMlConfigs', class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettingsInlineMlConfig, decorator: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettingsInlineMlConfig::Representation
|
|
2256
|
+
|
|
2257
|
+
end
|
|
2258
|
+
end
|
|
2259
|
+
|
|
2260
|
+
class WildfireInlineMlSettingsInlineMlConfig
|
|
2261
|
+
# @private
|
|
2262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2263
|
+
property :action, as: 'action'
|
|
2264
|
+
property :file_type, as: 'fileType'
|
|
2265
|
+
end
|
|
2266
|
+
end
|
|
2267
|
+
|
|
2268
|
+
class WildfireOverride
|
|
2269
|
+
# @private
|
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2271
|
+
property :action, as: 'action'
|
|
2272
|
+
property :protocol, as: 'protocol'
|
|
2273
|
+
end
|
|
2274
|
+
end
|
|
2275
|
+
|
|
2276
|
+
class WildfireSubmissionRule
|
|
2277
|
+
# @private
|
|
2278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2279
|
+
property :custom_file_types, as: 'customFileTypes', class: Google::Apis::NetworksecurityV1beta1::WildfireSubmissionRuleCustomFileTypes, decorator: Google::Apis::NetworksecurityV1beta1::WildfireSubmissionRuleCustomFileTypes::Representation
|
|
2280
|
+
|
|
2281
|
+
property :direction, as: 'direction'
|
|
2282
|
+
property :file_selection_mode, as: 'fileSelectionMode'
|
|
2283
|
+
end
|
|
2284
|
+
end
|
|
2285
|
+
|
|
2286
|
+
class WildfireSubmissionRuleCustomFileTypes
|
|
2287
|
+
# @private
|
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2289
|
+
collection :file_types, as: 'fileTypes'
|
|
2290
|
+
end
|
|
2291
|
+
end
|
|
2292
|
+
|
|
2293
|
+
class WildfireThreatOverride
|
|
2294
|
+
# @private
|
|
2295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2296
|
+
property :action, as: 'action'
|
|
2297
|
+
property :threat_id, as: 'threatId'
|
|
2298
|
+
end
|
|
2299
|
+
end
|
|
2300
|
+
|
|
2301
|
+
class WildfireVerdictChangeRequest
|
|
2302
|
+
# @private
|
|
2303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2304
|
+
property :comment, as: 'comment'
|
|
2305
|
+
property :create_time, as: 'createTime'
|
|
2306
|
+
property :file_name, as: 'fileName'
|
|
2307
|
+
property :file_type, as: 'fileType'
|
|
2308
|
+
property :final_verdict, as: 'finalVerdict'
|
|
2309
|
+
property :name, as: 'name'
|
|
2310
|
+
property :new_verdict, as: 'newVerdict'
|
|
2311
|
+
property :old_verdict, as: 'oldVerdict'
|
|
2312
|
+
property :resolution_time, as: 'resolutionTime'
|
|
2313
|
+
property :sha256, as: 'sha256'
|
|
2314
|
+
property :source_region, as: 'sourceRegion'
|
|
2315
|
+
property :state, as: 'state'
|
|
2316
|
+
property :update_time, as: 'updateTime'
|
|
2317
|
+
property :wildfire_verdict_change_request_id, as: 'wildfireVerdictChangeRequestId'
|
|
2318
|
+
end
|
|
2319
|
+
end
|
|
2062
2320
|
end
|
|
2063
2321
|
end
|
|
2064
2322
|
end
|