macOSAppleEventReceiver resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents a process that can receive an Apple Event notification.

Properties

Property Type Description
codeRequirement String Code requirement for the app or binary that receives the Apple Event.
identifier String Bundle ID of the app or file path of the process or executable that receives the Apple Event.
identifierType macOSProcessIdentifierType Use bundle ID for an app or path for a process or executable that receives the Apple Event. Possible values are: bundleID, path.
allowed Boolean Allow or block this app from receiving Apple events.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.macOSAppleEventReceiver",
  "codeRequirement": "String",
  "identifier": "String",
  "identifierType": "String",
  "allowed": true
}