managedDeviceEncryptionState リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
デバイスごとの暗号化レポート
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| 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 | String | デバイス TPM のバージョン |
| deviceName | String | デバイス名 |
| 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"
}
]
}
フィードバック
フィードバックの送信と表示