google-apis-networksecurity_v1beta1 0.22.0 → 0.24.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 +8 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +515 -0
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +192 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +853 -43
- metadata +3 -3
@@ -82,6 +82,18 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class FirewallEndpoint
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class FirewallEndpointAssociation
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
85
97
|
class GatewaySecurityPolicy
|
86
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
99
|
|
@@ -184,6 +196,18 @@ module Google
|
|
184
196
|
include Google::Apis::Core::JsonObjectSupport
|
185
197
|
end
|
186
198
|
|
199
|
+
class ListFirewallEndpointAssociationsResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ListFirewallEndpointsResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
187
211
|
class ListGatewaySecurityPoliciesResponse
|
188
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
213
|
|
@@ -208,6 +232,18 @@ module Google
|
|
208
232
|
include Google::Apis::Core::JsonObjectSupport
|
209
233
|
end
|
210
234
|
|
235
|
+
class ListSecurityProfileGroupsResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListSecurityProfilesResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
211
247
|
class ListServerTlsPoliciesResponse
|
212
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
249
|
|
@@ -262,12 +298,30 @@ module Google
|
|
262
298
|
include Google::Apis::Core::JsonObjectSupport
|
263
299
|
end
|
264
300
|
|
301
|
+
class SecurityProfile
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class SecurityProfileGroup
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
265
313
|
class ServerTlsPolicy
|
266
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
315
|
|
268
316
|
include Google::Apis::Core::JsonObjectSupport
|
269
317
|
end
|
270
318
|
|
319
|
+
class SeverityOverride
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
271
325
|
class Source
|
272
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
327
|
|
@@ -280,6 +334,18 @@ module Google
|
|
280
334
|
include Google::Apis::Core::JsonObjectSupport
|
281
335
|
end
|
282
336
|
|
337
|
+
class ThreatOverride
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class ThreatPreventionProfile
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
283
349
|
class TlsInspectionPolicy
|
284
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
351
|
|
@@ -399,6 +465,34 @@ module Google
|
|
399
465
|
end
|
400
466
|
end
|
401
467
|
|
468
|
+
class FirewallEndpoint
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
collection :associated_networks, as: 'associatedNetworks'
|
472
|
+
property :create_time, as: 'createTime'
|
473
|
+
hash :labels, as: 'labels'
|
474
|
+
property :name, as: 'name'
|
475
|
+
property :reconciling, as: 'reconciling'
|
476
|
+
property :state, as: 'state'
|
477
|
+
property :update_time, as: 'updateTime'
|
478
|
+
end
|
479
|
+
end
|
480
|
+
|
481
|
+
class FirewallEndpointAssociation
|
482
|
+
# @private
|
483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
+
property :create_time, as: 'createTime'
|
485
|
+
property :firewall_endpoint, as: 'firewallEndpoint'
|
486
|
+
hash :labels, as: 'labels'
|
487
|
+
property :name, as: 'name'
|
488
|
+
property :network, as: 'network'
|
489
|
+
property :reconciling, as: 'reconciling'
|
490
|
+
property :state, as: 'state'
|
491
|
+
property :tls_inspection_policy, as: 'tlsInspectionPolicy'
|
492
|
+
property :update_time, as: 'updateTime'
|
493
|
+
end
|
494
|
+
end
|
495
|
+
|
402
496
|
class GatewaySecurityPolicy
|
403
497
|
# @private
|
404
498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -557,6 +651,26 @@ module Google
|
|
557
651
|
end
|
558
652
|
end
|
559
653
|
|
654
|
+
class ListFirewallEndpointAssociationsResponse
|
655
|
+
# @private
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
657
|
+
collection :firewall_endpoint_associations, as: 'firewallEndpointAssociations', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointAssociation, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpointAssociation::Representation
|
658
|
+
|
659
|
+
property :next_page_token, as: 'nextPageToken'
|
660
|
+
collection :unreachable, as: 'unreachable'
|
661
|
+
end
|
662
|
+
end
|
663
|
+
|
664
|
+
class ListFirewallEndpointsResponse
|
665
|
+
# @private
|
666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
667
|
+
collection :firewall_endpoints, as: 'firewallEndpoints', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpoint, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpoint::Representation
|
668
|
+
|
669
|
+
property :next_page_token, as: 'nextPageToken'
|
670
|
+
collection :unreachable, as: 'unreachable'
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
560
674
|
class ListGatewaySecurityPoliciesResponse
|
561
675
|
# @private
|
562
676
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -595,6 +709,24 @@ module Google
|
|
595
709
|
end
|
596
710
|
end
|
597
711
|
|
712
|
+
class ListSecurityProfileGroupsResponse
|
713
|
+
# @private
|
714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
+
property :next_page_token, as: 'nextPageToken'
|
716
|
+
collection :security_profile_groups, as: 'securityProfileGroups', class: Google::Apis::NetworksecurityV1beta1::SecurityProfileGroup, decorator: Google::Apis::NetworksecurityV1beta1::SecurityProfileGroup::Representation
|
717
|
+
|
718
|
+
end
|
719
|
+
end
|
720
|
+
|
721
|
+
class ListSecurityProfilesResponse
|
722
|
+
# @private
|
723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
724
|
+
property :next_page_token, as: 'nextPageToken'
|
725
|
+
collection :security_profiles, as: 'securityProfiles', class: Google::Apis::NetworksecurityV1beta1::SecurityProfile, decorator: Google::Apis::NetworksecurityV1beta1::SecurityProfile::Representation
|
726
|
+
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
598
730
|
class ListServerTlsPoliciesResponse
|
599
731
|
# @private
|
600
732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -688,6 +820,34 @@ module Google
|
|
688
820
|
end
|
689
821
|
end
|
690
822
|
|
823
|
+
class SecurityProfile
|
824
|
+
# @private
|
825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
826
|
+
property :create_time, as: 'createTime'
|
827
|
+
property :description, as: 'description'
|
828
|
+
property :etag, as: 'etag'
|
829
|
+
hash :labels, as: 'labels'
|
830
|
+
property :name, as: 'name'
|
831
|
+
property :threat_prevention_profile, as: 'threatPreventionProfile', class: Google::Apis::NetworksecurityV1beta1::ThreatPreventionProfile, decorator: Google::Apis::NetworksecurityV1beta1::ThreatPreventionProfile::Representation
|
832
|
+
|
833
|
+
property :type, as: 'type'
|
834
|
+
property :update_time, as: 'updateTime'
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
838
|
+
class SecurityProfileGroup
|
839
|
+
# @private
|
840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
841
|
+
property :create_time, as: 'createTime'
|
842
|
+
property :description, as: 'description'
|
843
|
+
property :etag, as: 'etag'
|
844
|
+
hash :labels, as: 'labels'
|
845
|
+
property :name, as: 'name'
|
846
|
+
property :threat_prevention_profile, as: 'threatPreventionProfile'
|
847
|
+
property :update_time, as: 'updateTime'
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
691
851
|
class ServerTlsPolicy
|
692
852
|
# @private
|
693
853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -704,6 +864,14 @@ module Google
|
|
704
864
|
end
|
705
865
|
end
|
706
866
|
|
867
|
+
class SeverityOverride
|
868
|
+
# @private
|
869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
870
|
+
property :action, as: 'action'
|
871
|
+
property :severity, as: 'severity'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
707
875
|
class Source
|
708
876
|
# @private
|
709
877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -721,13 +889,37 @@ module Google
|
|
721
889
|
end
|
722
890
|
end
|
723
891
|
|
892
|
+
class ThreatOverride
|
893
|
+
# @private
|
894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
895
|
+
property :action, as: 'action'
|
896
|
+
property :threat_id, as: 'threatId'
|
897
|
+
property :type, as: 'type'
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
class ThreatPreventionProfile
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1beta1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1beta1::SeverityOverride::Representation
|
905
|
+
|
906
|
+
collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1beta1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1beta1::ThreatOverride::Representation
|
907
|
+
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
724
911
|
class TlsInspectionPolicy
|
725
912
|
# @private
|
726
913
|
class Representation < Google::Apis::Core::JsonRepresentation
|
727
914
|
property :ca_pool, as: 'caPool'
|
728
915
|
property :create_time, as: 'createTime'
|
916
|
+
collection :custom_tls_features, as: 'customTlsFeatures'
|
729
917
|
property :description, as: 'description'
|
918
|
+
property :exclude_public_ca_set, as: 'excludePublicCaSet'
|
919
|
+
property :min_tls_version, as: 'minTlsVersion'
|
730
920
|
property :name, as: 'name'
|
921
|
+
property :tls_feature_profile, as: 'tlsFeatureProfile'
|
922
|
+
property :trust_config, as: 'trustConfig'
|
731
923
|
property :update_time, as: 'updateTime'
|
732
924
|
end
|
733
925
|
end
|