==================== accountListAccesses ==================== View the expanded access list of a given bastion account ======================================================== .. admonition:: usage :class: cmdusage --osh accountListAccesses --account ACCOUNT [--hide-groups] [--reverse-dns] .. program:: accountListAccesses .. option:: --account ACCOUNT The account to work on .. option:: --hide-groups Don't show the machines the accouns has access to through group rights. In other words, list only the account's personal accesses. .. option:: --reverse-dns Attempt to resolve the reverse hostnames (SLOW!) .. option:: --include PATTERN Only include accesses matching the given PATTERN (see below) This option can be used multiple times to refine results .. option:: --exclude PATTERN Omit accesses matching the given PATTERN (see below) This option can be used multiple times. Note that --exclude takes precedence over --include **Note:** PATTERN supports the ``*`` and ``?`` wildcards. If PATTERN is a simple string without wildcards, then names containing this string will be considered. The matching is done on the text output of the command.