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

12 lines
464 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementScriptAssignment Contains properties used to assign a device management script to a group.
type DeviceManagementScriptAssignment struct {
// Entity is the base model of DeviceManagementScriptAssignment
Entity
// Target The Id of the Azure Active Directory group we are targeting the script to.
Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
}