upctl object-storage access-key list
List access keys for a user in managed object storage service\n\nLists all access keys for the specified user in the managed object storage service. This helps you find the access key IDs needed for deletion.
Examples
upctl object-storage access-key list <service-uuid> --username myuser
upctl object-storage access-key list my-service --username myuser
Options
Option | Description |
---|---|
--username |
The username of the user to list access keys from. |
--help , -h |
help for list Default: false |
Global options
Option | Description |
---|---|
--client-timeout , -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output , -o |
Output format. Valid values are human , json and yaml .Default: human |
Related commands
Command | Description |
---|---|
upctl object-storage access-key | Manage access keys in managed object storage services |