google-apis-iam_v1 0.47.0 → 0.48.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: d7bb0023edc2d5574b4a4ebf1f21cb2683a513d86c431c5280c401d1790c10b6
4
- data.tar.gz: ce2ecdc1111a0ff1c165db5c502c4d0bd06da0fb6424a61670e7e3615c0c2784
3
+ metadata.gz: 80680c6014090f33e526f2150a119f6a81bb848d56334778f7d265cd3401a05b
4
+ data.tar.gz: 3543caf14ecb6bcce85cdf565a1d731bc00e42cd84b9d29245809535cfba09c2
5
5
  SHA512:
6
- metadata.gz: 310270adb4fb12b07738de6e1f938ae37c2dda036a53c17545b6eb71ae4d8232fed618b5b7379524613d3b0179ee83d305e7cd4d04262e0ea6cb72b06ea6c448
7
- data.tar.gz: 34ebd8e9ed7c910bd377278e3f846cba6155bb35ad8f04d90deae83662dda24247de80b75d08d0cbc88e3018b41f7bd8c42c2afa1ac1c9bd2f06ecf21c5bb89f
6
+ metadata.gz: d9e80b4d5108f2ea9db7719d98ce03c09882f24287139652ae156c58ab2068676f77ff15113b479ef34094ca7806501ef363532094cb6c4e58328fb07e992e87
7
+ data.tar.gz: 92791710bf581edae9eee972ad4b55cc31ea5d6d67ae4ab8a1d192a27cb92b4a277289f0df9280553b071f4edbfd0d4d33f42f93bdaca401993a8d888dfe6e73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.48.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.47.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230713
@@ -1188,13 +1188,13 @@ module Google
1188
1188
  # @return [String]
1189
1189
  attr_accessor :name
1190
1190
 
1191
- # The normal response of the operation in case of success. If the original
1192
- # method returns no data on success, such as `Delete`, the response is `google.
1193
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1194
- # the response should be the resource. For other methods, the response should
1195
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1196
- # example, if the original method name is `TakeSnapshot()`, the inferred
1197
- # response type is `TakeSnapshotResponse`.
1191
+ # The normal, successful response of the operation. If the original method
1192
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1193
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1194
+ # response should be the resource. For other methods, the response should have
1195
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1196
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1197
+ # `TakeSnapshotResponse`.
1198
1198
  # Corresponds to the JSON property `response`
1199
1199
  # @return [Hash<String,Object>]
1200
1200
  attr_accessor :response
@@ -1350,22 +1350,22 @@ module Google
1350
1350
  # evaluates to `true`. A condition can add constraints based on attributes of
1351
1351
  # the request, the resource, or both. To learn which resources support
1352
1352
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1353
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1353
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1354
1354
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1355
1355
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1356
1356
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1357
1357
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1358
1358
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1359
1359
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1360
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1361
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1362
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1363
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1364
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1365
- # access description: Does not grant access after Sep 2020 expression: request.
1366
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1367
- # a description of IAM and its features, see the [IAM documentation](https://
1368
- # cloud.google.com/iam/docs/).
1360
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1361
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1362
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1363
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1364
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1365
+ # title: expirable access description: Does not grant access after Sep 2020
1366
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1367
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1368
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1369
1369
  class Policy
1370
1370
  include Google::Apis::Core::Hashable
1371
1371
 
@@ -1924,22 +1924,22 @@ module Google
1924
1924
  # evaluates to `true`. A condition can add constraints based on attributes of
1925
1925
  # the request, the resource, or both. To learn which resources support
1926
1926
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1927
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1927
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1928
1928
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1929
1929
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1930
1930
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1931
1931
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1932
1932
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1933
1933
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1934
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1935
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1936
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1937
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1938
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1939
- # access description: Does not grant access after Sep 2020 expression: request.
1940
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1941
- # a description of IAM and its features, see the [IAM documentation](https://
1942
- # cloud.google.com/iam/docs/).
1934
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1935
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1936
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1937
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1938
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1939
+ # title: expirable access description: Does not grant access after Sep 2020
1940
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1941
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1942
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1943
1943
  # Corresponds to the JSON property `policy`
1944
1944
  # @return [Google::Apis::IamV1::Policy]
1945
1945
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.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 = "20230713"
25
+ REVISION = "20230803"
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-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-07-23 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
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.47.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.48.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []