ADO.NET Provider for Microsoft OneDrive

Build 26.0.9655

SensitivityLabels

Lists available sensitivity labels in the Azure environment.

Table Specific Information

Select

This table requires the https://graph.microsoft.com/SensitivityLabel.Read scope for SELECT queries.

This table retrieves the definition of each available sensitivity label. Use the GetFileSensitivityLabel stored procedure to retrieve the sensitivity labels specified on a particular Microsoft OneDrive item.

For example:

SELECT Id, Name, DisplayName, Priority FROM SensitivityLabels WHERE Id = 'a3f8c012-74b1-4e29-bc53-d0e6f8a21c97'

Columns

Name Type References Description
Id [KEY] String The Id of the sensitivity label.
Name String The name of the sensitivity label.
DisplayName String The display name of the sensitivity label.
Description String The description of the sensitivity label.
Color String The hex color code for the sensitivity label as displayed in the OneDrive interface.
Priority Integer An integer representing the priority of the sensitivity label.
ToolTip String The tooltip displayed when the label is hovered over in the OneDrive interface.
IsEnabled Boolean Whether the sensitivity label is enabled.
IsEndpointProtectionEnabled Boolean Whether Endpoint Protection is enabled for items with this sensitivity label.
HasProtection Boolean Whether items with this sensitivity label have protection enabled.
AutoTooltip String The tooltip automatically displayed alongside this sensitivity label.
ActionSource String The source that added this sensitivity label to the item.
ApplicableTo String The system elements to which this sensitivity label can be applied.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655