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

Property Alerts Type Description
labels Beta ISensitivityLabel[] List of applied sensitivity labels. Empty if none.
timestamp Beta string ISO 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