google-apis-iam_v1 0.63.0 → 0.64.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: 52d91a1c15ed54e93f75d595199621a870f5f7e80a5804ddbe601ea40d7e9282
4
- data.tar.gz: cd27f609ae44bf34ad96dae4a239149ebd3880bfda0c5f43f7235f61892f2551
3
+ metadata.gz: '0944cd434aef1a9a53ce2af8bc46fb03a50368a08a8731216005b9b822017a08'
4
+ data.tar.gz: 200153f1a9b7a031cbb0a7fd4a226df497cb1ad699068bf6d2e9b9dc74514b91
5
5
  SHA512:
6
- metadata.gz: a6bab9a05c156c2d4642bedc6b6507b7d245014006bd94081225839a9a7419dd630ed92fef40e3c7b398f4a25d5baac72a20ec474f646aa78d1b4f8b7755430d
7
- data.tar.gz: 5ec5128a42ad5daa1941b98cfe242d90c68dc2be6bed8f141b098a4de9e6eeaee41ab156127888413a4d46c08f3ec42cbcddadae2745f1995870dd4abe3bb91e
6
+ metadata.gz: dd693237a8153a9b516ed21888fec8e924349fa12091fe9a0a7741fba9355d891b6d47825fc3663bbd3b644bcdac63312f4bd23a760bd54b939a0c59f322cc92
7
+ data.tar.gz: 38adebfeac9e98e4e647246733b3800ac3912f26b8dc355488460670862515bd8f6b7d13dbd5bbcb31fbf5ba6ba7cc00c2b6581df8766b3112b7a752c87add93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.64.0 (2025-01-26)
4
+
5
+ * Regenerated from discovery document revision 20250116
6
+
3
7
  ### v0.63.0 (2025-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20250102
@@ -1355,7 +1355,10 @@ module Google
1355
1355
  # Required. The list of scopes that the OauthClient is allowed to request during
1356
1356
  # OAuth flows. The following scopes are supported: * `https://www.googleapis.com/
1357
1357
  # auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data
1358
- # and see the email address for your Google Account.
1358
+ # and see the email address for your Google Account. * `openid`: The OAuth
1359
+ # client can associate you with your personal information on Google Cloud. * `
1360
+ # email`: The OAuth client can read a federated identity's email address. * `
1361
+ # groups`: The OAuth client can read a federated identity's groups.
1359
1362
  # Corresponds to the JSON property `allowedScopes`
1360
1363
  # @return [Array<String>]
1361
1364
  attr_accessor :allowed_scopes
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250102"
25
+ REVISION = "20250116"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  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-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths:
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.2
77
+ rubygems_version: 3.6.5
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Identity and Access Management (IAM) API V1
80
80
  test_files: []