Updates the write privileges Secrets Manager user
Updates the write privileges Secrets Manager user.
stackit secrets-manager user update USER_ID [flags]
Enable write access of a Secrets Manager user with ID "xxx" of instance with ID "yyy"
$ stackit secrets-manager user update xxx --instance-id yyy --enable-write
Disable write access of a Secrets Manager user with ID "xxx" of instance with ID "yyy"
$ stackit secrets-manager user update xxx --instance-id yyy --disable-write
--disable-write Set the user to have read-only access.
--enable-write Set the user to have write access.
-h, --help Help for "stackit secrets-manager user update"
--instance-id string ID of the instance
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
- stackit secrets-manager user - Provides functionality for Secrets Manager users