customAction resource type (deprecated)

Namespace: microsoft.graph

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.

Caution

The Information Protection labels API is deprecated and will stop returning data on January 1, 2023. Please use the new informationProtection, sensitivityLabel, and associated resources.

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