conditionalAccessPlatforms リソースの種類
名前空間: microsoft.graph
ポリシー スコープに含まれ、ポリシースコープから除外されたプラットフォーム。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
excludePlatforms | conditionalAccessDevicePlatform コレクション | 可能な値は、android 、iOS 、windows 、windowsPhone 、macOS 、linux 、all 、unknownFutureValue です。 |
includePlatforms | conditionalAccessDevicePlatform コレクション | 可能な値は、android 、iOS 、windows 、windowsPhone 、macOS 、linux 、all 、unknownFutureValue です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"excludePlatforms": ["String"],
"includePlatforms": ["String"]
}