| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Google Cloud Identity & Access Management (IAM) lets administrators authorize who can take action on specific resources. These sample applications demonstrate how to interact with Cloud IAM using the Google API Client Library for Java.
The Quickstart does the following:
To build and run the Quickstart, install Maven.
To build the project, run the following command:
mvn clean packageTo run the Quickstart, ensure that the Resource Manager API is enabled for your project and that you have set up authentication. For details, see the Before you begin section of the IAM client library Quickstart documentation.
Then, replace the projectId and member fields with your project ID and member ID, and run the following command:
mvn exec:javaFor more information, see the IAM client library Quickstart documentation.
| Back | FazBrowse Home | New Git URL |