google-apis-iam_v1 0.7.0 → 0.11.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: d1f4a57088162e416e98a90e7e4365c0f016358594ea173eeb363250651b8169
4
- data.tar.gz: 5ec4aa5247b8af1e93662f01c3c78847bd7adea6dc0674c10ef7db2cee52ee6f
3
+ metadata.gz: a4a44108b49d060d8ba6905edd9734809b08af145aae3ee8801593d12d01d991
4
+ data.tar.gz: d3f4fd94474577f10d3c9cbaccaaac4e3921f764965d3fba27fe86668a914e72
5
5
  SHA512:
6
- metadata.gz: fdf1792bf71d101fcd345825a4fee619a87cff4a1781514645099d86126c669baac890357456dde3e805c85ea7a453fdd7b38fc987680b69e0be5e9960c0b27d
7
- data.tar.gz: 61dbdc1bf7ed51a7d54f1c1de50811405eecda73440d70721a43054d67dceb4e4f5652f97aea4341bbaa49aed196756d702945198af14ecd29431e963f806192
6
+ metadata.gz: a980d848f0b9dbe26ff75c0aaef22346a7883d3d652cdd355d363500a2efed1af32e223c6f85c80fb1807670fc59ff720fe1a16bd0b696d4f2b6e62f0c3016a9
7
+ data.tar.gz: d60d1f3a98b88055cd32b4d0dd56feb94cea84ff0e67b79a1d2b862fd19e9280059f563d3e506f48e5b5157b68ea51f6a262b93cde2d792fd041ef3256c6c7a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.11.0 (2021-08-20)
4
+
5
+ * Regenerated from discovery document revision 20210812
6
+
7
+ ### v0.10.0 (2021-08-05)
8
+
9
+ * Regenerated from discovery document revision 20210728
10
+
11
+ ### v0.9.0 (2021-07-29)
12
+
13
+ * Regenerated from discovery document revision 20210722
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.7.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
@@ -972,7 +972,7 @@ module Google
972
972
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
973
973
  # roles/resourcemanager.organizationViewer condition: title: expirable access
974
974
  # description: Does not grant access after Sep 2020 expression: request.time <
975
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
975
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
976
976
  # description of IAM and its features, see the [IAM documentation](https://cloud.
977
977
  # google.com/iam/docs/).
978
978
  class Policy
@@ -1503,7 +1503,7 @@ module Google
1503
1503
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1504
1504
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1505
1505
  # description: Does not grant access after Sep 2020 expression: request.time <
1506
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1506
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1507
1507
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1508
1508
  # google.com/iam/docs/).
1509
1509
  # Corresponds to the JSON property `policy`
@@ -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 1 hour in the future. If the JWT Claims Set does not
1593
- # contain an expiration time (`exp`) claim, this claim is added automatically,
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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210519"
25
+ REVISION = "20210812"
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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-08-23 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.3'
19
+ version: '0.4'
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.3'
29
+ version: '0.4'
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/master/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.7.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.11.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: []