RosterProfileResponse

data class RosterProfileResponse(val activeDirectoryGroupId: String? = null, val lmsInstance: String? = null, val ltiClientId: String? = null, val ltiContextId: String? = null, val ltiRosterEndpoint: String? = null)

The lab user list management profile.

Constructors

Link copied to clipboard
constructor(activeDirectoryGroupId: String? = null, lmsInstance: String? = null, ltiClientId: String? = null, ltiContextId: String? = null, ltiRosterEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AAD group ID which this lab roster is populated from. Having this set enables AAD sync mode.

Link copied to clipboard
val lmsInstance: String? = null

The base URI identifying the lms instance.

Link copied to clipboard
val ltiClientId: String? = null

The unique id of the azure lab services tool in the lms.

Link copied to clipboard
val ltiContextId: String? = null

The unique context identifier for the lab in the lms.

Link copied to clipboard

The uri of the names and roles service endpoint on the lms for the class attached to this lab.