Click or drag to resize

AccessLevel Enumeration

Represents the resulting access level when credentials are provided to the engine service.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntax
public enum AccessLevel
Members
  Member nameValueDescription
Unknown-1 The access level is unknown.
NoAccess0 The credentials are not authenticated.
MonitorOnlyAccess1 This access level is associated with membership in the Double-Take Monitors or dtmon security group.
FullAccess2 This access level is associated with membership in the Double-Take Admin or dtadmin security group.
See Also