google-apis-networksecurity_v1 0.16.0 → 0.18.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.
@@ -64,6 +64,18 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class GatewaySecurityPolicy
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GatewaySecurityPolicyRule
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
67
79
  class GoogleCloudNetworksecurityV1CertificateProvider
68
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
81
 
@@ -136,6 +148,18 @@ module Google
136
148
  include Google::Apis::Core::JsonObjectSupport
137
149
  end
138
150
 
151
+ class ListGatewaySecurityPoliciesResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ListGatewaySecurityPolicyRulesResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
139
163
  class ListLocationsResponse
140
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
165
 
@@ -154,6 +178,18 @@ module Google
154
178
  include Google::Apis::Core::JsonObjectSupport
155
179
  end
156
180
 
181
+ class ListTlsInspectionPoliciesResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class ListUrlListsResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
157
193
  class Location
158
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
195
 
@@ -202,6 +238,18 @@ module Google
202
238
  include Google::Apis::Core::JsonObjectSupport
203
239
  end
204
240
 
241
+ class TlsInspectionPolicy
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class UrlList
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
205
253
  class ValidationCa
206
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
255
 
@@ -278,6 +326,33 @@ module Google
278
326
  end
279
327
  end
280
328
 
329
+ class GatewaySecurityPolicy
330
+ # @private
331
+ class Representation < Google::Apis::Core::JsonRepresentation
332
+ property :create_time, as: 'createTime'
333
+ property :description, as: 'description'
334
+ property :name, as: 'name'
335
+ property :tls_inspection_policy, as: 'tlsInspectionPolicy'
336
+ property :update_time, as: 'updateTime'
337
+ end
338
+ end
339
+
340
+ class GatewaySecurityPolicyRule
341
+ # @private
342
+ class Representation < Google::Apis::Core::JsonRepresentation
343
+ property :application_matcher, as: 'applicationMatcher'
344
+ property :basic_profile, as: 'basicProfile'
345
+ property :create_time, as: 'createTime'
346
+ property :description, as: 'description'
347
+ property :enabled, as: 'enabled'
348
+ property :name, as: 'name'
349
+ property :priority, as: 'priority'
350
+ property :session_matcher, as: 'sessionMatcher'
351
+ property :tls_inspection_enabled, as: 'tlsInspectionEnabled'
352
+ property :update_time, as: 'updateTime'
353
+ end
354
+ end
355
+
281
356
  class GoogleCloudNetworksecurityV1CertificateProvider
282
357
  # @private
283
358
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -383,6 +458,26 @@ module Google
383
458
  end
384
459
  end
385
460
 
461
+ class ListGatewaySecurityPoliciesResponse
462
+ # @private
463
+ class Representation < Google::Apis::Core::JsonRepresentation
464
+ collection :gateway_security_policies, as: 'gatewaySecurityPolicies', class: Google::Apis::NetworksecurityV1::GatewaySecurityPolicy, decorator: Google::Apis::NetworksecurityV1::GatewaySecurityPolicy::Representation
465
+
466
+ property :next_page_token, as: 'nextPageToken'
467
+ collection :unreachable, as: 'unreachable'
468
+ end
469
+ end
470
+
471
+ class ListGatewaySecurityPolicyRulesResponse
472
+ # @private
473
+ class Representation < Google::Apis::Core::JsonRepresentation
474
+ collection :gateway_security_policy_rules, as: 'gatewaySecurityPolicyRules', class: Google::Apis::NetworksecurityV1::GatewaySecurityPolicyRule, decorator: Google::Apis::NetworksecurityV1::GatewaySecurityPolicyRule::Representation
475
+
476
+ property :next_page_token, as: 'nextPageToken'
477
+ collection :unreachable, as: 'unreachable'
478
+ end
479
+ end
480
+
386
481
  class ListLocationsResponse
387
482
  # @private
388
483
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -410,6 +505,26 @@ module Google
410
505
  end
411
506
  end
412
507
 
508
+ class ListTlsInspectionPoliciesResponse
509
+ # @private
510
+ class Representation < Google::Apis::Core::JsonRepresentation
511
+ property :next_page_token, as: 'nextPageToken'
512
+ collection :tls_inspection_policies, as: 'tlsInspectionPolicies', class: Google::Apis::NetworksecurityV1::TlsInspectionPolicy, decorator: Google::Apis::NetworksecurityV1::TlsInspectionPolicy::Representation
513
+
514
+ collection :unreachable, as: 'unreachable'
515
+ end
516
+ end
517
+
518
+ class ListUrlListsResponse
519
+ # @private
520
+ class Representation < Google::Apis::Core::JsonRepresentation
521
+ property :next_page_token, as: 'nextPageToken'
522
+ collection :unreachable, as: 'unreachable'
523
+ collection :url_lists, as: 'urlLists', class: Google::Apis::NetworksecurityV1::UrlList, decorator: Google::Apis::NetworksecurityV1::UrlList::Representation
524
+
525
+ end
526
+ end
527
+
413
528
  class Location
414
529
  # @private
415
530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -426,6 +541,8 @@ module Google
426
541
  class Representation < Google::Apis::Core::JsonRepresentation
427
542
  collection :client_validation_ca, as: 'clientValidationCa', class: Google::Apis::NetworksecurityV1::ValidationCa, decorator: Google::Apis::NetworksecurityV1::ValidationCa::Representation
428
543
 
544
+ property :client_validation_mode, as: 'clientValidationMode'
545
+ property :client_validation_trust_config, as: 'clientValidationTrustConfig'
429
546
  end
430
547
  end
431
548
 
@@ -497,6 +614,28 @@ module Google
497
614
  end
498
615
  end
499
616
 
617
+ class TlsInspectionPolicy
618
+ # @private
619
+ class Representation < Google::Apis::Core::JsonRepresentation
620
+ property :ca_pool, as: 'caPool'
621
+ property :create_time, as: 'createTime'
622
+ property :description, as: 'description'
623
+ property :name, as: 'name'
624
+ property :update_time, as: 'updateTime'
625
+ end
626
+ end
627
+
628
+ class UrlList
629
+ # @private
630
+ class Representation < Google::Apis::Core::JsonRepresentation
631
+ property :create_time, as: 'createTime'
632
+ property :description, as: 'description'
633
+ property :name, as: 'name'
634
+ property :update_time, as: 'updateTime'
635
+ collection :values, as: 'values'
636
+ end
637
+ end
638
+
500
639
  class ValidationCa
501
640
  # @private
502
641
  class Representation < Google::Apis::Core::JsonRepresentation