HistoryAuthorizationAudit
- Last UpdatedSep 21, 2017
- 1 minute read
This table stores information about the authorization.
|
Field |
Description |
Allow Null |
Type |
|---|---|---|---|
|
Id |
ID of Audit record. |
No |
BigInt |
|
UserId |
Name of user that triggered the authorization failure |
Yes |
nVarchar |
|
EventDateUtc |
Specifies the DateTime when the audit event was added to history. |
No |
DateTime |
|
EventDateOffset |
Specifies the offset value from when the audit event was added to history. |
No |
Integer |
|
Resource |
Specifies the resource being accessed (Equipment, Formula, etc). |
Yes |
Integer |
|
Operation |
Specifies the action against the resource (Edit, Start, etc). |
Yes |
Integer |
|
AuthorizationType |
Specifies the type of the access check (Normal, DoneBy, CheckBy). |
Yes |
Integer |
|
ErrorCode |
Specifies an internal error code. |
Yes |
Integer |
|
ErrorMessage |
Specifies the error message reported to the user |
Yes |
nVarchar |
|
ControlRecipeID |
Specifies the control Recipe ID |
Yes |
Integer |