matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EncryptWithUserDefinedRightsModel.go

16 lines
615 B
Go
Raw Normal View History

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