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

50 lines
1.8 KiB
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ManagedAppDeviceThreatLevel undocumented
type ManagedAppDeviceThreatLevel int
const (
// ManagedAppDeviceThreatLevelVNotConfigured undocumented
ManagedAppDeviceThreatLevelVNotConfigured ManagedAppDeviceThreatLevel = 0
// ManagedAppDeviceThreatLevelVSecured undocumented
ManagedAppDeviceThreatLevelVSecured ManagedAppDeviceThreatLevel = 1
// ManagedAppDeviceThreatLevelVLow undocumented
ManagedAppDeviceThreatLevelVLow ManagedAppDeviceThreatLevel = 2
// ManagedAppDeviceThreatLevelVMedium undocumented
ManagedAppDeviceThreatLevelVMedium ManagedAppDeviceThreatLevel = 3
// ManagedAppDeviceThreatLevelVHigh undocumented
ManagedAppDeviceThreatLevelVHigh ManagedAppDeviceThreatLevel = 4
)
// ManagedAppDeviceThreatLevelPNotConfigured returns a pointer to ManagedAppDeviceThreatLevelVNotConfigured
func ManagedAppDeviceThreatLevelPNotConfigured() *ManagedAppDeviceThreatLevel {
v := ManagedAppDeviceThreatLevelVNotConfigured
return &v
}
// ManagedAppDeviceThreatLevelPSecured returns a pointer to ManagedAppDeviceThreatLevelVSecured
func ManagedAppDeviceThreatLevelPSecured() *ManagedAppDeviceThreatLevel {
v := ManagedAppDeviceThreatLevelVSecured
return &v
}
// ManagedAppDeviceThreatLevelPLow returns a pointer to ManagedAppDeviceThreatLevelVLow
func ManagedAppDeviceThreatLevelPLow() *ManagedAppDeviceThreatLevel {
v := ManagedAppDeviceThreatLevelVLow
return &v
}
// ManagedAppDeviceThreatLevelPMedium returns a pointer to ManagedAppDeviceThreatLevelVMedium
func ManagedAppDeviceThreatLevelPMedium() *ManagedAppDeviceThreatLevel {
v := ManagedAppDeviceThreatLevelVMedium
return &v
}
// ManagedAppDeviceThreatLevelPHigh returns a pointer to ManagedAppDeviceThreatLevelVHigh
func ManagedAppDeviceThreatLevelPHigh() *ManagedAppDeviceThreatLevel {
v := ManagedAppDeviceThreatLevelVHigh
return &v
}