MsftUal_DailyAccess class

This is a class of property qualifiers that provides client device access data on a given day of the year, or range.

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_DailyAccess
{
  string   ProductName;
  string   RoleName;
  string   RoleGuid;
  string   IPAddress;
  string   UserName;
  string   TenantIdentifier;
  datetime AccessDate;
  uint32   AccessCount;
};

Members

The MsftUal_DailyAccess class has these types of members:

Properties

The MsftUal_DailyAccess class has these properties.

AccessCount

Data type: uint32

Access type: Read-only

The number of accesses of a role, or installed product, on the local server from a unique client device.

AccessDate

Data type: datetime

Access type: Read-only

The date that a device accessed a role, or installed product, on the local server.

IPAddress

Data type: string

Access type: Read-only

Qualifiers: Key

The IP address of a client device that accompanies the UAL payload from installed roles and products.

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.

RoleGuid

Data type: string

Access type: Read-only

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.

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.

TenantIdentifier

Data type: string

Access type: Read-only

A unique GUID for a tenant client of an installed role or product which accompanies the UAL data payload, if applicable.

UserName

Data type: string

Access type: Read-only

The client user name that accompanies the UAL payload from installed roles and products, if applicable.

Requirements

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