AuditLogEntry is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AuditLogEntry
{
string Action { get; }
int AuthenticatedUserId { get; }
string AuthenticatedUsername { get; }
string EntityDescription { get; }
string EntityIdentifier { get; }
string EntityType { get; }
string EntityUrl { get; }
int ExecutingUserId { get; }
string ExecutingUsername { get; }
Int64 Id { get; }
int? ImpersonatingUserId { get; }
string ImpersonatingUsername { get; }
string IpAddress { get; }
string JsonData { get; set; }
string MachineName { get; }
string Message { get; set; }
string ServiceType { get; }
string Source { get; set; }
string SourceId { get; }
string SourceType { get; }
DateTime? Timestamp { get; }
string Title { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Action | string | |||
| AuthenticatedUserId | int | |||
| AuthenticatedUsername | string | |||
| EntityDescription | string | |||
| EntityIdentifier | string | |||
| EntityType | string | |||
| EntityUrl | string | |||
| ExecutingUserId | int | |||
| ExecutingUsername | string | |||
| Id | Int64 | |||
| ImpersonatingUserId | int? | |||
| ImpersonatingUsername | string | |||
| IpAddress | string | |||
| JsonData | string | |||
| MachineName | string | |||
| Message | string | |||
| ServiceType | string | |||
| Source | string | |||
| SourceId | string | |||
| SourceType | string | |||
| Timestamp | DateTime? | |||
| Title | string |