diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go new file mode 100644 index 00000000..d524d490 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go @@ -0,0 +1,99 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ImportedDeviceIdentityType undocumented +type ImportedDeviceIdentityType string + +const ( + // ImportedDeviceIdentityTypeVUnknown undocumented + ImportedDeviceIdentityTypeVUnknown ImportedDeviceIdentityType = "unknown" + // ImportedDeviceIdentityTypeVImei undocumented + ImportedDeviceIdentityTypeVImei ImportedDeviceIdentityType = "imei" + // ImportedDeviceIdentityTypeVSerialNumber undocumented + ImportedDeviceIdentityTypeVSerialNumber ImportedDeviceIdentityType = "serialNumber" +) + +var ( + // ImportedDeviceIdentityTypePUnknown is a pointer to ImportedDeviceIdentityTypeVUnknown + ImportedDeviceIdentityTypePUnknown = &_ImportedDeviceIdentityTypePUnknown + // ImportedDeviceIdentityTypePImei is a pointer to ImportedDeviceIdentityTypeVImei + ImportedDeviceIdentityTypePImei = &_ImportedDeviceIdentityTypePImei + // ImportedDeviceIdentityTypePSerialNumber is a pointer to ImportedDeviceIdentityTypeVSerialNumber + ImportedDeviceIdentityTypePSerialNumber = &_ImportedDeviceIdentityTypePSerialNumber +) + +var ( + _ImportedDeviceIdentityTypePUnknown = ImportedDeviceIdentityTypeVUnknown + _ImportedDeviceIdentityTypePImei = ImportedDeviceIdentityTypeVImei + _ImportedDeviceIdentityTypePSerialNumber = ImportedDeviceIdentityTypeVSerialNumber +) + +// ImportedWindowsAutopilotDeviceIdentityImportStatus undocumented +type ImportedWindowsAutopilotDeviceIdentityImportStatus string + +const ( + // ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown undocumented + ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown ImportedWindowsAutopilotDeviceIdentityImportStatus = "unknown" + // ImportedWindowsAutopilotDeviceIdentityImportStatusVPending undocumented + ImportedWindowsAutopilotDeviceIdentityImportStatusVPending ImportedWindowsAutopilotDeviceIdentityImportStatus = "pending" + // ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial undocumented + ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial ImportedWindowsAutopilotDeviceIdentityImportStatus = "partial" + // ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete undocumented + ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete ImportedWindowsAutopilotDeviceIdentityImportStatus = "complete" + // ImportedWindowsAutopilotDeviceIdentityImportStatusVError undocumented + ImportedWindowsAutopilotDeviceIdentityImportStatusVError ImportedWindowsAutopilotDeviceIdentityImportStatus = "error" +) + +var ( + // ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown + ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown + // ImportedWindowsAutopilotDeviceIdentityImportStatusPPending is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVPending + ImportedWindowsAutopilotDeviceIdentityImportStatusPPending = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPPending + // ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial + ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial + // ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete + ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete + // ImportedWindowsAutopilotDeviceIdentityImportStatusPError is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVError + ImportedWindowsAutopilotDeviceIdentityImportStatusPError = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPError +) + +var ( + _ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown = ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown + _ImportedWindowsAutopilotDeviceIdentityImportStatusPPending = ImportedWindowsAutopilotDeviceIdentityImportStatusVPending + _ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial = ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial + _ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete = ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete + _ImportedWindowsAutopilotDeviceIdentityImportStatusPError = ImportedWindowsAutopilotDeviceIdentityImportStatusVError +) + +// ImportedWindowsAutopilotDeviceIdentityUploadStatus undocumented +type ImportedWindowsAutopilotDeviceIdentityUploadStatus string + +const ( + // ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload undocumented + ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload ImportedWindowsAutopilotDeviceIdentityUploadStatus = "noUpload" + // ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending undocumented + ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending ImportedWindowsAutopilotDeviceIdentityUploadStatus = "pending" + // ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete undocumented + ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete ImportedWindowsAutopilotDeviceIdentityUploadStatus = "complete" + // ImportedWindowsAutopilotDeviceIdentityUploadStatusVError undocumented + ImportedWindowsAutopilotDeviceIdentityUploadStatusVError ImportedWindowsAutopilotDeviceIdentityUploadStatus = "error" +) + +var ( + // ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload + ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload + // ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending + ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending + // ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete + ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete + // ImportedWindowsAutopilotDeviceIdentityUploadStatusPError is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVError + ImportedWindowsAutopilotDeviceIdentityUploadStatusPError = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPError +) + +var ( + _ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload = ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload + _ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending = ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending + _ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete = ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete + _ImportedWindowsAutopilotDeviceIdentityUploadStatusPError = ImportedWindowsAutopilotDeviceIdentityUploadStatusVError +) |