google-apis-policysimulator_v1beta 0.2.0 → 0.3.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: 07a57ce3390cc8ef4a923e2bb0b23c61d640975fb9716255b53d6443ccbd44fa
4
- data.tar.gz: 0d0da253b2a931426e43b01d0dbc00628ba4525a126a6842ad2cc7063d0aa051
3
+ metadata.gz: 5f804bac0629bcb029b2923daa31b6f6f8558da4e5799ef7bcb3254ce5d92707
4
+ data.tar.gz: 43880f785a7ecbaad3451b4a3d3ef54c46f2e3a2e2d091e5d216d3abd867a2e6
5
5
  SHA512:
6
- metadata.gz: d953bc108ec6cdfd1a1285bdb9ef3e63ed8eba07e37aeec90c87bbdb7dc126fb0fb898dc827ea3f669d27dbdafc5977ebba1eedab689d21fb6c1abac9eb250dc
7
- data.tar.gz: 2a7e49c5cf73cbd77dea77e90cf7291b240fc7a4801cbbf49e6483634b8aeddac1266435b585bb62ce86bf6d2d45135ee572ca9ae3231bf912701be5da684c85
6
+ metadata.gz: 8bda964a2683daec6a6501f7f074562a1db364616ffff25a9bb47c2b3aa0c25933e0603b9aacde0e87173406d20e284299a6db848eeab7e5137f927847a7b048
7
+ data.tar.gz: 6b84701ba40e0cb67cd9fee7dac493157b50dc0c04840156269346e4d820c0c0932b665e020554fe2d0c0b0f5cb2322763a922f14b0696145fa9c2d2c222c671
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1beta
2
2
 
3
+ ### v0.3.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.2.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230723
@@ -63,7 +63,7 @@ module Google
63
63
  attr_accessor :action_type
64
64
 
65
65
  # Org policy condition/expression. For example: `resource.instanceName.matches("[
66
- # production|test]_.*_(\d)+")'` or, `resource.management.auto_upgrade == true`
66
+ # production|test]_.*_(\d)+")` or, `resource.management.auto_upgrade == true`
67
67
  # The max length of the condition is 1000 characters.
68
68
  # Corresponds to the JSON property `condition`
69
69
  # @return [String]
@@ -144,11 +144,11 @@ module Google
144
144
  attr_accessor :dry_run_spec
145
145
 
146
146
  # Immutable. The resource name of the policy. Must be one of the following forms,
147
- # where constraint_name is the name of the constraint which this policy
147
+ # where `constraint_name` is the name of the constraint which this policy
148
148
  # configures: * `projects/`project_number`/policies/`constraint_name`` * `
149
149
  # folders/`folder_id`/policies/`constraint_name`` * `organizations/`
150
- # organization_id`/policies/`constraint_name`` For example, "projects/123/
151
- # policies/compute.disableSerialPortAccess". Note: `projects/`project_id`/
150
+ # organization_id`/policies/`constraint_name`` For example, `projects/123/
151
+ # policies/compute.disableSerialPortAccess`. Note: `projects/`project_id`/
152
152
  # policies/`constraint_name`` is also an acceptable name for API requests, but
153
153
  # responses will return the name using the equivalent project number.
154
154
  # Corresponds to the JSON property `name`
@@ -288,10 +288,11 @@ module Google
288
288
  # prefix is used to denote resource subtree values. The `is:` prefix is used to
289
289
  # denote specific values, and is required only if the value contains a ":".
290
290
  # Values prefixed with "is:" are treated the same as values with no prefix.
291
- # Ancestry subtrees must be in one of the following formats: - "projects/", e.g.
292
- # "projects/tokyo-rain-123" - "folders/", e.g. "folders/1234" - "organizations/",
293
- # e.g. "organizations/1234" The `supports_under` field of the associated `
294
- # Constraint` defines whether ancestry prefixes can be used.
291
+ # Ancestry subtrees must be in one of the following formats: - `projects/` (for
292
+ # example, `projects/tokyo-rain-123`) - `folders/` (for example, `folders/1234`)
293
+ # - `organizations/` (for example, `organizations/1234`) The `supports_under`
294
+ # field of the associated `Constraint` defines whether ancestry prefixes can be
295
+ # used.
295
296
  # Corresponds to the JSON property `values`
296
297
  # @return [Google::Apis::PolicysimulatorV1beta::GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues]
297
298
  attr_accessor :values
@@ -317,10 +318,11 @@ module Google
317
318
  # prefix is used to denote resource subtree values. The `is:` prefix is used to
318
319
  # denote specific values, and is required only if the value contains a ":".
319
320
  # Values prefixed with "is:" are treated the same as values with no prefix.
320
- # Ancestry subtrees must be in one of the following formats: - "projects/", e.g.
321
- # "projects/tokyo-rain-123" - "folders/", e.g. "folders/1234" - "organizations/",
322
- # e.g. "organizations/1234" The `supports_under` field of the associated `
323
- # Constraint` defines whether ancestry prefixes can be used.
321
+ # Ancestry subtrees must be in one of the following formats: - `projects/` (for
322
+ # example, `projects/tokyo-rain-123`) - `folders/` (for example, `folders/1234`)
323
+ # - `organizations/` (for example, `organizations/1234`) The `supports_under`
324
+ # field of the associated `Constraint` defines whether ancestry prefixes can be
325
+ # used.
324
326
  class GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues
325
327
  include Google::Apis::Core::Hashable
326
328
 
@@ -1285,22 +1287,22 @@ module Google
1285
1287
  # evaluates to `true`. A condition can add constraints based on attributes of
1286
1288
  # the request, the resource, or both. To learn which resources support
1287
1289
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1288
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1290
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1289
1291
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1290
1292
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1291
1293
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1292
1294
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1293
1295
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1294
1296
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1295
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1296
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1297
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1298
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1299
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1300
- # access description: Does not grant access after Sep 2020 expression: request.
1301
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1302
- # a description of IAM and its features, see the [IAM documentation](https://
1303
- # cloud.google.com/iam/docs/).
1297
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1298
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1299
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1300
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1301
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1302
+ # title: expirable access description: Does not grant access after Sep 2020
1303
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1304
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1305
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1304
1306
  class GoogleIamV1Policy
1305
1307
  include Google::Apis::Core::Hashable
1306
1308
 
@@ -1431,13 +1433,13 @@ module Google
1431
1433
  # @return [String]
1432
1434
  attr_accessor :name
1433
1435
 
1434
- # The normal response of the operation in case of success. If the original
1435
- # method returns no data on success, such as `Delete`, the response is `google.
1436
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1437
- # the response should be the resource. For other methods, the response should
1438
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1439
- # example, if the original method name is `TakeSnapshot()`, the inferred
1440
- # response type is `TakeSnapshotResponse`.
1436
+ # The normal, successful response of the operation. If the original method
1437
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1438
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1439
+ # response should be the resource. For other methods, the response should have
1440
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1441
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1442
+ # `TakeSnapshotResponse`.
1441
1443
  # Corresponds to the JSON property `response`
1442
1444
  # @return [Hash<String,Object>]
1443
1445
  attr_accessor :response
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230723"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  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.2.0
4
+ version: 0.3.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.3.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: []