mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 01:22:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
102
vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
generated
vendored
Normal file
102
vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
// Code generated by msgraph-generate.go 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
|
||||
)
|
Reference in New Issue
Block a user