namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition AuditOpenSecureChannelEventType i=2060
isAbstract true
interface UAAuditOpenSecureChannelEvent_Base {
    actionTimeStamp: UAProperty<Date, DateTime>;
    certificateErrorEventId?: UAProperty<Buffer, ByteString>;
    clientAuditEntryId: UAProperty<UAString, String>;
    clientCertificate: UAProperty<Buffer, ByteString>;
    clientCertificateThumbprint: UAProperty<UAString, String>;
    clientUserId: UAProperty<UAString, String>;
    conditionClassId?: UAProperty<NodeId, NodeId>;
    conditionClassName?: UAProperty<LocalizedText, LocalizedText>;
    conditionSubClassId?: UAProperty<NodeId[], NodeId>;
    conditionSubClassName?: UAProperty<LocalizedText[], LocalizedText>;
    eventId: UAProperty<Buffer, ByteString>;
    eventType: UAProperty<NodeId, NodeId>;
    localTime?: UAProperty<DTTimeZone, ExtensionObject>;
    message: UAProperty<LocalizedText, LocalizedText>;
    receiveTime: UAProperty<Date, DateTime>;
    requestedLifetime: UAProperty<number, Double>;
    requestType: UAProperty<EnumSecurityTokenRequest, Int32>;
    secureChannelId: UAProperty<UAString, String>;
    securityMode: UAProperty<EnumMessageSecurityMode, Int32>;
    securityPolicyUri: UAProperty<UAString, String>;
    serverId: UAProperty<UAString, String>;
    severity: UAProperty<number, UInt16>;
    sourceName: UAProperty<UAString, String>;
    sourceNode: UAProperty<NodeId, NodeId>;
    status: UAProperty<boolean, Boolean>;
    statusCodeId?: UAProperty<StatusCode, StatusCode>;
    time: UAProperty<Date, DateTime>;
}

Hierarchy (view full)

Properties

actionTimeStamp: UAProperty<Date, DateTime>
certificateErrorEventId?: UAProperty<Buffer, ByteString>
clientAuditEntryId: UAProperty<UAString, String>
clientCertificate: UAProperty<Buffer, ByteString>
clientCertificateThumbprint: UAProperty<UAString, String>
clientUserId: UAProperty<UAString, String>
conditionClassId?: UAProperty<NodeId, NodeId>
conditionClassName?: UAProperty<LocalizedText, LocalizedText>
conditionSubClassId?: UAProperty<NodeId[], NodeId>
conditionSubClassName?: UAProperty<LocalizedText[], LocalizedText>
eventId: UAProperty<Buffer, ByteString>
eventType: UAProperty<NodeId, NodeId>
receiveTime: UAProperty<Date, DateTime>
requestedLifetime: UAProperty<number, Double>
secureChannelId: UAProperty<UAString, String>
securityPolicyUri: UAProperty<UAString, String>
severity: UAProperty<number, UInt16>
sourceName: UAProperty<UAString, String>
sourceNode: UAProperty<NodeId, NodeId>
status: UAProperty<boolean, Boolean>
time: UAProperty<Date, DateTime>