google-apis-accesscontextmanager_v1 0.46.0 → 0.47.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81e7ec5804dc968e70ea97d735e96a1fc8cd5c64ffbf7af970faa56fe2246f9f
|
4
|
+
data.tar.gz: 4bc89eebf17545e75c7c66009e832ee181a845e85059c2123253bc58db82a8e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6984c7036aebd751ec8a5c13800871e0520f28c2f41b91b8b0845af3bab5f5c8ed504cb161975372c24299ea23eacdf0d6ea2a308eae8c71ff83eaea426f25f2
|
7
|
+
data.tar.gz: a4324c18efb12c6aff7bb42c8706439434a699fff02e79165756ff9c543e77990199afe063eaa87b92a9ef5f23a0958c2a09c61cbc212d2236ffa5534e46cedf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
2
2
|
|
3
|
+
### v0.47.0 (2024-08-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240811
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.46.0 (2024-06-26)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240623
|
@@ -709,9 +709,10 @@ module Google
|
|
709
709
|
|
710
710
|
# A list of identities that are allowed access through [EgressPolicy].
|
711
711
|
# Identities can be an individual user, service account, Google group, or third-
|
712
|
-
# party identity.
|
713
|
-
#
|
714
|
-
#
|
712
|
+
# party identity. For third-party identity, only single identities are supported
|
713
|
+
# and other identity types are not supported. The `v1` identities that have the
|
714
|
+
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
715
|
+
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
715
716
|
# Corresponds to the JSON property `identities`
|
716
717
|
# @return [Array<String>]
|
717
718
|
attr_accessor :identities
|
@@ -1069,9 +1070,10 @@ module Google
|
|
1069
1070
|
|
1070
1071
|
# A list of identities that are allowed access through [IngressPolicy].
|
1071
1072
|
# Identities can be an individual user, service account, Google group, or third-
|
1072
|
-
# party identity.
|
1073
|
-
#
|
1074
|
-
#
|
1073
|
+
# party identity. For third-party identity, only single identities are supported
|
1074
|
+
# and other identity types are not supported. The `v1` identities that have the
|
1075
|
+
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
1076
|
+
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
1075
1077
|
# Corresponds to the JSON property `identities`
|
1076
1078
|
# @return [Array<String>]
|
1077
1079
|
attr_accessor :identities
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AccesscontextmanagerV1
|
18
18
|
# Version of the google-apis-accesscontextmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240811"
|
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-accesscontextmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.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-08-18 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-accesscontextmanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|