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
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
chore(docs): add Authorization section to Java README template (#1161) (#247)
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.
40
44
45
+
## Authorization
46
+
47
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Analytics Admin APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Analytics Admin API calls.
48
+
41
49
## Getting Started
42
50
43
51
### Prerequisites
@@ -136,6 +144,7 @@ This library follows [Semantic Versioning](http://semver.org/).
136
144
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
137
145
and the public API should not be considered stable.
138
146
147
+
139
148
## Contributing
140
149
141
150
@@ -147,6 +156,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
147
156
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
148
157
information.
149
158
159
+
150
160
## License
151
161
152
162
Apache 2.0 - See [LICENSE][license] for more information.
@@ -179,6 +189,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments