google-apis-policysimulator_v1alpha 0.18.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 419605dbfc6704c9db692db6f91cde05c69f1b5c9634f341555b497946131c7c
|
4
|
+
data.tar.gz: 8c117c90108c56c3d8b02f6b4d8f65d217f2dcfe42ecddf572b84256944bcc8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd2c36af564a49fe143dc8e9c1a5b6533838d627a91fe5405213a30bcc975d8b72f609a6332b4a6f0dca9153f100025e2ae51907eea18ec7f0caaadfba47db62
|
7
|
+
data.tar.gz: 91c758acc4048e2773aeb8772be4e972fe593c3d9d1eee8753496ce9410fa971400857343f849957b9c32a0481593c98d919b2c1df069c834fb9e200f0c3eb1f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
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
|
+
|
8
|
+
### v0.19.0 (2024-05-19)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240505
|
11
|
+
* Regenerated using generator version 0.15.0
|
12
|
+
|
3
13
|
### v0.18.0 (2024-02-24)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240218
|
@@ -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
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -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.
|
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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
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.
|
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
|