google-apis-accesscontextmanager_v1 0.31.0 → 0.33.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: 5b18a99e7dac3acf676757a2836d1d5d8f37c609a33a01cb7e4f83494a397bac
4
- data.tar.gz: 3595723d13d245261ad4ab7e0aa1bb9185fd1bf0c82f7827fc94558502265663
3
+ metadata.gz: b49398722181e716b4098571a6c9accee9b5291036a4ea8638f88a2ebbb28807
4
+ data.tar.gz: a19f8721288f41d3a3e4f974ee376722ddbc9df1a227de7d19dc34a6b3608a33
5
5
  SHA512:
6
- metadata.gz: 25bfeccd8c0a2c66b19a5a99684e6b751c11b5445c904cd28a8185918bf4f28385e7307df2ddbbf821f10f722c65fbb439ac15d3e0c4c70d9c001701d7b57049
7
- data.tar.gz: 7cb1cfa121b7e9c68a30e986a96f2d2059565ab0bd653742ca287f5a273cc6dceb7dcfe7ea42378e6f118d9a57c5a211e8e7dcc2b8759ae8096ad3549299da6c
6
+ metadata.gz: 66369fb07093d542c1551adcf2e49143ecf6a1dcf062ce1376403fe35995580a8f040bb1f54d5408ac277000c805726f2eb18ed28d8b14d9d004ec2ac38064dd
7
+ data.tar.gz: a1d8d4b7fb8c3850b998494edb7904d32eac2e31dde6735dfb5b691ae0ace23dc1eb6fd42bee08a3551ed7e3fd4aada1b2f0fd233df4f1a8246f2b9c188a73fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.33.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230903
6
+
7
+ ### v0.32.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230806
10
+
3
11
  ### v0.31.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230729
@@ -113,17 +113,16 @@ module Google
113
113
  # @return [String]
114
114
  attr_accessor :parent
115
115
 
116
- # The scopes of a policy define which resources an ACM policy can restrict, and
117
- # where ACM resources can be referenced. For example, a policy with scopes=["
118
- # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
119
- # projects within folders/123 - access levels can only be referenced by
120
- # resources within folders/123. If empty, there are no limitations on which
121
- # resources can be restricted by an ACM policy, and there are no limitations on
122
- # where ACM resources can be referenced. Only one policy can include a given
123
- # scope (attempting to create a second policy which includes "folders/123" will
124
- # result in an error). Currently, scopes cannot be modified after a policy is
125
- # created. Currently, policies can only have a single scope. Format: list of `
126
- # folders/`folder_number`` or `projects/`project_number``
116
+ # The scopes of the AccessPolicy. Scopes define which resources a policy can
117
+ # restrict and where its resources can be referenced. For example, policy A with
118
+ # `scopes=["folders/123"]` has the following behavior: - ServicePerimeter can
119
+ # only restrict projects within `folders/123`. - ServicePerimeter within policy
120
+ # A can only reference access levels defined within policy A. - Only one policy
121
+ # can include a given scope; thus, attempting to create a second policy which
122
+ # includes `folders/123` will result in an error. If no scopes are provided,
123
+ # then any resource within the organization can be restricted. Scopes cannot be
124
+ # modified after a policy is created. Policies can only have a single scope.
125
+ # Format: list of `folders/`folder_number`` or `projects/`project_number``
127
126
  # Corresponds to the JSON property `scopes`
128
127
  # @return [Array<String>]
129
128
  attr_accessor :scopes
@@ -1320,13 +1319,13 @@ module Google
1320
1319
  # @return [String]
1321
1320
  attr_accessor :name
1322
1321
 
1323
- # The normal response of the operation in case of success. If the original
1324
- # method returns no data on success, such as `Delete`, the response is `google.
1325
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1326
- # the response should be the resource. For other methods, the response should
1327
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1328
- # example, if the original method name is `TakeSnapshot()`, the inferred
1329
- # response type is `TakeSnapshotResponse`.
1322
+ # The normal, successful response of the operation. If the original method
1323
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1324
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1325
+ # response should be the resource. For other methods, the response should have
1326
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1327
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1328
+ # `TakeSnapshotResponse`.
1330
1329
  # Corresponds to the JSON property `response`
1331
1330
  # @return [Hash<String,Object>]
1332
1331
  attr_accessor :response
@@ -1393,22 +1392,22 @@ module Google
1393
1392
  # evaluates to `true`. A condition can add constraints based on attributes of
1394
1393
  # the request, the resource, or both. To learn which resources support
1395
1394
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1396
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1395
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1397
1396
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1398
1397
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1399
1398
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1400
1399
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1401
1400
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1402
1401
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1403
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1404
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1405
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1406
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1407
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1408
- # access description: Does not grant access after Sep 2020 expression: request.
1409
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1410
- # a description of IAM and its features, see the [IAM documentation](https://
1411
- # cloud.google.com/iam/docs/).
1402
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1403
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1404
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1405
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1406
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1407
+ # title: expirable access description: Does not grant access after Sep 2020
1408
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1409
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1410
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1412
1411
  class Policy
1413
1412
  include Google::Apis::Core::Hashable
1414
1413
 
@@ -1743,22 +1742,22 @@ module Google
1743
1742
  # evaluates to `true`. A condition can add constraints based on attributes of
1744
1743
  # the request, the resource, or both. To learn which resources support
1745
1744
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1746
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1745
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1747
1746
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1748
1747
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1749
1748
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1750
1749
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1751
1750
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1752
1751
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1753
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1754
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1755
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1756
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1757
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1758
- # access description: Does not grant access after Sep 2020 expression: request.
1759
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1760
- # a description of IAM and its features, see the [IAM documentation](https://
1761
- # cloud.google.com/iam/docs/).
1752
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1753
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1754
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1755
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1756
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1757
+ # title: expirable access description: Does not grant access after Sep 2020
1758
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1759
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1760
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1762
1761
  # Corresponds to the JSON property `policy`
1763
1762
  # @return [Google::Apis::AccesscontextmanagerV1::Policy]
1764
1763
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.33.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 = "20230903"
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-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
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 Access Context Manager API V1