summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go
deleted file mode 100644
index f0258bef..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// AppVulnerabilityManagedDevice An app vulnerability managed device.
-type AppVulnerabilityManagedDevice struct {
- // Entity is the base model of AppVulnerabilityManagedDevice
- Entity
- // ManagedDeviceID The Intune managed device ID.
- ManagedDeviceID *string `json:"managedDeviceId,omitempty"`
- // DisplayName The device name.
- DisplayName *string `json:"displayName,omitempty"`
- // LastSyncDateTime The created date.
- LastSyncDateTime *time.Time `json:"lastSyncDateTime,omitempty"`
-}