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 JSON representation shows the resource type.
{
"excludePlatforms": ["String"],
"includePlatforms": ["String"]
}