名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
特定のテナントに属するデバイスで開始されたリモート アクションのレポート。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| RemoteActionAudits の一覧表示 | remoteActionAudit コレクション | remoteActionAudit オブジェクトのプロパティと関係を一覧表示します。 |
| Get remoteActionAudit | remoteActionAudit | remoteActionAudit オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Create remoteActionAudit | remoteActionAudit | 新しい remoteActionAudit オブジェクトを作成します。 |
| Delete remoteActionAudit | なし | remoteActionAudit を削除します。 |
| Update remoteActionAudit | remoteActionAudit | remoteActionAudit オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | レポート Id. |
| deviceDisplayName | 文字列 | Intune デバイス名。 |
| userName | 文字列 | [非推奨]代わりに InitiatedByUserPrincipalName を使用してください。 |
| initiatedByUserPrincipalName | 文字列 | デバイス アクションを開始したユーザー。形式は 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、 deprovision、 disable、 reenable、 moveDeviceToOrganizationalUnit、 initiateMobileDeviceManagementKeyRecovery、 initiateOnDemandProactiveRemediation、 rotateLocalAdminPassword、 unknownFutureValue、 launchRemoteHelp、 revokeAppleVppLicenses、 removeDeviceFirmwareConfigurationInterfaceManagement、 pauseConfigurationRefresh、 initiateDeviceAttestation、 changeAssignments、 delete、 suspendManagedHomeScreen、 restoreManagedHomeScreen です。 |
| requestDateTime | DateTimeOffset | アクションが実行された時刻 (UTC で指定)。 |
| deviceOwnerUserPrincipalName | 文字列 | デバイス所有者の UPN。 |
| deviceIMEI | 文字列 | デバイスの IMEI。 |
| actionState | actionState | アクションの状態。 可能な値は、none、pending、canceled、active、done、failed、notSupported です。 |
| managedDeviceId | 文字列 | アクションのターゲット。 |
| deviceActionDetails | keyValuePair_2OfString_String コレクション | DeviceAction の詳細 |
| deviceActionCategory | deviceActionCategory | DeviceAction カテゴリ。 可能な値は、single、bulk です。 |
| bulkDeviceActionId | 文字列 | BulkAction ID |
リレーションシップ
なし
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",
"deviceActionDetails": [
{
"@odata.type": "microsoft.graph.keyValuePair_2OfString_String"
}
],
"deviceActionCategory": "String",
"bulkDeviceActionId": "String"
}