blob: fb5a0a979d99fd3554b32ca284ae09a91136ad10 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// MacOSFileVaultRecoveryKeyTypes undocumented
type MacOSFileVaultRecoveryKeyTypes string
const (
// MacOSFileVaultRecoveryKeyTypesVNotConfigured undocumented
MacOSFileVaultRecoveryKeyTypesVNotConfigured MacOSFileVaultRecoveryKeyTypes = "notConfigured"
// MacOSFileVaultRecoveryKeyTypesVInstitutionalRecoveryKey undocumented
MacOSFileVaultRecoveryKeyTypesVInstitutionalRecoveryKey MacOSFileVaultRecoveryKeyTypes = "institutionalRecoveryKey"
// MacOSFileVaultRecoveryKeyTypesVPersonalRecoveryKey undocumented
MacOSFileVaultRecoveryKeyTypesVPersonalRecoveryKey MacOSFileVaultRecoveryKeyTypes = "personalRecoveryKey"
)
var (
// MacOSFileVaultRecoveryKeyTypesPNotConfigured is a pointer to MacOSFileVaultRecoveryKeyTypesVNotConfigured
MacOSFileVaultRecoveryKeyTypesPNotConfigured = &_MacOSFileVaultRecoveryKeyTypesPNotConfigured
// MacOSFileVaultRecoveryKeyTypesPInstitutionalRecoveryKey is a pointer to MacOSFileVaultRecoveryKeyTypesVInstitutionalRecoveryKey
MacOSFileVaultRecoveryKeyTypesPInstitutionalRecoveryKey = &_MacOSFileVaultRecoveryKeyTypesPInstitutionalRecoveryKey
// MacOSFileVaultRecoveryKeyTypesPPersonalRecoveryKey is a pointer to MacOSFileVaultRecoveryKeyTypesVPersonalRecoveryKey
MacOSFileVaultRecoveryKeyTypesPPersonalRecoveryKey = &_MacOSFileVaultRecoveryKeyTypesPPersonalRecoveryKey
)
var (
_MacOSFileVaultRecoveryKeyTypesPNotConfigured = MacOSFileVaultRecoveryKeyTypesVNotConfigured
_MacOSFileVaultRecoveryKeyTypesPInstitutionalRecoveryKey = MacOSFileVaultRecoveryKeyTypesVInstitutionalRecoveryKey
_MacOSFileVaultRecoveryKeyTypesPPersonalRecoveryKey = MacOSFileVaultRecoveryKeyTypesVPersonalRecoveryKey
)
// MacOSGatekeeperAppSources undocumented
type MacOSGatekeeperAppSources string
const (
// MacOSGatekeeperAppSourcesVNotConfigured undocumented
MacOSGatekeeperAppSourcesVNotConfigured MacOSGatekeeperAppSources = "notConfigured"
// MacOSGatekeeperAppSourcesVMacAppStore undocumented
MacOSGatekeeperAppSourcesVMacAppStore MacOSGatekeeperAppSources = "macAppStore"
// MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers undocumented
MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers MacOSGatekeeperAppSources = "macAppStoreAndIdentifiedDevelopers"
// MacOSGatekeeperAppSourcesVAnywhere undocumented
MacOSGatekeeperAppSourcesVAnywhere MacOSGatekeeperAppSources = "anywhere"
)
var (
// MacOSGatekeeperAppSourcesPNotConfigured is a pointer to MacOSGatekeeperAppSourcesVNotConfigured
MacOSGatekeeperAppSourcesPNotConfigured = &_MacOSGatekeeperAppSourcesPNotConfigured
// MacOSGatekeeperAppSourcesPMacAppStore is a pointer to MacOSGatekeeperAppSourcesVMacAppStore
MacOSGatekeeperAppSourcesPMacAppStore = &_MacOSGatekeeperAppSourcesPMacAppStore
// MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers is a pointer to MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers
MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers = &_MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers
// MacOSGatekeeperAppSourcesPAnywhere is a pointer to MacOSGatekeeperAppSourcesVAnywhere
MacOSGatekeeperAppSourcesPAnywhere = &_MacOSGatekeeperAppSourcesPAnywhere
)
var (
_MacOSGatekeeperAppSourcesPNotConfigured = MacOSGatekeeperAppSourcesVNotConfigured
_MacOSGatekeeperAppSourcesPMacAppStore = MacOSGatekeeperAppSourcesVMacAppStore
_MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers = MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers
_MacOSGatekeeperAppSourcesPAnywhere = MacOSGatekeeperAppSourcesVAnywhere
)
|