google-apis-policysimulator_v1beta 0.12.0 → 0.13.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: c19bf2a8d461f086f50df0c75fc370ce5fb6c0103cecee0ec18f043425ea25ab
4
- data.tar.gz: a70787f503bcb930a7211111f8c4b975f40382a5ea3a6b0a38d22ba0246ccdfe
3
+ metadata.gz: b5736975ec2fa0706820a6aacd58c25c6a89daab886321d9c173e2339af8c180
4
+ data.tar.gz: a2287794456ecf12c205da1d582f8331607bc0d90168ee157145685d03cc5f2e
5
5
  SHA512:
6
- metadata.gz: 47cc7e750d4f089a55568af977901111bc8b3b1821981e44e299d229fa0ca7b7f1170c37ff8774f6d7b7dbc04bb7395f29db75fca6394aa5bd5901bb894953c1
7
- data.tar.gz: 3cccd3ae3f049f7f198cced2735622d7f38c489000ddcffc50be5f74b2567d3231e030ba052976a56147b767b7636ea0c83ed6877db6504d47663eb182bf6c0b
6
+ metadata.gz: 3b51f54d485262564d7c222a2436b04d930985fd09ef44734236ca4f490c93b18e63b7490f71df82c9a87e3bdbbed7bb9f5c70e111c361d19a19080a577f87b7
7
+ data.tar.gz: d69df6eee02e035fd63140375cddd71802a9cbd6e7cec7fe938784cf371cde04e07384adfa83e3ab87bd118f69e2c48793e0be352297798f19e2e7828c825cea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-policysimulator_v1beta
2
2
 
3
+ ### v0.13.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241118
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.12.0 (2024-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20240505
@@ -290,6 +290,14 @@ module Google
290
290
  attr_accessor :enforce
291
291
  alias_method :enforce?, :enforce
292
292
 
293
+ # Optional. Required for GMCs if parameters defined in constraints. Pass
294
+ # parameter values when policy enforcement is enabled. Ensure that parameter
295
+ # value types match those defined in the constraint definition. For example: ` "
296
+ # allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
297
+ # Corresponds to the JSON property `parameters`
298
+ # @return [Hash<String,Object>]
299
+ attr_accessor :parameters
300
+
293
301
  # A message that holds specific allowed and denied values. This message can
294
302
  # define specific values and subtrees of the Resource Manager resource hierarchy
295
303
  # (`Organizations`, `Folders`, `Projects`) that are allowed or denied. This is
@@ -316,6 +324,7 @@ module Google
316
324
  @condition = args[:condition] if args.key?(:condition)
317
325
  @deny_all = args[:deny_all] if args.key?(:deny_all)
318
326
  @enforce = args[:enforce] if args.key?(:enforce)
327
+ @parameters = args[:parameters] if args.key?(:parameters)
319
328
  @values = args[:values] if args.key?(:values)
320
329
  end
321
330
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicysimulatorV1beta
18
18
  # Version of the google-apis-policysimulator_v1beta gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240505"
25
+ REVISION = "20241118"
26
26
  end
27
27
  end
28
28
  end
@@ -379,6 +379,7 @@ module Google
379
379
 
380
380
  property :deny_all, as: 'denyAll'
381
381
  property :enforce, as: 'enforce'
382
+ hash :parameters, as: 'parameters'
382
383
  property :values, as: 'values', class: Google::Apis::PolicysimulatorV1beta::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues, decorator: Google::Apis::PolicysimulatorV1beta::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues::Representation
383
384
 
384
385
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-policysimulator_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta
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.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Policy Simulator API V1beta