9.7 |
Action
|
The action completed by the event: Deployed, Updated, or Deleted. |
nvarchar
|
10 |
|
9.7 |
DeploymentID |
Unique identifier for the LTI Advantage deployment. |
nvarchar
|
36 |
PK |
9.7 |
ClientID |
Unique identifier used in OAuth2 authentication, assigned by the platform when the LTI tool is registered. |
nvarchar |
36 |
FK |
9.7 |
DeploymentName |
The name for the deployment. |
nvarchar |
200 |
|
9.7 |
IsDeploymentEnabled |
If false, it is not possible to do any launches for this tool or make any API calls for the extensions. |
bit |
1 |
|
9.7 |
HasAssignmentsAndGrades |
If true, the Assignments and grades services (AGS) extension is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasDeepLinking |
If true, the Deep Linking extension is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasNamesAndRoles |
If true, the Names and Roles Provisioning Services (NPRS) extension is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasSubmissionReview |
If true, the Submission Review extension is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasActivityItemProfile |
If true, the Activity Item Profile extension is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasPlatformNotificationService |
If true, the Platform Notification Service is enabled for this deployment. |
bit |
1 |
|
9.7 |
HasContextCopy |
If true, the Context Copy message is enabled for this deployment. The Platform Notification Service must also be enabled. |
bit |
1 |
|
9.7 |
ModifiedBy |
The ID of the Brightspace user that modified the deployment record. |
bigint |
8 |
FK |
9.7 |
Anonymous |
If true, no user information is sent during launch. |
bit |
1 |
|
9.7 |
PreProvisioningEnabled |
If true, all users in the course are included whether they have performed a launch or not. If false, only users that have performed a launch are included for NRPS and AGS Services.
|
bit |
1 |
|
9.7 |
SendOrgUnitInfo |
If true, Org Unit Id, Course Name, Course Code, Org Unit Type, LIS Course Offering Sourcedid, and LIS Course Section Sourcedid can be included in the launch. |
bit |
1 |
|
9.7 |
SendUserFirstName |
If true, user first name can be sent during launch. |
bit |
1 |
|
9.7 |
SendUserMiddleName |
If true, user middle name is included in the data sent via NPRS. |
bit |
1 |
|
9.7 |
SendUserLastName |
If true, user last name can be sent during launch. |
bit |
1 |
|
9.7 |
SendUserEmail |
If true, user email address can be sent during launch. |
bit |
1 |
|
9.7 |
SendBrightspaceUserID |
If true, D2L user ID can be sent during launch. |
bit |
1 |
|
9.7 |
SendBrightspaceUsername |
If true, D2L username is sent during launch. |
bit |
1 |
|
9.7 |
SendBrightspaceOrgDefinedId |
If true, D2L Org Defined ID can be sent for this deployment. |
bit |
1 |
|
9.7 |
SendLinkTitle |
If true, LTI Link Title is sent during launch. |
bit |
1 |
|
9.7 |
SendLinkDescription |
If true, LTI Link Description is sent during launch. |
bit |
1 |
|
9.7 |
OpenAsExternal |
If true, the majority of new links created under the deployment open in an external window. If false, new links open inline. |
bit |
1 |
|
9.7 |
AutoMigrateLinks |
If true, automatic migration can occur for links that match this deployment. |
bit |
1 |
|
9.7 |
IsSharedToManyOrgUnits |
If true, the deployment is shared to multiple org units. |
bit |
1 |
|
9.7 |
AutoCreateGrades |
If true, the Auto Create Grade Items setting is enabled. |
bit |
1 |
|
9.7 |
IncludeInFinalGrade |
If true, grades created by LTI links for this deployment are included in the final grade calculation. |
bit |
1 |
|
9.7 |
Timestamp |
Date and time (UTC) when the user created or modified the deployment. |
datetime2 |
8 |
PK |