| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Platforms included in and excluded from the policy scope.
| 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. |
None.
The following JSON representation shows the resource type.
{
"includePlatforms": ["String"],
"excludePlatforms": ["String"]
}