Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.
Describes the information protection label that details how to properly apply a sensitivity label to information.
Properties
| Property | Type | Description |
|---|---|---|
color |
String | The color that the UI should display for the label, if configured. |
displayName |
String | The display name for the sensitivity label |
priority |
Int32 | The priority in which the sensitivity label is applied. |
sensitivityLabelId |
String | The ID of the sensitivity label. |
tooltip |
String | The tooltip that should be displayed for the label in a UI. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.searchSensitivityLabelInfo",
"sensitivityLabelId": "String",
"displayName": "String",
"tooltip": "String",
"priority": "Integer",
"color": "String"
}