summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AppVulnerabilityManagedDeviceModel.go
blob: f0258bef129390b30a4956046174e57d47b046f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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"`
}