// 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"`
}