mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-26 23:41:36 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|