windowsDefenderApplicationControlSupplementalPolicy リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
まだ文書化されていません
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | WindowsDefenderApplicationControl 補足ポリシーのキー。 |
| displayName | String | WindowsDefenderApplicationControl 補足ポリシーの表示名。 |
| description | String | WindowsDefenderApplicationControl 補足ポリシーの説明。 |
| content | Binary | バイト配列形式の WindowsDefenderApplicationControl 補足ポリシー コンテンツ。 |
| contentFileName | String | WindowsDefenderApplicationControl 補足ポリシー コンテンツのファイル名。 |
| version | String | WindowsDefenderApplicationControl 補足ポリシーのバージョン。 |
| creationDateTime | DateTimeOffset | WindowsDefenderApplicationControl 補足ポリシーがアップロードされた日時。 |
| lastModifiedDateTime | DateTimeOffset | WindowsDefenderApplicationControl 補足ポリシーが最後に変更された日時。 |
| roleScopeTagIds | String collection | この WindowsDefenderApplicationControl 補足ポリシー エンティティのスコープ タグの一覧。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | windowsDefenderApplicationControlSupplementalPolicyAssignment コレクション | この WindowsDefenderApplicationControl 補足ポリシーに関連付けられたグループ割り当て。 |
| deploySummary | windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary | WindowsDefenderApplicationControl の補足ポリシー展開の概要。 |
| deviceStatuses | windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus コレクション | この WindowsDefenderApplicationControl 補足ポリシーのデバイス展開状態の一覧。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"content": "binary",
"contentFileName": "String",
"version": "String",
"creationDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
]
}
フィードバック
フィードバックの送信と表示