remoteActionAudit リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
特定のテナントに属するデバイスで開始されたリモート アクションのレポート。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | レポート ID。 |
| deviceDisplayName | String | Intune デバイス名。 |
| userName | String | [非推奨 ] 代わりに、InitiatedByUserPrincipalName を使用してください。 |
| initiatedByUserPrincipalName | String | デバイスアクションを開始したユーザーの形式は UPN です。 |
| action | remoteAction | アクション名。 使用できる値は unknown factoryReset 、、、、 、 です removeCompanyData resetPasscode remoteLock enableLostMode disableLostMode locateDevice rebootNow recoverPasscode cleanWindowsDevice logoutSharedAppleDeviceActiveUser quickScan fullScan windowsDefenderUpdateSignatures factoryResetKeepEnrollmentData updateDeviceAccount automaticRedeployment shutDown rotateBitLockerKeys rotateFileVaultKey getFileVaultKey setDeviceName activateDeviceEsim 。 |
| requestDateTime | DateTimeOffset | UTC で指定されたアクションが発行された時刻。 |
| deviceOwnerUserPrincipalName | 文字列 | デバイス所有者の Upn。 |
| deviceIMEI | String | デバイスの IMEI。 |
| actionState | actionState | アクションの状態。 可能な値は、none、pending、canceled、active、done、failed、notSupported です。 |
| managedDeviceId | String | アクション ターゲット。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.remoteActionAudit",
"id": "String (identifier)",
"deviceDisplayName": "String",
"userName": "String",
"initiatedByUserPrincipalName": "String",
"action": "String",
"requestDateTime": "String (timestamp)",
"deviceOwnerUserPrincipalName": "String",
"deviceIMEI": "String",
"actionState": "String",
"managedDeviceId": "String"
}
フィードバック
フィードバックの送信と表示