google-apis-cloudasset_v1p1beta1 0.29.0 → 0.31.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: cdf0be8c6e0cf00a05af1849ca45614ecee9b65b8f1c82ae1a864b61b9352e35
4
- data.tar.gz: a290b8364756daa61261c5a33354abd2c075b46ba4e1b9e3b563286f9a9ecf37
3
+ metadata.gz: 7132264aa7d7875f8edfb0d564c7488f9c06c250c52f9aa8bd75fe5e4a23bdd9
4
+ data.tar.gz: e1d9c743d67c8fea29499ad8e95219d10ed2e29a80aa8f57a11afb852d48dade
5
5
  SHA512:
6
- metadata.gz: f60ba37a4b2a476624ae040ddb5f1afff42836d8cae154a1475479cf90105acec2d0b3f9a680fcb4ada4dfef1a47f4ba1602d7c08e8721e317ade21e5c89e767
7
- data.tar.gz: bad5294e8960eeb692bafe4c668e20221905857813be4749c6115b25e80f4d3e4f5c88232235c94d566c037fa440f81d7c4fa1fc91d2cdddae31ee2ac9acd9f0
6
+ metadata.gz: de0b32175f1b38a1b88b9386d7ee01b9bc33fe342668a1e34a72706479bcb68dfe58315d36da41833adf1b82b3437ec5ba952006ebff468deb828fe1e651a732
7
+ data.tar.gz: 43f4c4c474094967d1443b77c26f418d425c30f62fb6e3b7443a6c5bfdde488363cd5f08121a7dc40c0a0d9f38f1ee64c91877b40d99b5a5af03deb953378aa8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.31.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230902
6
+
7
+ ### v0.30.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230805
10
+
3
11
  ### v0.29.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230729
@@ -332,22 +332,22 @@ module Google
332
332
  # evaluates to `true`. A condition can add constraints based on attributes of
333
333
  # the request, the resource, or both. To learn which resources support
334
334
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
335
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
335
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
336
336
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
337
337
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
338
338
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
339
339
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
340
340
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
341
341
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
342
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
343
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
344
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
345
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
346
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
347
- # access description: Does not grant access after Sep 2020 expression: request.
348
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
349
- # a description of IAM and its features, see the [IAM documentation](https://
350
- # cloud.google.com/iam/docs/).
342
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
343
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
344
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
345
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
346
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
347
+ # title: expirable access description: Does not grant access after Sep 2020
348
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
349
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
350
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
351
351
  # Corresponds to the JSON property `iamPolicy`
352
352
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
353
353
  attr_accessor :iam_policy
@@ -956,17 +956,16 @@ module Google
956
956
  # @return [String]
957
957
  attr_accessor :parent
958
958
 
959
- # The scopes of a policy define which resources an ACM policy can restrict, and
960
- # where ACM resources can be referenced. For example, a policy with scopes=["
961
- # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
962
- # projects within folders/123 - access levels can only be referenced by
963
- # resources within folders/123. If empty, there are no limitations on which
964
- # resources can be restricted by an ACM policy, and there are no limitations on
965
- # where ACM resources can be referenced. Only one policy can include a given
966
- # scope (attempting to create a second policy which includes "folders/123" will
967
- # result in an error). Currently, scopes cannot be modified after a policy is
968
- # created. Currently, policies can only have a single scope. Format: list of `
969
- # folders/`folder_number`` or `projects/`project_number``
959
+ # The scopes of the AccessPolicy. Scopes define which resources a policy can
960
+ # restrict and where its resources can be referenced. For example, policy A with
961
+ # `scopes=["folders/123"]` has the following behavior: - ServicePerimeter can
962
+ # only restrict projects within `folders/123`. - ServicePerimeter within policy
963
+ # A can only reference access levels defined within policy A. - Only one policy
964
+ # can include a given scope; thus, attempting to create a second policy which
965
+ # includes `folders/123` will result in an error. If no scopes are provided,
966
+ # then any resource within the organization can be restricted. Scopes cannot be
967
+ # modified after a policy is created. Policies can only have a single scope.
968
+ # Format: list of `folders/`folder_number`` or `projects/`project_number``
970
969
  # Corresponds to the JSON property `scopes`
971
970
  # @return [Array<String>]
972
971
  attr_accessor :scopes
@@ -1756,22 +1755,22 @@ module Google
1756
1755
  # evaluates to `true`. A condition can add constraints based on attributes of
1757
1756
  # the request, the resource, or both. To learn which resources support
1758
1757
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1759
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1758
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1760
1759
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1761
1760
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1762
1761
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1763
1762
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1764
1763
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1765
1764
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1766
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1767
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1768
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1769
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1770
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1771
- # access description: Does not grant access after Sep 2020 expression: request.
1772
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1773
- # a description of IAM and its features, see the [IAM documentation](https://
1774
- # cloud.google.com/iam/docs/).
1765
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1766
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1767
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1768
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1769
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1770
+ # title: expirable access description: Does not grant access after Sep 2020
1771
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1772
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1773
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1775
1774
  # Corresponds to the JSON property `policy`
1776
1775
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
1777
1776
  attr_accessor :policy
@@ -1834,22 +1833,22 @@ module Google
1834
1833
  # evaluates to `true`. A condition can add constraints based on attributes of
1835
1834
  # the request, the resource, or both. To learn which resources support
1836
1835
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1837
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1836
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1838
1837
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1839
1838
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1840
1839
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1841
1840
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1842
1841
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1843
1842
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1844
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1845
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1846
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1847
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1848
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1849
- # access description: Does not grant access after Sep 2020 expression: request.
1850
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1851
- # a description of IAM and its features, see the [IAM documentation](https://
1852
- # cloud.google.com/iam/docs/).
1843
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1844
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1845
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1846
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1847
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1848
+ # title: expirable access description: Does not grant access after Sep 2020
1849
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1850
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1851
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1853
1852
  class Policy
1854
1853
  include Google::Apis::Core::Hashable
1855
1854
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.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 = "20230729"
25
+ REVISION = "20230902"
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-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.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-09-10 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-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p1beta1