Click or drag to resize

VGPermissionAudit Class

This class represents permission information for auditing. (ex. Whether it is Granted to User or Role, whether it is inherited or not, etc.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGPermissionAudit

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public class VGPermissionAudit

The VGPermissionAudit type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets the name of the application for permission.
Public propertyAuditInformationType
Gets auditInformaionType, whether audit information is for user, group, role or permission set.
Public propertyDescription
Gets the description of the permission.
Public propertyGrantedToType
Gets the type, how the permission has been granted to. (ex. via User, via Group, etc.)
Public propertyGrantedViaType
Gets the type, how the permission has been granted. (ex. via PermissionSet, via Role, etc.)
Public propertyIsBuiltIn
Gets whether the permission is VisualGuards' BuitIn or not.
Public propertyIsInherited
Gets whether the permission is inherited or not.
Public propertyPermission
Gets the VGIGrantedPermission object.
Public propertyPermissionName
Gets the name of the permission.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also