Skip to content

Latest commit

 

History

History
 
 

ServiceAccountKeys

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Google Cloud Datastore Sample

This sample demonstrates how to create and manage service account keys using Google Cloud IAM APIs in C#.

This sample requires .NET Core 2.0 or later. That means using Visual Studio 2017, or the command line.

Links

Build and Run

  1. Follow the set-up instructions in the documentation.

  2. Enable APIs for your project. Click here to visit Cloud Platform Console and enable the Google Cloud IAM API.

  3. From the command line:

    dotnet restore
    dotnet run help

    The application should print the list of available commands.

Contributing changes

Licensing