blob: 81339400eafca34cd4792f049e073d0a42bb8ef0 (
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
// EnrollmentProfileSetDefaultProfileRequestParameter undocumented
type EnrollmentProfileSetDefaultProfileRequestParameter struct {
}
// EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter undocumented
type EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter struct {
// DeviceIDs undocumented
DeviceIDs []string `json:"deviceIds,omitempty"`
}
|