Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.51 KB

File metadata and controls

60 lines (45 loc) · 1.51 KB
title conditionalAccessPlatforms resource type
description Platforms included in and excluded from the policy scope.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

conditionalAccessPlatforms resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Platforms included in and excluded from the policy scope.

Properties

Property Type Description
includePlatforms conditionalAccessDevicePlatform collection The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux``.
excludePlatforms conditionalAccessDevicePlatform collection The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "includePlatforms": ["String"],
  "excludePlatforms": ["String"]
}