Class TAuditEventNetwork
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property address : string read Getaddress write Setaddress; |
An identifier for the network access point of the user device for the audit event.
|
|
property addressElement : Tstring read GetaddressElement write SetaddressElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
An identifier for the type of network access point that originated the audit event.
|
Generated by PasDoc 0.15.0.
|