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
@@ -64,14 +64,14 @@ See the [Authentication][authentication] section in the base directory's README.
64
64
65
65
## Authorization
66
66
67
-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired IAM APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the IAM API calls.
67
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired IAM Policy APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the IAM Policy API calls.
68
68
69
69
## Getting Started
70
70
71
71
### Prerequisites
72
72
73
-
You will need a [Google Cloud Platform Console][developer-console] project with the IAM [API enabled][enable-api].
74
-
You will need to [enable billing][enable-billing] to use Google IAM.
73
+
You will need a [Google Cloud Platform Console][developer-console] project with the IAM Policy [API enabled][enable-api].
74
+
You will need to [enable billing][enable-billing] to use Google IAM Policy.
75
75
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
76
76
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
77
77
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -81,13 +81,13 @@ You will need to [enable billing][enable-billing] to use Google IAM.
81
81
You'll need to obtain the `google-iam-policy` library. See the [Quickstart](#quickstart) section
82
82
to add `google-iam-policy` as a dependency in your code.
83
83
84
-
## About IAM
84
+
## About IAM Policy
85
85
86
86
87
-
[IAM][product-docs] n/a
87
+
[IAM Policy][product-docs] n/a
88
88
89
-
See the [IAM client library docs][javadocs] to learn how to
90
-
use this IAM Client Library.
89
+
See the [IAM Policy client library docs][javadocs] to learn how to
90
+
use this IAM Policy Client Library.
91
91
92
92
93
93
@@ -100,7 +100,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
100
100
101
101
## Transport
102
102
103
-
IAM uses both gRPC and HTTP/JSON for the transport layer.
103
+
IAM Policy uses both gRPC and HTTP/JSON for the transport layer.
104
104
105
105
## Supported Java Versions
106
106
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments