fsoc iam-role-binding list

List role bindings for a principal

Synopsis

List roles bound to a given principal.

Detail and json/yaml output include role permissions; the table view contains only role names.

To manage roles, as well as see permissions and principals for a given role, use the "iam-role" commands.

This command requires a principal with tenant administrator access.

fsoc iam-role-binding list <principal> [flags]

Examples


  fsoc iam-role-bindings list john@example.com
  fsoc rb list john@example.com -o json
  fsoc rb list john@example.com -o detail

Options

  -h, --help   help for list

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also