summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go
new file mode 100644
index 00000000..3e1ba9ee
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceManagementPartnerAssignmentModel.go
@@ -0,0 +1,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"`
+}