mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-29 06:02:01 -08:00
16 lines
615 B
Go
16 lines
615 B
Go
|
// 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"`
|
||
|
}
|