OBJECT

MipLabel

Description

Microsoft Information Protection (MIP) label.

link GraphQL Schema definition

  • type MipLabel {
  • # 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!
  • }