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