mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 01:52:30 +00:00
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
65
vendor/github.com/yaegashi/msgraph.go/beta/DefenderThreatActionEnum.go
generated
vendored
Normal file
65
vendor/github.com/yaegashi/msgraph.go/beta/DefenderThreatActionEnum.go
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// DefenderThreatAction undocumented
|
||||
type DefenderThreatAction int
|
||||
|
||||
const (
|
||||
// DefenderThreatActionVDeviceDefault undocumented
|
||||
DefenderThreatActionVDeviceDefault DefenderThreatAction = 0
|
||||
// DefenderThreatActionVClean undocumented
|
||||
DefenderThreatActionVClean DefenderThreatAction = 1
|
||||
// DefenderThreatActionVQuarantine undocumented
|
||||
DefenderThreatActionVQuarantine DefenderThreatAction = 2
|
||||
// DefenderThreatActionVRemove undocumented
|
||||
DefenderThreatActionVRemove DefenderThreatAction = 3
|
||||
// DefenderThreatActionVAllow undocumented
|
||||
DefenderThreatActionVAllow DefenderThreatAction = 4
|
||||
// DefenderThreatActionVUserDefined undocumented
|
||||
DefenderThreatActionVUserDefined DefenderThreatAction = 5
|
||||
// DefenderThreatActionVBlock undocumented
|
||||
DefenderThreatActionVBlock DefenderThreatAction = 6
|
||||
)
|
||||
|
||||
// DefenderThreatActionPDeviceDefault returns a pointer to DefenderThreatActionVDeviceDefault
|
||||
func DefenderThreatActionPDeviceDefault() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVDeviceDefault
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPClean returns a pointer to DefenderThreatActionVClean
|
||||
func DefenderThreatActionPClean() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVClean
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPQuarantine returns a pointer to DefenderThreatActionVQuarantine
|
||||
func DefenderThreatActionPQuarantine() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVQuarantine
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPRemove returns a pointer to DefenderThreatActionVRemove
|
||||
func DefenderThreatActionPRemove() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVRemove
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPAllow returns a pointer to DefenderThreatActionVAllow
|
||||
func DefenderThreatActionPAllow() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVAllow
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPUserDefined returns a pointer to DefenderThreatActionVUserDefined
|
||||
func DefenderThreatActionPUserDefined() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVUserDefined
|
||||
return &v
|
||||
}
|
||||
|
||||
// DefenderThreatActionPBlock returns a pointer to DefenderThreatActionVBlock
|
||||
func DefenderThreatActionPBlock() *DefenderThreatAction {
|
||||
v := DefenderThreatActionVBlock
|
||||
return &v
|
||||
}
|
Reference in New Issue
Block a user