managedDeviceEncryptionState リソースの種類

名前空間: 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 デバイスのプラットフォーム。 指定可能な値は、 desktopwindowsRTwinMO6nokiawindowsPhonemacwinCEwinEmbeddediPhoneiPadiPodandroidiSocConsumerunixmacMDMholoLenssurfaceHubandroidForWorkandroidEnterpriseblackberrypalmunknown です。
osVersion String デバイスのオペレーティング システム バージョン
tpmSpecificationVersion 文字列 デバイス TPM バージョン
deviceName 文字列 デバイス名
encryptionReadinessState encryptionReadinessState 暗号化の準備状態。 可能な値は、notReadyready です。
encryptionState encryptionState デバイスの暗号化の状態。 可能な値は、notEncryptedencrypted です。
encryptionPolicySettingState complianceStatus 暗号化ポリシーの設定状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。
advancedBitLockerStates advancedBitLockerState 高度な BitLocker 状態。 指定可能な値は、 successnoUserConsentosVolumeUnprotectedosVolumeTpmRequiredosVolumeTpmOnlyRequiredosVolumeTpmPinRequiredosVolumeTpmStartupKeyRequiredosVolumeTpmPinStartupKeyRequiredosVolumeEncryptionMethodMismatchrecoveryKeyBackupFailedfixedDriveNotEncryptedfixedDriveEncryptionMethodMismatchloggedOnUserNonAdminwindowsRecoveryEnvironmentNotConfiguredtpmNotAvailabletpmNotReadynetworkError です。
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"
    }
  ]
}