Access Structures

Parent Previous Next

Access Structures


Access structures in the access list each map onto 64-bit integers.


TUAF_Access = packed record

                 Typ : word ;

                 DOW : word ;

                 Starting : word ;

                 Ending : word ;

             end ;


Item

Description

Typ

Access type.  One of the following values:
UAT_Batch = Batch logins.

UAT_Interactive =  logins via physical connections (such as the monitor/keyboard on a PC) or via network (such as telnet).

UAT_Network = Implicit logins that are used to authenticate the user when trying to access system resources via network connection.

UAT_Remote = Logins through another UOS system serving as a gateway.

DOW

Day of the week. 0 = Sunday, 6 = Saturday.

Starting

Starting time of day: minutes after midnight.

Ending

Ending time of day: minutes after midnight.