summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go
blob: ebf83106a72d820942ef6a15c6711123db6f1212 (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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// RemoteAction undocumented
type RemoteAction int

const (
	// RemoteActionVUnknown undocumented
	RemoteActionVUnknown RemoteAction = 0
	// RemoteActionVFactoryReset undocumented
	RemoteActionVFactoryReset RemoteAction = 1
	// RemoteActionVRemoveCompanyData undocumented
	RemoteActionVRemoveCompanyData RemoteAction = 2
	// RemoteActionVResetPasscode undocumented
	RemoteActionVResetPasscode RemoteAction = 3
	// RemoteActionVRemoteLock undocumented
	RemoteActionVRemoteLock RemoteAction = 4
	// RemoteActionVEnableLostMode undocumented
	RemoteActionVEnableLostMode RemoteAction = 5
	// RemoteActionVDisableLostMode undocumented
	RemoteActionVDisableLostMode RemoteAction = 6
	// RemoteActionVLocateDevice undocumented
	RemoteActionVLocateDevice RemoteAction = 7
	// RemoteActionVRebootNow undocumented
	RemoteActionVRebootNow RemoteAction = 8
	// RemoteActionVRecoverPasscode undocumented
	RemoteActionVRecoverPasscode RemoteAction = 9
	// RemoteActionVCleanWindowsDevice undocumented
	RemoteActionVCleanWindowsDevice RemoteAction = 10
	// RemoteActionVLogoutSharedAppleDeviceActiveUser undocumented
	RemoteActionVLogoutSharedAppleDeviceActiveUser RemoteAction = 11
	// RemoteActionVQuickScan undocumented
	RemoteActionVQuickScan RemoteAction = 12
	// RemoteActionVFullScan undocumented
	RemoteActionVFullScan RemoteAction = 13
	// RemoteActionVWindowsDefenderUpdateSignatures undocumented
	RemoteActionVWindowsDefenderUpdateSignatures RemoteAction = 14
	// RemoteActionVFactoryResetKeepEnrollmentData undocumented
	RemoteActionVFactoryResetKeepEnrollmentData RemoteAction = 15
	// RemoteActionVUpdateDeviceAccount undocumented
	RemoteActionVUpdateDeviceAccount RemoteAction = 16
	// RemoteActionVAutomaticRedeployment undocumented
	RemoteActionVAutomaticRedeployment RemoteAction = 17
	// RemoteActionVShutDown undocumented
	RemoteActionVShutDown RemoteAction = 18
	// RemoteActionVRotateBitLockerKeys undocumented
	RemoteActionVRotateBitLockerKeys RemoteAction = 19
	// RemoteActionVRotateFileVaultKey undocumented
	RemoteActionVRotateFileVaultKey RemoteAction = 20
	// RemoteActionVGetFileVaultKey undocumented
	RemoteActionVGetFileVaultKey RemoteAction = 21
	// RemoteActionVSetDeviceName undocumented
	RemoteActionVSetDeviceName RemoteAction = 22
)

// RemoteActionPUnknown returns a pointer to RemoteActionVUnknown
func RemoteActionPUnknown() *RemoteAction {
	v := RemoteActionVUnknown
	return &v
}

// RemoteActionPFactoryReset returns a pointer to RemoteActionVFactoryReset
func RemoteActionPFactoryReset() *RemoteAction {
	v := RemoteActionVFactoryReset
	return &v
}

// RemoteActionPRemoveCompanyData returns a pointer to RemoteActionVRemoveCompanyData
func RemoteActionPRemoveCompanyData() *RemoteAction {
	v := RemoteActionVRemoveCompanyData
	return &v
}

// RemoteActionPResetPasscode returns a pointer to RemoteActionVResetPasscode
func RemoteActionPResetPasscode() *RemoteAction {
	v := RemoteActionVResetPasscode
	return &v
}

// RemoteActionPRemoteLock returns a pointer to RemoteActionVRemoteLock
func RemoteActionPRemoteLock() *RemoteAction {
	v := RemoteActionVRemoteLock
	return &v
}

// RemoteActionPEnableLostMode returns a pointer to RemoteActionVEnableLostMode
func RemoteActionPEnableLostMode() *RemoteAction {
	v := RemoteActionVEnableLostMode
	return &v
}

// RemoteActionPDisableLostMode returns a pointer to RemoteActionVDisableLostMode
func RemoteActionPDisableLostMode() *RemoteAction {
	v := RemoteActionVDisableLostMode
	return &v
}

// RemoteActionPLocateDevice returns a pointer to RemoteActionVLocateDevice
func RemoteActionPLocateDevice() *RemoteAction {
	v := RemoteActionVLocateDevice
	return &v
}

// RemoteActionPRebootNow returns a pointer to RemoteActionVRebootNow
func RemoteActionPRebootNow() *RemoteAction {
	v := RemoteActionVRebootNow
	return &v
}

// RemoteActionPRecoverPasscode returns a pointer to RemoteActionVRecoverPasscode
func RemoteActionPRecoverPasscode() *RemoteAction {
	v := RemoteActionVRecoverPasscode
	return &v
}

// RemoteActionPCleanWindowsDevice returns a pointer to RemoteActionVCleanWindowsDevice
func RemoteActionPCleanWindowsDevice() *RemoteAction {
	v := RemoteActionVCleanWindowsDevice
	return &v
}

// RemoteActionPLogoutSharedAppleDeviceActiveUser returns a pointer to RemoteActionVLogoutSharedAppleDeviceActiveUser
func RemoteActionPLogoutSharedAppleDeviceActiveUser() *RemoteAction {
	v := RemoteActionVLogoutSharedAppleDeviceActiveUser
	return &v
}

// RemoteActionPQuickScan returns a pointer to RemoteActionVQuickScan
func RemoteActionPQuickScan() *RemoteAction {
	v := RemoteActionVQuickScan
	return &v
}

// RemoteActionPFullScan returns a pointer to RemoteActionVFullScan
func RemoteActionPFullScan() *RemoteAction {
	v := RemoteActionVFullScan
	return &v
}

// RemoteActionPWindowsDefenderUpdateSignatures returns a pointer to RemoteActionVWindowsDefenderUpdateSignatures
func RemoteActionPWindowsDefenderUpdateSignatures() *RemoteAction {
	v := RemoteActionVWindowsDefenderUpdateSignatures
	return &v
}

// RemoteActionPFactoryResetKeepEnrollmentData returns a pointer to RemoteActionVFactoryResetKeepEnrollmentData
func RemoteActionPFactoryResetKeepEnrollmentData() *RemoteAction {
	v := RemoteActionVFactoryResetKeepEnrollmentData
	return &v
}

// RemoteActionPUpdateDeviceAccount returns a pointer to RemoteActionVUpdateDeviceAccount
func RemoteActionPUpdateDeviceAccount() *RemoteAction {
	v := RemoteActionVUpdateDeviceAccount
	return &v
}

// RemoteActionPAutomaticRedeployment returns a pointer to RemoteActionVAutomaticRedeployment
func RemoteActionPAutomaticRedeployment() *RemoteAction {
	v := RemoteActionVAutomaticRedeployment
	return &v
}

// RemoteActionPShutDown returns a pointer to RemoteActionVShutDown
func RemoteActionPShutDown() *RemoteAction {
	v := RemoteActionVShutDown
	return &v
}

// RemoteActionPRotateBitLockerKeys returns a pointer to RemoteActionVRotateBitLockerKeys
func RemoteActionPRotateBitLockerKeys() *RemoteAction {
	v := RemoteActionVRotateBitLockerKeys
	return &v
}

// RemoteActionPRotateFileVaultKey returns a pointer to RemoteActionVRotateFileVaultKey
func RemoteActionPRotateFileVaultKey() *RemoteAction {
	v := RemoteActionVRotateFileVaultKey
	return &v
}

// RemoteActionPGetFileVaultKey returns a pointer to RemoteActionVGetFileVaultKey
func RemoteActionPGetFileVaultKey() *RemoteAction {
	v := RemoteActionVGetFileVaultKey
	return &v
}

// RemoteActionPSetDeviceName returns a pointer to RemoteActionVSetDeviceName
func RemoteActionPSetDeviceName() *RemoteAction {
	v := RemoteActionVSetDeviceName
	return &v
}