Click or drag to resize

AuthorizationAuditLog Class

Authorization Audit Log information.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.AuditLogsDataAuditLog
    Casewhere.Runtime.AuditLogsAuthorizationAuditLog

Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class AuthorizationAuditLog : DataAuditLog

The AuthorizationAuditLog type exposes the following members.

Constructors
 NameDescription
Public methodAuthorizationAuditLogInitializes a new instance of the AuthorizationAuditLog class
Top
Properties
 NameDescription
Public propertyBrowserAgent 
Public propertyCorrelationId
(Inherited from DataAuditLog)
Public propertyEventName
(Inherited from DataAuditLog)
Public propertyId
(Inherited from DataAuditLog)
Public propertyIpAddress 
Public propertyPlatformVersion
(Inherited from DataAuditLog)
Public propertyTimestamp
(Inherited from DataAuditLog)
Public propertyUserClaims
(Inherited from DataAuditLog)
Public propertyUserId
(Inherited from DataAuditLog)
Public propertyWorkerSite
(Inherited from DataAuditLog)
Top
See Also