3.6 / 4.1 |
LtiLinkId
|
Unique identifier for the LTI link.
|
bigint
|
8 |
PK
|
4.7 / 5.1 - Updated description
|
OrgUnitId
|
Identifier for the Org Unit where the link was created.
|
int
|
4 |
FK
|
5.7 / 6.0 - Changed Column Size |
Title
|
The title of the link.
|
nvarchar
|
200 |
|
3.6 / 4.1 |
LinkType
|
The type of link, either being a basic LTI launch or a CIM/Deep Linking launch to retrieve content from a tool. (0 = Basic LTI Launch, 1 = Content Item Message or Deeplinking).
|
int
|
4 |
|
5.7 / 6.0 - Changed Column Size |
LTIVersion
|
Indicates whether the link is LTI 1.1 or LTI 1.3.
|
varchar
|
12 |
|
8.13 / 9.2 - Changed Column Size |
Url
|
The URL used during the launch.
Field can be null.
|
nvarchar
|
2000 |
|
3.6 / 4.1 |
Description |
Description of the LTI link.
Field can be null.
|
nvarchar |
1000 |
|
3.6 / 4.1 |
IsVisible |
Determines if the link is displayed when adding to course content in the course. For LTI 1.1, this is called IsVisible in the UI. |
bit |
1 |
|
3.6 / 4.1 |
SendTCInfo |
If true, determines if the tool_consumer variables are allowed to be included in the LTI launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendContextInfo |
If true, determines if context_id, context_title, context_label, and context_type variables are included in the LTI launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendCourseInfo |
If true, determines if LISSourcedId is included in the launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendOrgUnitInfo |
If true, determines if Org Unit Id, Course Name, Course Code, Org Unit Type, LIS Course Offering Sourcedid, and LIS Course Section Sourcedid are included in the LTI launch. LTI 1.3 only.
Field can be null.
|
bit |
1 |
|
3.6 / 4.1 |
SendUserId |
If true, determines a unique identifier for the user, generated on the user's first launch. LTI 1.1 only. This is always sent to LTI 1.3 and cannot be turned off unless Anonymous launch is used. |
bit |
1 |
|
3.6 / 4.1 |
SendUserName |
If true, determines if users first, last, and given name (first last) are sent during launch. |
bit |
1 |
|
3.6 / 4.1 |
SendUserEmail |
If true, determines if the user's primary email is sent during launch. |
bit |
1 |
|
3.6 / 4.1 |
SendLinkTitle |
If true, determines if the LTI Link Title is sent during launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendLinkDescription |
If true, determines if the LTI Link Description is sent during launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendD2LUserName |
If true, determines if the Brightspace username is sent during launch. |
bit |
1 |
|
3.6 / 4.1 |
SendD2LOrgDefinedId |
If true, determines if the Brightspace OrgDefinedId is sent during launch. |
bit |
1 |
|
3.6 / 4.1 |
SendD2LOrgRoleId |
If true, determines if the custom Brightspace D2L role is sent during launch. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
SendBrightspaceUserId |
If true, determines if the D2L User Id is sent during the launch. LTI 1.3 only.
Field can be null.
|
bit |
1 |
|
3.6 / 4.1 |
Anonymous |
If true, no user information is sent during the launch. LTI 1.3 only.
Field can be null.
|
bit |
1 |
|
3.6 / 4.1 |
Shared |
Indicates whether the link is shared with additional org units or not.
Field can be null.
|
bit |
1 |
|
3.6 / 4.1 |
UseToolProviderSecuritySettings |
If true, uses the Tool Provider security settings versus link security settings based on domain matching. LTI 1.1 only. |
bit |
1 |
|
3.6 / 4.1 |
LastModifiedDate |
The last time a link was updated.
Field can be null.
|
datetime2 |
8 |
|
5.7 / 5.1 |
OuAvailabilitySetId |
Unique sharing identifier. Can be used to join on LTI Links Shared.
Field can be null.
|
bigint |
8 |
|
8.13 / 9.2 |
LastModifiedBy |
User ID of user who last modified the LTI link. |
int |
4 |
FK |
8.13 / 9.2 |
IsDeleted |
Indicates if the LTI link is deleted. |
bit |
1 |
|
9.14 |
CreatedDate |
The date the link was created (UTC).
Field can be null.
|
datetime2 |
8 |
|
9.14 |
DeploymentId |
Deployment ID the link belongs to.
Field can be null.
|
uniqueidentifier |
36 |
FK |
9.14 |
LinkSubType |
Additional details about the link. Possible values:
1 = Basic launch
2 = Widget
3 = Deep Linking Quicklink
4 = Deep Linking Insert Stuff
5 = Deep Linking Quiz Builder
6 = Deep Linking Quiz Question
7 = Nav Bar
8 = Asset Processor Assignments
9 = Assignment Processor report
10 = Assignment Processor EULA
11 = Assignment Processor Settings
Field can be null.
|
int |
4 |
|