OBJECT

MicrosoftMipLabel

Description

Represents the Microsoft Information Protection Label.

link GraphQL Schema definition

  • type MicrosoftMipLabel {
  • # Represents label ID of the label.
  • labelId: String!
  • # Represents the display name of the label.
  • displayName: String!
  • # Represents the description for the Users.
  • descriptionForUsers: String!
  • # Represents the description for the Admins.
  • descriptionForAdmins: String!
  • # Represents the color of the label.
  • color: String!
  • # Represents the sensitivity of the label.
  • sensitivity: Int!
  • # Represents the active status of the label.
  • isActive: Boolean!
  • # Represents the appliable status of the label.
  • isAppliable: Boolean!
  • # Determines whether this label has protection.
  • hasProtection: Boolean!
  • # Represents the content format of the label.
  • contentFormats: [String!]!
  • # Represents the parent label ID of the label.
  • parentLabelId: String!
  • # Represents the tenant ID of the label.
  • tenantId: String!
  • }

link Require by