matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EducationSynchronizationOAuth2ClientCredentialsConnectionSettingsModel.go

14 lines
549 B
Go

// 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"`
}