forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
17
vendor/github.com/yaegashi/msgraph.go/beta/EducationIdentityMatchingOptionsModel.go
generated
vendored
Normal file
17
vendor/github.com/yaegashi/msgraph.go/beta/EducationIdentityMatchingOptionsModel.go
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// EducationIdentityMatchingOptions undocumented
|
||||
type EducationIdentityMatchingOptions struct {
|
||||
// Object is the base model of EducationIdentityMatchingOptions
|
||||
Object
|
||||
// AppliesTo undocumented
|
||||
AppliesTo *EducationUserRole `json:"appliesTo,omitempty"`
|
||||
// SourcePropertyName undocumented
|
||||
SourcePropertyName *string `json:"sourcePropertyName,omitempty"`
|
||||
// TargetPropertyName undocumented
|
||||
TargetPropertyName *string `json:"targetPropertyName,omitempty"`
|
||||
// TargetDomain undocumented
|
||||
TargetDomain *string `json:"targetDomain,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user