Click or drag to resize

VGPermissionSetsInstance Class

Manages user membership in permission sets for a specific VGSecurityRuntime object.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGPermissionSetsInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGPermissionSetsInstance

The VGPermissionSetsInstance type exposes the following members.

Properties
  NameDescription
Public propertyApplicationId
Gets the Visual Guard unique identifier of the application managed by this instance.
Top
Methods
  NameDescription
Public methodCreatePermissionSet
Public methodDeletePermissionSet
Public methodDuplicatePermissionSet
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 methodFindPermissionSetByName
Public methodGetAllPermissionSets
Gets a list of the permission set from the repository.
Public methodGetAllPermissionSets(Int32, Int32)
Public methodCode exampleGetAttributes
Get all attributes of permission contains in permissionSet
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPermissionSet
Get VGPermissionSet by id
Public methodGetPermissionSetByApplication(VGApplication)
Public methodGetPermissionSetByApplication(VGApplication, Int32, Int32)
Public methodGetPermissionSetInRole
Get permission set collection of a role.
Public methodGetRecentPermissionSets
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGrantPermissionSetToPermissionSet
Public methodGrantPermissionSetToRole(Guid, Guid) Obsolete.
Set a permission set to a role.
Public methodGrantPermissionSetToRole(VGRole, VGPermissionSet)
Grant a permission set to a role.
Public methodGrantPermissionSetToRole(Guid, Guid, Guid) Obsolete.
Grant a permission set to a role.
Public methodGrantPermissionToPermissionSet
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Public methodRevokePermissionSetToPermissionSet
Public methodRevokePermissionSetToRole(Guid, Guid) Obsolete.
Revoke a permission set to a role.
Public methodRevokePermissionSetToRole(VGRole, VGPermissionSet)
Revoke a permission set to a role.
Public methodRevokePermissionSetToRole(Guid, Guid, Guid) Obsolete.
Revoke a permission set to a role.
Public methodRevokePermissionToPermissionSet
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePermissionSet
Top
Remarks
Visual Guard permission set management enables you to manage authorization for your application.

This class can be used to interact with VGMembership and allows to list, create and update permission set

See Also