google-apis-iam_v1 0.3.0 → 0.8.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 +21 -0
- data/lib/google/apis/iam_v1.rb +1 -1
- data/lib/google/apis/iam_v1/classes.rb +1 -1
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/service.rb +12 -13
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fc5bf4cd0f8610449ec9fa1709e956dd24d5d6498c4344c9650587a731646db
|
4
|
+
data.tar.gz: ab9d7efaa7b52e17c8d85c43459a660d0a1fda0e3ecfcf480588289915ba2c29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f756527f4b8408a2c8e882805621af665cb52ec8d5f1ebf1157c2197ccdd7e92399c7a860a1a8e0eed47815f92b162c8754d8a7da008c09f1eb93e8b9cf9b929
|
7
|
+
data.tar.gz: 3edebb82e0d4370b1cbe882afcb4febb0ee0b23c5afa6c6610c7d4424f710524c8bbe236f61047a95f923adb4010369893c8cd60f2ca497c186708a7e2265568
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.8.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.7.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.6.0 (2021-05-22)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210519
|
14
|
+
|
15
|
+
### v0.5.0 (2021-03-31)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210325
|
18
|
+
|
19
|
+
### v0.4.0 (2021-03-10)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210226
|
22
|
+
* Regenerated using generator version 0.2.0
|
23
|
+
|
3
24
|
### v0.3.0 (2021-03-04)
|
4
25
|
|
5
26
|
* Unspecified changes
|
data/lib/google/apis/iam_v1.rb
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V1'
|
33
33
|
|
34
|
-
#
|
34
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
36
36
|
end
|
37
37
|
end
|
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.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
|
@@ -1627,13 +1627,12 @@ module Google
|
|
1627
1627
|
execute_or_queue_command(command, &block)
|
1628
1628
|
end
|
1629
1629
|
|
1630
|
-
# **Note:** This method is deprecated
|
1631
|
-
#
|
1632
|
-
#
|
1633
|
-
#
|
1634
|
-
#
|
1635
|
-
#
|
1636
|
-
# ServiceAccount.
|
1630
|
+
# **Note:** This method is deprecated. Use the [`signBlob`](https://cloud.google.
|
1631
|
+
# com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in
|
1632
|
+
# the IAM Service Account Credentials API instead. If you currently use this
|
1633
|
+
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
1634
|
+
# credentials/migrate-api) for instructions. Signs a blob using the system-
|
1635
|
+
# managed private key for a ServiceAccount.
|
1637
1636
|
# @param [String] name
|
1638
1637
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
1639
1638
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
@@ -1671,12 +1670,12 @@ module Google
|
|
1671
1670
|
execute_or_queue_command(command, &block)
|
1672
1671
|
end
|
1673
1672
|
|
1674
|
-
# **Note:** This method is deprecated
|
1675
|
-
#
|
1676
|
-
#
|
1677
|
-
#
|
1678
|
-
#
|
1679
|
-
#
|
1673
|
+
# **Note:** This method is deprecated. Use the [`signJwt`](https://cloud.google.
|
1674
|
+
# com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in
|
1675
|
+
# the IAM Service Account Credentials API instead. If you currently use this
|
1676
|
+
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
1677
|
+
# credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using
|
1678
|
+
# the system-managed private key for a ServiceAccount.
|
1680
1679
|
# @param [String] name
|
1681
1680
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
1682
1681
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.8.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-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Identity and Access Management (IAM)
|
28
34
|
API V1. Simple REST clients are Ruby client libraries that provide access to Google
|
29
35
|
services via their HTTP REST API endpoints. These libraries are generated and updated
|
@@ -53,7 +59,7 @@ licenses:
|
|
53
59
|
metadata:
|
54
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
55
61
|
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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.8.0
|
57
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
|
58
64
|
post_install_message:
|
59
65
|
rdoc_options: []
|
@@ -70,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
76
|
- !ruby/object:Gem::Version
|
71
77
|
version: '0'
|
72
78
|
requirements: []
|
73
|
-
rubygems_version: 3.2.
|
79
|
+
rubygems_version: 3.2.17
|
74
80
|
signing_key:
|
75
81
|
specification_version: 4
|
76
82
|
summary: Simple REST client for Identity and Access Management (IAM) API V1
|