fsoc iam-role principals

List principals bound to a role

Synopsis

List all principals that are bound to a particular role.

Role bindings can be managed with the "iam-role-binding" commands.

This command requires a principal with tenant administrator access.

fsoc iam-role principals <role> [flags]

Examples


  fsoc iam-role principals spacefleet:commandingOfficer
  fsoc role principals iam:agent -o json

Options

  -h, --help   help for principals

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