google-apis-iamcredentials_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 43c5c4c10862c0185400092fe9eabc3800b4b61d1337b3e1b424156b27ab986a
4
+ data.tar.gz: 6b89f1b4ec162dd3eca5da223356df13a262c58e9ebdff0e0a55a30f56bc6411
5
+ SHA512:
6
+ metadata.gz: 037dae5c1bc54772c627178e3a641a881034f68ffaae4703e194fd0503c153828ba02bff587dc69bc2ba4b3cbedd55587e5b6f116e0bede02f66931ae5143f1f
7
+ data.tar.gz: 14c02f0b7984a876080da1bbf8ce37f4d9163135bdff06f826ff4837e5b0d8121a92e3ae1b0cee9ea66d3668200d3b4fb73cc417d42cb4a67e5ecdd3f6b6d3eb
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-iamcredentials_v1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/iamcredentials_v1/*.rb
9
+ lib/google/apis/iamcredentials_v1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-iamcredentials_v1
2
+
3
+ ### v0.1.0 (2021-01-07)
4
+
5
+ * Regenerated using generator version 0.1.1
6
+ * Regenerated from discovery document revision 20201022
7
+
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,96 @@
1
+ # Simple REST client for version V1 of the IAM Service Account Credentials API
2
+
3
+ This is a simple client library for version V1 of the IAM Service Account Credentials API. It provides:
4
+
5
+ * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
+ * Ruby objects for data structures related to the service.
7
+ * Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
8
+ * Control of retry, pagination, and timeouts.
9
+
10
+ Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
11
+
12
+ ## Getting started
13
+
14
+ ### Before you begin
15
+
16
+ There are a few setup steps you need to complete before you can use this library:
17
+
18
+ 1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
19
+ 2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
20
+ 3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/iamcredentials.googleapis.com) in the console.
21
+
22
+ ### Installation
23
+
24
+ Add this line to your application's Gemfile:
25
+
26
+ ```ruby
27
+ gem 'google-apis-iamcredentials_v1', '~> 0.1'
28
+ ```
29
+
30
+ And then execute:
31
+
32
+ ```
33
+ $ bundle
34
+ ```
35
+
36
+ Or install it yourself as:
37
+
38
+ ```
39
+ $ gem install google-apis-iamcredentials_v1
40
+ ```
41
+
42
+ ### Creating a client object
43
+
44
+ Once the gem is installed, you can load the client code and instantiate a client.
45
+
46
+ ```ruby
47
+ # Load the client
48
+ require "google/apis/iamcredentials_v1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::IamcredentialsV1::IAMCredentialsService.new
52
+
53
+ # Authenticate calls
54
+ client.authentication = # ... use the googleauth gem to create credentials
55
+ ```
56
+
57
+ See the class reference docs for information on the methods you can call from a client.
58
+
59
+ ## Documentation
60
+
61
+ More detailed descriptions of the Google simple REST clients are available in two documents.
62
+
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
+
66
+ (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Iamcredentials service in particular.)
67
+
68
+ For reference information on specific calls in the IAM Service Account Credentials API, see the {Google::Apis::IamcredentialsV1::IAMCredentialsService class reference docs}.
69
+
70
+ ## Which client should I use?
71
+
72
+ Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
73
+
74
+ This library, `google-apis-iamcredentials_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
75
+
76
+ Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
77
+
78
+ Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
79
+
80
+ **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
+
82
+ The [product documentation](https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials) may provide guidance regarding the preferred client library to use.
83
+
84
+ ## Supported Ruby versions
85
+
86
+ This library is supported on Ruby 2.5+.
87
+
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
+
90
+ ## License
91
+
92
+ This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
93
+
94
+ ## Support
95
+
96
+ Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -0,0 +1,15 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require "google/apis/iamcredentials_v1"
@@ -0,0 +1,37 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/iamcredentials_v1/service.rb'
16
+ require 'google/apis/iamcredentials_v1/classes.rb'
17
+ require 'google/apis/iamcredentials_v1/representations.rb'
18
+ require 'google/apis/iamcredentials_v1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # IAM Service Account Credentials API
23
+ #
24
+ # Creates short-lived credentials for impersonating IAM service accounts. To
25
+ # enable this API, you must enable the IAM API (iam.googleapis.com).
26
+ #
27
+ # @see https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials
28
+ module IamcredentialsV1
29
+ # Version of the IAM Service Account Credentials API this client connects to.
30
+ # This is NOT the gem version.
31
+ VERSION = 'V1'
32
+
33
+ # View and manage your data across Google Cloud Platform services
34
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,299 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module IamcredentialsV1
24
+
25
+ #
26
+ class GenerateAccessTokenRequest
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # The sequence of service accounts in a delegation chain. Each service account
30
+ # must be granted the `roles/iam.serviceAccountTokenCreator` role on its next
31
+ # service account in the chain. The last service account in the chain must be
32
+ # granted the `roles/iam.serviceAccountTokenCreator` role on the service account
33
+ # that is specified in the `name` field of the request. The delegates must have
34
+ # the following format: `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``.
35
+ # The `-` wildcard character is required; replacing it with a project ID is
36
+ # invalid.
37
+ # Corresponds to the JSON property `delegates`
38
+ # @return [Array<String>]
39
+ attr_accessor :delegates
40
+
41
+ # The desired lifetime duration of the access token in seconds. By default, the
42
+ # maximum allowed value is 1 hour. To set a lifetime of up to 12 hours, you can
43
+ # add the service account as an allowed value in an Organization Policy that
44
+ # enforces the `constraints/iam.allowServiceAccountCredentialLifetimeExtension`
45
+ # constraint. See detailed instructions at https://cloud.google.com/iam/help/
46
+ # credentials/lifetime If a value is not specified, the token's lifetime will be
47
+ # set to a default value of 1 hour.
48
+ # Corresponds to the JSON property `lifetime`
49
+ # @return [String]
50
+ attr_accessor :lifetime
51
+
52
+ # Required. Code to identify the scopes to be included in the OAuth 2.0 access
53
+ # token. See https://developers.google.com/identity/protocols/googlescopes for
54
+ # more information. At least one value required.
55
+ # Corresponds to the JSON property `scope`
56
+ # @return [Array<String>]
57
+ attr_accessor :scope
58
+
59
+ def initialize(**args)
60
+ update!(**args)
61
+ end
62
+
63
+ # Update properties of this object
64
+ def update!(**args)
65
+ @delegates = args[:delegates] if args.key?(:delegates)
66
+ @lifetime = args[:lifetime] if args.key?(:lifetime)
67
+ @scope = args[:scope] if args.key?(:scope)
68
+ end
69
+ end
70
+
71
+ #
72
+ class GenerateAccessTokenResponse
73
+ include Google::Apis::Core::Hashable
74
+
75
+ # The OAuth 2.0 access token.
76
+ # Corresponds to the JSON property `accessToken`
77
+ # @return [String]
78
+ attr_accessor :access_token
79
+
80
+ # Token expiration time. The expiration time is always set.
81
+ # Corresponds to the JSON property `expireTime`
82
+ # @return [String]
83
+ attr_accessor :expire_time
84
+
85
+ def initialize(**args)
86
+ update!(**args)
87
+ end
88
+
89
+ # Update properties of this object
90
+ def update!(**args)
91
+ @access_token = args[:access_token] if args.key?(:access_token)
92
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
93
+ end
94
+ end
95
+
96
+ #
97
+ class GenerateIdTokenRequest
98
+ include Google::Apis::Core::Hashable
99
+
100
+ # Required. The audience for the token, such as the API or account that this
101
+ # token grants access to.
102
+ # Corresponds to the JSON property `audience`
103
+ # @return [String]
104
+ attr_accessor :audience
105
+
106
+ # The sequence of service accounts in a delegation chain. Each service account
107
+ # must be granted the `roles/iam.serviceAccountTokenCreator` role on its next
108
+ # service account in the chain. The last service account in the chain must be
109
+ # granted the `roles/iam.serviceAccountTokenCreator` role on the service account
110
+ # that is specified in the `name` field of the request. The delegates must have
111
+ # the following format: `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``.
112
+ # The `-` wildcard character is required; replacing it with a project ID is
113
+ # invalid.
114
+ # Corresponds to the JSON property `delegates`
115
+ # @return [Array<String>]
116
+ attr_accessor :delegates
117
+
118
+ # Include the service account email in the token. If set to `true`, the token
119
+ # will contain `email` and `email_verified` claims.
120
+ # Corresponds to the JSON property `includeEmail`
121
+ # @return [Boolean]
122
+ attr_accessor :include_email
123
+ alias_method :include_email?, :include_email
124
+
125
+ def initialize(**args)
126
+ update!(**args)
127
+ end
128
+
129
+ # Update properties of this object
130
+ def update!(**args)
131
+ @audience = args[:audience] if args.key?(:audience)
132
+ @delegates = args[:delegates] if args.key?(:delegates)
133
+ @include_email = args[:include_email] if args.key?(:include_email)
134
+ end
135
+ end
136
+
137
+ #
138
+ class GenerateIdTokenResponse
139
+ include Google::Apis::Core::Hashable
140
+
141
+ # The OpenId Connect ID token.
142
+ # Corresponds to the JSON property `token`
143
+ # @return [String]
144
+ attr_accessor :token
145
+
146
+ def initialize(**args)
147
+ update!(**args)
148
+ end
149
+
150
+ # Update properties of this object
151
+ def update!(**args)
152
+ @token = args[:token] if args.key?(:token)
153
+ end
154
+ end
155
+
156
+ #
157
+ class SignBlobRequest
158
+ include Google::Apis::Core::Hashable
159
+
160
+ # The sequence of service accounts in a delegation chain. Each service account
161
+ # must be granted the `roles/iam.serviceAccountTokenCreator` role on its next
162
+ # service account in the chain. The last service account in the chain must be
163
+ # granted the `roles/iam.serviceAccountTokenCreator` role on the service account
164
+ # that is specified in the `name` field of the request. The delegates must have
165
+ # the following format: `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``.
166
+ # The `-` wildcard character is required; replacing it with a project ID is
167
+ # invalid.
168
+ # Corresponds to the JSON property `delegates`
169
+ # @return [Array<String>]
170
+ attr_accessor :delegates
171
+
172
+ # Required. The bytes to sign.
173
+ # Corresponds to the JSON property `payload`
174
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
175
+ # @return [String]
176
+ attr_accessor :payload
177
+
178
+ def initialize(**args)
179
+ update!(**args)
180
+ end
181
+
182
+ # Update properties of this object
183
+ def update!(**args)
184
+ @delegates = args[:delegates] if args.key?(:delegates)
185
+ @payload = args[:payload] if args.key?(:payload)
186
+ end
187
+ end
188
+
189
+ #
190
+ class SignBlobResponse
191
+ include Google::Apis::Core::Hashable
192
+
193
+ # The ID of the key used to sign the blob. The key used for signing will remain
194
+ # valid for at least 12 hours after the blob is signed. To verify the signature,
195
+ # you can retrieve the public key in several formats from the following
196
+ # endpoints: - RSA public key wrapped in an X.509 v3 certificate: `https://www.
197
+ # googleapis.com/service_accounts/v1/metadata/x509/`ACCOUNT_EMAIL`` - Raw key in
198
+ # JSON format: `https://www.googleapis.com/service_accounts/v1/metadata/raw/`
199
+ # ACCOUNT_EMAIL`` - JSON Web Key (JWK): `https://www.googleapis.com/
200
+ # service_accounts/v1/metadata/jwk/`ACCOUNT_EMAIL``
201
+ # Corresponds to the JSON property `keyId`
202
+ # @return [String]
203
+ attr_accessor :key_id
204
+
205
+ # The signature for the blob. Does not include the original blob. After the key
206
+ # pair referenced by the `key_id` response field expires, Google no longer
207
+ # exposes the public key that can be used to verify the blob. As a result, the
208
+ # receiver can no longer verify the signature.
209
+ # Corresponds to the JSON property `signedBlob`
210
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
211
+ # @return [String]
212
+ attr_accessor :signed_blob
213
+
214
+ def initialize(**args)
215
+ update!(**args)
216
+ end
217
+
218
+ # Update properties of this object
219
+ def update!(**args)
220
+ @key_id = args[:key_id] if args.key?(:key_id)
221
+ @signed_blob = args[:signed_blob] if args.key?(:signed_blob)
222
+ end
223
+ end
224
+
225
+ #
226
+ class SignJwtRequest
227
+ include Google::Apis::Core::Hashable
228
+
229
+ # The sequence of service accounts in a delegation chain. Each service account
230
+ # must be granted the `roles/iam.serviceAccountTokenCreator` role on its next
231
+ # service account in the chain. The last service account in the chain must be
232
+ # granted the `roles/iam.serviceAccountTokenCreator` role on the service account
233
+ # that is specified in the `name` field of the request. The delegates must have
234
+ # the following format: `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``.
235
+ # The `-` wildcard character is required; replacing it with a project ID is
236
+ # invalid.
237
+ # Corresponds to the JSON property `delegates`
238
+ # @return [Array<String>]
239
+ attr_accessor :delegates
240
+
241
+ # Required. The JWT payload to sign. Must be a serialized JSON object that
242
+ # contains a JWT Claims Set. For example: ``"sub": "user@example.com", "iat":
243
+ # 313435`` If the JWT Claims Set contains an expiration time (`exp`) claim, it
244
+ # must be an integer timestamp that is not in the past and no more than 12 hours
245
+ # in the future.
246
+ # Corresponds to the JSON property `payload`
247
+ # @return [String]
248
+ attr_accessor :payload
249
+
250
+ def initialize(**args)
251
+ update!(**args)
252
+ end
253
+
254
+ # Update properties of this object
255
+ def update!(**args)
256
+ @delegates = args[:delegates] if args.key?(:delegates)
257
+ @payload = args[:payload] if args.key?(:payload)
258
+ end
259
+ end
260
+
261
+ #
262
+ class SignJwtResponse
263
+ include Google::Apis::Core::Hashable
264
+
265
+ # The ID of the key used to sign the JWT. The key used for signing will remain
266
+ # valid for at least 12 hours after the JWT is signed. To verify the signature,
267
+ # you can retrieve the public key in several formats from the following
268
+ # endpoints: - RSA public key wrapped in an X.509 v3 certificate: `https://www.
269
+ # googleapis.com/service_accounts/v1/metadata/x509/`ACCOUNT_EMAIL`` - Raw key in
270
+ # JSON format: `https://www.googleapis.com/service_accounts/v1/metadata/raw/`
271
+ # ACCOUNT_EMAIL`` - JSON Web Key (JWK): `https://www.googleapis.com/
272
+ # service_accounts/v1/metadata/jwk/`ACCOUNT_EMAIL``
273
+ # Corresponds to the JSON property `keyId`
274
+ # @return [String]
275
+ attr_accessor :key_id
276
+
277
+ # The signed JWT. Contains the automatically generated header; the client-
278
+ # supplied payload; and the signature, which is generated using the key
279
+ # referenced by the `kid` field in the header. After the key pair referenced by
280
+ # the `key_id` response field expires, Google no longer exposes the public key
281
+ # that can be used to verify the JWT. As a result, the receiver can no longer
282
+ # verify the signature.
283
+ # Corresponds to the JSON property `signedJwt`
284
+ # @return [String]
285
+ attr_accessor :signed_jwt
286
+
287
+ def initialize(**args)
288
+ update!(**args)
289
+ end
290
+
291
+ # Update properties of this object
292
+ def update!(**args)
293
+ @key_id = args[:key_id] if args.key?(:key_id)
294
+ @signed_jwt = args[:signed_jwt] if args.key?(:signed_jwt)
295
+ end
296
+ end
297
+ end
298
+ end
299
+ end
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module IamcredentialsV1
18
+ # Version of the google-apis-iamcredentials_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201022"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,139 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module IamcredentialsV1
24
+
25
+ class GenerateAccessTokenRequest
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GenerateAccessTokenResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GenerateIdTokenRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GenerateIdTokenResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class SignBlobRequest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class SignBlobResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class SignJwtRequest
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class SignJwtResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GenerateAccessTokenRequest
74
+ # @private
75
+ class Representation < Google::Apis::Core::JsonRepresentation
76
+ collection :delegates, as: 'delegates'
77
+ property :lifetime, as: 'lifetime'
78
+ collection :scope, as: 'scope'
79
+ end
80
+ end
81
+
82
+ class GenerateAccessTokenResponse
83
+ # @private
84
+ class Representation < Google::Apis::Core::JsonRepresentation
85
+ property :access_token, as: 'accessToken'
86
+ property :expire_time, as: 'expireTime'
87
+ end
88
+ end
89
+
90
+ class GenerateIdTokenRequest
91
+ # @private
92
+ class Representation < Google::Apis::Core::JsonRepresentation
93
+ property :audience, as: 'audience'
94
+ collection :delegates, as: 'delegates'
95
+ property :include_email, as: 'includeEmail'
96
+ end
97
+ end
98
+
99
+ class GenerateIdTokenResponse
100
+ # @private
101
+ class Representation < Google::Apis::Core::JsonRepresentation
102
+ property :token, as: 'token'
103
+ end
104
+ end
105
+
106
+ class SignBlobRequest
107
+ # @private
108
+ class Representation < Google::Apis::Core::JsonRepresentation
109
+ collection :delegates, as: 'delegates'
110
+ property :payload, :base64 => true, as: 'payload'
111
+ end
112
+ end
113
+
114
+ class SignBlobResponse
115
+ # @private
116
+ class Representation < Google::Apis::Core::JsonRepresentation
117
+ property :key_id, as: 'keyId'
118
+ property :signed_blob, :base64 => true, as: 'signedBlob'
119
+ end
120
+ end
121
+
122
+ class SignJwtRequest
123
+ # @private
124
+ class Representation < Google::Apis::Core::JsonRepresentation
125
+ collection :delegates, as: 'delegates'
126
+ property :payload, as: 'payload'
127
+ end
128
+ end
129
+
130
+ class SignJwtResponse
131
+ # @private
132
+ class Representation < Google::Apis::Core::JsonRepresentation
133
+ property :key_id, as: 'keyId'
134
+ property :signed_jwt, as: 'signedJwt'
135
+ end
136
+ end
137
+ end
138
+ end
139
+ end
@@ -0,0 +1,206 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/core/base_service'
16
+ require 'google/apis/core/json_representation'
17
+ require 'google/apis/core/hashable'
18
+ require 'google/apis/errors'
19
+
20
+ module Google
21
+ module Apis
22
+ module IamcredentialsV1
23
+ # IAM Service Account Credentials API
24
+ #
25
+ # Creates short-lived credentials for impersonating IAM service accounts. To
26
+ # enable this API, you must enable the IAM API (iam.googleapis.com).
27
+ #
28
+ # @example
29
+ # require 'google/apis/iamcredentials_v1'
30
+ #
31
+ # Iamcredentials = Google::Apis::IamcredentialsV1 # Alias the module
32
+ # service = Iamcredentials::IAMCredentialsService.new
33
+ #
34
+ # @see https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials
35
+ class IAMCredentialsService < Google::Apis::Core::BaseService
36
+ # @return [String]
37
+ # API key. Your API key identifies your project and provides you with API access,
38
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
39
+ attr_accessor :key
40
+
41
+ # @return [String]
42
+ # Available to use for quota purposes for server-side applications. Can be any
43
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44
+ attr_accessor :quota_user
45
+
46
+ def initialize
47
+ super('https://iamcredentials.googleapis.com/', '',
48
+ client_name: 'google-apis-iamcredentials_v1',
49
+ client_version: Google::Apis::IamcredentialsV1::GEM_VERSION)
50
+ @batch_path = 'batch'
51
+ end
52
+
53
+ # Generates an OAuth 2.0 access token for a service account.
54
+ # @param [String] name
55
+ # Required. The resource name of the service account for which the credentials
56
+ # are requested, in the following format: `projects/-/serviceAccounts/`
57
+ # ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard character is required; replacing
58
+ # it with a project ID is invalid.
59
+ # @param [Google::Apis::IamcredentialsV1::GenerateAccessTokenRequest] generate_access_token_request_object
60
+ # @param [String] fields
61
+ # Selector specifying which fields to include in a partial response.
62
+ # @param [String] quota_user
63
+ # Available to use for quota purposes for server-side applications. Can be any
64
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
65
+ # @param [Google::Apis::RequestOptions] options
66
+ # Request-specific options
67
+ #
68
+ # @yield [result, err] Result & error if block supplied
69
+ # @yieldparam result [Google::Apis::IamcredentialsV1::GenerateAccessTokenResponse] parsed result object
70
+ # @yieldparam err [StandardError] error object if request failed
71
+ #
72
+ # @return [Google::Apis::IamcredentialsV1::GenerateAccessTokenResponse]
73
+ #
74
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
75
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
76
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
77
+ def generate_service_account_access_token(name, generate_access_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
78
+ command = make_simple_command(:post, 'v1/{+name}:generateAccessToken', options)
79
+ command.request_representation = Google::Apis::IamcredentialsV1::GenerateAccessTokenRequest::Representation
80
+ command.request_object = generate_access_token_request_object
81
+ command.response_representation = Google::Apis::IamcredentialsV1::GenerateAccessTokenResponse::Representation
82
+ command.response_class = Google::Apis::IamcredentialsV1::GenerateAccessTokenResponse
83
+ command.params['name'] = name unless name.nil?
84
+ command.query['fields'] = fields unless fields.nil?
85
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
86
+ execute_or_queue_command(command, &block)
87
+ end
88
+
89
+ # Generates an OpenID Connect ID token for a service account.
90
+ # @param [String] name
91
+ # Required. The resource name of the service account for which the credentials
92
+ # are requested, in the following format: `projects/-/serviceAccounts/`
93
+ # ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard character is required; replacing
94
+ # it with a project ID is invalid.
95
+ # @param [Google::Apis::IamcredentialsV1::GenerateIdTokenRequest] generate_id_token_request_object
96
+ # @param [String] fields
97
+ # Selector specifying which fields to include in a partial response.
98
+ # @param [String] quota_user
99
+ # Available to use for quota purposes for server-side applications. Can be any
100
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
101
+ # @param [Google::Apis::RequestOptions] options
102
+ # Request-specific options
103
+ #
104
+ # @yield [result, err] Result & error if block supplied
105
+ # @yieldparam result [Google::Apis::IamcredentialsV1::GenerateIdTokenResponse] parsed result object
106
+ # @yieldparam err [StandardError] error object if request failed
107
+ #
108
+ # @return [Google::Apis::IamcredentialsV1::GenerateIdTokenResponse]
109
+ #
110
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
111
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
112
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
113
+ def generate_service_account_id_token(name, generate_id_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
114
+ command = make_simple_command(:post, 'v1/{+name}:generateIdToken', options)
115
+ command.request_representation = Google::Apis::IamcredentialsV1::GenerateIdTokenRequest::Representation
116
+ command.request_object = generate_id_token_request_object
117
+ command.response_representation = Google::Apis::IamcredentialsV1::GenerateIdTokenResponse::Representation
118
+ command.response_class = Google::Apis::IamcredentialsV1::GenerateIdTokenResponse
119
+ command.params['name'] = name unless name.nil?
120
+ command.query['fields'] = fields unless fields.nil?
121
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
122
+ execute_or_queue_command(command, &block)
123
+ end
124
+
125
+ # Signs a blob using a service account's system-managed private key.
126
+ # @param [String] name
127
+ # Required. The resource name of the service account for which the credentials
128
+ # are requested, in the following format: `projects/-/serviceAccounts/`
129
+ # ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard character is required; replacing
130
+ # it with a project ID is invalid.
131
+ # @param [Google::Apis::IamcredentialsV1::SignBlobRequest] sign_blob_request_object
132
+ # @param [String] fields
133
+ # Selector specifying which fields to include in a partial response.
134
+ # @param [String] quota_user
135
+ # Available to use for quota purposes for server-side applications. Can be any
136
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
137
+ # @param [Google::Apis::RequestOptions] options
138
+ # Request-specific options
139
+ #
140
+ # @yield [result, err] Result & error if block supplied
141
+ # @yieldparam result [Google::Apis::IamcredentialsV1::SignBlobResponse] parsed result object
142
+ # @yieldparam err [StandardError] error object if request failed
143
+ #
144
+ # @return [Google::Apis::IamcredentialsV1::SignBlobResponse]
145
+ #
146
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
147
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
148
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
149
+ def sign_service_account_blob(name, sign_blob_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
150
+ command = make_simple_command(:post, 'v1/{+name}:signBlob', options)
151
+ command.request_representation = Google::Apis::IamcredentialsV1::SignBlobRequest::Representation
152
+ command.request_object = sign_blob_request_object
153
+ command.response_representation = Google::Apis::IamcredentialsV1::SignBlobResponse::Representation
154
+ command.response_class = Google::Apis::IamcredentialsV1::SignBlobResponse
155
+ command.params['name'] = name unless name.nil?
156
+ command.query['fields'] = fields unless fields.nil?
157
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
158
+ execute_or_queue_command(command, &block)
159
+ end
160
+
161
+ # Signs a JWT using a service account's system-managed private key.
162
+ # @param [String] name
163
+ # Required. The resource name of the service account for which the credentials
164
+ # are requested, in the following format: `projects/-/serviceAccounts/`
165
+ # ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard character is required; replacing
166
+ # it with a project ID is invalid.
167
+ # @param [Google::Apis::IamcredentialsV1::SignJwtRequest] sign_jwt_request_object
168
+ # @param [String] fields
169
+ # Selector specifying which fields to include in a partial response.
170
+ # @param [String] quota_user
171
+ # Available to use for quota purposes for server-side applications. Can be any
172
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
173
+ # @param [Google::Apis::RequestOptions] options
174
+ # Request-specific options
175
+ #
176
+ # @yield [result, err] Result & error if block supplied
177
+ # @yieldparam result [Google::Apis::IamcredentialsV1::SignJwtResponse] parsed result object
178
+ # @yieldparam err [StandardError] error object if request failed
179
+ #
180
+ # @return [Google::Apis::IamcredentialsV1::SignJwtResponse]
181
+ #
182
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
183
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
184
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
185
+ def sign_service_account_jwt(name, sign_jwt_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
186
+ command = make_simple_command(:post, 'v1/{+name}:signJwt', options)
187
+ command.request_representation = Google::Apis::IamcredentialsV1::SignJwtRequest::Representation
188
+ command.request_object = sign_jwt_request_object
189
+ command.response_representation = Google::Apis::IamcredentialsV1::SignJwtResponse::Representation
190
+ command.response_class = Google::Apis::IamcredentialsV1::SignJwtResponse
191
+ command.params['name'] = name unless name.nil?
192
+ command.query['fields'] = fields unless fields.nil?
193
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
194
+ execute_or_queue_command(command, &block)
195
+ end
196
+
197
+ protected
198
+
199
+ def apply_command_defaults(command)
200
+ command.query['key'] = key unless key.nil?
201
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
202
+ end
203
+ end
204
+ end
205
+ end
206
+ end
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: google-apis-iamcredentials_v1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Google LLC
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: google-apis-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.1'
27
+ description: This is the simple REST client for IAM Service Account Credentials API
28
+ V1. Simple REST clients are Ruby client libraries that provide access to Google
29
+ services via their HTTP REST API endpoints. These libraries are generated and updated
30
+ automatically based on the discovery documents published by the service, and they
31
+ handle most concerns such as authentication, pagination, retry, timeouts, and logging.
32
+ You can use this client to access the IAM Service Account Credentials API, but note
33
+ that some services may provide a separate modern client that is easier to use.
34
+ email: googleapis-packages@google.com
35
+ executables: []
36
+ extensions: []
37
+ extra_rdoc_files: []
38
+ files:
39
+ - ".yardopts"
40
+ - CHANGELOG.md
41
+ - LICENSE.md
42
+ - OVERVIEW.md
43
+ - lib/google-apis-iamcredentials_v1.rb
44
+ - lib/google/apis/iamcredentials_v1.rb
45
+ - lib/google/apis/iamcredentials_v1/classes.rb
46
+ - lib/google/apis/iamcredentials_v1/gem_version.rb
47
+ - lib/google/apis/iamcredentials_v1/representations.rb
48
+ - lib/google/apis/iamcredentials_v1/service.rb
49
+ homepage: https://github.com/google/google-api-ruby-client
50
+ licenses:
51
+ - Apache-2.0
52
+ metadata:
53
+ bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iamcredentials_v1/CHANGELOG.md
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iamcredentials_v1/v0.1.0
56
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iamcredentials_v1
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: '2.4'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.1.4
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Simple REST client for IAM Service Account Credentials API V1
76
+ test_files: []