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