rhoas_service-account_list
#
rhoas service-account listList service accounts
#
SynopsisList all service accounts.
This command will provide a high level view of all service accounts.
The service accounts are displayed by default in a table, but can also be displayed as JSON or YAML.
rhoas service-account list [flags]
#
Examples# list all service accounts using the default output format$ rhoas service-account list
# list all service accounts using JSON as the output format$ rhoas service-account list -o json
#
Options -o, --output string Format in which to display the service accounts (choose from: "json", "yml", "yaml")
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas service-account - Create, list, describe, delete and update service accounts