google-apis-iam_v1 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +1 -1
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 685a6b1b409d3c34cec14623d2cf5b6407f53441f403ecdce9610130f43a2d9b
|
4
|
+
data.tar.gz: 7be2a3abb02a490f5f53024167277239b57d01c96bd094aaa6a7ec27d3db81b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6aa6c851a3ca2f4b5b9ae704efb10286cf7b27f68a9be19be0f6c290fb6b3ca6445d018a3edfb2b642f4e28086322346a82cd5612c86c1e38f5ee422ed7dc66
|
7
|
+
data.tar.gz: 7c714bb2d31fdaf5b37b4cd7930a53afeeadc0602ee80274a9c34076e03525f956534d8ec5c4bdeac1977288239fed51b9b4fb2d66797d87e0f909dac0de1baf
|
data/CHANGELOG.md
CHANGED
@@ -744,7 +744,7 @@ module Google
|
|
744
744
|
# @return [Array<String>]
|
745
745
|
attr_accessor :allowed_audiences
|
746
746
|
|
747
|
-
# Required. The OIDC issuer URL.
|
747
|
+
# Required. The OIDC issuer URL. Must be an HTTPS endpoint.
|
748
748
|
# Corresponds to the JSON property `issuerUri`
|
749
749
|
# @return [String]
|
750
750
|
attr_accessor :issuer_uri
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210519"
|
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.6.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-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -53,7 +53,7 @@ licenses:
|
|
53
53
|
metadata:
|
54
54
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
55
55
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1/CHANGELOG.md
|
56
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
56
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.6.0
|
57
57
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
|
58
58
|
post_install_message:
|
59
59
|
rdoc_options: []
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
|
-
rubygems_version: 3.2.
|
73
|
+
rubygems_version: 3.2.17
|
74
74
|
signing_key:
|
75
75
|
specification_version: 4
|
76
76
|
summary: Simple REST client for Identity and Access Management (IAM) API V1
|