Class: SecurityProvenance

SecurityProvenance(copyData)

new SecurityProvenance(copyData)

Represents security provenance information

Parameters:
Name Type Description
copyData SecurityProvenance Copy constructor (if present)
Properties:
Name Type Description
modifiedOn Date Gets the time that the provenance was modified / created
creationTimeModel Date [Delay loaded from creationTime], Gets or sets the time at which the data was created
creationTime Date Gets or sets the creation time in XML format
application string Gets or sets the application key
user string Gets or sets the user key
device string Gets or sets the device key
session string Gets or sets the session
extern string Gets or sets the external security object reference
externClass string Gets the type of object that the external key references
deviceModel SecurityDevice [Delay loaded from device], Gets the security user for the provenance if applicable
userModel SecurityUser [Delay loaded from user], Gets the security user for the provenance if applicable
applicationModel SecurityApplication [Delay loaded from application], Gets the security application for the provenance if applicable
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

application :string

Gets the security application for the provenance if applicable

Type:
  • string
Source:

applicationModel :SecurityApplication

Type:
Source:

creationTime :Date

Gets or sets the time at which the data was created

Type:
  • Date
Source:

creationTimeModel :Date

Type:
  • Date
Source:

device :string

Gets the security user for the provenance if applicable

Type:
  • string
Source:

deviceModel :SecurityDevice

Type:
Source:

extern :string

Gets or sets the external security object reference

Type:
  • string
Source:

externClass :string

Gets the type of object that the external key references

Type:
  • string
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Gets the time that the provenance was modified / created

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

session :string

Gets or sets the session

Type:
  • string
Source:

user :string

Gets the security user for the provenance if applicable

Type:
  • string
Source:

userModel :SecurityUser

Type:
Source: