Share via


SharePointSensitivityLabelInfo interface

Information about the sensitivity label applied to a SharePoint document.

Properties

color

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

displayName

The display name for the sensitivity label.

isEncrypted

Indicates whether the sensitivity label enforces encryption.

priority

The priority in which the sensitivity label is applied.

sensitivityLabelId

The ID of the sensitivity label.

tooltip

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

Property Details

color

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

color?: string

Property Value

string

displayName

The display name for the sensitivity label.

displayName?: string

Property Value

string

isEncrypted

Indicates whether the sensitivity label enforces encryption.

isEncrypted?: boolean

Property Value

boolean

priority

The priority in which the sensitivity label is applied.

priority?: number

Property Value

number

sensitivityLabelId

The ID of the sensitivity label.

sensitivityLabelId?: string

Property Value

string

tooltip

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

tooltip?: string

Property Value

string