OBJECT
GroupFilterAttributeList
Description
Specifications for a Microsoft 365 configured group.
link GraphQL Schema definition
- type GroupFilterAttributeList {
- # 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 whether the attribute is archived.
- Boolean! :
- # Specifies the data type of attribute.
- AttributeDataType! :
- }