github.com/yaegashi/msgraph.go@v0.1.4/beta/ActionEnrollment.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EnrollmentProfileSetDefaultProfileRequestParameter undocumented
     6  type EnrollmentProfileSetDefaultProfileRequestParameter struct {
     7  }
     8  
     9  // EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter undocumented
    10  type EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter struct {
    11  	// DeviceIDs undocumented
    12  	DeviceIDs []string `json:"deviceIds,omitempty"`
    13  }