blob: 780b39917495ee9574e88502ab43e10237663c78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationSynchronizationConnectionSettings undocumented
type EducationSynchronizationConnectionSettings struct {
// Object is the base model of EducationSynchronizationConnectionSettings
Object
// ClientID undocumented
ClientID *string `json:"clientId,omitempty"`
// ClientSecret undocumented
ClientSecret *string `json:"clientSecret,omitempty"`
}
|