Class TAuditEventNetwork

Unit

Declaration

type TAuditEventNetwork = class(TBackboneElement)

Description

A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property address : string read Getaddress write Setaddress;
Public property addressElement : Tstring read GetaddressElement write SetaddressElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TAuditEventAgentNetworkType read Gettype_Element write Settype_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property address : string read Getaddress write Setaddress;

An identifier for the network access point of the user device for the audit event.

Public property addressElement : Tstring read GetaddressElement write SetaddressElement;
 
Public property type_ : string read Gettype_ write Settype_;

An identifier for the type of network access point that originated the audit event.

Public property type_Element : TAuditEventAgentNetworkType read Gettype_Element write Settype_Element;
 

Generated by PasDoc 0.15.0.