You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [Authentication][authentication] section in the base directory's README.
65
72
73
+
## Authorization
74
+
75
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired {{metadata['repo']['name_pretty']}} APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the {{metadata['repo']['name_pretty']}} API calls.
76
+
66
77
## Getting Started
67
78
68
79
### Prerequisites
@@ -175,6 +186,7 @@ This library follows [Semantic Versioning](http://semver.org/).
175
186
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
176
187
and the public API should not be considered stable.
177
188
{% endif %}{% endif %}
189
+
178
190
## Contributing
179
191
180
192
{% if 'partials' in metadata and metadata['partials']['contributing'] -%}
@@ -188,6 +200,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
188
200
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
189
201
information.
190
202
{% endif %}
203
+
191
204
## License
192
205
193
206
Apache 2.0 - See [LICENSE][license] for more information.
@@ -220,6 +233,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments