removeContentHeaderAction resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 might 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.

Inherits from informationProtectionAction.

Properties

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

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.removeContentHeaderAction",
  "uiElementNames": [
    "String"
  ]
}