gcloud alpha alloydb users create

NAME
gcloud alpha alloydb users create - creates a user in a given cluster
SYNOPSIS
gcloud alpha alloydb users createUSERNAME--cluster=CLUSTER--region=REGION[--db-roles=[ROLE,…]][--keep-extra-roles=KEEP_EXTRA_ROLES][--password=PASSWORD][--superuser=SUPERUSER][--type=TYPE; default="BUILT_IN"][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Creates a user in a given cluster with specified username,cluster, region, type, and password.
EXAMPLES
To create a new user, run:
gcloudalphaalloydbuserscreatemy-username--cluster=my-cluster--region=us-central1--password=postgres
POSITIONAL ARGUMENTS
USERNAME
AlloyDB username
REQUIRED FLAGS
--cluster=CLUSTER
AlloyDB cluster ID
--region=REGION
Regional location (e.g.asia-east1,us-east1). See thefull list of regions athttps://cloud.google.com/sql/docs/instance-locations.
OPTIONAL FLAGS
--db-roles=[ROLE,…]
Comma separated list of database roles this new user will be granted uponcreation.
--keep-extra-roles=KEEP_EXTRA_ROLES
If the user already exists and has extra roles, keep them.
--password=PASSWORD
Password for this database user.
--superuser=SUPERUSER
If true, new user will have AlloyDB superuser privileges. Default value isfalse.
--type=TYPE; default="BUILT_IN"
Type corresponds to the user type.TYPE must be one of:
BUILT_IN
This database user can authenticate via password-based authentication
IAM_BASED
This database user can authenticate via IAM-based authentication
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 thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudalloydbuserscreate
gcloudbetaalloydbuserscreate

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-13 UTC.