blob: e014fa9e42a01625c558776518b031f4067561b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|