INPUT_OBJECT

MipLabelsFilterInput

Description

Microsoft Information Protection (MIP) label.

link GraphQL Schema definition

  • input MipLabelsFilterInput {
  • # Site ID of the MIP Label.
  • siteId: String
  • # Label ID of the MIP Label.
  • labelId: String
  • # Label name of the MIP Label that is shown on the UI.
  • labelName: String
  • }