google-apis-iam_v1 0.58.0 → 0.60.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: 7ce7696f487b577d098a11b1ee58da736f7509aaa76cf1230a4e5afb6e254033
4
+ data.tar.gz: 1f1bf447e54e47f0fc48b3d5e2b4e551621e40699b9abf3e8a2bf3ac73ad5a74
5
5
  SHA512:
6
- metadata.gz: 17cf034754341a4e13d9c10c868ff80c7fd0a850789f3a41d66e92f71e6f1b3c71b88a96ea976226c79afb0d1954d156cffe07b34c51cda57b467afa93e19cf0
7
- data.tar.gz: ff2e17ed6ccafd4ae447dc521c57483ed3bfc9b16cf7e2dc1420c6a9efe9d27c17bfabe808325de87cda82240e7e502a5b32e6b6b7e5ac8f58cb9c9509bea429
6
+ metadata.gz: 0be6783c3b148a2d425fef6e358bde1b41c3c59b17c392c978fa677d16cd2c8aa6def8e25b903d33ca7d4697ebe2029a2cfe6f3f00e413cc5fae3fc58d73b811
7
+ data.tar.gz: dbf8390439c27a89e83e434585ff37c4aa62c007702a113cd64f0dac52a5585ed6724ddd9122fb7a5020ae2cc8ad964e6a3685c28e30ccca02d9f5b80aa909c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.60.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240617
6
+
7
+ ### v0.59.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240530
10
+
3
11
  ### v0.58.0 (2024-05-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20240521
@@ -876,7 +876,7 @@ module Google
876
876
  # document should satisfy the following constraints: 1) Must contain an Identity
877
877
  # Provider Entity ID. 2) Must contain at least one non-expired signing key
878
878
  # certificate. 3) For each signing key: a) Valid from should be no more than 7
879
- # days from now. b) Valid to should be no more than 15 years in the future. 4)
879
+ # days from now. b) Valid to should be no more than 20 years in the future. 4)
880
880
  # Up to 3 IdP signing keys are allowed in the metadata xml. When updating the
881
881
  # provider's metadata xml, at least one non-expired signing key must overlap
882
882
  # with the existing metadata. This requirement is skipped if there are no non-
@@ -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
@@ -2196,7 +2194,7 @@ module Google
2196
2194
  # must satisfy the following constraints: * Must contain an IdP Entity ID. *
2197
2195
  # Must contain at least one non-expired signing certificate. * For each signing
2198
2196
  # certificate, the expiration must be: * From no more than 7 days in the future.
2199
- # * To no more than 15 years in the future. * Up to three IdP signing keys are
2197
+ # * To no more than 20 years in the future. * Up to three IdP signing keys are
2200
2198
  # allowed. When updating the provider's metadata XML, at least one non-expired
2201
2199
  # signing key must overlap with the existing metadata. This requirement is
2202
2200
  # skipped if there are no non-expired signing keys present in the existing
@@ -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.60.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 = "20240617"
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.60.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-23 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.60.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: []