google-cloud-policy_simulator 1.0.0 → 1.1.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: fbb8a985d9bebe27decfe103ec8bfaddb3c7a74bb757d3acaff89b603afbbd41
4
- data.tar.gz: e47dcdfee261dc2b3a00bc69e3a95d283a0c8e2855eae48752cd1269d8cebd02
3
+ metadata.gz: b9ee9d1ee6f66bdcc735d034c46ab189b9b3be89b015874d855c595df429a2d8
4
+ data.tar.gz: 281802288748eddab9ea996a95e2d7823c2da937c7706781bfa48d3b687d8981
5
5
  SHA512:
6
- metadata.gz: 2aac0b3f79d22d97ae1499c8e5df4fbf1cabf05242b1a51e32f12f1c47b9c5e6bc88a912226b3903f4a6c824164166dc5c808add9ce8274a48b872158d58ca1a
7
- data.tar.gz: d28b0f6823bb989a00b12db6e3db3365a9ad2d6e857bd70ac1fa22374faa6189aef2a6448cc2b77b479f3943b06ec08b63046fb6e9851249509fffb748001421
6
+ metadata.gz: 1d4e45fe0f3d3366b6ccd487d7a1d06cbff81f5beaeae190c11f131d15bab4929a5587b8efd387ade715fef88e038069b3cfd89c1d3c84122ef07747c123ad9b
7
+ data.tar.gz: c92d7219fc9543cd3961ae5a5950e96680f607002de2afd9f50fd9775a8fae71b915efdbb1f35bc0702f4c053dab8fd696af08d361705b9dc3a9db6b279d6272
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Policy Simulator is a collection of endpoints for creating, running, and viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. During a `Replay`, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your members' access might change under the proposed policy.
4
4
 
5
- Policy Simulator is a collection of endpoints for creating, running, and viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. During a `Replay`, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your members' access might change under the proposed policy.
5
+ Policy Simulator is a collection of endpoints for creating, running, and viewing a Replay. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. During a `Replay`, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your members' access might change under the proposed policy.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-policy_simulator-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PolicySimulator
23
- VERSION = "1.0.0"
23
+ VERSION = "1.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-policy_simulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core