google-apis-policysimulator_v1alpha 0.9.0 → 0.10.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: abaa3181a46ded0ff1701832240f7a69eea3c2b98c7dd0aaba3b5a93c00a5184
|
4
|
+
data.tar.gz: c3aaa7441f5d470d403ace56711529e174ffaddcceca78f249550a5e43b4093e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ab643437b9af7e9b31664e8611eee22890eab85261b779b75295d9740c83a7f14545ea5a1ed78edb66c22a82ba2c019e93a0d1430db2317454299de8701283
|
7
|
+
data.tar.gz: fa9ebcc59294ba4c896045e00979ba4a2575eb4ae41b3543479b696539f05d449009c43af93339b20390c6c2397ed4353331ce0008f9d8fff570118ae6979f91
|
data/CHANGELOG.md
CHANGED
@@ -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)+")
|
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,
|
151
|
-
# policies/compute.disableSerialPortAccess
|
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: -
|
292
|
-
#
|
293
|
-
#
|
294
|
-
# Constraint` defines whether ancestry prefixes can be
|
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::PolicysimulatorV1alpha::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: -
|
321
|
-
#
|
322
|
-
#
|
323
|
-
# Constraint` defines whether ancestry prefixes can be
|
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
|
1296
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1297
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1298
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1299
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1300
|
-
# access description: Does not grant access after Sep 2020
|
1301
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1302
|
-
# a description of IAM and its features, see the
|
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
|
1435
|
-
#
|
1436
|
-
#
|
1437
|
-
#
|
1438
|
-
#
|
1439
|
-
#
|
1440
|
-
#
|
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 PolicysimulatorV1alpha
|
18
18
|
# Version of the google-apis-policysimulator_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.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 = "
|
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_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-
|
11
|
+
date: 2023-08-13 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.10.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: []
|