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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // NonEapAuthenticationMethodForEapTtlsType undocumented
     6  type NonEapAuthenticationMethodForEapTtlsType string
     7  
     8  const (
     9  	// NonEapAuthenticationMethodForEapTtlsTypeVUnencryptedPassword undocumented
    10  	NonEapAuthenticationMethodForEapTtlsTypeVUnencryptedPassword NonEapAuthenticationMethodForEapTtlsType = "unencryptedPassword"
    11  	// NonEapAuthenticationMethodForEapTtlsTypeVChallengeHandshakeAuthenticationProtocol undocumented
    12  	NonEapAuthenticationMethodForEapTtlsTypeVChallengeHandshakeAuthenticationProtocol NonEapAuthenticationMethodForEapTtlsType = "challengeHandshakeAuthenticationProtocol"
    13  	// NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChap undocumented
    14  	NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChap NonEapAuthenticationMethodForEapTtlsType = "microsoftChap"
    15  	// NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChapVersionTwo undocumented
    16  	NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChapVersionTwo NonEapAuthenticationMethodForEapTtlsType = "microsoftChapVersionTwo"
    17  )
    18  
    19  var (
    20  	// NonEapAuthenticationMethodForEapTtlsTypePUnencryptedPassword is a pointer to NonEapAuthenticationMethodForEapTtlsTypeVUnencryptedPassword
    21  	NonEapAuthenticationMethodForEapTtlsTypePUnencryptedPassword = &_NonEapAuthenticationMethodForEapTtlsTypePUnencryptedPassword
    22  	// NonEapAuthenticationMethodForEapTtlsTypePChallengeHandshakeAuthenticationProtocol is a pointer to NonEapAuthenticationMethodForEapTtlsTypeVChallengeHandshakeAuthenticationProtocol
    23  	NonEapAuthenticationMethodForEapTtlsTypePChallengeHandshakeAuthenticationProtocol = &_NonEapAuthenticationMethodForEapTtlsTypePChallengeHandshakeAuthenticationProtocol
    24  	// NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChap is a pointer to NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChap
    25  	NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChap = &_NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChap
    26  	// NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChapVersionTwo is a pointer to NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChapVersionTwo
    27  	NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChapVersionTwo = &_NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChapVersionTwo
    28  )
    29  
    30  var (
    31  	_NonEapAuthenticationMethodForEapTtlsTypePUnencryptedPassword                      = NonEapAuthenticationMethodForEapTtlsTypeVUnencryptedPassword
    32  	_NonEapAuthenticationMethodForEapTtlsTypePChallengeHandshakeAuthenticationProtocol = NonEapAuthenticationMethodForEapTtlsTypeVChallengeHandshakeAuthenticationProtocol
    33  	_NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChap                            = NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChap
    34  	_NonEapAuthenticationMethodForEapTtlsTypePMicrosoftChapVersionTwo                  = NonEapAuthenticationMethodForEapTtlsTypeVMicrosoftChapVersionTwo
    35  )
    36  
    37  // NonEapAuthenticationMethodForPeap undocumented
    38  type NonEapAuthenticationMethodForPeap string
    39  
    40  const (
    41  	// NonEapAuthenticationMethodForPeapVNone undocumented
    42  	NonEapAuthenticationMethodForPeapVNone NonEapAuthenticationMethodForPeap = "none"
    43  	// NonEapAuthenticationMethodForPeapVMicrosoftChapVersionTwo undocumented
    44  	NonEapAuthenticationMethodForPeapVMicrosoftChapVersionTwo NonEapAuthenticationMethodForPeap = "microsoftChapVersionTwo"
    45  )
    46  
    47  var (
    48  	// NonEapAuthenticationMethodForPeapPNone is a pointer to NonEapAuthenticationMethodForPeapVNone
    49  	NonEapAuthenticationMethodForPeapPNone = &_NonEapAuthenticationMethodForPeapPNone
    50  	// NonEapAuthenticationMethodForPeapPMicrosoftChapVersionTwo is a pointer to NonEapAuthenticationMethodForPeapVMicrosoftChapVersionTwo
    51  	NonEapAuthenticationMethodForPeapPMicrosoftChapVersionTwo = &_NonEapAuthenticationMethodForPeapPMicrosoftChapVersionTwo
    52  )
    53  
    54  var (
    55  	_NonEapAuthenticationMethodForPeapPNone                    = NonEapAuthenticationMethodForPeapVNone
    56  	_NonEapAuthenticationMethodForPeapPMicrosoftChapVersionTwo = NonEapAuthenticationMethodForPeapVMicrosoftChapVersionTwo
    57  )