// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { UAString } from "node-opcua-basic-types" import { UABaseEvent, UABaseEvent_Base } from "./ua_base_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditEventType i=2052 | * |isAbstract |true | */ export interface UAAuditEvent_Base extends UABaseEvent_Base { actionTimeStamp: UAProperty; status: UAProperty; serverId: UAProperty; clientAuditEntryId: UAProperty; clientUserId: UAProperty; clientApplicationUri?: UAProperty; } export interface UAAuditEvent extends UABaseEvent, UAAuditEvent_Base { }