summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go
deleted file mode 100644
index 57bfb8e4..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/PreAuthorizedApplicationModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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"`
-}