mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 12:10:26 +00:00
103 lines
5.8 KiB
Go
103 lines
5.8 KiB
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// RegistrationAuthMethod undocumented
|
|
type RegistrationAuthMethod string
|
|
|
|
const (
|
|
// RegistrationAuthMethodVEmail undocumented
|
|
RegistrationAuthMethodVEmail RegistrationAuthMethod = "email"
|
|
// RegistrationAuthMethodVMobilePhone undocumented
|
|
RegistrationAuthMethodVMobilePhone RegistrationAuthMethod = "mobilePhone"
|
|
// RegistrationAuthMethodVOfficePhone undocumented
|
|
RegistrationAuthMethodVOfficePhone RegistrationAuthMethod = "officePhone"
|
|
// RegistrationAuthMethodVSecurityQuestion undocumented
|
|
RegistrationAuthMethodVSecurityQuestion RegistrationAuthMethod = "securityQuestion"
|
|
// RegistrationAuthMethodVAppNotification undocumented
|
|
RegistrationAuthMethodVAppNotification RegistrationAuthMethod = "appNotification"
|
|
// RegistrationAuthMethodVAppCode undocumented
|
|
RegistrationAuthMethodVAppCode RegistrationAuthMethod = "appCode"
|
|
// RegistrationAuthMethodVAlternateMobilePhone undocumented
|
|
RegistrationAuthMethodVAlternateMobilePhone RegistrationAuthMethod = "alternateMobilePhone"
|
|
// RegistrationAuthMethodVFido undocumented
|
|
RegistrationAuthMethodVFido RegistrationAuthMethod = "fido"
|
|
// RegistrationAuthMethodVAppPassword undocumented
|
|
RegistrationAuthMethodVAppPassword RegistrationAuthMethod = "appPassword"
|
|
// RegistrationAuthMethodVUnknownFutureValue undocumented
|
|
RegistrationAuthMethodVUnknownFutureValue RegistrationAuthMethod = "unknownFutureValue"
|
|
)
|
|
|
|
var (
|
|
// RegistrationAuthMethodPEmail is a pointer to RegistrationAuthMethodVEmail
|
|
RegistrationAuthMethodPEmail = &_RegistrationAuthMethodPEmail
|
|
// RegistrationAuthMethodPMobilePhone is a pointer to RegistrationAuthMethodVMobilePhone
|
|
RegistrationAuthMethodPMobilePhone = &_RegistrationAuthMethodPMobilePhone
|
|
// RegistrationAuthMethodPOfficePhone is a pointer to RegistrationAuthMethodVOfficePhone
|
|
RegistrationAuthMethodPOfficePhone = &_RegistrationAuthMethodPOfficePhone
|
|
// RegistrationAuthMethodPSecurityQuestion is a pointer to RegistrationAuthMethodVSecurityQuestion
|
|
RegistrationAuthMethodPSecurityQuestion = &_RegistrationAuthMethodPSecurityQuestion
|
|
// RegistrationAuthMethodPAppNotification is a pointer to RegistrationAuthMethodVAppNotification
|
|
RegistrationAuthMethodPAppNotification = &_RegistrationAuthMethodPAppNotification
|
|
// RegistrationAuthMethodPAppCode is a pointer to RegistrationAuthMethodVAppCode
|
|
RegistrationAuthMethodPAppCode = &_RegistrationAuthMethodPAppCode
|
|
// RegistrationAuthMethodPAlternateMobilePhone is a pointer to RegistrationAuthMethodVAlternateMobilePhone
|
|
RegistrationAuthMethodPAlternateMobilePhone = &_RegistrationAuthMethodPAlternateMobilePhone
|
|
// RegistrationAuthMethodPFido is a pointer to RegistrationAuthMethodVFido
|
|
RegistrationAuthMethodPFido = &_RegistrationAuthMethodPFido
|
|
// RegistrationAuthMethodPAppPassword is a pointer to RegistrationAuthMethodVAppPassword
|
|
RegistrationAuthMethodPAppPassword = &_RegistrationAuthMethodPAppPassword
|
|
// RegistrationAuthMethodPUnknownFutureValue is a pointer to RegistrationAuthMethodVUnknownFutureValue
|
|
RegistrationAuthMethodPUnknownFutureValue = &_RegistrationAuthMethodPUnknownFutureValue
|
|
)
|
|
|
|
var (
|
|
_RegistrationAuthMethodPEmail = RegistrationAuthMethodVEmail
|
|
_RegistrationAuthMethodPMobilePhone = RegistrationAuthMethodVMobilePhone
|
|
_RegistrationAuthMethodPOfficePhone = RegistrationAuthMethodVOfficePhone
|
|
_RegistrationAuthMethodPSecurityQuestion = RegistrationAuthMethodVSecurityQuestion
|
|
_RegistrationAuthMethodPAppNotification = RegistrationAuthMethodVAppNotification
|
|
_RegistrationAuthMethodPAppCode = RegistrationAuthMethodVAppCode
|
|
_RegistrationAuthMethodPAlternateMobilePhone = RegistrationAuthMethodVAlternateMobilePhone
|
|
_RegistrationAuthMethodPFido = RegistrationAuthMethodVFido
|
|
_RegistrationAuthMethodPAppPassword = RegistrationAuthMethodVAppPassword
|
|
_RegistrationAuthMethodPUnknownFutureValue = RegistrationAuthMethodVUnknownFutureValue
|
|
)
|
|
|
|
// RegistrationStatusType undocumented
|
|
type RegistrationStatusType string
|
|
|
|
const (
|
|
// RegistrationStatusTypeVRegistered undocumented
|
|
RegistrationStatusTypeVRegistered RegistrationStatusType = "registered"
|
|
// RegistrationStatusTypeVEnabled undocumented
|
|
RegistrationStatusTypeVEnabled RegistrationStatusType = "enabled"
|
|
// RegistrationStatusTypeVCapable undocumented
|
|
RegistrationStatusTypeVCapable RegistrationStatusType = "capable"
|
|
// RegistrationStatusTypeVMFARegistered undocumented
|
|
RegistrationStatusTypeVMFARegistered RegistrationStatusType = "mfaRegistered"
|
|
// RegistrationStatusTypeVUnknownFutureValue undocumented
|
|
RegistrationStatusTypeVUnknownFutureValue RegistrationStatusType = "unknownFutureValue"
|
|
)
|
|
|
|
var (
|
|
// RegistrationStatusTypePRegistered is a pointer to RegistrationStatusTypeVRegistered
|
|
RegistrationStatusTypePRegistered = &_RegistrationStatusTypePRegistered
|
|
// RegistrationStatusTypePEnabled is a pointer to RegistrationStatusTypeVEnabled
|
|
RegistrationStatusTypePEnabled = &_RegistrationStatusTypePEnabled
|
|
// RegistrationStatusTypePCapable is a pointer to RegistrationStatusTypeVCapable
|
|
RegistrationStatusTypePCapable = &_RegistrationStatusTypePCapable
|
|
// RegistrationStatusTypePMFARegistered is a pointer to RegistrationStatusTypeVMFARegistered
|
|
RegistrationStatusTypePMFARegistered = &_RegistrationStatusTypePMFARegistered
|
|
// RegistrationStatusTypePUnknownFutureValue is a pointer to RegistrationStatusTypeVUnknownFutureValue
|
|
RegistrationStatusTypePUnknownFutureValue = &_RegistrationStatusTypePUnknownFutureValue
|
|
)
|
|
|
|
var (
|
|
_RegistrationStatusTypePRegistered = RegistrationStatusTypeVRegistered
|
|
_RegistrationStatusTypePEnabled = RegistrationStatusTypeVEnabled
|
|
_RegistrationStatusTypePCapable = RegistrationStatusTypeVCapable
|
|
_RegistrationStatusTypePMFARegistered = RegistrationStatusTypeVMFARegistered
|
|
_RegistrationStatusTypePUnknownFutureValue = RegistrationStatusTypeVUnknownFutureValue
|
|
)
|