forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
99
vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go
generated
vendored
Normal file
99
vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go
generated
vendored
Normal file
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user