SensitivityLabel
Contents
[
Hide
]SensitivityLabel class
Represents the sensitivity label.
class SensitivityLabel;
Properties
Property | Type | Description |
---|---|---|
id | string | Gets and sets the id of sensitivity label. |
isEnabled | boolean | Indicates whether the sensitivity label is enabled |
assignmentType | SensitivityLabelAssignmentType | Gets and sets the assignment method for the sensitivity label. |
siteId | string | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. |
contentMarkType | SensitivityLabelMarkType | Gets and sets the types of content marking that ought to be applied to a file. |
isRemoved | boolean | Indicates 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;