CdaAuditSession

Represents an audited user session. The following properties are defined for this object.

Property Type Description

AuditStore

String

Name of the audit store.

ClientAddress

String

Client IP address.

ClientName

String

Client name.

Comment

String array

Comments that have been added by reviewers to the session.

EndTime

DateTime

Session end time.

IsADUser

Boolean

Indicates whether the user is an Active Directory user.

Machine

String

Host name of the computer where the session ran.

MachineAddress

String

Computer IP address of the computer where the session ran.

MachinePrincipal

String

Computer principal name of the computer where the session ran.

ReviewedBy

ADUser

Name of the user who last updated the review status for the session.

ReviewStatus

Enum

Session review status. The valid values are:

  • 0 for None
  • 1 for ToBeReviewed
  • 2 for Reviewed
  • 3 for PendingForAction
  • 4 for KeepForever
  • 5 for ToBeDeleted

ReviewTime

DateTime

Date and time of the last review status update for the session.

SessionID

String

Globally unique identifier (GUID) for the object.

Size

Integer

Total size of the session in KB.

StartTime

DateTime

Session start time.

State

Enum

Status of the session. The valid values are:

  • -1 for Unknown
  • 0 for InProgress
  • 1 for Terminated
  • 2 for Disconnected
  • 3 for Completed

Tags

String

The tags associated with the audit session

Type

Enum

Session type. The valid values are:

  • 1 if the session is a Windows session
  • 2 if the session is a UNIX session

Uri

String

The uniform resource identifier (URI) for replaying the session in the session player.

User

String

User name associated with the session.

UserDisplayName

String

User display name associated with the session.

Zone

String

Centrify zone name.