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
as a part of the PR 582 for java-logging an authorization section is added to the Java README template.
Fixing googleapis/java-logging#570.
Source-Link: googleapis/synthtool@3d32990
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:2904b9ad921ecc1343d1cf815bfaafbcc1115c1f39593aef9f8e333ffda552f7
See the [Authentication][authentication] section in the base directory's README.
68
74
75
+
## Authorization
76
+
77
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Resource Manager API APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Resource Manager API API calls.
78
+
69
79
## Getting Started
70
80
71
81
### Prerequisites
@@ -296,6 +306,7 @@ This library follows [Semantic Versioning](http://semver.org/).
296
306
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
297
307
and the public API should not be considered stable.
298
308
309
+
299
310
## Contributing
300
311
301
312
@@ -307,6 +318,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
307
318
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
308
319
information.
309
320
321
+
310
322
## License
311
323
312
324
Apache 2.0 - See [LICENSE][license] for more information.
@@ -339,6 +351,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments