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