OBJECT

GroupFilterAttributeList

Description

Specifications for a Microsoft 365 configured group.

link GraphQL Schema definition

  • type GroupFilterAttributeList {
  • # Specifies the filter operation with other filter attributes.
  • filterOpType: 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: AttributeType!
  • # Specifies the name of the attribute to apply filter.
  • attributeKey: String!
  • # Specifies the value of the attribute key.
  • attributeValue: String!
  • # Specifies whether the attribute is archived.
  • isArchived: Boolean!
  • # Specifies the data type of attribute.
  • dataType: AttributeDataType!
  • }