Click or drag to resize

VGIPermissionSet Interface

Represents a collection of Visual Guard permissions. This collection can contain VGIPermissionSet or VGIPermission objects.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public interface VGIPermissionSet

The VGIPermissionSet type exposes the following members.

Properties
  NameDescription
Public propertyCanBeGrantedToRole
Gets a value indicating if this permission set can be granted to a role.
Public propertyDescription
Gets the description of the permission set.
Public propertyId
Gets the Visual Guard unique identifier of the permission set
Public propertyName
Gets the name of the permission set
Public propertyPermissions
Gets the list of permissions granted to this permission set.
Public propertyPermissionSets
Gets the list of permission sets granted to this permission set.
Top
Methods
  NameDescription
Public methodGetAllPermissions
Gets all permissions granted to the permission set
Public methodCode exampleGetPermission(Guid)
Gets the a VGIPermission object with the specified id.
Public methodCode exampleGetPermission(String)
Gets the a VGIPermission object with the specified name.
Public methodCode exampleGetPermissionSet(Guid)
Gets the a VGIPermission object with the specified id.
Public methodCode exampleGetPermissionSet(String)
Gets the a VGIPermissionSet object with the specified name.
Top
See Also