Class StandardPermissions
Standard permissions.
public static class StandardPermissions
- Inheritance
-
StandardPermissions
- Inherited Members
Remarks
These permissions are used by Acuit Pinpoint. Custom permissions not included here can also be used and referenced by server or workstation plug-ins.
Fields
Acknowledge
Authorized to acknowledge an alert.
public const string Acknowledge = "Acknowledge"
Field Value
ClearBuyoff
Authorized to clear a buyoff.
public const string ClearBuyoff = "ClearBuyoff"
Field Value
Close
Authorized to close the Acuit Pinpoint Workstation program.
public const string Close = "Close"
Field Value
Override
Authorized to override an invalid component or a failed test.
public const string Override = "Override"
Field Value
RescanInvalid
Authorized to rescan a component that was previously scanned as invalid.
public const string RescanInvalid = "RescanInvalid"
Field Value
SetBuyoff
Authorized to set a buyoff.
public const string SetBuyoff = "SetBuyoff"