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 |
Extends
Members
application :string
Gets the security application for the provenance if applicable
Type:
- string
applicationModel :SecurityApplication
Type:
creationTime :Date
Gets or sets the time at which the data was created
Type:
- Date
creationTimeModel :Date
Type:
- Date
device :string
Gets the security user for the provenance if applicable
Type:
- string
deviceModel :SecurityDevice
Type:
extern :string
Gets or sets the external security object reference
Type:
- string
externClass :string
Gets the type of object that the external key references
Type:
- string
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
user :string
Gets the security user for the provenance if applicable
Type:
- string