managedDeviceEncryptionState リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

デバイスごとの暗号化レポート

メソッド

メソッド 戻り値の型 説明
List managedDeviceEncryptionStates managedDeviceEncryptionState コレクション managedDeviceEncryptionState オブジェクトのプロパティとリレーションシップを一覧表示します。
Get managedDeviceEncryptionState managedDeviceEncryptionState managedDeviceEncryptionState オブジェクトのプロパティとリレーションシップを読み取る。
Create managedDeviceEncryptionState managedDeviceEncryptionState 新しい managedDeviceEncryptionState オブジェクトを作成 します。
Delete managedDeviceEncryptionState なし managedDeviceEncryptionState を削除します
Update managedDeviceEncryptionState managedDeviceEncryptionState managedDeviceEncryptionState オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
userPrincipalName String ユーザー名
deviceType deviceTypes デバイスのプラットフォーム。 使用できる値は desktop windowsRT 、、 、 winMO6nokia 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 暗号化の準備状態。 可能な値は、notReadyready です。
encryptionState encryptionState デバイスの暗号化状態。 可能な値は、notEncryptedencrypted です。
encryptionPolicySettingState complianceStatus 暗号化ポリシー設定の状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。
advancedBitLockerStates advancedBitLockerState 高度な BitLocker 状態。 指定できる値は success noUserConsent 、、 osVolumeUnprotected 、 、 、 osVolumeTpmRequired osVolumeTpmOnlyRequired osVolumeTpmPinRequired osVolumeTpmStartupKeyRequired osVolumeTpmPinStartupKeyRequired osVolumeEncryptionMethodMismatch recoveryKeyBackupFailed fixedDriveNotEncrypted fixedDriveEncryptionMethodMismatch loggedOnUserNonAdmin windowsRecoveryEnvironmentNotConfigured tpmNotAvailable tpmNotReady です networkError
fileVaultStates fileVaultState FileVault 状態。 使用可能な値: successdriveEncryptedByUseruserDeferredEncryptionescrowNotEnabled
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"
    }
  ]
}