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