summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go
blob: 3e1ba9eedc29a2268acfdb171d6a4fa4044f586d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ComplianceManagementPartnerAssignment undocumented
type ComplianceManagementPartnerAssignment struct {
	// Object is the base model of ComplianceManagementPartnerAssignment
	Object
	// Target Group assignment target.
	Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
}