mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 02:20:25 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
22 lines
886 B
Go
22 lines
886 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// EducationOneRosterAPIDataProvider undocumented
|
|
type EducationOneRosterAPIDataProvider struct {
|
|
// EducationSynchronizationDataProvider is the base model of EducationOneRosterAPIDataProvider
|
|
EducationSynchronizationDataProvider
|
|
// ConnectionURL undocumented
|
|
ConnectionURL *string `json:"connectionUrl,omitempty"`
|
|
// ConnectionSettings undocumented
|
|
ConnectionSettings *EducationSynchronizationConnectionSettings `json:"connectionSettings,omitempty"`
|
|
// SchoolsIDs undocumented
|
|
SchoolsIDs []string `json:"schoolsIds,omitempty"`
|
|
// TermIDs undocumented
|
|
TermIDs []string `json:"termIds,omitempty"`
|
|
// ProviderName undocumented
|
|
ProviderName *string `json:"providerName,omitempty"`
|
|
// Customizations undocumented
|
|
Customizations *EducationSynchronizationCustomizations `json:"customizations,omitempty"`
|
|
}
|