Class GetSecurityAuditLogResponse
Represents the a response for the GetSecurityAuditLogRequest method.
Inheritance
System.Object
GetSecurityAuditLogResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetSecurityAuditLogResponse : ServiceResponse
Constructors
GetSecurityAuditLogResponse()
Declaration
public GetSecurityAuditLogResponse()
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
ChangeForActionId
Declaration
public int ChangeForActionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ChangeForUser
Declaration
public string ChangeForUser { get; set; }
Property Value
Type |
Description |
System.String |
|
ChangeFrom
Declaration
public string ChangeFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
ChangeTo
Declaration
public string ChangeTo { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityId
Declaration
public int EntityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityType
Declaration
public EntityType EntityType { get; set; }
Property Value
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedByUserId
Declaration
public int ModifiedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|