google-apis-iam_v1 0.46.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: c8da1fc103e17337c68eb8397d64ffc3507102f2e006f2d6bc2c5d0ee478e3cb
4
- data.tar.gz: e2b6a8cfbef0f0dcdb66003261ec5da5770b6133928221575a0c9af9b7215150
3
+ metadata.gz: 80680c6014090f33e526f2150a119f6a81bb848d56334778f7d265cd3401a05b
4
+ data.tar.gz: 3543caf14ecb6bcce85cdf565a1d731bc00e42cd84b9d29245809535cfba09c2
5
5
  SHA512:
6
- metadata.gz: ab6b0c8ec268c8572e24bdf718ae228f0375dfa2918c5f64e6625dee3577f02004debde0814bc03b2b6df7b5eb10353d44672871594d28197430d257b2dcf8ac
7
- data.tar.gz: d223a9704654d472ad90f1dff32caa03e4b3530f1ef6d795a0ae2b5a4e75275a63afa46ceb5bb448bc1701f791fa1d08c21768ca894d0bd1619cfe25c2989f64
6
+ metadata.gz: d9e80b4d5108f2ea9db7719d98ce03c09882f24287139652ae156c58ab2068676f77ff15113b479ef34094ca7806501ef363532094cb6c4e58328fb07e992e87
7
+ data.tar.gz: 92791710bf581edae9eee972ad4b55cc31ea5d6d67ae4ab8a1d192a27cb92b4a277289f0df9280553b071f4edbfd0d4d33f42f93bdaca401993a8d888dfe6e73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.47.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.46.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230710
@@ -376,7 +376,7 @@ module Google
376
376
  # https://cloud.google.com/iam/help/service-accounts/overview). When you create
377
377
  # a service account, you specify the project ID that owns the service account,
378
378
  # as well as a name that must be unique within the project. IAM uses these
379
- # values to create an email address that identifies the service //
379
+ # values to create an email address that identifies the service account. //
380
380
  # Corresponds to the JSON property `serviceAccount`
381
381
  # @return [Google::Apis::IamV1::ServiceAccount]
382
382
  attr_accessor :service_account
@@ -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
@@ -1227,7 +1227,7 @@ module Google
1227
1227
  # https://cloud.google.com/iam/help/service-accounts/overview). When you create
1228
1228
  # a service account, you specify the project ID that owns the service account,
1229
1229
  # as well as a name that must be unique within the project. IAM uses these
1230
- # values to create an email address that identifies the service //
1230
+ # values to create an email address that identifies the service account. //
1231
1231
  # Corresponds to the JSON property `serviceAccount`
1232
1232
  # @return [Google::Apis::IamV1::ServiceAccount]
1233
1233
  attr_accessor :service_account
@@ -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
 
@@ -1725,7 +1725,7 @@ module Google
1725
1725
  # https://cloud.google.com/iam/help/service-accounts/overview). When you create
1726
1726
  # a service account, you specify the project ID that owns the service account,
1727
1727
  # as well as a name that must be unique within the project. IAM uses these
1728
- # values to create an email address that identifies the service //
1728
+ # values to create an email address that identifies the service account. //
1729
1729
  class ServiceAccount
1730
1730
  include Google::Apis::Core::Hashable
1731
1731
 
@@ -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
@@ -2190,7 +2190,7 @@ module Google
2190
2190
  # https://cloud.google.com/iam/help/service-accounts/overview). When you create
2191
2191
  # a service account, you specify the project ID that owns the service account,
2192
2192
  # as well as a name that must be unique within the project. IAM uses these
2193
- # values to create an email address that identifies the service //
2193
+ # values to create an email address that identifies the service account. //
2194
2194
  # Corresponds to the JSON property `restoredAccount`
2195
2195
  # @return [Google::Apis::IamV1::ServiceAccount]
2196
2196
  attr_accessor :restored_account
@@ -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.46.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 = "20230710"
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.46.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-16 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.46.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: []