updateRoleActions

Update any number of Actions for one or more Roles + Types

Update the Actions for one or more Roles. Only explicitly specified mappings will be added/removed.

Format

udclient [global-args...] [global-flags...]
  updateRoleActions [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{"[Role Name]": {"[Object Type]": {"[Type Name]": 
  {"[Action]": "true|false"}}}}

Related REST command: Update any number of actions for one or more roles and types.