| title | removeContentFooterAction resource type (deprecated) |
|---|---|
| description | Represents an action that specifies the details on the content footer to be removed from the information, if applicable. 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 an action that specifies the details on the content footer to be removed from the information, if applicable. The evaluateApplication, evaluateClassificationResults, or evaluateRemoval APIs may return the removeContentFooterAction if the footer is to be removed as a result of updating or removing the label. The action instructs the consuming application to remove the specific UI element that contains the previously-applicable content footer.
| Property | Type | Description |
|---|---|---|
| uiElementNames | String collection | The name of the UI element of the footer to be removed. |
The following JSON representation shows the resource type.
{
"uiElementNames": ["String"]
}