blob: 003905579ec6159a8dc06a1d1e3bda3f9eb6cd04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MacOsVppAppAssignmentSettings undocumented
type MacOsVppAppAssignmentSettings struct {
// MobileAppAssignmentSettings is the base model of MacOsVppAppAssignmentSettings
MobileAppAssignmentSettings
// UseDeviceLicensing Whether or not to use device licensing.
UseDeviceLicensing *bool `json:"useDeviceLicensing,omitempty"`
}
|