| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Shows details of a SQLServer Flex user
Shows details of a SQLServer Flex user. The user password is only visible upon creation. You can reset it by running: $ stackit sqlserverflex user reset-password USER_ID --instance-id INSTANCE_ID
stackit sqlserverflex user describe USER_ID [flags]
Get details of a SQLServer Flex user with ID "xxx" of instance with ID "yyy" $ stackit sqlserverflex user describe xxx --instance-id yyy Get details of a SQLServer Flex user with ID "xxx" of instance with ID "yyy" in JSON format $ stackit sqlserverflex user describe xxx --instance-id yyy --output-format json
-h, --help Help for "stackit sqlserverflex user describe"
--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")
| Back | FazBrowse Home | New Git URL |