summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go
deleted file mode 100644
index 6aa47356..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppIntentAndStateModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MobileAppIntentAndState MobileApp Intent and Install State for a given device.
-type MobileAppIntentAndState struct {
- // Entity is the base model of MobileAppIntentAndState
- Entity
- // ManagedDeviceIdentifier Device identifier created or collected by Intune.
- ManagedDeviceIdentifier *string `json:"managedDeviceIdentifier,omitempty"`
- // UserID Identifier for the user that tried to enroll the device.
- UserID *string `json:"userId,omitempty"`
- // MobileAppList The list of payload intents and states for the tenant.
- MobileAppList []MobileAppIntentAndStateDetail `json:"mobileAppList,omitempty"`
-}