Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 777 Bytes

File metadata and controls

25 lines (17 loc) · 777 Bytes

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