gcloud alpha storage ftp users update

NAME
gcloud alpha storage ftp users update - update an existing Cloud FTP user
SYNOPSIS
gcloud alpha storage ftp users update USER_ID --location=LOCATION --server=SERVER [--async] [--customer-service-account=CUSTOMER_SERVICE_ACCOUNT] [--storage-directory-mapping=[PROPERTY=VALUE,…]] [--user-credentials-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Update an existing Cloud FTP user.
EXAMPLES
To update service account of user my-user for server my-server in us-west1, run:
gcloud alpha storage ftp users update my-user --server=my-server --location=us-west1 --customer-service-account=new-sa@my-project.iam.gserviceaccount.com
POSITIONAL ARGUMENTS
USER_ID
The ID of the user to update.
REQUIRED FLAGS
--location=LOCATION
The region of the server.
--server=SERVER
The ID of the server.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation to complete.
--customer-service-account=CUSTOMER_SERVICE_ACCOUNT
The service account email associated with this user.
--storage-directory-mapping=[PROPERTY=VALUE,…]
Mapping of Google Cloud Storage bucket to virtual directory.
--user-credentials-from-file=PATH_TO_FILE
Path to a JSON file containing user credentials. Use a full or relative path to a local file containing the value of user_credentials.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

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.