// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // EducationSynchronizationOAuth2ClientCredentialsConnectionSettings undocumented type EducationSynchronizationOAuth2ClientCredentialsConnectionSettings struct { // EducationSynchronizationConnectionSettings is the base model of EducationSynchronizationOAuth2ClientCredentialsConnectionSettings EducationSynchronizationConnectionSettings // TokenURL undocumented TokenURL *string `json:"tokenUrl,omitempty"` // Scope undocumented Scope *string `json:"scope,omitempty"` }