summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go
blob: 399fe897d5423e8129d7f8cc89ebed6436bcfaae (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
34
35
36
37
38
39
40
41
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// MacOSGatekeeperAppSources undocumented
type MacOSGatekeeperAppSources int

const (
	// MacOSGatekeeperAppSourcesVNotConfigured undocumented
	MacOSGatekeeperAppSourcesVNotConfigured MacOSGatekeeperAppSources = 0
	// MacOSGatekeeperAppSourcesVMacAppStore undocumented
	MacOSGatekeeperAppSourcesVMacAppStore MacOSGatekeeperAppSources = 1
	// MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers undocumented
	MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers MacOSGatekeeperAppSources = 2
	// MacOSGatekeeperAppSourcesVAnywhere undocumented
	MacOSGatekeeperAppSourcesVAnywhere MacOSGatekeeperAppSources = 3
)

// MacOSGatekeeperAppSourcesPNotConfigured returns a pointer to MacOSGatekeeperAppSourcesVNotConfigured
func MacOSGatekeeperAppSourcesPNotConfigured() *MacOSGatekeeperAppSources {
	v := MacOSGatekeeperAppSourcesVNotConfigured
	return &v
}

// MacOSGatekeeperAppSourcesPMacAppStore returns a pointer to MacOSGatekeeperAppSourcesVMacAppStore
func MacOSGatekeeperAppSourcesPMacAppStore() *MacOSGatekeeperAppSources {
	v := MacOSGatekeeperAppSourcesVMacAppStore
	return &v
}

// MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers returns a pointer to MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers
func MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers() *MacOSGatekeeperAppSources {
	v := MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers
	return &v
}

// MacOSGatekeeperAppSourcesPAnywhere returns a pointer to MacOSGatekeeperAppSourcesVAnywhere
func MacOSGatekeeperAppSourcesPAnywhere() *MacOSGatekeeperAppSources {
	v := MacOSGatekeeperAppSourcesVAnywhere
	return &v
}