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

package msgraph

// BitLockerEncryptionMethod undocumented
type BitLockerEncryptionMethod string

const (
	// BitLockerEncryptionMethodVAesCbc128 undocumented
	BitLockerEncryptionMethodVAesCbc128 BitLockerEncryptionMethod = "aesCbc128"
	// BitLockerEncryptionMethodVAesCbc256 undocumented
	BitLockerEncryptionMethodVAesCbc256 BitLockerEncryptionMethod = "aesCbc256"
	// BitLockerEncryptionMethodVXtsAes128 undocumented
	BitLockerEncryptionMethodVXtsAes128 BitLockerEncryptionMethod = "xtsAes128"
	// BitLockerEncryptionMethodVXtsAes256 undocumented
	BitLockerEncryptionMethodVXtsAes256 BitLockerEncryptionMethod = "xtsAes256"
)

var (
	// BitLockerEncryptionMethodPAesCbc128 is a pointer to BitLockerEncryptionMethodVAesCbc128
	BitLockerEncryptionMethodPAesCbc128 = &_BitLockerEncryptionMethodPAesCbc128
	// BitLockerEncryptionMethodPAesCbc256 is a pointer to BitLockerEncryptionMethodVAesCbc256
	BitLockerEncryptionMethodPAesCbc256 = &_BitLockerEncryptionMethodPAesCbc256
	// BitLockerEncryptionMethodPXtsAes128 is a pointer to BitLockerEncryptionMethodVXtsAes128
	BitLockerEncryptionMethodPXtsAes128 = &_BitLockerEncryptionMethodPXtsAes128
	// BitLockerEncryptionMethodPXtsAes256 is a pointer to BitLockerEncryptionMethodVXtsAes256
	BitLockerEncryptionMethodPXtsAes256 = &_BitLockerEncryptionMethodPXtsAes256
)

var (
	_BitLockerEncryptionMethodPAesCbc128 = BitLockerEncryptionMethodVAesCbc128
	_BitLockerEncryptionMethodPAesCbc256 = BitLockerEncryptionMethodVAesCbc256
	_BitLockerEncryptionMethodPXtsAes128 = BitLockerEncryptionMethodVXtsAes128
	_BitLockerEncryptionMethodPXtsAes256 = BitLockerEncryptionMethodVXtsAes256
)

// BitLockerRecoveryInformationType undocumented
type BitLockerRecoveryInformationType string

const (
	// BitLockerRecoveryInformationTypeVPasswordAndKey undocumented
	BitLockerRecoveryInformationTypeVPasswordAndKey BitLockerRecoveryInformationType = "passwordAndKey"
	// BitLockerRecoveryInformationTypeVPasswordOnly undocumented
	BitLockerRecoveryInformationTypeVPasswordOnly BitLockerRecoveryInformationType = "passwordOnly"
)

var (
	// BitLockerRecoveryInformationTypePPasswordAndKey is a pointer to BitLockerRecoveryInformationTypeVPasswordAndKey
	BitLockerRecoveryInformationTypePPasswordAndKey = &_BitLockerRecoveryInformationTypePPasswordAndKey
	// BitLockerRecoveryInformationTypePPasswordOnly is a pointer to BitLockerRecoveryInformationTypeVPasswordOnly
	BitLockerRecoveryInformationTypePPasswordOnly = &_BitLockerRecoveryInformationTypePPasswordOnly
)

var (
	_BitLockerRecoveryInformationTypePPasswordAndKey = BitLockerRecoveryInformationTypeVPasswordAndKey
	_BitLockerRecoveryInformationTypePPasswordOnly   = BitLockerRecoveryInformationTypeVPasswordOnly
)

// BitLockerRecoveryPasswordRotationType undocumented
type BitLockerRecoveryPasswordRotationType string

const (
	// BitLockerRecoveryPasswordRotationTypeVNotConfigured undocumented
	BitLockerRecoveryPasswordRotationTypeVNotConfigured BitLockerRecoveryPasswordRotationType = "notConfigured"
	// BitLockerRecoveryPasswordRotationTypeVDisabled undocumented
	BitLockerRecoveryPasswordRotationTypeVDisabled BitLockerRecoveryPasswordRotationType = "disabled"
	// BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd undocumented
	BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd BitLockerRecoveryPasswordRotationType = "enabledForAzureAd"
	// BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid undocumented
	BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid BitLockerRecoveryPasswordRotationType = "enabledForAzureAdAndHybrid"
)

var (
	// BitLockerRecoveryPasswordRotationTypePNotConfigured is a pointer to BitLockerRecoveryPasswordRotationTypeVNotConfigured
	BitLockerRecoveryPasswordRotationTypePNotConfigured = &_BitLockerRecoveryPasswordRotationTypePNotConfigured
	// BitLockerRecoveryPasswordRotationTypePDisabled is a pointer to BitLockerRecoveryPasswordRotationTypeVDisabled
	BitLockerRecoveryPasswordRotationTypePDisabled = &_BitLockerRecoveryPasswordRotationTypePDisabled
	// BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd
	BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd
	// BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid
	BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid
)

var (
	_BitLockerRecoveryPasswordRotationTypePNotConfigured              = BitLockerRecoveryPasswordRotationTypeVNotConfigured
	_BitLockerRecoveryPasswordRotationTypePDisabled                   = BitLockerRecoveryPasswordRotationTypeVDisabled
	_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd          = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd
	_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid
)