Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r100

D toc

D s ed
nottrue
editionsgdple

Excerpt

Authorization governs how the

D s platform
rtrue
 users can access platform features and user-defined objects in the
D s webapp
typePortal
.

Info

NOTE: Authorization manages access to object types. It does not cover access to individual objects of a specified type. For example, access to a specific flow is governed by ownership of the flow (owner) and sharing of the flow by the owner (to a collaborator). If a flow is shared with a user who is not permitted to access flows, then the user cannot access the flow.

Resource Roles and Privileges

Access to 

D s item
itemobjects
 is governed by roles in the user account. 

  • A role is a set of zero or more privileges. A user may have one or more assigned roles. 

    Info

    NOTE: Roles are additive. If a user has multiple roles, the user has access at the highest level of privileges from each role.

  • A privilege is an access level for a type of object. A role may have one or more privileges assigned to it.

  • All accounts are created with the default role, which provides a set of basic privileges.

Standard roles

default role

All new users are automatically assigned the default role. By default, the default role enables full access to all types of

D s item
itemobjects
.

  • If you have upgraded from a version of the product that did not support authorization, the default role represents no change in behavior. All existing users can access
    D s item
    itemobjects
     as normal.

Since roles in a user account are additive, you may choose to reduce the privileges on the default role and then add privileges selectively by creating other roles and assigning them to users. See the example below.

Info

NOTE: You can modify the default role. You can also remove it from a user account. You cannot delete the role.

Info

NOTE: In future releases of the software, additional objects may be made available. A level of access may be defined in the default role. No other roles will be modified.

Dataprep admin role

This admin role is a super-user. The admin role enables all capabilities of the default role, plus:

  • access to all
    D s webapp
    typePortal
     objects, unless specifically limited. See Resource Roles and Privileges below.
  • administration functions and settings within the
    D s webapp
    typePortal
Info

NOTE: This role enables for the user owner-level access to all objects in the project or workspace and access to all admin-level settings and configuration pages in the admin console. This role should not be assigned to many users. At least one user should always have this role.

Info

NOTE: The project owner is automatically granted the Dataprep admin role. This role can be assigned to non-project owners. It grants a project user all of the privileges of the project owner within the

D s platform
. If the Dataprep admin role is un-assigned to a project owner, it is automatically granted back to the project owner on next login.

Custom role(s)

As needed, administrators can create custom roles for users of the project or workspace. For more information, see Create Role.

Privileges

For a complete list of privileges for each type of object, see Privileges and Roles Reference.

Example model

In the following model, three separate roles have been created. Each role enables the highest level of access to a specific type of object. 

The default object has been modified:

  • Since all users are automatically granted the default role, the scope of its permissions has been reduced here to view-only. 
  • There is no viewer privilege for Plans ( noneauthor). 
Info

NOTE: Depending on your product edition, some of these privileges may not be applicable.

Privilege/RoledefaultRole ARole BRole CNotes
Flowsviewerauthornonenone
Connectionsviewernoneauthornone
Plansnonenonenoneauthor
User defined functionsviewernonenoneauthor

D s product
productdp
 only

User 1:

Roles: default

  • User can see flows in Flows page. User cannot schedule, modify, or create new ones.
  • User can see connections in the Connections page. User cannot schedule, modify, or create new ones.
  • User cannot access the Plans page.
  • User can invoke UDFs but cannot create, modify or delete them.

User 2:

Roles: defaultRole A

  • User can create, schedule, modify, run jobs, and delete flows (full privileges).
  • User can see connections in the Connections page. User cannot schedule, modify, or create new ones.
  • User cannot access the Plans page.
  • User can invoke UDFs but cannot create, modify or delete them.

User 3:

Roles: Role ARole BRole C

  • User can create, schedule, modify, run jobs, and delete flows (full privileges).
  • User can create, modify, and delete connections (full privileges).
  • User can create, schedule, modify, run jobs, and delete plans (full privileges).

  • User can create, modify, and delete UDFs.

D s also
labelauthorization