mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
37 lines
725 B
Text
37 lines
725 B
Text
NAME
|
|
gcloud storage hmac - manage Cloud Storage service account HMAC keys
|
|
|
|
SYNOPSIS
|
|
gcloud storage hmac COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Storage service account HMAC keys.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Add a service account HMAC.
|
|
|
|
delete
|
|
Remove a service account HMAC.
|
|
|
|
describe
|
|
Describes a service account HMAC key.
|
|
|
|
list
|
|
List service account HMAC keys.
|
|
|
|
update
|
|
Change the status of a service account HMAC.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha storage hmac
|
|
|