Class: AuditActorData

AuditActorData(copyData)

new AuditActorData(copyData)

Data related to actors that participate in the event

Parameters:
Name Type Description
copyData AuditActorData Copy constructor (if present)
Properties:
Name Type Description
role AuditCode Identifies the role(s) that the actor has played
altUid string Alternative user identifier
apId string Identifies the network access point from which the user accessed the system
apType NetworkAccessPointType Identifies the type of network access point(see: NetworkAccessPointType for values)
uid string The unique identifier for the user in the system
isReq boolean True if the user is the primary requestor
uname string The name of the user in the system
Source:

Members

altUid :string

Alternative user identifier

Type:
  • string
Source:

apId :string

Identifies the network access point from which the user accessed the system

Type:
  • string
Source:

apType :NetworkAccessPointType

Identifies the type of network access point

Type:
Source:

isReq :boolean

True if the user is the primary requestor

Type:
  • boolean
Source:

role :AuditCode

Identifies the role(s) that the actor has played

Type:
Source:

uid :string

The unique identifier for the user in the system

Type:
  • string
Source:

uname :string

The name of the user in the system

Type:
  • string
Source: