fsoc iam-role

Manage IAM roles

Synopsis

Manage roles, as part of identity and access management (IAM)

Roles are usually prefixed with the domain, e.g., "iam:observer". Standard roles include "iam:observer", "iam:tenantAdmin" and "iam:configManager". Solutions often define their own roles that can be bound to principals in order to access solution's functionality.

Commands from this group require a principal with tenant administrator access.

Examples


  fsoc iam-roles list
  fsoc roles list
  fsoc role principals <role>
  fsoc role permissions <role>
  

Options

  -h, --help   help for iam-role

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