INPUT_OBJECT

GroupFilterAttribute

Description

Group filter attribute configuration.

link GraphQL Schema definition

  • input GroupFilterAttribute {
  • # 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 the data type of attribute.
  • dataType: AttributeDataType
  • }