google-cloud-policy_simulator-v1 1.4.0 → 1.5.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: 99b7c1b3a75456f7ea573a4985b359ba28c1ddb274778dbd08699c9bc63745e1
|
4
|
+
data.tar.gz: a14bfb121cbd001ffe24946e4c04b061165a2d50a6d51ebb9584828eacfa2f08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc21f85a8107d60763b4d86b4690315ac195ec0dde79d02fdb606f2b0f2f0603749d337f877147b84e6b7bcc49fcf4234f4fd519eb7617ac9d2afd5e9986acec
|
7
|
+
data.tar.gz: '080c368cb9abf3c542686f8f87301056a4b57b66ba85e6975f4e45ece9f494f943008ad203d6fc670bc23f948407cf07afa6bbfd7975c93daabe3e219cdd60b6'
|
@@ -53,7 +53,7 @@ module Google
|
|
53
53
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
54
54
|
end
|
55
55
|
|
56
|
-
# Details about how a specific IAM
|
56
|
+
# Details about how a specific IAM [Policy][google.iam.v1.Policy] contributed
|
57
57
|
# to the access check.
|
58
58
|
# @!attribute [rw] access
|
59
59
|
# @return [::Google::Cloud::PolicySimulator::V1::AccessState]
|
@@ -242,7 +242,7 @@ module Google
|
|
242
242
|
# For examples of full resource names for Google Cloud services, see
|
243
243
|
# https://cloud.google.com/iam/help/troubleshooter/full-resource-names.
|
244
244
|
#
|
245
|
-
# Values are
|
245
|
+
# Values are [Policy][google.iam.v1.Policy] objects representing the policies
|
246
246
|
# that you want to simulate.
|
247
247
|
#
|
248
248
|
# Replays automatically take into account any IAM policies inherited through
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
# Specifies the identities that do not cause logging for this type of
|
314
314
|
# permission.
|
315
315
|
# Follows the same format of
|
316
|
-
#
|
316
|
+
# [Binding.members][google.iam.v1.Binding.members].
|
317
317
|
class AuditLogConfig
|
318
318
|
include ::Google::Protobuf::MessageExts
|
319
319
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-policy_simulator-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.2'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.2'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|