NodeOPCUA API Documentation
    Preparing search index...

    Interface RaiseAuditCertificateExpiredEventData

    This EventType inherits all Properties of the AuditCertificateEventType.

    The SourceName for Events of this type shall be “Security/Certificate”.

    The Message Variable shall include a description of why the certificate was expired (i.e. time before start or time after end).

    There are no additional Properties defined for this EventType.

    interface RaiseAuditCertificateExpiredEventData {
        $eventDataSource?: UAEventType;
        certificate: PseudoVariantByteString;
        sourceName: PseudoVariantStringPredefined<"Security/Certificate">;
        sourceNode?: Variant | PseudoVariantNodeId;
        [key: string]: Variant | UAEventType | PseudoVariant | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    $eventDataSource?: UAEventType
    sourceName: PseudoVariantStringPredefined<"Security/Certificate">