5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 13:42:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumDlp.go

31 lines
949 B
Go
Raw Normal View History

2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// DlpAction undocumented
type DlpAction string
const (
// DlpActionVNotifyUser undocumented
DlpActionVNotifyUser DlpAction = "notifyUser"
// DlpActionVBlockAccess undocumented
DlpActionVBlockAccess DlpAction = "blockAccess"
// DlpActionVDeviceRestriction undocumented
DlpActionVDeviceRestriction DlpAction = "deviceRestriction"
)
var (
// DlpActionPNotifyUser is a pointer to DlpActionVNotifyUser
DlpActionPNotifyUser = &_DlpActionPNotifyUser
// DlpActionPBlockAccess is a pointer to DlpActionVBlockAccess
DlpActionPBlockAccess = &_DlpActionPBlockAccess
// DlpActionPDeviceRestriction is a pointer to DlpActionVDeviceRestriction
DlpActionPDeviceRestriction = &_DlpActionPDeviceRestriction
)
var (
_DlpActionPNotifyUser = DlpActionVNotifyUser
_DlpActionPBlockAccess = DlpActionVBlockAccess
_DlpActionPDeviceRestriction = DlpActionVDeviceRestriction
)