new AuditData(copyData)
Specific information related to an audit
Parameters:
Name | Type | Description |
---|---|---|
copyData |
AuditData | Copy constructor (if present) |
Properties:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
action |
ActionType | Identifies the action code(see: ActionType for values) | ||||||
actor |
AuditActorData | Represents the actors within the audit event | ||||||
object |
AuditableObject | Represents other objects of interest | ||||||
event |
EventIdentifierType | Identifies the event(see: EventIdentifierType for values) | ||||||
type |
AuditCode | Identifies the type of event | ||||||
outcome |
OutcomeIndicator | Identifies the outcome of the event(see: OutcomeIndicator for values) | ||||||
timestamp |
Date | Event timestamp | ||||||
meta |
object | Metadata about the audit
Properties
|
||||||
modifiedOn |
Date | Represents the modified on | ||||||
id |
string | Gets or sets the primary identifying UUID of this object | ||||||
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) | ||||||
$type |
string | Gets the type registration of this object |
- Source:
Extends
Members
action :ActionType
Identifies the action code
Type:
- Source:
actor :AuditActorData
Represents the actors within the audit event
Type:
- Source:
event :EventIdentifierType
Identifies the event
Type:
- Source:
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
meta :object
Metadata about the audit
Type:
- object
- Source:
modifiedOn :Date
Represents the modified on
Type:
- Date
- Overrides:
- Source:
object :AuditableObject
Represents other objects of interest
Type:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
outcome :OutcomeIndicator
Identifies the outcome of the event
Type:
- Source:
timestamp :Date
Event timestamp
Type:
- Date
- Source:
type :AuditCode
Identifies the type of event
Type:
- Source: