summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go
deleted file mode 100644
index e2727c9d..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/TermsAndConditionsAssignmentModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// TermsAndConditionsAssignment A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune.
-type TermsAndConditionsAssignment struct {
- // Entity is the base model of TermsAndConditionsAssignment
- Entity
- // Target Assignment target that the T&C policy is assigned to.
- Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
-}