deviceManagementComplianceActionItem リソースの種類
名前空間: microsoft.graph
大事な: Microsoft Graph /beta バージョンの API は変更される可能性があります。実稼働環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
ルールに関するスケジュール済みのアクション
メソッド
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| id | String | それを含むポリシー内のこの設定のキー。 自動的に生成されます。 |
| gracePeriodHours | Int32 | アクションが実行されるまでの待機時間。 有効な値は 0 から 8760 までです |
| actionType | deviceManagementComplianceActionType | 実行するアクション。 可能な値は、noAction、notification、block、retire、wipe、removeResourceAccessProfiles、pushNotification、remoteLock です。 |
| notificationTemplateId | String | 使用する通知メッセージ テンプレート |
| notificationMessageCCList | String コレクション | この通知メッセージの CC に設定するグループ ID のリスト。 このコレクションには、最大 100 の要素を含めできます。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementComplianceActionItem",
"id": "String (identifier)",
"gracePeriodHours": 1024,
"actionType": "String",
"notificationTemplateId": "String",
"notificationMessageCCList": [
"String"
]
}
フィードバック
フィードバックの送信と表示