google-cloud-policy_simulator 0.3.0 → 1.1.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: 23306e2593050f318194a2ccbba49715153c0e8e0668a9359bff8529ede572f6
4
- data.tar.gz: ca30fe89c865adec450644a47f41040fb8188fa235b8eb0abf33b384cffab0ae
3
+ metadata.gz: b9ee9d1ee6f66bdcc735d034c46ab189b9b3be89b015874d855c595df429a2d8
4
+ data.tar.gz: 281802288748eddab9ea996a95e2d7823c2da937c7706781bfa48d3b687d8981
5
5
  SHA512:
6
- metadata.gz: 147b02e0e3adb832c1166bc7d23049bbd48deff91c76b35aacdf1da25f0acb0fc52abfd51d3824c3b9d8485e9be3eecfd980b9e7769c57cba0df9d716658fe3b
7
- data.tar.gz: 6d4b772b38a76ff13d95339b277cf6982cd3628e728fe96e0f7e25ffb1a90ca57cded0242962b95ca6695d18252aaa62ad528298f0ce480345d3a85f3131a7a7
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 = "0.3.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: 0.3.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-02-26 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