mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
16 lines
683 B
Go
16 lines
683 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// TargetedManagedAppPolicyAssignment The type for deployment of groups or apps.
|
||
|
type TargetedManagedAppPolicyAssignment struct {
|
||
|
// Entity is the base model of TargetedManagedAppPolicyAssignment
|
||
|
Entity
|
||
|
// Target Identifier for deployment to a group or app
|
||
|
Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
|
||
|
// Source Type of resource used for deployment to a group, direct or parcel/policySet
|
||
|
Source *DeviceAndAppManagementAssignmentSource `json:"source,omitempty"`
|
||
|
// SourceID Identifier for resource used for deployment to a group
|
||
|
SourceID *string `json:"sourceId,omitempty"`
|
||
|
}
|