mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
12 lines
506 B
Go
12 lines
506 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// MobileAppProvisioningConfigGroupAssignment Contains the properties used to assign an App provisioning configuration to a group.
|
|
type MobileAppProvisioningConfigGroupAssignment struct {
|
|
// Entity is the base model of MobileAppProvisioningConfigGroupAssignment
|
|
Entity
|
|
// TargetGroupID The ID of the AAD group in which the app provisioning configuration is being targeted.
|
|
TargetGroupID *string `json:"targetGroupId,omitempty"`
|
|
}
|