github.com/yaegashi/msgraph.go@v0.1.4/v1.0/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  )