java-docs-samples/iam/api-client at master · tmatsuo/java-docs-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Cloud Identity & Access Management Samples

Open in Cloud Shell

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.

Quickstart

Install Maven.

Build the project with:

mvn clean package

Run the Quickstart, which lists roles in a project:

mvn exec:java