Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Represents the response format for the extractSensitivityLabels API.
Properties
| Property | Type | Description |
|---|---|---|
| labels | sensitivityLabelAssignment collection | List of sensitivity labels assigned to a file. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.extractSensitivityLabelsResult",
"labels": [
{
"@odata.type": "microsoft.graph.sensitivityLabelAssignment"
}
]
}