UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Authentications.AuthenticationEvent Class Reference

An authentication (login/logout) event. More...

Inheritance diagram for UVACanvasAccess.Structures.Authentications.AuthenticationEvent:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Authentications.AuthenticationEvent:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

string Id [get]
 The id. More...
 
DateTime CreatedAt [get]
 When the event occurred. More...
 
EventType Event [get]
 The event type. More...
 
ulong LoginId [get]
 The login id. More...
 
ulong AccountId [get]
 The account id. More...
 
ulong UserId [get]
 The id of the user who performed the event. More...
 
ulong? PageViewId [get]
 If any, the page view id. More...
 

Detailed Description

An authentication (login/logout) event.

Property Documentation

◆ AccountId

ulong UVACanvasAccess.Structures.Authentications.AuthenticationEvent.AccountId
get

The account id.

◆ CreatedAt

DateTime UVACanvasAccess.Structures.Authentications.AuthenticationEvent.CreatedAt
get

When the event occurred.

◆ Event

EventType UVACanvasAccess.Structures.Authentications.AuthenticationEvent.Event
get

The event type.

◆ Id

string UVACanvasAccess.Structures.Authentications.AuthenticationEvent.Id
get

The id.

◆ LoginId

ulong UVACanvasAccess.Structures.Authentications.AuthenticationEvent.LoginId
get

The login id.

◆ PageViewId

ulong? UVACanvasAccess.Structures.Authentications.AuthenticationEvent.PageViewId
get

If any, the page view id.

◆ UserId

ulong UVACanvasAccess.Structures.Authentications.AuthenticationEvent.UserId
get

The id of the user who performed the event.


The documentation for this class was generated from the following file: