SensitivityLabelAssignmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SensitivityLabelAssignmentType extends System.Enum
Represents the assignment method for the sensitivity label.
Fields
| Field | Description |
|---|---|
| Standard | Use for any sensitivity label that was not directly applied by the user. |
| Privileged | Use for any sensitivity label that was directly applied by the user. |
Standard
public static final int Standard
Use for any sensitivity label that was not directly applied by the user. This includes any default labels, automatically applied labels.
Privileged
public static final int Privileged
Use for any sensitivity label that was directly applied by the user. This includes any manually applied sensitivity labels as well as recommended or mandatory labeling or any feature where the user decides which sensitivity label to apply.