Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.07 KB

File metadata and controls

55 lines (41 loc) · 2.07 KB
title removeContentHeaderAction resource type (deprecated)
description Represents an action that specifies the details on the content header 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

removeContentHeaderAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents an action that specifies the details on the content header to be removed from the information, if applicable. The evaluateApplication, evaluateClassificationResults, or evaluateRemoval APIs may return the removeContentHeaderAction if the header 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 header.

Properties

Property Type Description
uiElementNames String collection The name of the UI element of the header to be removed.

JSON representation

The following JSON representation shows the resource type.

{
  "uiElementNames": ["String"]
}