Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.18 KB

File metadata and controls

42 lines (34 loc) · 1.18 KB
title groupFilter resource type
description Defines how groups should be considered in scope for a synchronization rule. This object is only used by Azure Active Directory Connect cloud sync scenarios.
author ArvindHarinder1
ms.localizationpriority medium
ms.subservice entra-applications
doc_type resourcePageType
ms.date 03/06/2024

groupFilter resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines how groups should be considered in scope for a synchronization rule. This object is only used by Azure Active Directory Connect cloud sync scenarios.

Properties

Property Type Description
includedGroups String collection Identifiers of groups that are in scope for a synchronization rule. For Active Directory groups, use the distinguished names. An empty list means no group filtering is configured.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.groupFilter",
  "includedGroups": [
    "String"
  ]
}