INPUT_OBJECT
GroupFilterAttribute
Description
Group filter attribute configuration.
link GraphQL Schema definition
- input GroupFilterAttribute {
- # Specifies the filter operation with other filter attributes.
- JoinOpType :
- # Specifies the type of Microsoft directory object attribute type to apply filer.
- # For more information, see
- # https://learn.microsoft.com/en-us/graph/extensibility-overview?tabs=http#comparison-of-extension-types.
- AttributeType :
- # Specifies the name of the attribute to apply filter.
- String :
- # Specifies the value of the attribute key.
- String :
- # Specifies the data type of attribute.
- AttributeDataType :
- }
link Require by
- AddConfiguredGroupToHierarchyInputConfiguration for the addition of Configured Groups in O365.
- AdGroupSpecInputSpecification to create an AD group.
- Query
- UpdateAdGroupInputConfiguration for the update of a AD group in M365.
- UpdateConfiguredGroupInputConfiguration for the update of a configured group in O365.