DataPA Enterprise Dashboard Controls API Reference

The SecurityInfo type exposes the following members.

Constructors

  Name Description
Public method SecurityInfo()()()()
Creates and returns a new Security object for this user.
Public method SecurityInfo(ClientConfig)
Creates and returns a new Security object for this user.

Methods

  Name Description
Public method Dispose
Disposes of the object

Fields

Properties

  Name Description
Public property Administrator
Gets a value that indicates if the user is allowed to administer the server.
Public property AllowChangePassword
Gets a value that indicates whether the user can change their password
Public property AllowLinks
Gets a value that indicates if the user is allowed to manage links.
Public property AllowManageServer
Gets a property that indicates if the user is allowed access to the manage server screen.
Public property AllowPublish
Gets a property that indicates if the user is allowed to publish content to the server.
Public property AllowSecurity
Gets a value that indicates if the user is allowed access to the security screen.
Public property AllowSelectConnection
Gets a value that indicates if the select connection screen is offered.
Public property AllowSetup
Gets a value that indicates if the user is allowed access to the setup screen.
Public property AllowSetupLockOverride
Gets a value that indicates if the user is allowed to override locks on the setup data.
Public property AllowSubjects
Gets a value that indicates if the user is allowed to manage subjects.
Public property AllowSystems
Gets a value that indicates if the user is allowed to manage systems.
Public property Clone
Gets cloned copy of this object.
Public property DenySubjectsAccess
Gets a value that indicates if the user denied access to the subjects as they have been filtered.
Public property DenySystemsAccess
Gets a value that indicates if the user denied access to the connections as they have been filtered.
Public property Group
Gets the goup this user belongs to.
Public property Parent
The object that represents the parent of this object.
Public property ReadOnlySetup
Gets a value that indicates if the user is allowed read only access to the setup.
Public property RequireSecurityPassword
Gets a value that indicates if the user requires a password to access the security screen.
Public property RunQueryOnly
Gets a value that indicates if the user can modify a query.
Public property SecurityPassword
Gets the password required to access the security screen.

See Also