mc admin group list
Lists all IAM groups.
Syntax
- CLI
-
mc admin group list - display list of groups USAGE: mc admin group list TARGET [account=<account_name>] [domain=<domain_name>] FLAGS: --json enable JSON lines formatted output --debug enable debug output --insecure disable SSL certificate verification --help, -h show help
Parameters
Parameter | Description |
---|---|
TARGET |
The alias of a configured HPE Ezmeral Object Store from which the command lists groups. This parameter is mandatory. |
account |
The name of the account from which to list groups. This parameter is mandatory. |
domain |
By default groups are listed from the primary
domain. To list only the groups applicable to another specific domain,
enter the domain name for which the groups should be listed. |
json |
Enables JSON formatted output |
debug |
Enables output for debugging |
insecure |
Disables SSL verification |
help |
Shows this help |
Example
List all groups under the northamerica account in the primary domain in the Object Store deployment with alias salesobject- CLI
-
/opt/mapr/bin/mc admin group list salesobject account=northamerica domain=primary