blob: c438bc5883b4c37ce8613d0e31a06befabbd3211 (
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
// 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"`
}
|