summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go
deleted file mode 100644
index ec849505..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionAppModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// WindowsInformationProtectionApp undocumented
-type WindowsInformationProtectionApp struct {
- // Object is the base model of WindowsInformationProtectionApp
- Object
- // DisplayName App display name.
- DisplayName *string `json:"displayName,omitempty"`
- // Description The app's description.
- Description *string `json:"description,omitempty"`
- // PublisherName The publisher name
- PublisherName *string `json:"publisherName,omitempty"`
- // ProductName The product name.
- ProductName *string `json:"productName,omitempty"`
- // Denied If true, app is denied protection or exemption.
- Denied *bool `json:"denied,omitempty"`
-}