github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumBit.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // BitLockerEncryptionMethod undocumented
     6  type BitLockerEncryptionMethod string
     7  
     8  const (
     9  	// BitLockerEncryptionMethodVAesCbc128 undocumented
    10  	BitLockerEncryptionMethodVAesCbc128 BitLockerEncryptionMethod = "aesCbc128"
    11  	// BitLockerEncryptionMethodVAesCbc256 undocumented
    12  	BitLockerEncryptionMethodVAesCbc256 BitLockerEncryptionMethod = "aesCbc256"
    13  	// BitLockerEncryptionMethodVXtsAes128 undocumented
    14  	BitLockerEncryptionMethodVXtsAes128 BitLockerEncryptionMethod = "xtsAes128"
    15  	// BitLockerEncryptionMethodVXtsAes256 undocumented
    16  	BitLockerEncryptionMethodVXtsAes256 BitLockerEncryptionMethod = "xtsAes256"
    17  )
    18  
    19  var (
    20  	// BitLockerEncryptionMethodPAesCbc128 is a pointer to BitLockerEncryptionMethodVAesCbc128
    21  	BitLockerEncryptionMethodPAesCbc128 = &_BitLockerEncryptionMethodPAesCbc128
    22  	// BitLockerEncryptionMethodPAesCbc256 is a pointer to BitLockerEncryptionMethodVAesCbc256
    23  	BitLockerEncryptionMethodPAesCbc256 = &_BitLockerEncryptionMethodPAesCbc256
    24  	// BitLockerEncryptionMethodPXtsAes128 is a pointer to BitLockerEncryptionMethodVXtsAes128
    25  	BitLockerEncryptionMethodPXtsAes128 = &_BitLockerEncryptionMethodPXtsAes128
    26  	// BitLockerEncryptionMethodPXtsAes256 is a pointer to BitLockerEncryptionMethodVXtsAes256
    27  	BitLockerEncryptionMethodPXtsAes256 = &_BitLockerEncryptionMethodPXtsAes256
    28  )
    29  
    30  var (
    31  	_BitLockerEncryptionMethodPAesCbc128 = BitLockerEncryptionMethodVAesCbc128
    32  	_BitLockerEncryptionMethodPAesCbc256 = BitLockerEncryptionMethodVAesCbc256
    33  	_BitLockerEncryptionMethodPXtsAes128 = BitLockerEncryptionMethodVXtsAes128
    34  	_BitLockerEncryptionMethodPXtsAes256 = BitLockerEncryptionMethodVXtsAes256
    35  )
    36  
    37  // BitLockerRecoveryInformationType undocumented
    38  type BitLockerRecoveryInformationType string
    39  
    40  const (
    41  	// BitLockerRecoveryInformationTypeVPasswordAndKey undocumented
    42  	BitLockerRecoveryInformationTypeVPasswordAndKey BitLockerRecoveryInformationType = "passwordAndKey"
    43  	// BitLockerRecoveryInformationTypeVPasswordOnly undocumented
    44  	BitLockerRecoveryInformationTypeVPasswordOnly BitLockerRecoveryInformationType = "passwordOnly"
    45  )
    46  
    47  var (
    48  	// BitLockerRecoveryInformationTypePPasswordAndKey is a pointer to BitLockerRecoveryInformationTypeVPasswordAndKey
    49  	BitLockerRecoveryInformationTypePPasswordAndKey = &_BitLockerRecoveryInformationTypePPasswordAndKey
    50  	// BitLockerRecoveryInformationTypePPasswordOnly is a pointer to BitLockerRecoveryInformationTypeVPasswordOnly
    51  	BitLockerRecoveryInformationTypePPasswordOnly = &_BitLockerRecoveryInformationTypePPasswordOnly
    52  )
    53  
    54  var (
    55  	_BitLockerRecoveryInformationTypePPasswordAndKey = BitLockerRecoveryInformationTypeVPasswordAndKey
    56  	_BitLockerRecoveryInformationTypePPasswordOnly   = BitLockerRecoveryInformationTypeVPasswordOnly
    57  )
    58  
    59  // BitLockerRecoveryPasswordRotationType undocumented
    60  type BitLockerRecoveryPasswordRotationType string
    61  
    62  const (
    63  	// BitLockerRecoveryPasswordRotationTypeVNotConfigured undocumented
    64  	BitLockerRecoveryPasswordRotationTypeVNotConfigured BitLockerRecoveryPasswordRotationType = "notConfigured"
    65  	// BitLockerRecoveryPasswordRotationTypeVDisabled undocumented
    66  	BitLockerRecoveryPasswordRotationTypeVDisabled BitLockerRecoveryPasswordRotationType = "disabled"
    67  	// BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd undocumented
    68  	BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd BitLockerRecoveryPasswordRotationType = "enabledForAzureAd"
    69  	// BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid undocumented
    70  	BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid BitLockerRecoveryPasswordRotationType = "enabledForAzureAdAndHybrid"
    71  )
    72  
    73  var (
    74  	// BitLockerRecoveryPasswordRotationTypePNotConfigured is a pointer to BitLockerRecoveryPasswordRotationTypeVNotConfigured
    75  	BitLockerRecoveryPasswordRotationTypePNotConfigured = &_BitLockerRecoveryPasswordRotationTypePNotConfigured
    76  	// BitLockerRecoveryPasswordRotationTypePDisabled is a pointer to BitLockerRecoveryPasswordRotationTypeVDisabled
    77  	BitLockerRecoveryPasswordRotationTypePDisabled = &_BitLockerRecoveryPasswordRotationTypePDisabled
    78  	// BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd
    79  	BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd
    80  	// BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid
    81  	BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid
    82  )
    83  
    84  var (
    85  	_BitLockerRecoveryPasswordRotationTypePNotConfigured              = BitLockerRecoveryPasswordRotationTypeVNotConfigured
    86  	_BitLockerRecoveryPasswordRotationTypePDisabled                   = BitLockerRecoveryPasswordRotationTypeVDisabled
    87  	_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd          = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd
    88  	_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid
    89  )