blob: c6eb63850f21f5302feaea624ab9f2eeb5731f9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationIdentityMatchingConfiguration undocumented
type EducationIdentityMatchingConfiguration struct {
// EducationIdentitySynchronizationConfiguration is the base model of EducationIdentityMatchingConfiguration
EducationIdentitySynchronizationConfiguration
// MatchingOptions undocumented
MatchingOptions []EducationIdentityMatchingOptions `json:"matchingOptions,omitempty"`
}
|