conditionalAccessPlatforms リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

ポリシー スコープに含まれ、ポリシースコープから除外されたプラットフォーム。

プロパティ

プロパティ 説明
includePlatforms conditionalAccessDevicePlatform コレクション 使用可能な値は、androidiOS、、windowswindowsPhoneunknownFutureValue, macOSall、linux'です。
excludePlatforms conditionalAccessDevicePlatform コレクション 可能な値は、androidiOSwindowswindowsPhonemacOSallunknownFutureValuelinux です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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