名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン 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、 iPadiPod、 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"
}
]
}