google-apis-iam_v1 0.39.0 → 0.40.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: 4a12ddccd4b3b5cb633dfa59403741a7fc75e3136b529ef1edc125aaa58583fa
4
- data.tar.gz: aa54bc83f09c5d75c7f698630c6423501a7c3d047d61edc37ce24763c0d7b99a
3
+ metadata.gz: 6641345ff1cb1365a446b843382fb892077b652fc9e86e2c01c1cc6159b37d63
4
+ data.tar.gz: 254006a557af591436c3924d9324a5cdff8affd7dceef58acfdd026aec6580ac
5
5
  SHA512:
6
- metadata.gz: 5ed157762abdd26f73e6285063dd71aa1221457afa7b668172a77aefd84f863d3d912fe85e1f2fc82063facb8b0c69ad0ca453e59e521181e345aff6a6642e24
7
- data.tar.gz: 562288a8b87e0cfcb30bfaf8692898817f06922ee35b4eb49875ee5f0d0ea80f5068d3c637ebf90082f21c48c71f2f3948b41e2ca34434dace2aa2d962d38356
6
+ metadata.gz: a9793c5aafb247687d58a8adab1d4e79a418030d6089245a5123fe40fa21d961a0e65fa9b2ec9df79b21cba674f825f53a7a1d93c97e4325b158a64aaa8988e2
7
+ data.tar.gz: b82861b388fc098d59479937324ca1af314549c2566eb8321447f1443d2bc687cfa01e5fd770575cc3ead37ad849b8003b7a64811b723b70e45c1154ed983e9e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.40.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230209
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.39.0 (2023-02-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20230202
@@ -2124,7 +2124,7 @@ module Google
2124
2124
  # minutes (900s) and less than 12 hours (43200s). If `session_duration` is not
2125
2125
  # configured, minted credentials have a default duration of one hour (3600s).
2126
2126
  # For SAML providers, the lifetime of the token is the minimum of the `
2127
- # session_duration` and the SessionNotOnOrAfter claim in the SAML assertion.
2127
+ # session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
2128
2128
  # Corresponds to the JSON property `sessionDuration`
2129
2129
  # @return [String]
2130
2130
  attr_accessor :session_duration
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230202"
25
+ REVISION = "20230209"
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.39.0
4
+ version: 0.40.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: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.39.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.40.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: []