blob: 5b1870182928a8030be6a997bb0fe9759320eaf5 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WindowsPrivacyDataCategory undocumented
type WindowsPrivacyDataCategory int
const (
// WindowsPrivacyDataCategoryVNotConfigured undocumented
WindowsPrivacyDataCategoryVNotConfigured WindowsPrivacyDataCategory = 0
// WindowsPrivacyDataCategoryVAccountInfo undocumented
WindowsPrivacyDataCategoryVAccountInfo WindowsPrivacyDataCategory = 1
// WindowsPrivacyDataCategoryVAppsRunInBackground undocumented
WindowsPrivacyDataCategoryVAppsRunInBackground WindowsPrivacyDataCategory = 2
// WindowsPrivacyDataCategoryVCalendar undocumented
WindowsPrivacyDataCategoryVCalendar WindowsPrivacyDataCategory = 3
// WindowsPrivacyDataCategoryVCallHistory undocumented
WindowsPrivacyDataCategoryVCallHistory WindowsPrivacyDataCategory = 4
// WindowsPrivacyDataCategoryVCamera undocumented
WindowsPrivacyDataCategoryVCamera WindowsPrivacyDataCategory = 5
// WindowsPrivacyDataCategoryVContacts undocumented
WindowsPrivacyDataCategoryVContacts WindowsPrivacyDataCategory = 6
// WindowsPrivacyDataCategoryVDiagnosticsInfo undocumented
WindowsPrivacyDataCategoryVDiagnosticsInfo WindowsPrivacyDataCategory = 7
// WindowsPrivacyDataCategoryVEmail undocumented
WindowsPrivacyDataCategoryVEmail WindowsPrivacyDataCategory = 8
// WindowsPrivacyDataCategoryVLocation undocumented
WindowsPrivacyDataCategoryVLocation WindowsPrivacyDataCategory = 9
// WindowsPrivacyDataCategoryVMessaging undocumented
WindowsPrivacyDataCategoryVMessaging WindowsPrivacyDataCategory = 10
// WindowsPrivacyDataCategoryVMicrophone undocumented
WindowsPrivacyDataCategoryVMicrophone WindowsPrivacyDataCategory = 11
// WindowsPrivacyDataCategoryVMotion undocumented
WindowsPrivacyDataCategoryVMotion WindowsPrivacyDataCategory = 12
// WindowsPrivacyDataCategoryVNotifications undocumented
WindowsPrivacyDataCategoryVNotifications WindowsPrivacyDataCategory = 13
// WindowsPrivacyDataCategoryVPhone undocumented
WindowsPrivacyDataCategoryVPhone WindowsPrivacyDataCategory = 14
// WindowsPrivacyDataCategoryVRadios undocumented
WindowsPrivacyDataCategoryVRadios WindowsPrivacyDataCategory = 15
// WindowsPrivacyDataCategoryVTasks undocumented
WindowsPrivacyDataCategoryVTasks WindowsPrivacyDataCategory = 16
// WindowsPrivacyDataCategoryVSyncWithDevices undocumented
WindowsPrivacyDataCategoryVSyncWithDevices WindowsPrivacyDataCategory = 17
// WindowsPrivacyDataCategoryVTrustedDevices undocumented
WindowsPrivacyDataCategoryVTrustedDevices WindowsPrivacyDataCategory = 18
)
// WindowsPrivacyDataCategoryPNotConfigured returns a pointer to WindowsPrivacyDataCategoryVNotConfigured
func WindowsPrivacyDataCategoryPNotConfigured() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVNotConfigured
return &v
}
// WindowsPrivacyDataCategoryPAccountInfo returns a pointer to WindowsPrivacyDataCategoryVAccountInfo
func WindowsPrivacyDataCategoryPAccountInfo() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVAccountInfo
return &v
}
// WindowsPrivacyDataCategoryPAppsRunInBackground returns a pointer to WindowsPrivacyDataCategoryVAppsRunInBackground
func WindowsPrivacyDataCategoryPAppsRunInBackground() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVAppsRunInBackground
return &v
}
// WindowsPrivacyDataCategoryPCalendar returns a pointer to WindowsPrivacyDataCategoryVCalendar
func WindowsPrivacyDataCategoryPCalendar() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVCalendar
return &v
}
// WindowsPrivacyDataCategoryPCallHistory returns a pointer to WindowsPrivacyDataCategoryVCallHistory
func WindowsPrivacyDataCategoryPCallHistory() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVCallHistory
return &v
}
// WindowsPrivacyDataCategoryPCamera returns a pointer to WindowsPrivacyDataCategoryVCamera
func WindowsPrivacyDataCategoryPCamera() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVCamera
return &v
}
// WindowsPrivacyDataCategoryPContacts returns a pointer to WindowsPrivacyDataCategoryVContacts
func WindowsPrivacyDataCategoryPContacts() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVContacts
return &v
}
// WindowsPrivacyDataCategoryPDiagnosticsInfo returns a pointer to WindowsPrivacyDataCategoryVDiagnosticsInfo
func WindowsPrivacyDataCategoryPDiagnosticsInfo() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVDiagnosticsInfo
return &v
}
// WindowsPrivacyDataCategoryPEmail returns a pointer to WindowsPrivacyDataCategoryVEmail
func WindowsPrivacyDataCategoryPEmail() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVEmail
return &v
}
// WindowsPrivacyDataCategoryPLocation returns a pointer to WindowsPrivacyDataCategoryVLocation
func WindowsPrivacyDataCategoryPLocation() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVLocation
return &v
}
// WindowsPrivacyDataCategoryPMessaging returns a pointer to WindowsPrivacyDataCategoryVMessaging
func WindowsPrivacyDataCategoryPMessaging() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVMessaging
return &v
}
// WindowsPrivacyDataCategoryPMicrophone returns a pointer to WindowsPrivacyDataCategoryVMicrophone
func WindowsPrivacyDataCategoryPMicrophone() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVMicrophone
return &v
}
// WindowsPrivacyDataCategoryPMotion returns a pointer to WindowsPrivacyDataCategoryVMotion
func WindowsPrivacyDataCategoryPMotion() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVMotion
return &v
}
// WindowsPrivacyDataCategoryPNotifications returns a pointer to WindowsPrivacyDataCategoryVNotifications
func WindowsPrivacyDataCategoryPNotifications() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVNotifications
return &v
}
// WindowsPrivacyDataCategoryPPhone returns a pointer to WindowsPrivacyDataCategoryVPhone
func WindowsPrivacyDataCategoryPPhone() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVPhone
return &v
}
// WindowsPrivacyDataCategoryPRadios returns a pointer to WindowsPrivacyDataCategoryVRadios
func WindowsPrivacyDataCategoryPRadios() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVRadios
return &v
}
// WindowsPrivacyDataCategoryPTasks returns a pointer to WindowsPrivacyDataCategoryVTasks
func WindowsPrivacyDataCategoryPTasks() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVTasks
return &v
}
// WindowsPrivacyDataCategoryPSyncWithDevices returns a pointer to WindowsPrivacyDataCategoryVSyncWithDevices
func WindowsPrivacyDataCategoryPSyncWithDevices() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVSyncWithDevices
return &v
}
// WindowsPrivacyDataCategoryPTrustedDevices returns a pointer to WindowsPrivacyDataCategoryVTrustedDevices
func WindowsPrivacyDataCategoryPTrustedDevices() *WindowsPrivacyDataCategory {
v := WindowsPrivacyDataCategoryVTrustedDevices
return &v
}
|