summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
commite9c24f4af7ed56760f6db7941827d09f6db9020b (patch)
tree62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
parent58d5e7cfda4781d8a57ec52aefd02983835c301a (diff)
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go102
1 files changed, 102 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
new file mode 100644
index 0000000..bb47f5e
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRegistration.go
@@ -0,0 +1,102 @@
+// 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
+)