Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
Generated
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// EducationSynchronizationLicenseAssignment undocumented
|
||||
type EducationSynchronizationLicenseAssignment struct {
|
||||
// Object is the base model of EducationSynchronizationLicenseAssignment
|
||||
Object
|
||||
// AppliesTo undocumented
|
||||
AppliesTo *EducationUserRole `json:"appliesTo,omitempty"`
|
||||
// SKUIDs undocumented
|
||||
SKUIDs []string `json:"skuIds,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user