mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
40
gcloud/alpha/storage/hmac/help
Normal file
40
gcloud/alpha/storage/hmac/help
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud alpha storage hmac - manage Cloud Storage service account HMAC keys
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage hmac COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) 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
|
||||
(ALPHA) Add a service account HMAC.
|
||||
|
||||
delete
|
||||
(ALPHA) Remove a service account HMAC.
|
||||
|
||||
describe
|
||||
(ALPHA) Describes a service account HMAC key.
|
||||
|
||||
list
|
||||
(ALPHA) List service account HMAC keys.
|
||||
|
||||
update
|
||||
(ALPHA) Change the status of a service account HMAC.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud storage hmac
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue