blob: c8c99ee6c1d1e2a12c2252c8cd86c84212f32a58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"`
}
|