summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumAdvanced.go
blob: 3da955587356880f2d8ef1cce93e581c4d8f62c1 (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
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// AdvancedBitLockerState undocumented
type AdvancedBitLockerState string

const (
	// AdvancedBitLockerStateVSuccess undocumented
	AdvancedBitLockerStateVSuccess AdvancedBitLockerState = "success"
	// AdvancedBitLockerStateVNoUserConsent undocumented
	AdvancedBitLockerStateVNoUserConsent AdvancedBitLockerState = "noUserConsent"
	// AdvancedBitLockerStateVOsVolumeEncryptionMethodMismatch undocumented
	AdvancedBitLockerStateVOsVolumeEncryptionMethodMismatch AdvancedBitLockerState = "osVolumeEncryptionMethodMismatch"
	// AdvancedBitLockerStateVOsVolumeTpmRequired undocumented
	AdvancedBitLockerStateVOsVolumeTpmRequired AdvancedBitLockerState = "osVolumeTpmRequired"
	// AdvancedBitLockerStateVOsVolumeTpmOnlyRequired undocumented
	AdvancedBitLockerStateVOsVolumeTpmOnlyRequired AdvancedBitLockerState = "osVolumeTpmOnlyRequired"
	// AdvancedBitLockerStateVOsVolumeTpmPinRequired undocumented
	AdvancedBitLockerStateVOsVolumeTpmPinRequired AdvancedBitLockerState = "osVolumeTpmPinRequired"
	// AdvancedBitLockerStateVOsVolumeTpmStartupKeyRequired undocumented
	AdvancedBitLockerStateVOsVolumeTpmStartupKeyRequired AdvancedBitLockerState = "osVolumeTpmStartupKeyRequired"
	// AdvancedBitLockerStateVOsVolumeTpmPinStartupKeyRequired undocumented
	AdvancedBitLockerStateVOsVolumeTpmPinStartupKeyRequired AdvancedBitLockerState = "osVolumeTpmPinStartupKeyRequired"
	// AdvancedBitLockerStateVOsVolumeUnprotected undocumented
	AdvancedBitLockerStateVOsVolumeUnprotected AdvancedBitLockerState = "osVolumeUnprotected"
	// AdvancedBitLockerStateVRecoveryKeyBackupFailed undocumented
	AdvancedBitLockerStateVRecoveryKeyBackupFailed AdvancedBitLockerState = "recoveryKeyBackupFailed"
	// AdvancedBitLockerStateVFixedDriveNotEncrypted undocumented
	AdvancedBitLockerStateVFixedDriveNotEncrypted AdvancedBitLockerState = "fixedDriveNotEncrypted"
	// AdvancedBitLockerStateVFixedDriveEncryptionMethodMismatch undocumented
	AdvancedBitLockerStateVFixedDriveEncryptionMethodMismatch AdvancedBitLockerState = "fixedDriveEncryptionMethodMismatch"
	// AdvancedBitLockerStateVLoggedOnUserNonAdmin undocumented
	AdvancedBitLockerStateVLoggedOnUserNonAdmin AdvancedBitLockerState = "loggedOnUserNonAdmin"
	// AdvancedBitLockerStateVWindowsRecoveryEnvironmentNotConfigured undocumented
	AdvancedBitLockerStateVWindowsRecoveryEnvironmentNotConfigured AdvancedBitLockerState = "windowsRecoveryEnvironmentNotConfigured"
	// AdvancedBitLockerStateVTpmNotAvailable undocumented
	AdvancedBitLockerStateVTpmNotAvailable AdvancedBitLockerState = "tpmNotAvailable"
	// AdvancedBitLockerStateVTpmNotReady undocumented
	AdvancedBitLockerStateVTpmNotReady AdvancedBitLockerState = "tpmNotReady"
	// AdvancedBitLockerStateVNetworkError undocumented
	AdvancedBitLockerStateVNetworkError AdvancedBitLockerState = "networkError"
)

var (
	// AdvancedBitLockerStatePSuccess is a pointer to AdvancedBitLockerStateVSuccess
	AdvancedBitLockerStatePSuccess = &_AdvancedBitLockerStatePSuccess
	// AdvancedBitLockerStatePNoUserConsent is a pointer to AdvancedBitLockerStateVNoUserConsent
	AdvancedBitLockerStatePNoUserConsent = &_AdvancedBitLockerStatePNoUserConsent
	// AdvancedBitLockerStatePOsVolumeEncryptionMethodMismatch is a pointer to AdvancedBitLockerStateVOsVolumeEncryptionMethodMismatch
	AdvancedBitLockerStatePOsVolumeEncryptionMethodMismatch = &_AdvancedBitLockerStatePOsVolumeEncryptionMethodMismatch
	// AdvancedBitLockerStatePOsVolumeTpmRequired is a pointer to AdvancedBitLockerStateVOsVolumeTpmRequired
	AdvancedBitLockerStatePOsVolumeTpmRequired = &_AdvancedBitLockerStatePOsVolumeTpmRequired
	// AdvancedBitLockerStatePOsVolumeTpmOnlyRequired is a pointer to AdvancedBitLockerStateVOsVolumeTpmOnlyRequired
	AdvancedBitLockerStatePOsVolumeTpmOnlyRequired = &_AdvancedBitLockerStatePOsVolumeTpmOnlyRequired
	// AdvancedBitLockerStatePOsVolumeTpmPinRequired is a pointer to AdvancedBitLockerStateVOsVolumeTpmPinRequired
	AdvancedBitLockerStatePOsVolumeTpmPinRequired = &_AdvancedBitLockerStatePOsVolumeTpmPinRequired
	// AdvancedBitLockerStatePOsVolumeTpmStartupKeyRequired is a pointer to AdvancedBitLockerStateVOsVolumeTpmStartupKeyRequired
	AdvancedBitLockerStatePOsVolumeTpmStartupKeyRequired = &_AdvancedBitLockerStatePOsVolumeTpmStartupKeyRequired
	// AdvancedBitLockerStatePOsVolumeTpmPinStartupKeyRequired is a pointer to AdvancedBitLockerStateVOsVolumeTpmPinStartupKeyRequired
	AdvancedBitLockerStatePOsVolumeTpmPinStartupKeyRequired = &_AdvancedBitLockerStatePOsVolumeTpmPinStartupKeyRequired
	// AdvancedBitLockerStatePOsVolumeUnprotected is a pointer to AdvancedBitLockerStateVOsVolumeUnprotected
	AdvancedBitLockerStatePOsVolumeUnprotected = &_AdvancedBitLockerStatePOsVolumeUnprotected
	// AdvancedBitLockerStatePRecoveryKeyBackupFailed is a pointer to AdvancedBitLockerStateVRecoveryKeyBackupFailed
	AdvancedBitLockerStatePRecoveryKeyBackupFailed = &_AdvancedBitLockerStatePRecoveryKeyBackupFailed
	// AdvancedBitLockerStatePFixedDriveNotEncrypted is a pointer to AdvancedBitLockerStateVFixedDriveNotEncrypted
	AdvancedBitLockerStatePFixedDriveNotEncrypted = &_AdvancedBitLockerStatePFixedDriveNotEncrypted
	// AdvancedBitLockerStatePFixedDriveEncryptionMethodMismatch is a pointer to AdvancedBitLockerStateVFixedDriveEncryptionMethodMismatch
	AdvancedBitLockerStatePFixedDriveEncryptionMethodMismatch = &_AdvancedBitLockerStatePFixedDriveEncryptionMethodMismatch
	// AdvancedBitLockerStatePLoggedOnUserNonAdmin is a pointer to AdvancedBitLockerStateVLoggedOnUserNonAdmin
	AdvancedBitLockerStatePLoggedOnUserNonAdmin = &_AdvancedBitLockerStatePLoggedOnUserNonAdmin
	// AdvancedBitLockerStatePWindowsRecoveryEnvironmentNotConfigured is a pointer to AdvancedBitLockerStateVWindowsRecoveryEnvironmentNotConfigured
	AdvancedBitLockerStatePWindowsRecoveryEnvironmentNotConfigured = &_AdvancedBitLockerStatePWindowsRecoveryEnvironmentNotConfigured
	// AdvancedBitLockerStatePTpmNotAvailable is a pointer to AdvancedBitLockerStateVTpmNotAvailable
	AdvancedBitLockerStatePTpmNotAvailable = &_AdvancedBitLockerStatePTpmNotAvailable
	// AdvancedBitLockerStatePTpmNotReady is a pointer to AdvancedBitLockerStateVTpmNotReady
	AdvancedBitLockerStatePTpmNotReady = &_AdvancedBitLockerStatePTpmNotReady
	// AdvancedBitLockerStatePNetworkError is a pointer to AdvancedBitLockerStateVNetworkError
	AdvancedBitLockerStatePNetworkError = &_AdvancedBitLockerStatePNetworkError
)

var (
	_AdvancedBitLockerStatePSuccess                                 = AdvancedBitLockerStateVSuccess
	_AdvancedBitLockerStatePNoUserConsent                           = AdvancedBitLockerStateVNoUserConsent
	_AdvancedBitLockerStatePOsVolumeEncryptionMethodMismatch        = AdvancedBitLockerStateVOsVolumeEncryptionMethodMismatch
	_AdvancedBitLockerStatePOsVolumeTpmRequired                     = AdvancedBitLockerStateVOsVolumeTpmRequired
	_AdvancedBitLockerStatePOsVolumeTpmOnlyRequired                 = AdvancedBitLockerStateVOsVolumeTpmOnlyRequired
	_AdvancedBitLockerStatePOsVolumeTpmPinRequired                  = AdvancedBitLockerStateVOsVolumeTpmPinRequired
	_AdvancedBitLockerStatePOsVolumeTpmStartupKeyRequired           = AdvancedBitLockerStateVOsVolumeTpmStartupKeyRequired
	_AdvancedBitLockerStatePOsVolumeTpmPinStartupKeyRequired        = AdvancedBitLockerStateVOsVolumeTpmPinStartupKeyRequired
	_AdvancedBitLockerStatePOsVolumeUnprotected                     = AdvancedBitLockerStateVOsVolumeUnprotected
	_AdvancedBitLockerStatePRecoveryKeyBackupFailed                 = AdvancedBitLockerStateVRecoveryKeyBackupFailed
	_AdvancedBitLockerStatePFixedDriveNotEncrypted                  = AdvancedBitLockerStateVFixedDriveNotEncrypted
	_AdvancedBitLockerStatePFixedDriveEncryptionMethodMismatch      = AdvancedBitLockerStateVFixedDriveEncryptionMethodMismatch
	_AdvancedBitLockerStatePLoggedOnUserNonAdmin                    = AdvancedBitLockerStateVLoggedOnUserNonAdmin
	_AdvancedBitLockerStatePWindowsRecoveryEnvironmentNotConfigured = AdvancedBitLockerStateVWindowsRecoveryEnvironmentNotConfigured
	_AdvancedBitLockerStatePTpmNotAvailable                         = AdvancedBitLockerStateVTpmNotAvailable
	_AdvancedBitLockerStatePTpmNotReady                             = AdvancedBitLockerStateVTpmNotReady
	_AdvancedBitLockerStatePNetworkError                            = AdvancedBitLockerStateVNetworkError
)