Package version:

Interface SharePointSensitivityLabelInfo

Information about the sensitivity label applied to a SharePoint document.

interface SharePointSensitivityLabelInfo {
    color?: string;
    displayName?: string;
    isEncrypted?: boolean;
    priority?: number;
    sensitivityLabelId?: string;
    tooltip?: string;
}

Properties

color?: string

The color that the UI should display for the label, if configured.

displayName?: string

The display name for the sensitivity label.

isEncrypted?: boolean

Indicates whether the sensitivity label enforces encryption.

priority?: number

The priority in which the sensitivity label is applied.

sensitivityLabelId?: string

The ID of the sensitivity label.

tooltip?: string

The tooltip that should be displayed for the label in a UI.