conditionalAccessPlatforms resource type

Namespace: microsoft.graph

Platforms included in and excluded from the policy scope.

Properties

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

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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