summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go
deleted file mode 100644
index c8c99ee6..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// EncryptWithUserDefinedRights undocumented
-type EncryptWithUserDefinedRights struct {
- // EncryptContent is the base model of EncryptWithUserDefinedRights
- EncryptContent
- // DecryptionRightsManagementTemplateID undocumented
- DecryptionRightsManagementTemplateID *string `json:"decryptionRightsManagementTemplateId,omitempty"`
- // AllowMailForwarding undocumented
- AllowMailForwarding *bool `json:"allowMailForwarding,omitempty"`
- // AllowAdHocPermissions undocumented
- AllowAdHocPermissions *bool `json:"allowAdHocPermissions,omitempty"`
-}