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