Roster Profile Args
data class RosterProfileArgs(val activeDirectoryGroupId: Output<String>? = null, val lmsInstance: Output<String>? = null, val ltiClientId: Output<String>? = null, val ltiContextId: Output<String>? = null, val ltiRosterEndpoint: Output<String>? = null) : ConvertibleToJava<RosterProfileArgs>
The lab user list management profile.
Constructors
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
The base URI identifying the lms instance.
Link copied to clipboard
The unique id of the azure lab services tool in the lms.
Link copied to clipboard
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.