OBJECT
MicrosoftMipLabel
Description
Represents the Microsoft Information Protection Label.
link GraphQL Schema definition
- type MicrosoftMipLabel {
- # Represents the color of the label.
- : String!
- # Represents the content format of the label.
- : [String!]!
- # Represents the description for the Admins.
- : String!
- # Represents the description for the Users.
- : String!
- # Represents the display name of the label.
- : String!
- # Determines whether this label has protection.
- : Boolean!
- # Represents the active status of the label.
- : Boolean!
- # Represents the appliable status of the label.
- : Boolean!
- # Represents label ID of the label.
- : String!
- # Represents the parent label information.
- : ParentLabelInfo
- # Represents the parent label ID of the label.
- : String!
- # Represents the sensitivity of the label.
- : Int!
- # Represents the tenant ID of the label.
- : String!
- }