summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DefenderPotentiallyUnwantedAppActionEnum.go
blob: ad431bbb829e0e99010a1bdd69b2ddda9dfde1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DefenderPotentiallyUnwantedAppAction undocumented
type DefenderPotentiallyUnwantedAppAction int

const (
	// DefenderPotentiallyUnwantedAppActionVDeviceDefault undocumented
	DefenderPotentiallyUnwantedAppActionVDeviceDefault DefenderPotentiallyUnwantedAppAction = 0
	// DefenderPotentiallyUnwantedAppActionVBlock undocumented
	DefenderPotentiallyUnwantedAppActionVBlock DefenderPotentiallyUnwantedAppAction = 1
	// DefenderPotentiallyUnwantedAppActionVAudit undocumented
	DefenderPotentiallyUnwantedAppActionVAudit DefenderPotentiallyUnwantedAppAction = 2
)

// DefenderPotentiallyUnwantedAppActionPDeviceDefault returns a pointer to DefenderPotentiallyUnwantedAppActionVDeviceDefault
func DefenderPotentiallyUnwantedAppActionPDeviceDefault() *DefenderPotentiallyUnwantedAppAction {
	v := DefenderPotentiallyUnwantedAppActionVDeviceDefault
	return &v
}

// DefenderPotentiallyUnwantedAppActionPBlock returns a pointer to DefenderPotentiallyUnwantedAppActionVBlock
func DefenderPotentiallyUnwantedAppActionPBlock() *DefenderPotentiallyUnwantedAppAction {
	v := DefenderPotentiallyUnwantedAppActionVBlock
	return &v
}

// DefenderPotentiallyUnwantedAppActionPAudit returns a pointer to DefenderPotentiallyUnwantedAppActionVAudit
func DefenderPotentiallyUnwantedAppActionPAudit() *DefenderPotentiallyUnwantedAppAction {
	v := DefenderPotentiallyUnwantedAppActionVAudit
	return &v
}