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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RegistrationAuthMethod undocumented
     6  type RegistrationAuthMethod string
     7  
     8  const (
     9  	// RegistrationAuthMethodVEmail undocumented
    10  	RegistrationAuthMethodVEmail RegistrationAuthMethod = "email"
    11  	// RegistrationAuthMethodVMobilePhone undocumented
    12  	RegistrationAuthMethodVMobilePhone RegistrationAuthMethod = "mobilePhone"
    13  	// RegistrationAuthMethodVOfficePhone undocumented
    14  	RegistrationAuthMethodVOfficePhone RegistrationAuthMethod = "officePhone"
    15  	// RegistrationAuthMethodVSecurityQuestion undocumented
    16  	RegistrationAuthMethodVSecurityQuestion RegistrationAuthMethod = "securityQuestion"
    17  	// RegistrationAuthMethodVAppNotification undocumented
    18  	RegistrationAuthMethodVAppNotification RegistrationAuthMethod = "appNotification"
    19  	// RegistrationAuthMethodVAppCode undocumented
    20  	RegistrationAuthMethodVAppCode RegistrationAuthMethod = "appCode"
    21  	// RegistrationAuthMethodVAlternateMobilePhone undocumented
    22  	RegistrationAuthMethodVAlternateMobilePhone RegistrationAuthMethod = "alternateMobilePhone"
    23  	// RegistrationAuthMethodVFido undocumented
    24  	RegistrationAuthMethodVFido RegistrationAuthMethod = "fido"
    25  	// RegistrationAuthMethodVAppPassword undocumented
    26  	RegistrationAuthMethodVAppPassword RegistrationAuthMethod = "appPassword"
    27  	// RegistrationAuthMethodVUnknownFutureValue undocumented
    28  	RegistrationAuthMethodVUnknownFutureValue RegistrationAuthMethod = "unknownFutureValue"
    29  )
    30  
    31  var (
    32  	// RegistrationAuthMethodPEmail is a pointer to RegistrationAuthMethodVEmail
    33  	RegistrationAuthMethodPEmail = &_RegistrationAuthMethodPEmail
    34  	// RegistrationAuthMethodPMobilePhone is a pointer to RegistrationAuthMethodVMobilePhone
    35  	RegistrationAuthMethodPMobilePhone = &_RegistrationAuthMethodPMobilePhone
    36  	// RegistrationAuthMethodPOfficePhone is a pointer to RegistrationAuthMethodVOfficePhone
    37  	RegistrationAuthMethodPOfficePhone = &_RegistrationAuthMethodPOfficePhone
    38  	// RegistrationAuthMethodPSecurityQuestion is a pointer to RegistrationAuthMethodVSecurityQuestion
    39  	RegistrationAuthMethodPSecurityQuestion = &_RegistrationAuthMethodPSecurityQuestion
    40  	// RegistrationAuthMethodPAppNotification is a pointer to RegistrationAuthMethodVAppNotification
    41  	RegistrationAuthMethodPAppNotification = &_RegistrationAuthMethodPAppNotification
    42  	// RegistrationAuthMethodPAppCode is a pointer to RegistrationAuthMethodVAppCode
    43  	RegistrationAuthMethodPAppCode = &_RegistrationAuthMethodPAppCode
    44  	// RegistrationAuthMethodPAlternateMobilePhone is a pointer to RegistrationAuthMethodVAlternateMobilePhone
    45  	RegistrationAuthMethodPAlternateMobilePhone = &_RegistrationAuthMethodPAlternateMobilePhone
    46  	// RegistrationAuthMethodPFido is a pointer to RegistrationAuthMethodVFido
    47  	RegistrationAuthMethodPFido = &_RegistrationAuthMethodPFido
    48  	// RegistrationAuthMethodPAppPassword is a pointer to RegistrationAuthMethodVAppPassword
    49  	RegistrationAuthMethodPAppPassword = &_RegistrationAuthMethodPAppPassword
    50  	// RegistrationAuthMethodPUnknownFutureValue is a pointer to RegistrationAuthMethodVUnknownFutureValue
    51  	RegistrationAuthMethodPUnknownFutureValue = &_RegistrationAuthMethodPUnknownFutureValue
    52  )
    53  
    54  var (
    55  	_RegistrationAuthMethodPEmail                = RegistrationAuthMethodVEmail
    56  	_RegistrationAuthMethodPMobilePhone          = RegistrationAuthMethodVMobilePhone
    57  	_RegistrationAuthMethodPOfficePhone          = RegistrationAuthMethodVOfficePhone
    58  	_RegistrationAuthMethodPSecurityQuestion     = RegistrationAuthMethodVSecurityQuestion
    59  	_RegistrationAuthMethodPAppNotification      = RegistrationAuthMethodVAppNotification
    60  	_RegistrationAuthMethodPAppCode              = RegistrationAuthMethodVAppCode
    61  	_RegistrationAuthMethodPAlternateMobilePhone = RegistrationAuthMethodVAlternateMobilePhone
    62  	_RegistrationAuthMethodPFido                 = RegistrationAuthMethodVFido
    63  	_RegistrationAuthMethodPAppPassword          = RegistrationAuthMethodVAppPassword
    64  	_RegistrationAuthMethodPUnknownFutureValue   = RegistrationAuthMethodVUnknownFutureValue
    65  )
    66  
    67  // RegistrationStatusType undocumented
    68  type RegistrationStatusType string
    69  
    70  const (
    71  	// RegistrationStatusTypeVRegistered undocumented
    72  	RegistrationStatusTypeVRegistered RegistrationStatusType = "registered"
    73  	// RegistrationStatusTypeVEnabled undocumented
    74  	RegistrationStatusTypeVEnabled RegistrationStatusType = "enabled"
    75  	// RegistrationStatusTypeVCapable undocumented
    76  	RegistrationStatusTypeVCapable RegistrationStatusType = "capable"
    77  	// RegistrationStatusTypeVMFARegistered undocumented
    78  	RegistrationStatusTypeVMFARegistered RegistrationStatusType = "mfaRegistered"
    79  	// RegistrationStatusTypeVUnknownFutureValue undocumented
    80  	RegistrationStatusTypeVUnknownFutureValue RegistrationStatusType = "unknownFutureValue"
    81  )
    82  
    83  var (
    84  	// RegistrationStatusTypePRegistered is a pointer to RegistrationStatusTypeVRegistered
    85  	RegistrationStatusTypePRegistered = &_RegistrationStatusTypePRegistered
    86  	// RegistrationStatusTypePEnabled is a pointer to RegistrationStatusTypeVEnabled
    87  	RegistrationStatusTypePEnabled = &_RegistrationStatusTypePEnabled
    88  	// RegistrationStatusTypePCapable is a pointer to RegistrationStatusTypeVCapable
    89  	RegistrationStatusTypePCapable = &_RegistrationStatusTypePCapable
    90  	// RegistrationStatusTypePMFARegistered is a pointer to RegistrationStatusTypeVMFARegistered
    91  	RegistrationStatusTypePMFARegistered = &_RegistrationStatusTypePMFARegistered
    92  	// RegistrationStatusTypePUnknownFutureValue is a pointer to RegistrationStatusTypeVUnknownFutureValue
    93  	RegistrationStatusTypePUnknownFutureValue = &_RegistrationStatusTypePUnknownFutureValue
    94  )
    95  
    96  var (
    97  	_RegistrationStatusTypePRegistered         = RegistrationStatusTypeVRegistered
    98  	_RegistrationStatusTypePEnabled            = RegistrationStatusTypeVEnabled
    99  	_RegistrationStatusTypePCapable            = RegistrationStatusTypeVCapable
   100  	_RegistrationStatusTypePMFARegistered      = RegistrationStatusTypeVMFARegistered
   101  	_RegistrationStatusTypePUnknownFutureValue = RegistrationStatusTypeVUnknownFutureValue
   102  )