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

package msgraph

// PermissionGrantRequestParameter undocumented
type PermissionGrantRequestParameter struct {
	// Roles undocumented
	Roles []string `json:"roles,omitempty"`
	// Recipients undocumented
	Recipients []DriveRecipient `json:"recipients,omitempty"`
}