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 (default value) - all log records will be requested;
  • Client - only log records for operations initiated by a user will be requested;
  • Service - log records will be requested only for operations initiated by Adaxes service (e.g. operations initiated by business rules).

Log

Gets the Action Log of the user.


Requirements

Minimum required version: 2023

See also