OBJECT
GroupFilterAttributeList
Description
Specifications for a Microsoft 365 configured group.
link GraphQL Schema definition
- type GroupFilterAttributeList {
- # Specifies the name of the attribute to apply filter.
- : String!
- # 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 value of the attribute key.
- : String!
- # Specifies the data type of attribute.
- : AttributeDataType!
- # Specifies the filter operation with other filter attributes.
- : JoinOpType!
- # Specifies whether the attribute is archived.
- : Boolean!
- }