deviceConfigurationGroupAssignment-RessourcentypdeviceConfigurationGroupAssignment resource type
Wichtig: Microsoft Graph-APIs unter der/Beta-Version können Änderungen unterworfen werden; die Produktions Verwendung wird nicht unterstützt.Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Hinweis: Die Microsoft Graph-API für InTune erfordert eine aktive InTune-Lizenz für den Mandanten.Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Zuweisung von Geräte Konfigurationsgruppen.Device configuration group assignment.
MethodenMethods
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
idid | StringString | Schlüssel der EntitätKey of the entity. |
targetGroupIdtargetGroupId | StringString | Die ID der Aad-Gruppe, auf die die Gerätekonfiguration ausgerichtet werden soll.The Id of the AAD group we are targeting the device configuration to. |
excludeGroupexcludeGroup | BooleschBoolean | Gibt an, ob diese Gruppe ausgeschlossen werden soll.Indicates if this group is should be excluded. Standardwerte, denen die Gruppe hinzugefügt werden sollDefaults that the group should be included |
BeziehungenRelationships
BeziehungRelationship | TypType | BeschreibungDescription |
---|---|---|
deviceConfigurationdeviceConfiguration | deviceConfigurationdeviceConfiguration | Der Navigationslink zu der Zielgeräte Konfiguration.The navigation link to the Device Configuration being targeted. |
JSON-DarstellungJSON Representation
Es folgt eine JSON-Darstellung der Ressource.Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceConfigurationGroupAssignment",
"id": "String (identifier)",
"targetGroupId": "String",
"excludeGroup": true
}