blob: e02725db12f0d6fdd5c10f93a99acff5d90dcb70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EnrollmentConfigurationAssignment Enrollment Configuration Assignment
type EnrollmentConfigurationAssignment struct {
// Entity is the base model of EnrollmentConfigurationAssignment
Entity
// Target Represents an assignment to managed devices in the tenant
Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
// Source Type of resource used for deployment to a group, direct or policySet
Source *DeviceAndAppManagementAssignmentSource `json:"source,omitempty"`
// SourceID Identifier for resource used for deployment to a group
SourceID *string `json:"sourceId,omitempty"`
}
|