NodeOPCUA API Documentation
    Preparing search index...

    Interface RaiseAuditCertificateDataMismatchEventData

    This EventType inherits all Properties of the AuditCertificateEventType. Either the InvalidHostname or InvalidUri shall be provided.

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

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    $eventDataSource?: UAEventType
    invalidHostname: PseudoVariantString

    InvalidHostname is the string that represents the host name passed in as part of the URL that is found to be invalid. If the host name was not invalid it can be null.

    sourceName: PseudoVariantStringPredefined<"Security/Certificate">