Entity Relationship Diagram
The following diagram shows the relationships between entities used to create Brightspace Data Sets for JIT Provisioning. To enlarge the diagram, right-click on the image and select Open image in a new tab.
JIT Provisioned Users Log
The JIT Provisioned Users Log Brightspace Data Set returns information on any issues or failures with the provisioning of users via Just-In-Time User Provisioning.
Each row in the data set represents a log of action (for example, created or updated) taken on users provisioned via Just-In-Time User Provisioning. It provides information about the users, the type of their provider, the Id of the provider, date, and time that the users were provisioned (UTC).
Returned Fields
Version History
|
Field
|
Description
|
Type
|
Column Size
|
Key
|
---|
7.12 |
UserId
|
Unique identifier for the user.
|
int
|
4
|
PK, FK |
7.12 |
MappingField
|
The Brightspace field used to map the user with the Identity Provider (For example: "Username", "Email Address", "Org Defined Id").
|
nvarchar
|
32
|
|
7.12 |
MappingFieldValue
|
The value of the Brightspace field used to map the user with the Identity Provider.
|
nvarchar |
270 |
|
7.12 |
ProviderType |
The type of provider that provisioned the user (For example: “SAML”).
|
nvarchar |
32 |
|
7.12 |
ProviderId
|
The Id of the provider that provisioned the user.
|
nvarchar |
1024 |
|
7.12 |
RoleId
|
The Org level Role that the user was provisioned as. |
int |
4 |
FK |
7.12 |
Timestamp
|
Date and time that the user was provisioned (UTC).
|
datetime2 |
8 |
PK |
7.12 |
Action
|
Indicates the provisioning action taken on the user (For example:: "Created", "Updated").
|
nvarchar |
16 |
|