windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

デバイスの WindowsDefenderApplicationControl 補足ポリシーの展開状態のプロパティを格納します。

メソッド

メソッド 戻り値の型 説明
リスト windowsDefenderApplicationControlSupplementalPolicyDeploymentStatuses windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus コレクション windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus オブジェクトのプロパティとリレーションシップを一覧表示します。
Get windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus オブジェクトのプロパティとリレーションシップを読み取る。
Create windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus 新しい windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus オブジェクトを作成 します。
WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus を削除する None windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus を削除します
WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus の更新 windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
deviceName String デバイス名。
deviceId String デバイス ID。
lastSyncDateTime DateTimeOffset 最後の同期の日付時刻。
osVersion String WindowsOS バージョン。
osDescription String WindowsOS バージョンの説明。
deploymentStatus windowsDefenderApplicationControlSupplementalPolicyStatuses ポリシーの展開状態。 可能な値は、unknownsuccesstokenErrornotAuthorizedByTokenpolicyNotFound です。
userName String このデバイスのユーザーの名前。
userPrincipalName String ユーザー プリンシパル名。
policyVersion String WindowsDefenderApplicationControl 補足ポリシーの人間が読み取り可能なバージョン。

リレーションシップ

リレーションシップ 説明
役割 windowsDefenderApplicationControlSupplementalPolicy WindowsDefenderApplicationControl 補足ポリシーへのナビゲーション リンク。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
  "id": "String (identifier)",
  "deviceName": "String",
  "deviceId": "String",
  "lastSyncDateTime": "String (timestamp)",
  "osVersion": "String",
  "osDescription": "String",
  "deploymentStatus": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "policyVersion": "String"
}