From 76e5fe5a87d7e60919075f96eee599f3c6255a9f Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 15 Mar 2020 22:43:46 +0000 Subject: Update vendor yaegashi/msgraph.go to v0.1.2 (2) --- .../yaegashi/msgraph.go/beta/EnumImported.go | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumImported.go') 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 +) -- cgit v1.2.3