google-apis-iam_v1 0.63.0 → 0.65.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 +8 -0
- data/lib/google/apis/iam_v1/classes.rb +4 -1
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.rb +3 -12
- 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: cb3b335bd379900a5d6cb68c4c6081c862820bd11ac9a5e7fc30f7664925c3a2
|
4
|
+
data.tar.gz: efd55f260fa857696bcbc4bcafbfbc04094ba514f8b491a005dd3a3608687ee2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bd22d09c1b036410449e00e5ef1eeeb2bc3fa6ecd228666feadceb78c76bb2a072fdf604d9b1430b67ade1a65bb676b93df812346607da551c1769a449b715d
|
7
|
+
data.tar.gz: 02c8346d15c935e42ef99ca8d6d89c3227e084b16ffd26f533359135108e7a8e4eb76229faf89bb756208a10257d55ff0cc466d885dfce8c5de9581faea1399e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.65.0 (2025-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250313
|
6
|
+
|
7
|
+
### v0.64.0 (2025-01-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250116
|
10
|
+
|
3
11
|
### v0.63.0 (2025-01-12)
|
4
12
|
|
5
13
|
* 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.
|
19
|
+
GEM_VERSION = "0.65.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 = "20250313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3333,12 +3333,7 @@ module Google
|
|
3333
3333
|
execute_or_queue_command(command, &block)
|
3334
3334
|
end
|
3335
3335
|
|
3336
|
-
#
|
3337
|
-
# com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in
|
3338
|
-
# the IAM Service Account Credentials API instead. If you currently use this
|
3339
|
-
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
3340
|
-
# credentials/migrate-api) for instructions. Signs a blob using the system-
|
3341
|
-
# managed private key for a ServiceAccount.
|
3336
|
+
# Signs a blob using the system-managed private key for a ServiceAccount.
|
3342
3337
|
# @param [String] name
|
3343
3338
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
3344
3339
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
@@ -3381,12 +3376,8 @@ module Google
|
|
3381
3376
|
execute_or_queue_command(command, &block)
|
3382
3377
|
end
|
3383
3378
|
|
3384
|
-
#
|
3385
|
-
#
|
3386
|
-
# the IAM Service Account Credentials API instead. If you currently use this
|
3387
|
-
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
3388
|
-
# credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using
|
3389
|
-
# the system-managed private key for a ServiceAccount.
|
3379
|
+
# Signs a JSON Web Token (JWT) using the system-managed private key for a
|
3380
|
+
# ServiceAccount.
|
3390
3381
|
# @param [String] name
|
3391
3382
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
3392
3383
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
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.65.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-23 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.65.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: []
|