managedDeviceEncryptionState リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph 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 デバイスのプラットフォーム。 使用可能な値は、desktopnokiawindowsRTwinMO6、、windowsPhonewinCEmac、、winEmbedded、、iPhoneandroidiSocConsumeriPodunixandroidForWorkholoLensmacMDMiPadandroidEnterpriseblackberrysurfaceHubpalmです。 unknown
osVersion String デバイスのオペレーティング システムバージョン
tpmSpecificationVersion String デバイス TPM のバージョン
deviceName String デバイス名
encryptionReadinessState encryptionReadinessState 暗号化の準備状態。 可能な値は、notReadyready です。
encryptionState encryptionState デバイス暗号化の状態。 可能な値は、notEncryptedencrypted です。
encryptionPolicySettingState complianceStatus 暗号化ポリシー設定の状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。
advancedBitLockerStates advancedBitLockerState 高度な BitLocker 状態。 使用できる値は、successosVolumeUnprotectednoUserConsentosVolumeTpmRequiredosVolumeTpmOnlyRequired、、osVolumeTpmPinRequired、、osVolumeTpmStartupKeyRequiredosVolumeTpmPinStartupKeyRequiredosVolumeEncryptionMethodMismatchfixedDriveNotEncryptedtpmNotReadyfixedDriveEncryptionMethodMismatchnetworkErrorrecoveryKeyBackupFailedloggedOnUserNonAdminwindowsRecoveryEnvironmentNotConfiguredtpmNotAvailableです。
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"
    }
  ]
}