Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IAuditFilterCondition interface contains properties of a filter condition of access protocol of a security manager.
IAuditFilterCondition
| Property name | Brief description | |
| ClassCount | The ClassCount property determines number of classes by which filtering is performed. | |
| ClassId | The ClassId property determines a class of an object for that protocol records are displayed in access protocol. | |
| FinishDate | Outdated.The FinishDate property determines the final value of date and time used while records filtering. | |
| IdFilter | The IdFilter property determines an identifier of an object for that protocol records are necessary to be displayed. | |
| IncludeFailedLogons | The IncludeFailedLogons property indicates whether failed logons are displayed. | |
| IncludeFailedOperations | The IncludeFailedOperations property determines whether failed operations on objects are displayed. | |
| IncludeSucceededLogons | The IncludeSucceededLogons property determines whether succeeded logons are displayed. | |
| IncludeSucceededOperations | The IncludeSucceededOperations property determines whether successful operations on objects are displayed. | |
| IsAnd | The IsAnd property determines operation of union with the next condition. | |
| IsNot | The IsNot property determines whether to add negation of a condition. | |
| MaxDate | The MaxDate property determines the final value of date and time used while records filtering. | |
| MinDate | The MinDate property determines the start value of date and time used while records filtering. | |
| NameFilter | The NameFilter property determines name of an object for that protocol records are necessary to be displayed. | |
| ObjectKey | The ObjectKey property determines a key of an object for that protocol records are displayed. | |
| ObjectKeyCount | The ObjectKeyCount property determines number of keys by which filtering is performed. | |
| Operation | The Operation property determines operations that information is displayed in access protocol. | |
| OperationClass | The OperationClass property determines an objects class for that this operation is displayed in access protocol for relevant operation. | |
| OperationCount | The OperationCount property determines number of operations that information is displayed in access protocol. | |
| StartDate | Outdated.The StartDate property determines the start value of date and time used while records filtering. | |
| Station | The Station property determines name of a workstation for which records of a protocol are displayed. | |
| StationCount | The StationCount property determines number of workstations by which filtering is performed. | |
| UserIP | The UserIP property determines name of IP-address of a workstation for which records of a protocol are displayed. | |
| UserIPCount | The UserIPCount property determines number of IP-addresses by which filtering is performed. | |
| UserName | The UserName property determines the name of the platform user for which the records of the log will be displayed. | |
| UserNameCount | The UserNameCount property determines the number of the platform users by which the filtering will be performed. | |
| UserOS | The UserOS property determines name of a user of operation system for whom records of a protocol are displayed. | |
| UserOSCount | The UserOSCount property determines number of users of operation system by whom filtering is performed. |
See also: