Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.36 KB

targetpolicyendpoints.md

File metadata and controls

54 lines (39 loc) · 1.36 KB
title description ms.localizationpriority ms.subservice doc_type author
targetPolicyEndpoints resource type
Represents the platforms being targeted for user notifications.
medium
notifications
resourcePageType
merzink

targetPolicyEndpoints resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the platforms that can be targeted to receive notifications sent to the user. These include Windows, iOS, Android and Web.

Properties

Property Type Description
platformTypes String collection Use to filter the notification distribution to a specific platform or platforms. Valid values are Windows, iOS, Android and WebPush. By default, all push endpoint types (Windows, iOS, Android and WebPush) are enabled.

JSON representation

The following is a JSON representation of the resource.

{
  "platformTypes": ["String"]
}