summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go102
1 files changed, 102 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
new file mode 100644
index 00000000..e1d3f06e
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
@@ -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
+)