ISensitivityLabel

ISensitivityLabel interface

Represents the sensitivity label from Microsoft Purview Information Protection.

public interface ISensitivityLabel

Properties

NameDescription
AssignmentMethodType { get; set; }Returns or sets the assignment method for the sensitivity label. Read/write SensitivityLabelAssignmentType.
ContentMarkTypes { get; }Returns the list of types of content marking that ought to be applied to a file.
Id { get; set; }Returns or sets the id of sensitivity label. Read/write String.
IsEnabled { get; set; }Indicates whether the sensitivity label is enabled.
IsRemoved { get; set; }Indicates whether the sensitivity label was removed.
SiteId { get; set; }Returns or sets the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. Read/write Guid.

See Also