|
UVACanvasAccess
|
Represents a user login, i.e. an identity used to authenticate with Canvas. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| ulong | AccountId [get] |
| The id of the account which the login belongs to. | |
| ulong | Id [get] |
| The login id. | |
| string | SisUserId [get] |
| The login SIS id. | |
| string | IntegrationId [get] |
| The integration id. | |
| string | UniqueId [get] |
| The unique identifier, e.g. the user's email or username. | |
| ulong | UserId [get] |
| The id of the user which this login belongs to. | |
| ulong? | AuthenticationProviderId [get] |
| The authentication provider id, if any. | |
| string | AuthenticationProviderType [get] |
| The authentication provider type, if any. | |
| string | WorkflowState [get] |
| The workflow state. | |
| string | DeclaredUserType [get] |
| The declared user type, if any. | |
Represents a user login, i.e. an identity used to authenticate with Canvas.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.
|
get |
The login SIS id.
This should correspond to the relevant user's SIS id.