google-apis-policysimulator_v1alpha 0.19.0 → 0.20.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: 718ba9c3da89bd73a2308192ac9ad7000b05f15c9ede079b97ef1ee16a1cda02
4
- data.tar.gz: b69301fc71a44a672b0ca24bb8deed65c108357c41dcca0a788659a730215d00
3
+ metadata.gz: 419605dbfc6704c9db692db6f91cde05c69f1b5c9634f341555b497946131c7c
4
+ data.tar.gz: 8c117c90108c56c3d8b02f6b4d8f65d217f2dcfe42ecddf572b84256944bcc8a
5
5
  SHA512:
6
- metadata.gz: e8aa22bd3fe57dc8afb9f9ee8f72ae17f79b195e0f009ed2886060617e9275b7e9445af42a67839675e3541babb0863a0737f259dbbcac333d7c046c8f3ed46d
7
- data.tar.gz: 652d28ba266dfc903243abcd7315e602f6e981edf520563d7c938a7c423c79a6bf90780c0000d87f8f63d65fb67cb1eb4a4bc8dfb2e14ead6b076bf889b61d83
6
+ metadata.gz: fd2c36af564a49fe143dc8e9c1a5b6533838d627a91fe5405213a30bcc975d8b72f609a6332b4a6f0dca9153f100025e2ae51907eea18ec7f0caaadfba47db62
7
+ data.tar.gz: 91c758acc4048e2773aeb8772be4e972fe593c3d9d1eee8753496ce9410fa971400857343f849957b9c32a0481593c98d919b2c1df069c834fb9e200f0c3eb1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-policysimulator_v1alpha
2
2
 
3
+ ### v0.20.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241118
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.19.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 PolicysimulatorV1alpha
18
18
  # Version of the google-apis-policysimulator_v1alpha gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues, decorator: Google::Apis::PolicysimulatorV1alpha::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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha
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 V1alpha