Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A role allows you to associate specific permissions to access SkySync DryvIQ features.

Create User

  • To create a user with all permissions, select the parent Group/Tenant.

  • To create a user assigned a specific role with permissions, select the child Group/Tenant.

    • When logging in to the SkySync DryvIQ user interface, the user will only have access to features as defined by the permissions assigned to their role.

    • When using the REST API through Postman, update your user and password environment variables to match your created user. Be sure to get a new access token. Refreshing the access token may result in an error.

...

Permission

Description

List Connections

  • The Connections page is visible; the user can list connections via rest call GET {{url}}v1/connections.

  • In the user interface, options to edit/delete a connection is presented, but user with only this role will be denied action.

Manage Connections

  • Only the Dashboard is visible if this permission is used in isolation.

  • This permission is only applicable when used in combination with List Connections.

Read Content

  • The user can browse content through the REST API (Similar to v3 Navigator).

Write/Delete Content

  • Th user can upload content to the connection.This is similar to SkySync 3.7 Navigator feature where you can do native copy/move files to other folders within the SkySync application.

Jobs

Permission

Description

List Jobs

  • The Dashboard, Reports and Jobs are visible, but the user cannot start/stop/pause jobs, reset stop policies, manage schedules, rename jobs, or delete jobs.

Manage Jobs

  • Only the Dashboard is visible.

  • This permission is only applicable when used in combination with List Jobs

  • List Jobs + Manage Jobs allows the user to run jobs, manage job schedules, rename jobs, duplicate/clone jobs, and delete jobs.

Control Jobs (Start/Stop/Pause)

  • Only the Dashboard is visible.

  • This permission is only applicable when used in combination with List Jobs.

  • List Jobs + Control Jobs allows the user to see and run jobs. All other job actions will be disabled.

Manage Reports

  • This permission is only applicable when used in combination with List Jobs.

...