google-apis-networksecurity_v1 0.27.0 → 0.28.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 +4 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +13 -13
- data/lib/google/apis/networksecurity_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e5cad729899413ebfc939385bae8e3002b3121eed25897cb4a93e2d0d5b9caa
|
|
4
|
+
data.tar.gz: 4a25de0166726746ac782ae70bd23d9ccc810a4c512836abfb1247849440d8ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86d959be0657789a426388d1c992f630fd7cbed2045997d2c9afc909fa2a5b5c85891e4c60ef12b2912ff4196a026a039b2d17913e10d0443438383a91606650
|
|
7
|
+
data.tar.gz: b9b8cc181af2f78ad1493ebdc245660faf1672e62ec4d1501c66a86951e1f0fc84456814c2f77054a5306deb2342de4ea3b2aae2f620ecdce6183bffc89be1d6
|
data/CHANGELOG.md
CHANGED
|
@@ -1707,8 +1707,8 @@ module Google
|
|
|
1707
1707
|
class MtlsPolicy
|
|
1708
1708
|
include Google::Apis::Core::Hashable
|
|
1709
1709
|
|
|
1710
|
-
# Required if the policy is to be used with Traffic Director. For
|
|
1711
|
-
#
|
|
1710
|
+
# Required if the policy is to be used with Traffic Director. For Application
|
|
1711
|
+
# Load Balancers it must be empty. Defines the mechanism to obtain the
|
|
1712
1712
|
# Certificate Authority certificate to validate the client certificate.
|
|
1713
1713
|
# Corresponds to the JSON property `clientValidationCa`
|
|
1714
1714
|
# @return [Array<Google::Apis::NetworksecurityV1::ValidationCa>]
|
|
@@ -1716,8 +1716,8 @@ module Google
|
|
|
1716
1716
|
|
|
1717
1717
|
# When the client presents an invalid certificate or no certificate to the load
|
|
1718
1718
|
# balancer, the `client_validation_mode` specifies how the client connection is
|
|
1719
|
-
# handled. Required if the policy is to be used with the
|
|
1720
|
-
#
|
|
1719
|
+
# handled. Required if the policy is to be used with the Application Load
|
|
1720
|
+
# Balancers. For Traffic Director it must be empty.
|
|
1721
1721
|
# Corresponds to the JSON property `clientValidationMode`
|
|
1722
1722
|
# @return [String]
|
|
1723
1723
|
attr_accessor :client_validation_mode
|
|
@@ -1725,7 +1725,7 @@ module Google
|
|
|
1725
1725
|
# Reference to the TrustConfig from certificatemanager.googleapis.com namespace.
|
|
1726
1726
|
# If specified, the chain validation will be performed against certificates
|
|
1727
1727
|
# configured in the given TrustConfig. Allowed only if the policy is to be used
|
|
1728
|
-
# with
|
|
1728
|
+
# with Application Load Balancers.
|
|
1729
1729
|
# Corresponds to the JSON property `clientValidationTrustConfig`
|
|
1730
1730
|
# @return [String]
|
|
1731
1731
|
attr_accessor :client_validation_trust_config
|
|
@@ -1930,7 +1930,7 @@ module Google
|
|
|
1930
1930
|
end
|
|
1931
1931
|
|
|
1932
1932
|
# SecurityProfile is a resource that defines the behavior for one of many
|
|
1933
|
-
# ProfileTypes. Next ID:
|
|
1933
|
+
# ProfileTypes. Next ID: 11
|
|
1934
1934
|
class SecurityProfile
|
|
1935
1935
|
include Google::Apis::Core::Hashable
|
|
1936
1936
|
|
|
@@ -1997,7 +1997,7 @@ module Google
|
|
|
1997
1997
|
end
|
|
1998
1998
|
|
|
1999
1999
|
# SecurityProfileGroup is a resource that defines the behavior for various
|
|
2000
|
-
# ProfileTypes. Next ID:
|
|
2000
|
+
# ProfileTypes. Next ID: 10
|
|
2001
2001
|
class SecurityProfileGroup
|
|
2002
2002
|
include Google::Apis::Core::Hashable
|
|
2003
2003
|
|
|
@@ -2061,16 +2061,16 @@ module Google
|
|
|
2061
2061
|
# ServerTlsPolicy is a resource that specifies how a server should authenticate
|
|
2062
2062
|
# incoming requests. This resource itself does not affect configuration unless
|
|
2063
2063
|
# it is attached to a target HTTPS proxy or endpoint config selector resource.
|
|
2064
|
-
# ServerTlsPolicy in the form accepted by
|
|
2065
|
-
# attached only to TargetHttpsProxy with an `EXTERNAL` or `
|
|
2066
|
-
# load balancing scheme. Traffic Director compatible
|
|
2067
|
-
# attached to EndpointPolicy and TargetHttpsProxy with
|
|
2068
|
-
# INTERNAL_SELF_MANAGED` load balancing scheme.
|
|
2064
|
+
# ServerTlsPolicy in the form accepted by Application Load Balancers can be
|
|
2065
|
+
# attached only to TargetHttpsProxy with an `EXTERNAL`, `EXTERNAL_MANAGED` or `
|
|
2066
|
+
# INTERNAL_MANAGED` load balancing scheme. Traffic Director compatible
|
|
2067
|
+
# ServerTlsPolicies can be attached to EndpointPolicy and TargetHttpsProxy with
|
|
2068
|
+
# Traffic Director `INTERNAL_SELF_MANAGED` load balancing scheme.
|
|
2069
2069
|
class ServerTlsPolicy
|
|
2070
2070
|
include Google::Apis::Core::Hashable
|
|
2071
2071
|
|
|
2072
2072
|
# This field applies only for Traffic Director policies. It is must be set to
|
|
2073
|
-
# false for
|
|
2073
|
+
# false for Application Load Balancer policies. Determines if server allows
|
|
2074
2074
|
# plaintext connections. If set to true, server allows plain text connections.
|
|
2075
2075
|
# By default, it is set to false. This setting is not exclusive of other
|
|
2076
2076
|
# 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 NetworksecurityV1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.28.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 = "
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.28.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-
|
|
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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.28.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|