5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppIntentAndStateModel.go

16 lines
675 B
Go

// 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"`
}