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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9d281593997c787da4fa82daba4dbc8078b1abbd7ec381b234016ea83e2d1f
4
- data.tar.gz: 476e992d2e353596d46aa84a827917cb77c08a900a66651f42d35a42c7258547
3
+ metadata.gz: e0b79ccb986a5d5b2d25ace1711ba07ef0f2b9f231bdc3e15d7d722dcac9e3ad
4
+ data.tar.gz: 238f706bbc1c7a488e37746ccbe2f3e0c8849b25a703f9652f20bcbdd248864b
5
5
  SHA512:
6
- metadata.gz: 17cf034754341a4e13d9c10c868ff80c7fd0a850789f3a41d66e92f71e6f1b3c71b88a96ea976226c79afb0d1954d156cffe07b34c51cda57b467afa93e19cf0
7
- data.tar.gz: ff2e17ed6ccafd4ae447dc521c57483ed3bfc9b16cf7e2dc1420c6a9efe9d27c17bfabe808325de87cda82240e7e502a5b32e6b6b7e5ac8f58cb9c9509bea429
6
+ metadata.gz: 29ed413e85ae53e8f773b71d86e8b1f8293b972c4b4a8fbb97added6df55419bd78f548c19afe9b3582972c6d618fdd1238ce75a47c58ac56dbd91b03628f559
7
+ data.tar.gz: e0ce5fae29c976b796869e06d4e57d5ec0e6f4d021688c5a5e20f34c358bb2c4cf1cb406d3ad2cb294116438a7076e2a3084a214aabd93595e7747035b0360f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.59.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240530
6
+
3
7
  ### v0.58.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240521
@@ -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 behave of
1338
- # a user by using OAuth 2.0 Protocol to obtain an access token from Google Cloud
1339
- # Platform.
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. * `openid`: Associate you
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.58.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 = "20240521"
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.58.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-05-26 00:00:00.000000000 Z
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.58.0
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: []