google-apis-iam_v1 0.8.0 → 0.9.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 +4 -0
- data/lib/google/apis/iam_v1/classes.rb +3 -3
- 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: 27c718ae666d6898ecb68c430525ff29d41425a371ff0d5d726ada741509ec54
|
|
4
|
+
data.tar.gz: d5f5d186d8668b89254baeb4a557c97abb3d6067ccf5917f5f88794289f8e949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8603db99c13dae202f480efaff9614a5543a3740be7857e4a0e17326d4d584d9ca09bcafffd4409bdea23a09bc32e703e01c5d2d2742c09523bc046e724e852
|
|
7
|
+
data.tar.gz: a12322ff5123dc400d5cd637c429331bad7c88cc7d21b14d3be6aed9b7159c1426fca2ec3a5c596213f87ed36de52be3a850d52047bf2bdf00572976a5355109
|
data/CHANGELOG.md
CHANGED
|
@@ -1589,9 +1589,9 @@ module Google
|
|
|
1589
1589
|
# Must be a serialized JSON object that contains a JWT Claims Set. For example: `
|
|
1590
1590
|
# `"sub": "user@example.com", "iat": 313435`` If the JWT Claims Set contains an
|
|
1591
1591
|
# expiration time (`exp`) claim, it must be an integer timestamp that is not in
|
|
1592
|
-
# the past and no more than
|
|
1593
|
-
# contain an expiration time (`exp`) claim, this claim is added
|
|
1594
|
-
# with a timestamp that is 1 hour in the future.
|
|
1592
|
+
# the past and no more than 12 hours in the future. If the JWT Claims Set does
|
|
1593
|
+
# not contain an expiration time (`exp`) claim, this claim is added
|
|
1594
|
+
# automatically, with a timestamp that is 1 hour in the future.
|
|
1595
1595
|
# Corresponds to the JSON property `payload`
|
|
1596
1596
|
# @return [String]
|
|
1597
1597
|
attr_accessor :payload
|
|
@@ -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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210722"
|
|
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.9.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: 2021-
|
|
11
|
+
date: 2021-08-02 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/master/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.9.0
|
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|