The VGPermissionSetsInstance type exposes the following members.

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 attempt to free resources and perform other cleanup operations before the Object 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 methodGetAttributes
Get all attributes of permission contains in permissionSet
Public methodGetHashCode
Serves as a hash function for a particular type.
(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

Properties

  NameDescription
Public propertyApplicationId
Gets the Visual Guard unique identifier of the application managed by this instance.

See Also