summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ConfigurationModel.go
blob: f5c75301207d4bf51de937a0ab9bd7e2d641c7c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Configuration undocumented
type Configuration struct {
	// Object is the base model of Configuration
	Object
	// AuthorizedApps undocumented
	AuthorizedApps []string `json:"authorizedApps,omitempty"`
}