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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // UsageAuthMethod undocumented
     6  type UsageAuthMethod string
     7  
     8  const (
     9  	// UsageAuthMethodVEmail undocumented
    10  	UsageAuthMethodVEmail UsageAuthMethod = "email"
    11  	// UsageAuthMethodVMobileSMS undocumented
    12  	UsageAuthMethodVMobileSMS UsageAuthMethod = "mobileSMS"
    13  	// UsageAuthMethodVMobileCall undocumented
    14  	UsageAuthMethodVMobileCall UsageAuthMethod = "mobileCall"
    15  	// UsageAuthMethodVOfficePhone undocumented
    16  	UsageAuthMethodVOfficePhone UsageAuthMethod = "officePhone"
    17  	// UsageAuthMethodVSecurityQuestion undocumented
    18  	UsageAuthMethodVSecurityQuestion UsageAuthMethod = "securityQuestion"
    19  	// UsageAuthMethodVAppNotification undocumented
    20  	UsageAuthMethodVAppNotification UsageAuthMethod = "appNotification"
    21  	// UsageAuthMethodVAppCode undocumented
    22  	UsageAuthMethodVAppCode UsageAuthMethod = "appCode"
    23  	// UsageAuthMethodVAlternateMobileCall undocumented
    24  	UsageAuthMethodVAlternateMobileCall UsageAuthMethod = "alternateMobileCall"
    25  	// UsageAuthMethodVFido undocumented
    26  	UsageAuthMethodVFido UsageAuthMethod = "fido"
    27  	// UsageAuthMethodVAppPassword undocumented
    28  	UsageAuthMethodVAppPassword UsageAuthMethod = "appPassword"
    29  	// UsageAuthMethodVUnknownFutureValue undocumented
    30  	UsageAuthMethodVUnknownFutureValue UsageAuthMethod = "unknownFutureValue"
    31  )
    32  
    33  var (
    34  	// UsageAuthMethodPEmail is a pointer to UsageAuthMethodVEmail
    35  	UsageAuthMethodPEmail = &_UsageAuthMethodPEmail
    36  	// UsageAuthMethodPMobileSMS is a pointer to UsageAuthMethodVMobileSMS
    37  	UsageAuthMethodPMobileSMS = &_UsageAuthMethodPMobileSMS
    38  	// UsageAuthMethodPMobileCall is a pointer to UsageAuthMethodVMobileCall
    39  	UsageAuthMethodPMobileCall = &_UsageAuthMethodPMobileCall
    40  	// UsageAuthMethodPOfficePhone is a pointer to UsageAuthMethodVOfficePhone
    41  	UsageAuthMethodPOfficePhone = &_UsageAuthMethodPOfficePhone
    42  	// UsageAuthMethodPSecurityQuestion is a pointer to UsageAuthMethodVSecurityQuestion
    43  	UsageAuthMethodPSecurityQuestion = &_UsageAuthMethodPSecurityQuestion
    44  	// UsageAuthMethodPAppNotification is a pointer to UsageAuthMethodVAppNotification
    45  	UsageAuthMethodPAppNotification = &_UsageAuthMethodPAppNotification
    46  	// UsageAuthMethodPAppCode is a pointer to UsageAuthMethodVAppCode
    47  	UsageAuthMethodPAppCode = &_UsageAuthMethodPAppCode
    48  	// UsageAuthMethodPAlternateMobileCall is a pointer to UsageAuthMethodVAlternateMobileCall
    49  	UsageAuthMethodPAlternateMobileCall = &_UsageAuthMethodPAlternateMobileCall
    50  	// UsageAuthMethodPFido is a pointer to UsageAuthMethodVFido
    51  	UsageAuthMethodPFido = &_UsageAuthMethodPFido
    52  	// UsageAuthMethodPAppPassword is a pointer to UsageAuthMethodVAppPassword
    53  	UsageAuthMethodPAppPassword = &_UsageAuthMethodPAppPassword
    54  	// UsageAuthMethodPUnknownFutureValue is a pointer to UsageAuthMethodVUnknownFutureValue
    55  	UsageAuthMethodPUnknownFutureValue = &_UsageAuthMethodPUnknownFutureValue
    56  )
    57  
    58  var (
    59  	_UsageAuthMethodPEmail               = UsageAuthMethodVEmail
    60  	_UsageAuthMethodPMobileSMS           = UsageAuthMethodVMobileSMS
    61  	_UsageAuthMethodPMobileCall          = UsageAuthMethodVMobileCall
    62  	_UsageAuthMethodPOfficePhone         = UsageAuthMethodVOfficePhone
    63  	_UsageAuthMethodPSecurityQuestion    = UsageAuthMethodVSecurityQuestion
    64  	_UsageAuthMethodPAppNotification     = UsageAuthMethodVAppNotification
    65  	_UsageAuthMethodPAppCode             = UsageAuthMethodVAppCode
    66  	_UsageAuthMethodPAlternateMobileCall = UsageAuthMethodVAlternateMobileCall
    67  	_UsageAuthMethodPFido                = UsageAuthMethodVFido
    68  	_UsageAuthMethodPAppPassword         = UsageAuthMethodVAppPassword
    69  	_UsageAuthMethodPUnknownFutureValue  = UsageAuthMethodVUnknownFutureValue
    70  )