IAdmLogRecord
The IAdmLogRecord interface represents a log record.
Methods
- 
Method
- 
Description
- 
GetExecutionLog()
- 
Retrieves the Execution Log of the operation represented by this log record. 
- 
GetOperationTypes()
- 
Returns a string[] array containing operation types of the operation represented by this log record. 
Properties
- 
Property
- 
Description
- 
StartTime
- 
Gets the date and time when execution of an operation was started. 
- 
CompletionTime
- 
Gets the date and time when execution of an operation was completed. 
- 
TargetObjectGuid
- 
Gets the GUID of the object on which the operation was executed. 
- 
TargetObjectName
- 
Gets the name of the object on which the operation was executed. 
- 
TargetObjectType
- 
Gets the type of the object on which the operation was executed. 
- 
AdaxesServiceHostName
- 
Gets the host name of the Adaxes service where the operation was executed. 
- 
Initiator
- 
Gets the initiator of the operation. 
- 
CommandSender
- 
Gets the type of the operation initiator that specifies whether the initiator of the operation is a user, a business rule, a custom command or a scheduled task. 
- 
State
- 
Gets the current state of the operation. 
- 
OperationId
- 
Gets the identifier of the log record. 
- 
Description
- 
Gets a description of the operation that this record represents. 
- 
DescriptionXml
- 
Gets a description of the operation that this record represents in the XML format. 
Details
GetExecutionLog()
Retrieves the Execution Log of the operation represented by this log record.
IAdmExecutionLogEntryCollection GetExecutionLog()
GetOperationTypes()
Returns a string[] array containing operation types of the operation represented by this log record.
string[] GetOperationTypes()
StartTime
Gets the date and time when execution of an operation was started.
- Type:
- DateTime
- Access:
- Read-only
CompletionTime
Gets the date and time when execution of an operation was completed.
- Type:
- DateTime
- Access:
- Read-only
TargetObjectGuid
Gets the GUID of the object on which the operation was executed.
- Type:
- string
- Access:
- Read-only
TargetObjectName
Gets the name of the object on which the operation was executed.
- Type:
- string
- Access:
- Read-only
TargetObjectType
Gets the type of the object on which the operation was executed. The property gets a string that contains the name of an object class as defined in your directory schema (e.g. "user", "group", "organizationalUnit").
- Type:
- string
- Access:
- Read-only
AdaxesServiceHostName
Gets the host name of the Adaxes service where the operation was executed.
- Type:
- string
- Access:
- Read-only
Initiator
Gets the initiator of the operation.
- Type:
- IAdmInitiator
- Access:
- Read-only
CommandSender
Gets the type of the operation initiator that specifies whether the initiator of the operation is a user, a business rule, a custom command or a scheduled task.
- Type:
- string
- Access:
- Read-only
State
Gets the current state of the operation.
- Type:
- OPERATION_STATE_ENUM
- Access:
- Read-only
OperationId
Gets the identifier of the log record.
- Type:
- string
- Access:
- Read-only
Description
Gets a description of the operation that this record represents.
- Type:
- string
- Access:
- Read-only
DescriptionXml
Gets a description of the operation that this record represents in the XML format.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2023