SensitivityLabel

SensitivityLabel class

Represents the sensitivity label.

class SensitivityLabel;

Properties

PropertyTypeDescription
idstringGets and sets the id of sensitivity label.
isEnabledbooleanIndicates whether the sensitivity label is enabled
assignmentTypeSensitivityLabelAssignmentTypeGets and sets the assignment method for the sensitivity label.
siteIdstringRepresents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
contentMarkTypeSensitivityLabelMarkTypeGets and sets the types of content marking that ought to be applied to a file.
isRemovedbooleanIndicates whether the sensitivity label was removed.

id

Gets and sets the id of sensitivity label.

id : string;

isEnabled

Indicates whether the sensitivity label is enabled

isEnabled : boolean;

assignmentType

Gets and sets the assignment method for the sensitivity label.

assignmentType : SensitivityLabelAssignmentType;

siteId

Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.

siteId : string;

contentMarkType

Gets and sets the types of content marking that ought to be applied to a file.

contentMarkType : SensitivityLabelMarkType;

isRemoved

Indicates whether the sensitivity label was removed.

isRemoved : boolean;