UserContextRole Enumeration

Spotfire 14.3 API Reference
The administrative roles for the user. These are connected to the special user groups in the Spotfire Server. For more information about the specific roles, see section "Roles and special groups" or "System groups" in Spotfire Server manual.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum Role
Members

  Member nameValueDescription
Administrator0The administrator role. Users with this role will also automatically have all other roles except ScriptAuthorAdministrator and CustomQueryAuthor.
DeploymentAdministrator1Members of this role are allowed to deploy deployments and packages to the server.
DiagnosticsAdministrator2Members of this role are allowed to access monitoring and diagnostics information, like logs.
LibraryAdministrator3The library administrator role.
ScheduledUpdatesExecutor4Members of this role are allowed to execute Scheduled Updates jobs.
SchedulingAndRoutingAdministrator5Role for administrating scheduling and routing in Spotfire server.
AutomationServicesExecutor6Members of this role are allowed to schedule and execute Automation Services jobs.
ScriptAuthorAdministrator7Members of this role are allowed to save trusted scripts to the library.
CustomQueryAuthor8Members of this role are allowed to create trusted queries for data access to the library.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference