Class SensitivityLabelInfo
Describes the information protection label that details how to properly apply a sensitivity label to information.
public class SensitivityLabelInfo
- Inheritance
-
SensitivityLabelInfo
- Inherited Members
Properties
Color
The color that the UI should display for the label, if configured.
[JsonPropertyName("color")]
public string Color { get; set; }
Property Value
DisplayName
The display name for the sensitivity label
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Priority
The priority in which the sensitivity label is applied.
[JsonPropertyName("priority")]
public int Priority { get; set; }
Property Value
SensitivityLabelId
The ID of the sensitivity label.
[JsonPropertyName("sensitivityLabelId")]
public string SensitivityLabelId { get; set; }
Property Value
Tooltip
The tooltip that should be displayed for the label in a UI.
[JsonPropertyName("tooltip")]
public string Tooltip { get; set; }