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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +4 -1
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0944cd434aef1a9a53ce2af8bc46fb03a50368a08a8731216005b9b822017a08'
|
4
|
+
data.tar.gz: 200153f1a9b7a031cbb0a7fd4a226df497cb1ad699068bf6d2e9b9dc74514b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd693237a8153a9b516ed21888fec8e924349fa12091fe9a0a7741fba9355d891b6d47825fc3663bbd3b644bcdac63312f4bd23a760bd54b939a0c59f322cc92
|
7
|
+
data.tar.gz: 38adebfeac9e98e4e647246733b3800ac3912f26b8dc355488460670862515bd8f6b7d13dbd5bbcb31fbf5ba6ba7cc00c2b6581df8766b3112b7a752c87add93
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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.
|
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: []
|