CdaUnixCommandTranscript
Represents the UNIX command input and output captured in an audited session. The following properties are defined for this object.
Property | Type | Description |
EndTime |
DateTime |
The time at which the capture of this command ended. |
LineNumber |
Integer |
The line number at which the text displayed in the terminal. |
Role |
String |
The DirectAuthorize role assigned to this command. |
Session |
CdaAuditSession |
The session object. |
StartTime |
DateTime |
The time at which the capture of this command started. |
Text |
String |
The text displayed in the terminal. |
Ticket |
String |
The trouble ticket assigned to this command. |
Type |
Enum |
Indicates whether the captured text was input or output. |