google-apis-iam_v1 0.58.0 → 0.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +4 -6
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0b79ccb986a5d5b2d25ace1711ba07ef0f2b9f231bdc3e15d7d722dcac9e3ad
|
4
|
+
data.tar.gz: 238f706bbc1c7a488e37746ccbe2f3e0c8849b25a703f9652f20bcbdd248864b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29ed413e85ae53e8f773b71d86e8b1f8293b972c4b4a8fbb97added6df55419bd78f548c19afe9b3582972c6d618fdd1238ce75a47c58ac56dbd91b03628f559
|
7
|
+
data.tar.gz: e0ce5fae29c976b796869e06d4e57d5ec0e6f4d021688c5a5e20f34c358bb2c4cf1cb406d3ad2cb294116438a7076e2a3084a214aabd93595e7747035b0360f8
|
data/CHANGELOG.md
CHANGED
@@ -1334,9 +1334,9 @@ module Google
|
|
1334
1334
|
end
|
1335
1335
|
end
|
1336
1336
|
|
1337
|
-
# Represents an OauthClient. Used to access Google Cloud resources on
|
1338
|
-
# a user by using OAuth 2.0 Protocol to obtain an
|
1339
|
-
#
|
1337
|
+
# Represents an OauthClient. Used to access Google Cloud resources on behalf of
|
1338
|
+
# a Workforce Identity Federation user by using OAuth 2.0 Protocol to obtain an
|
1339
|
+
# access token from Google Cloud.
|
1340
1340
|
class OauthClient
|
1341
1341
|
include Google::Apis::Core::Hashable
|
1342
1342
|
|
@@ -1354,9 +1354,7 @@ module Google
|
|
1354
1354
|
# Required. The list of scopes that the OauthClient is allowed to request during
|
1355
1355
|
# OAuth flows. The following scopes are supported: * `https://www.googleapis.com/
|
1356
1356
|
# auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data
|
1357
|
-
# and see the email address for your Google Account.
|
1358
|
-
# with your personal info on Google Cloud. * `email`: See your Google Cloud
|
1359
|
-
# Account email address.
|
1357
|
+
# and see the email address for your Google Account.
|
1360
1358
|
# Corresponds to the JSON property `allowedScopes`
|
1361
1359
|
# @return [Array<String>]
|
1362
1360
|
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.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240530"
|
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.
|
4
|
+
version: 0.59.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: 2024-
|
11
|
+
date: 2024-06-16 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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.59.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: []
|