google-apis-networksecurity_v1beta1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f82740727002e686c4ebc93606a00d3205dc2a4b4f56173787db3e2042959c94
4
- data.tar.gz: 79388ffe7a019c5271e90f4d50d7194cff880509ad0a19b5652c440fffd205d4
3
+ metadata.gz: 784701c515a9c21a648daa0935630d714433cc37fb0daf11b4de2d4a87188aa8
4
+ data.tar.gz: '05815c96be2d222f9429633280c86e4456794fcc15cbc1625665c9bef5415301'
5
5
  SHA512:
6
- metadata.gz: 79b8430445679aabc2479ae8df5a84ff8f7d8c45acdc074c55bc3d57b39765734f2a52bb5d0b313a5fe0e3ddb2ae1c01cbc234a85b0be95e07e7397014e27b48
7
- data.tar.gz: 38842338c6c7b89279cf107038bfa2c382cbec524cdc099729b9d5027544d62b81248fb555fbc98c61caf42f3ab720115b8f9434b54dddb2bd185379eefb5829
6
+ metadata.gz: 7a0c9efb89f665c1a8b8b995fb360bae45d1290d5663040018234574f5c36395079021e1fdd5ac340a62a65648f294919560831fa08f139b37f279a3c1d4b10b
7
+ data.tar.gz: f01da867ea22a5ca0689f685f9df3b5dec104983936ac245bc9261e934615011ddb9c70c45b11667a1a9b44a7905c6551491c22d5d1ae44b29b7ff93ce4bdd49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.37.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240626
6
+
3
7
  ### v0.36.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240505
@@ -1713,8 +1713,8 @@ module Google
1713
1713
  class MtlsPolicy
1714
1714
  include Google::Apis::Core::Hashable
1715
1715
 
1716
- # Required if the policy is to be used with Traffic Director. For external HTTPS
1717
- # load balancers it must be empty. Defines the mechanism to obtain the
1716
+ # Required if the policy is to be used with Traffic Director. For Application
1717
+ # Load Balancers it must be empty. Defines the mechanism to obtain the
1718
1718
  # Certificate Authority certificate to validate the client certificate.
1719
1719
  # Corresponds to the JSON property `clientValidationCa`
1720
1720
  # @return [Array<Google::Apis::NetworksecurityV1beta1::ValidationCa>]
@@ -1722,8 +1722,8 @@ module Google
1722
1722
 
1723
1723
  # When the client presents an invalid certificate or no certificate to the load
1724
1724
  # balancer, the `client_validation_mode` specifies how the client connection is
1725
- # handled. Required if the policy is to be used with the external HTTPS load
1726
- # balancing. For Traffic Director it must be empty.
1725
+ # handled. Required if the policy is to be used with the Application Load
1726
+ # Balancers. For Traffic Director it must be empty.
1727
1727
  # Corresponds to the JSON property `clientValidationMode`
1728
1728
  # @return [String]
1729
1729
  attr_accessor :client_validation_mode
@@ -1731,7 +1731,7 @@ module Google
1731
1731
  # Reference to the TrustConfig from certificatemanager.googleapis.com namespace.
1732
1732
  # If specified, the chain validation will be performed against certificates
1733
1733
  # configured in the given TrustConfig. Allowed only if the policy is to be used
1734
- # with external HTTPS load balancers.
1734
+ # with Application Load Balancers.
1735
1735
  # Corresponds to the JSON property `clientValidationTrustConfig`
1736
1736
  # @return [String]
1737
1737
  attr_accessor :client_validation_trust_config
@@ -1936,7 +1936,7 @@ module Google
1936
1936
  end
1937
1937
 
1938
1938
  # SecurityProfile is a resource that defines the behavior for one of many
1939
- # ProfileTypes. Next ID: 10
1939
+ # ProfileTypes. Next ID: 11
1940
1940
  class SecurityProfile
1941
1941
  include Google::Apis::Core::Hashable
1942
1942
 
@@ -2003,7 +2003,7 @@ module Google
2003
2003
  end
2004
2004
 
2005
2005
  # SecurityProfileGroup is a resource that defines the behavior for various
2006
- # ProfileTypes. Next ID: 9
2006
+ # ProfileTypes. Next ID: 10
2007
2007
  class SecurityProfileGroup
2008
2008
  include Google::Apis::Core::Hashable
2009
2009
 
@@ -2067,16 +2067,16 @@ module Google
2067
2067
  # ServerTlsPolicy is a resource that specifies how a server should authenticate
2068
2068
  # incoming requests. This resource itself does not affect configuration unless
2069
2069
  # it is attached to a target HTTPS proxy or endpoint config selector resource.
2070
- # ServerTlsPolicy in the form accepted by external HTTPS load balancers can be
2071
- # attached only to TargetHttpsProxy with an `EXTERNAL` or `EXTERNAL_MANAGED`
2072
- # load balancing scheme. Traffic Director compatible ServerTlsPolicies can be
2073
- # attached to EndpointPolicy and TargetHttpsProxy with Traffic Director `
2074
- # INTERNAL_SELF_MANAGED` load balancing scheme.
2070
+ # ServerTlsPolicy in the form accepted by Application Load Balancers can be
2071
+ # attached only to TargetHttpsProxy with an `EXTERNAL`, `EXTERNAL_MANAGED` or `
2072
+ # INTERNAL_MANAGED` load balancing scheme. Traffic Director compatible
2073
+ # ServerTlsPolicies can be attached to EndpointPolicy and TargetHttpsProxy with
2074
+ # Traffic Director `INTERNAL_SELF_MANAGED` load balancing scheme.
2075
2075
  class ServerTlsPolicy
2076
2076
  include Google::Apis::Core::Hashable
2077
2077
 
2078
2078
  # This field applies only for Traffic Director policies. It is must be set to
2079
- # false for external HTTPS load balancer policies. Determines if server allows
2079
+ # false for Application Load Balancer policies. Determines if server allows
2080
2080
  # plaintext connections. If set to true, server allows plain text connections.
2081
2081
  # By default, it is set to false. This setting is not exclusive of other
2082
2082
  # encryption modes. For example, if `allow_open` and `mtls_policy` are set,
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240505"
25
+ REVISION = "20240626"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []