summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go102
1 files changed, 102 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go
new file mode 100644
index 00000000..66d4f20e
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go
@@ -0,0 +1,102 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// PolicyPlatformType undocumented
+type PolicyPlatformType string
+
+const (
+ // PolicyPlatformTypeVAndroid undocumented
+ PolicyPlatformTypeVAndroid PolicyPlatformType = "android"
+ // PolicyPlatformTypeVAndroidForWork undocumented
+ PolicyPlatformTypeVAndroidForWork PolicyPlatformType = "androidForWork"
+ // PolicyPlatformTypeVIOS undocumented
+ PolicyPlatformTypeVIOS PolicyPlatformType = "iOS"
+ // PolicyPlatformTypeVMacOS undocumented
+ PolicyPlatformTypeVMacOS PolicyPlatformType = "macOS"
+ // PolicyPlatformTypeVWindowsPhone81 undocumented
+ PolicyPlatformTypeVWindowsPhone81 PolicyPlatformType = "windowsPhone81"
+ // PolicyPlatformTypeVWindows81AndLater undocumented
+ PolicyPlatformTypeVWindows81AndLater PolicyPlatformType = "windows81AndLater"
+ // PolicyPlatformTypeVWindows10AndLater undocumented
+ PolicyPlatformTypeVWindows10AndLater PolicyPlatformType = "windows10AndLater"
+ // PolicyPlatformTypeVAndroidWorkProfile undocumented
+ PolicyPlatformTypeVAndroidWorkProfile PolicyPlatformType = "androidWorkProfile"
+ // PolicyPlatformTypeVAll undocumented
+ PolicyPlatformTypeVAll PolicyPlatformType = "all"
+)
+
+var (
+ // PolicyPlatformTypePAndroid is a pointer to PolicyPlatformTypeVAndroid
+ PolicyPlatformTypePAndroid = &_PolicyPlatformTypePAndroid
+ // PolicyPlatformTypePAndroidForWork is a pointer to PolicyPlatformTypeVAndroidForWork
+ PolicyPlatformTypePAndroidForWork = &_PolicyPlatformTypePAndroidForWork
+ // PolicyPlatformTypePIOS is a pointer to PolicyPlatformTypeVIOS
+ PolicyPlatformTypePIOS = &_PolicyPlatformTypePIOS
+ // PolicyPlatformTypePMacOS is a pointer to PolicyPlatformTypeVMacOS
+ PolicyPlatformTypePMacOS = &_PolicyPlatformTypePMacOS
+ // PolicyPlatformTypePWindowsPhone81 is a pointer to PolicyPlatformTypeVWindowsPhone81
+ PolicyPlatformTypePWindowsPhone81 = &_PolicyPlatformTypePWindowsPhone81
+ // PolicyPlatformTypePWindows81AndLater is a pointer to PolicyPlatformTypeVWindows81AndLater
+ PolicyPlatformTypePWindows81AndLater = &_PolicyPlatformTypePWindows81AndLater
+ // PolicyPlatformTypePWindows10AndLater is a pointer to PolicyPlatformTypeVWindows10AndLater
+ PolicyPlatformTypePWindows10AndLater = &_PolicyPlatformTypePWindows10AndLater
+ // PolicyPlatformTypePAndroidWorkProfile is a pointer to PolicyPlatformTypeVAndroidWorkProfile
+ PolicyPlatformTypePAndroidWorkProfile = &_PolicyPlatformTypePAndroidWorkProfile
+ // PolicyPlatformTypePAll is a pointer to PolicyPlatformTypeVAll
+ PolicyPlatformTypePAll = &_PolicyPlatformTypePAll
+)
+
+var (
+ _PolicyPlatformTypePAndroid = PolicyPlatformTypeVAndroid
+ _PolicyPlatformTypePAndroidForWork = PolicyPlatformTypeVAndroidForWork
+ _PolicyPlatformTypePIOS = PolicyPlatformTypeVIOS
+ _PolicyPlatformTypePMacOS = PolicyPlatformTypeVMacOS
+ _PolicyPlatformTypePWindowsPhone81 = PolicyPlatformTypeVWindowsPhone81
+ _PolicyPlatformTypePWindows81AndLater = PolicyPlatformTypeVWindows81AndLater
+ _PolicyPlatformTypePWindows10AndLater = PolicyPlatformTypeVWindows10AndLater
+ _PolicyPlatformTypePAndroidWorkProfile = PolicyPlatformTypeVAndroidWorkProfile
+ _PolicyPlatformTypePAll = PolicyPlatformTypeVAll
+)
+
+// PolicySetStatus undocumented
+type PolicySetStatus string
+
+const (
+ // PolicySetStatusVUnknown undocumented
+ PolicySetStatusVUnknown PolicySetStatus = "unknown"
+ // PolicySetStatusVValidating undocumented
+ PolicySetStatusVValidating PolicySetStatus = "validating"
+ // PolicySetStatusVPartialSuccess undocumented
+ PolicySetStatusVPartialSuccess PolicySetStatus = "partialSuccess"
+ // PolicySetStatusVSuccess undocumented
+ PolicySetStatusVSuccess PolicySetStatus = "success"
+ // PolicySetStatusVError undocumented
+ PolicySetStatusVError PolicySetStatus = "error"
+ // PolicySetStatusVNotAssigned undocumented
+ PolicySetStatusVNotAssigned PolicySetStatus = "notAssigned"
+)
+
+var (
+ // PolicySetStatusPUnknown is a pointer to PolicySetStatusVUnknown
+ PolicySetStatusPUnknown = &_PolicySetStatusPUnknown
+ // PolicySetStatusPValidating is a pointer to PolicySetStatusVValidating
+ PolicySetStatusPValidating = &_PolicySetStatusPValidating
+ // PolicySetStatusPPartialSuccess is a pointer to PolicySetStatusVPartialSuccess
+ PolicySetStatusPPartialSuccess = &_PolicySetStatusPPartialSuccess
+ // PolicySetStatusPSuccess is a pointer to PolicySetStatusVSuccess
+ PolicySetStatusPSuccess = &_PolicySetStatusPSuccess
+ // PolicySetStatusPError is a pointer to PolicySetStatusVError
+ PolicySetStatusPError = &_PolicySetStatusPError
+ // PolicySetStatusPNotAssigned is a pointer to PolicySetStatusVNotAssigned
+ PolicySetStatusPNotAssigned = &_PolicySetStatusPNotAssigned
+)
+
+var (
+ _PolicySetStatusPUnknown = PolicySetStatusVUnknown
+ _PolicySetStatusPValidating = PolicySetStatusVValidating
+ _PolicySetStatusPPartialSuccess = PolicySetStatusVPartialSuccess
+ _PolicySetStatusPSuccess = PolicySetStatusVSuccess
+ _PolicySetStatusPError = PolicySetStatusVError
+ _PolicySetStatusPNotAssigned = PolicySetStatusVNotAssigned
+)