diff options
author | Wim <wim@42.be> | 2019-12-26 23:12:28 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-01 22:19:33 +0100 |
commit | 795a8705c3fdc5bf55e83d382e7d3ff233896a0b (patch) | |
tree | 46ac43e487102de7ea21a823a7a7902ae9493f88 /vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go | |
parent | 3af0dc3b3a5bfaffe37770c437427f1e99402405 (diff) | |
download | matterbridge-msglm-795a8705c3fdc5bf55e83d382e7d3ff233896a0b.tar.gz matterbridge-msglm-795a8705c3fdc5bf55e83d382e7d3ff233896a0b.tar.bz2 matterbridge-msglm-795a8705c3fdc5bf55e83d382e7d3ff233896a0b.zip |
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go new file mode 100644 index 00000000..ebf83106 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/RemoteActionEnum.go @@ -0,0 +1,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 +} |