blob: 789398bd28a952c11e678b93548d51cf5b3e3d44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// IOSVppAppAssignedDeviceLicense iOS Volume Purchase Program device license assignment. This class does not support Create, Delete, or Update.
type IOSVppAppAssignedDeviceLicense struct {
// IOSVppAppAssignedLicense is the base model of IOSVppAppAssignedDeviceLicense
IOSVppAppAssignedLicense
// ManagedDeviceID The managed device ID.
ManagedDeviceID *string `json:"managedDeviceId,omitempty"`
// DeviceName The device name.
DeviceName *string `json:"deviceName,omitempty"`
}
|