Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.87 KB

File metadata and controls

56 lines (42 loc) · 1.87 KB
title description ms.localizationpriority author ms.subservice doc_type
customAction resource type (deprecated)
Represents any custom actions that a label may provide, if configured by the administrator. Deprecated.
medium
tommoser
security
resourcePageType

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"}]
}