google-apis-policysimulator_v1 0.37.0 → 0.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d24923896b39a4e0a88eded22e24f4b9341c7c4147334742e23170bd79a7c44
|
4
|
+
data.tar.gz: 568b449087d085326602186056c8a08d856ff155507c79b24c738e36b6a8d9fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a94f895b00585a62cde0cf7fae76c9587899517378d6f14713046e7f7481aa3ef0058f9e7c5a149a951b7078c01608317e6916ab03f75d17846485cb6aab97e0
|
7
|
+
data.tar.gz: fceca450fdd885ffe6807cb26d17a1206a6210039737784530cbd71b07e72b6d45a5072c1a403eb700108121e485b76210536d5d80deaec0207df371053d0884
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-policysimulator_v1
|
2
2
|
|
3
|
+
### v0.38.0 (2024-11-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241118
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.37.0 (2024-06-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240617
|
@@ -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 PolicysimulatorV1
|
18
18
|
# Version of the google-apis-policysimulator_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241118"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -331,6 +331,7 @@ module Google
|
|
331
331
|
|
332
332
|
property :deny_all, as: 'denyAll'
|
333
333
|
property :enforce, as: 'enforce'
|
334
|
+
hash :parameters, as: 'parameters'
|
334
335
|
property :values, as: 'values', class: Google::Apis::PolicysimulatorV1::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues, decorator: Google::Apis::PolicysimulatorV1::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues::Representation
|
335
336
|
|
336
337
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-policysimulator_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.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-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1
|
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.
|
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 V1
|