Policies

Policies provide a convenient wrapper for granting different levels of CRUD authorization:

  • Manage:
  • Create, Read, Update, Delete
  • Edit:
  • Create, Read, Update
  • View:
  • Read

In addition to CRUD authorization, there are three policies that offer a "Run" policy which only authorizes the member to view and execute jobs. These policies only apply to resources that involve some kind of computation: dataflows, workflows, and processes.