| title | applyLabelAction resource type (deprecated) |
|---|---|
| description | Represents a set of actions that should be taken to apply or update a label. Deprecated. |
| ms.localizationpriority | medium |
| author | tommoser |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE informationprotection-deprecate]
Represents a set of actions that should be taken to apply or update a label. applyLabelAction is returned when the result of a label evaluation operation is that a label should be applied. The actions property contains an informationProtectionAction collection that described the full set of actions to apply the label, including removal of old metadata, content marking, and protection.
| Property | Type | Description |
|---|---|---|
| actionSource | String | The possible values are: manual, automatic, recommended, default. |
| actions | informationProtectionAction collection | The collection of specific actions that should be taken by the consuming application to label the document. See informationProtectionAction for the full list. |
| label | labelDetails | Object that describes the details of the label to apply. |
| responsibleSensitiveTypeIds | Guid collection | If the label was the result of an automatic classification, supply the list of sensitive info type GUIDs that resulted in the returned label. |
The following JSON representation shows the resource type.
{
"actionSource": "String",
"actions": [{"@odata.type": "microsoft.graph.informationProtectionAction"}],
"label": {"@odata.type": "microsoft.graph.labelDetails"},
"responsibleSensitiveTypeIds": ["Guid"]
}