gcloud_alpha_iam_service-accounts (1)
NAME
- gcloud alpha iam service-accounts - create and manipulate service accounts
SYNOPSIS
-
gcloud alpha iam service-accounts GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create and manipulate IAM service accounts. A service account is a
Note: Service accounts use client quotas for tracking usage.
More information on service accounts can be found at: cloud.google.com/iam/docs/service-accounts
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- keys
-
(ALPHA) Manage service account keys.
COMMANDS
COMMAND is one of the following:
-
- add-iam-policy-binding
-
(ALPHA) Add an IAM policy binding to an IAM Service Account.
- create
-
(ALPHA) Create a service account for a project.
- delete
-
(ALPHA) Delete a service account from a project.
- describe
-
(ALPHA) Show metadata for a service account from a project.
- get-iam-policy
-
(ALPHA) Get the IAM policy for a service account.
- list
-
(ALPHA) List all of a project's service accounts.
- remove-iam-policy-binding
-
(ALPHA) Remove IAM policy binding of a service account.
- set-iam-policy
-
(ALPHA) Set IAM policy for a service account.
- sign-blob
-
(ALPHA) Sign a blob with a managed service account key.
- sign-jwt
-
(ALPHA) Sign a JWT with a managed service account key.
- update
-
(ALPHA) Update an IAM service account.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud iam service-accounts $ gcloud beta iam service-accounts