Skip to main content

ISensitivityLabelsInfo Interface

Sensitivity labels information for a file, part of the socket storage discovery response.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ISensitivityLabelsInfo

Properties

PropertyAlertsTypeDescription
labelsBetaISensitivityLabel[]List of applied sensitivity labels. Empty if none.
timestampBetastringISO format timestamp when the label info snapshot was generated.

Property Details

labels

List of applied sensitivity labels. Empty if none.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

labels: ISensitivityLabel[];

Type: ISensitivityLabel[]

timestamp

ISO format timestamp when the label info snapshot was generated.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

timestamp: string;

Type: string