| title | extractSensitivityLabelsResult resource type |
|---|---|
| description | Represents the response format for the extractSensitivityLabels API. |
| author | abhishek-microsoft-2021 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the response format for the extractSensitivityLabels API.
| Property | Type | Description |
|---|---|---|
| labels | sensitivityLabelAssignment collection | List of sensitivity labels assigned to a file. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.extractSensitivityLabelsResult",
"labels": [
{
"@odata.type": "microsoft.graph.sensitivityLabelAssignment"
}
]
}