IAdmActionLog
The IAdmActionLog interface represents the action log of a user. The log contains all operations performed by the user.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
StartDateTime
-
Gets or sets the date and time starting from which log records are requested.
-
EndDateTime
-
Gets or sets the date and time up to which log records are requested.
-
CommandSender
-
Gets or sets the type of operation initiator for which to request log records.
-
Log
-
Gets the action log of the user.
Details
StartDateTime
Gets or sets the date and time starting from which log records are requested.
- Type:
- DateTime
- Access:
- Read/Write
EndDateTime
Gets or sets the date and time up to which log records are requested.
- Type:
- DateTime
- Access:
- Read/Write
CommandSender
Gets or sets the type of operation initiator for which to request log records.
- Type:
- string
- Access:
- Read/Write
Possible values
null– all log records will be requested. Default value.Client– only log records for operations initiated by a user will be requested.Service– only log records for operations initiated by the Adaxes service will be requested (e.g. operations initiated by business rules).
Log
Gets the action log of the user.
- Type:
- IAdmLog
- Access:
- Read-only
Requirements
Minimum required version: 2023