summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelPre.go
blob: 57bfb8e4154bbed6d70a2a827548cccc93f8c6bf (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

// PreAuthorizedApplication undocumented
type PreAuthorizedApplication struct {
	// Object is the base model of PreAuthorizedApplication
	Object
	// AppID undocumented
	AppID *string `json:"appId,omitempty"`
	// PermissionIDs undocumented
	PermissionIDs []string `json:"permissionIds,omitempty"`
}