google-apis-policysimulator_v1alpha 0.29.0 → 0.30.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/policysimulator_v1alpha/classes.rb +25 -25
- data/lib/google/apis/policysimulator_v1alpha/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38d5790a016d6312c187a24ded8d7e552330eeff1da44a5b74008cd550f0a79e
|
|
4
|
+
data.tar.gz: f9de2562aafff232d82906a1c39dbd602196bcdd9efd92f2da0b4c1a39d42e6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d24013428b6b96843cc3674ce808db870f62ece264f9bd6880ad9586df1a6a45069442ee9b4a6ae85f867bd97cd4d70c0b10f934c0762f15a829eef80799c01a
|
|
7
|
+
data.tar.gz: 59a5150e2cfca106f66855a318bd4995ce7c0f5dc65fc89fb96b4728849d1323b62a35bb273862e939db1168dce1343c609e56f32936b1c07fd74ec1189ff28d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-policysimulator_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.30.0 (2026-06-10)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260423
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.29.0 (2026-03-08)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260227
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/iam/docs/simulating-access)
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -28,12 +28,12 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
30
|
# Reference to the launch that will be used while audit logging and to control
|
|
31
|
-
# the launch.
|
|
31
|
+
# the launch. Set only in the alternate policy.
|
|
32
32
|
# Corresponds to the JSON property `launch`
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :launch
|
|
35
35
|
|
|
36
|
-
# Defines a Google Cloud policy specification
|
|
36
|
+
# Defines a Google Cloud policy specification that is used to specify
|
|
37
37
|
# constraints for configurations of Google Cloud resources.
|
|
38
38
|
# Corresponds to the JSON property `spec`
|
|
39
39
|
# @return [Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2PolicySpec]
|
|
@@ -87,12 +87,12 @@ module Google
|
|
|
87
87
|
# @return [Array<String>]
|
|
88
88
|
attr_accessor :method_types
|
|
89
89
|
|
|
90
|
-
# Immutable. Name of the constraint. This is unique within the organization.
|
|
91
|
-
#
|
|
92
|
-
#
|
|
93
|
-
#
|
|
94
|
-
#
|
|
95
|
-
#
|
|
90
|
+
# Immutable. Name of the constraint. This is unique within the organization. The
|
|
91
|
+
# name must be of the form: * `organizations/`organization_id`/customConstraints/
|
|
92
|
+
# `custom_constraint_id`` Example: `organizations/123/customConstraints/custom.
|
|
93
|
+
# createOnlyE2TypeVms` The max length is 71 characters and the minimum length is
|
|
94
|
+
# 1. Note that the prefix `organizations/`organization_id`/customConstraints/
|
|
95
|
+
# custom.` is not counted.
|
|
96
96
|
# Corresponds to the JSON property `name`
|
|
97
97
|
# @return [String]
|
|
98
98
|
attr_accessor :name
|
|
@@ -127,7 +127,7 @@ module Google
|
|
|
127
127
|
end
|
|
128
128
|
end
|
|
129
129
|
|
|
130
|
-
# Defines an organization policy
|
|
130
|
+
# Defines an organization policy that is used to specify constraints for
|
|
131
131
|
# configurations of Google Cloud resources.
|
|
132
132
|
class GoogleCloudOrgpolicyV2Policy
|
|
133
133
|
include Google::Apis::Core::Hashable
|
|
@@ -138,22 +138,22 @@ module Google
|
|
|
138
138
|
# @return [Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2AlternatePolicySpec]
|
|
139
139
|
attr_accessor :alternate
|
|
140
140
|
|
|
141
|
-
# Defines a Google Cloud policy specification
|
|
141
|
+
# Defines a Google Cloud policy specification that is used to specify
|
|
142
142
|
# constraints for configurations of Google Cloud resources.
|
|
143
143
|
# Corresponds to the JSON property `dryRunSpec`
|
|
144
144
|
# @return [Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2PolicySpec]
|
|
145
145
|
attr_accessor :dry_run_spec
|
|
146
146
|
|
|
147
147
|
# Optional. An opaque tag indicating the current state of the policy, used for
|
|
148
|
-
# concurrency control. This
|
|
149
|
-
# of other fields, and may be sent on update and delete requests to
|
|
150
|
-
# client has an up-to-date value before proceeding.
|
|
148
|
+
# concurrency control. This entity tag (ETag) is computed by the server based on
|
|
149
|
+
# the value of other fields, and may be sent on update and delete requests to
|
|
150
|
+
# ensure the client has an up-to-date value before proceeding.
|
|
151
151
|
# Corresponds to the JSON property `etag`
|
|
152
152
|
# @return [String]
|
|
153
153
|
attr_accessor :etag
|
|
154
154
|
|
|
155
155
|
# Immutable. The resource name of the policy. Must be one of the following forms,
|
|
156
|
-
# where `constraint_name` is the name of the constraint
|
|
156
|
+
# where `constraint_name` is the name of the constraint that this policy
|
|
157
157
|
# configures: * `projects/`project_number`/policies/`constraint_name`` * `
|
|
158
158
|
# folders/`folder_id`/policies/`constraint_name`` * `organizations/`
|
|
159
159
|
# organization_id`/policies/`constraint_name`` For example, `projects/123/
|
|
@@ -164,7 +164,7 @@ module Google
|
|
|
164
164
|
# @return [String]
|
|
165
165
|
attr_accessor :name
|
|
166
166
|
|
|
167
|
-
# Defines a Google Cloud policy specification
|
|
167
|
+
# Defines a Google Cloud policy specification that is used to specify
|
|
168
168
|
# constraints for configurations of Google Cloud resources.
|
|
169
169
|
# Corresponds to the JSON property `spec`
|
|
170
170
|
# @return [Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2PolicySpec]
|
|
@@ -184,7 +184,7 @@ module Google
|
|
|
184
184
|
end
|
|
185
185
|
end
|
|
186
186
|
|
|
187
|
-
# Defines a Google Cloud policy specification
|
|
187
|
+
# Defines a Google Cloud policy specification that is used to specify
|
|
188
188
|
# constraints for configurations of Google Cloud resources.
|
|
189
189
|
class GoogleCloudOrgpolicyV2PolicySpec
|
|
190
190
|
include Google::Apis::Core::Hashable
|
|
@@ -192,9 +192,9 @@ module Google
|
|
|
192
192
|
# An opaque tag indicating the current version of the policySpec, used for
|
|
193
193
|
# concurrency control. This field is ignored if used in a `CreatePolicy` request.
|
|
194
194
|
# When the policy is returned from either a `GetPolicy` or a `ListPolicies`
|
|
195
|
-
# request, this
|
|
196
|
-
# when executing a read-modify-write loop. When the policy is
|
|
197
|
-
# GetEffectivePolicy` request, the
|
|
195
|
+
# request, this entity tag (ETag) indicates the version of the current
|
|
196
|
+
# policySpec to use when executing a read-modify-write loop. When the policy is
|
|
197
|
+
# returned from a `GetEffectivePolicy` request, the ETag will be unset.
|
|
198
198
|
# Corresponds to the JSON property `etag`
|
|
199
199
|
# @return [String]
|
|
200
200
|
attr_accessor :etag
|
|
@@ -203,7 +203,7 @@ module Google
|
|
|
203
203
|
# is true, policy rules set higher up in the hierarchy (up to the closest root)
|
|
204
204
|
# are inherited and present in the effective policy. If it is false, then no
|
|
205
205
|
# rules are inherited, and this policy becomes the new root for evaluation. This
|
|
206
|
-
# field can be set only for policies
|
|
206
|
+
# field can be set only for policies that configure list constraints.
|
|
207
207
|
# Corresponds to the JSON property `inheritFromParent`
|
|
208
208
|
# @return [Boolean]
|
|
209
209
|
attr_accessor :inherit_from_parent
|
|
@@ -219,10 +219,10 @@ module Google
|
|
|
219
219
|
alias_method :reset?, :reset
|
|
220
220
|
|
|
221
221
|
# In policies for boolean constraints, the following requirements apply: - There
|
|
222
|
-
# must be
|
|
223
|
-
#
|
|
224
|
-
#
|
|
225
|
-
#
|
|
222
|
+
# must be exactly one policy rule where a condition is unset. - Boolean policy
|
|
223
|
+
# rules with conditions must set `enforced` to the opposite of the policy rule
|
|
224
|
+
# without a condition. - During policy evaluation, policy rules with conditions
|
|
225
|
+
# that are true for a target resource take precedence.
|
|
226
226
|
# Corresponds to the JSON property `rules`
|
|
227
227
|
# @return [Array<Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2PolicySpecPolicyRule>]
|
|
228
228
|
attr_accessor :rules
|
|
@@ -696,7 +696,7 @@ module Google
|
|
|
696
696
|
class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay
|
|
697
697
|
include Google::Apis::Core::Hashable
|
|
698
698
|
|
|
699
|
-
# Defines an organization policy
|
|
699
|
+
# Defines an organization policy that is used to specify constraints for
|
|
700
700
|
# configurations of Google Cloud resources.
|
|
701
701
|
# Corresponds to the JSON property `policy`
|
|
702
702
|
# @return [Google::Apis::PolicysimulatorV1alpha::GoogleCloudOrgpolicyV2Policy]
|
|
@@ -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.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260423"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.30.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.30.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|