LabRoster

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

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 Service Lab roster is populated from.

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 Service tool in the lms.

Link copied to clipboard
val ltiContextId: String? = null

The unique context identifier for the Lab Service 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 Service Lab.