Class TAuditEventDetail

Unit

Declaration

type TAuditEventDetail = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : Tstring read Gettype_Element write Settype_Element;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tbase64Binary read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of extra detail provided in the value.

Public property type_Element : Tstring read Gettype_Element write Settype_Element;
 
Public property value : string read Getvalue write Setvalue;

The details, base64 encoded. Used to carry bulk information.

Public property valueElement : Tbase64Binary read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.