google-apis-accesscontextmanager_v1 0.32.0 → 0.33.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: b49398722181e716b4098571a6c9accee9b5291036a4ea8638f88a2ebbb28807
|
|
4
|
+
data.tar.gz: a19f8721288f41d3a3e4f974ee376722ddbc9df1a227de7d19dc34a6b3608a33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66369fb07093d542c1551adcf2e49143ecf6a1dcf062ce1376403fe35995580a8f040bb1f54d5408ac277000c805726f2eb18ed28d8b14d9d004ec2ac38064dd
|
|
7
|
+
data.tar.gz: a1d8d4b7fb8c3850b998494edb7904d32eac2e31dde6735dfb5b691ae0ace23dc1eb6fd42bee08a3551ed7e3fd4aada1b2f0fd233df4f1a8246f2b9c188a73fe
|
data/CHANGELOG.md
CHANGED
|
@@ -113,17 +113,16 @@ module Google
|
|
|
113
113
|
# @return [String]
|
|
114
114
|
attr_accessor :parent
|
|
115
115
|
|
|
116
|
-
# The scopes of
|
|
117
|
-
# where
|
|
118
|
-
# folders/123"] has the following behavior: -
|
|
119
|
-
# projects within folders/123 -
|
|
120
|
-
#
|
|
121
|
-
#
|
|
122
|
-
#
|
|
123
|
-
#
|
|
124
|
-
#
|
|
125
|
-
#
|
|
126
|
-
# folders/`folder_number`` or `projects/`project_number``
|
|
116
|
+
# The scopes of the AccessPolicy. Scopes define which resources a policy can
|
|
117
|
+
# restrict and where its resources can be referenced. For example, policy A with
|
|
118
|
+
# `scopes=["folders/123"]` has the following behavior: - ServicePerimeter can
|
|
119
|
+
# only restrict projects within `folders/123`. - ServicePerimeter within policy
|
|
120
|
+
# A can only reference access levels defined within policy A. - Only one policy
|
|
121
|
+
# can include a given scope; thus, attempting to create a second policy which
|
|
122
|
+
# includes `folders/123` will result in an error. If no scopes are provided,
|
|
123
|
+
# then any resource within the organization can be restricted. Scopes cannot be
|
|
124
|
+
# modified after a policy is created. Policies can only have a single scope.
|
|
125
|
+
# Format: list of `folders/`folder_number`` or `projects/`project_number``
|
|
127
126
|
# Corresponds to the JSON property `scopes`
|
|
128
127
|
# @return [Array<String>]
|
|
129
128
|
attr_accessor :scopes
|
|
@@ -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.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230903"
|
|
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.33.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: 2023-
|
|
11
|
+
date: 2023-09-10 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.33.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Access Context Manager API V1
|