diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsInformationProtectionAppModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/WindowsInformationProtectionAppModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsInformationProtectionAppModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsInformationProtectionAppModel.go new file mode 100644 index 00000000..ec849505 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsInformationProtectionAppModel.go @@ -0,0 +1,19 @@ +// 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"` +} |