Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.89 KB

File metadata and controls

57 lines (43 loc) · 1.89 KB
title customAction resource type (deprecated)
description Represents any custom actions that a label may provide, if configured by the administrator. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 03/21/2024

customAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents any custom actions that a label may provide, if configured by the administrator. Custom actions might be defined as part of an informationProtectionLabel via Office 365 Security and Compliance Center's PowerShell module. The actions must be understood by the consuming application.

Properties

Property Type Description
name String Name of the custom action.
properties keyValuePair collection Properties, in key value pair format, of the action.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "properties": [{"@odata.type": "microsoft.graph.keyValuePair"}]
}