github.com/yaegashi/msgraph.go@v0.1.4/beta/ActionPermission.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PermissionGrantRequestParameter undocumented
     6  type PermissionGrantRequestParameter struct {
     7  	// Roles undocumented
     8  	Roles []string `json:"roles,omitempty"`
     9  	// Recipients undocumented
    10  	Recipients []DriveRecipient `json:"recipients,omitempty"`
    11  }