Interface ISensitivityLabel
- Namespace
- PnP.Core.Admin.Model.Microsoft365
- Assembly
- PnP.Core.Admin.dll
A Microsoft 365 sensitivity label
public interface ISensitivityLabel
Properties
Description
Description of the sensitivity label
string Description { get; }
Property Value
Id
Id of the sensitivity label
Guid Id { get; }
Property Value
IsActive
Is this the sensitivity label active?
bool IsActive { get; }
Property Value
Name
Name of the sensitivity label
string Name { get; }
Property Value
Sensitivity
The sensitivity setting for this label
int Sensitivity { get; }
Property Value
Tooltip
Tooltip to use if this label is used in a user interface
string Tooltip { get; }