// 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 }