MsftUal_Overview class

This is a class of property qualifiers that provides an overview of roles and products installed and registered with the User Access Logging feature.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1"), dynamic, provider("UAL")]
class MsftUal_Overview
{
  string   ProductName;
  string   RoleName;
  GUID     GUID;
  datetime FirstSeen;
  datetime LastSeen;
};

Members

The MsftUal_Overview class has these types of members:

Properties

The MsftUal_Overview class has these properties.

FirstSeen

Data type: datetime

Access type: Read-only

The date and time when a role component or product, becomes operational through UAL.

GUID

Data type: GUID

Access type: Read-only

Qualifiers: Key

The UAL assigned, or registered, GUID representing the server role, or installed product. When a role or product reports its UAL data, this GUID accompanies the payload.

LastSeen

Data type: datetime

Access type: Read-only

The date and time when a role component, or product, was last operational through UAL.

ProductName

Data type: string

Access type: Read-only

The name of the software parent product, or product line, that is providing User Access Logging data. This is also associated with a RoleName, and a RoleGuid.

RoleName

Data type: string

Access type: Read-only

The name of the role, component, or sub-product that is providing User Access Logging data. This is also associated with a ProductName, and a RoleGuid.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\AccessLogging
MOF
Sum.mof
DLL
UALProv.dll