Google Cloud Identity and Access Management Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
In command line:
In command line:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
 
gcloud iam service-accounts create test-sa
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:30, 24 August 2021

Internal

Overview

Service Account Operations

See:

Service Account

Create Service Account

Via console: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account.

In command line:

gcloud iam service-accounts create test-sa