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

