Table of Contents

Class StandardPermissions

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

string

ClearBuyoff

Authorized to clear a buyoff.

public const string ClearBuyoff = "ClearBuyoff"

Field Value

string

Close

Authorized to close the Acuit Pinpoint Workstation program.

public const string Close = "Close"

Field Value

string

Override

Authorized to override an invalid component or a failed test.

public const string Override = "Override"

Field Value

string

RescanInvalid

Authorized to rescan a component that was previously scanned as invalid.

public const string RescanInvalid = "RescanInvalid"

Field Value

string

SetBuyoff

Authorized to set a buyoff.

public const string SetBuyoff = "SetBuyoff"

Field Value

string