名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスごとの暗号化レポート
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| managedDeviceEncryptionStates の一覧表示 | managedDeviceEncryptionState コレクション | managedDeviceEncryptionState オブジェクトのプロパティと関係を一覧表示します。 |
| managedDeviceEncryptionState を取得する | managedDeviceEncryptionState | managedDeviceEncryptionState オブジェクトのプロパティとリレーションシップを読み取ります。 |
| managedDeviceEncryptionState の作成 | managedDeviceEncryptionState | 新しい managedDeviceEncryptionState オブジェクトを作成します。 |
| managedDeviceEncryptionState を削除する | なし | managedDeviceEncryptionState を削除します。 |
| managedDeviceEncryptionState を更新する | managedDeviceEncryptionState | managedDeviceEncryptionState オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 |
| userPrincipalName | String | ユーザー名 |
| deviceType | deviceTypes | デバイスのプラットフォーム。 指定可能な値は、 desktop、 windowsRT、 winMO6、 nokia、 windowsPhone、 mac、 winCE、 winEmbedded、 iPhone、 iPad、 iPod、 android、 iSocConsumer、 unix、 macMDM、 holoLens、 surfaceHub、 androidForWork、 androidEnterprise、 blackberry、 palm、 unknown です。 |
| osVersion | String | デバイスのオペレーティング システム バージョン |
| tpmSpecificationVersion | 文字列 | デバイス TPM バージョン |
| deviceName | 文字列 | デバイス名 |
| encryptionReadinessState | encryptionReadinessState | 暗号化の準備状態。 可能な値は、notReady、ready です。 |
| encryptionState | encryptionState | デバイスの暗号化の状態。 可能な値は、notEncrypted、encrypted です。 |
| encryptionPolicySettingState | complianceStatus | 暗号化ポリシーの設定状態。 可能な値は、unknown、notApplicable、compliant、remediated、nonCompliant、error、conflict、notAssigned です。 |
| advancedBitLockerStates | advancedBitLockerState | 高度な BitLocker 状態。 指定可能な値は、 success、 noUserConsent、 osVolumeUnprotected、 osVolumeTpmRequired、 osVolumeTpmOnlyRequired、 osVolumeTpmPinRequired、 osVolumeTpmStartupKeyRequired、 osVolumeTpmPinStartupKeyRequired、 osVolumeEncryptionMethodMismatch、 recoveryKeyBackupFailed、 fixedDriveNotEncrypted、 fixedDriveEncryptionMethodMismatch、 loggedOnUserNonAdmin、 windowsRecoveryEnvironmentNotConfigured、 tpmNotAvailable、 tpmNotReady、 networkError です。 |
| fileVaultStates | fileVaultState | FileVault の状態。 使用可能な値: success、driveEncryptedByUser、userDeferredEncryption、escrowNotEnabled。 |
| policyDetails | encryptionReportPolicyDetails コレクション | ポリシーの詳細 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.managedDeviceEncryptionState",
"id": "String (identifier)",
"userPrincipalName": "String",
"deviceType": "String",
"osVersion": "String",
"tpmSpecificationVersion": "String",
"deviceName": "String",
"encryptionReadinessState": "String",
"encryptionState": "String",
"encryptionPolicySettingState": "String",
"advancedBitLockerStates": "String",
"fileVaultStates": "String",
"policyDetails": [
{
"@odata.type": "microsoft.graph.encryptionReportPolicyDetails",
"policyId": "String",
"policyName": "String"
}
]
}