google-apis-networksecurity_v1beta1 0.45.0 → 0.46.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acc48bd64b0acb56c6334310ab8554fd92c47b0d5e6b5e83c92982eb1b55b86e
|
4
|
+
data.tar.gz: a4f90b0760de98ef2f6b541e56c7315e3e82100b6b0e732576d9f2faa8e3c5dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56cb971fc1a27199121ede7d7726b86e85e8eccc20cca46f0c0a3bb54cad43be413194e44e42e2b0fb6ebd980ddbef2af6f1d178e1edc383c65b86c8f377b46c
|
7
|
+
data.tar.gz: 94bcb9f95a8faaab14a107186f3443a5458e66fd83a2db137e76041d664c4d72dcc1bf0c481cb054167f223f3cdb57b1604d99d8e37d16f678f7354cad7dba70
|
data/CHANGELOG.md
CHANGED
@@ -376,14 +376,8 @@ module Google
|
|
376
376
|
include Google::Apis::Core::Hashable
|
377
377
|
|
378
378
|
# Optional. A list of identities derived from the client's certificate. This
|
379
|
-
# field
|
380
|
-
#
|
381
|
-
# string whose value is matched against the URI SAN, or DNS SAN, or SPIFFE ID,
|
382
|
-
# or the subject field in the client's certificate. For Cloud Service Mesh, each
|
383
|
-
# identity is a string whose value is matched against the URI SAN, or DNS SAN,
|
384
|
-
# or the subject field in the client's certificate. The match can be exact,
|
385
|
-
# prefix, suffix, or a substring match. One of exact, prefix, suffix, or
|
386
|
-
# contains must be specified. Limited to 5 principals.
|
379
|
+
# field is under development and we don't recommend using it at this time.
|
380
|
+
# Limited to 5 principals.
|
387
381
|
# Corresponds to the JSON property `principals`
|
388
382
|
# @return [Array<Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch>]
|
389
383
|
attr_accessor :principals
|
@@ -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.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250428"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|