deviceCompliancePolicySettingState リソースの種類

名前空間: microsoft.graph

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

特定のデバイスに関する、デバイス コンプライアンス ポリシーの設定状態です。

プロパティ

プロパティ 説明
setting String レポートされる設定値。
settingName String レポートされている、ローカライズされた設定名またはユーザー フレンドリな設定名
instanceDisplayName String レポートされている設定インスタンスの名前です。
state complianceStatus 設定のコンプライアンス状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。
errorCode Int64 設定のエラー コード
errorDescription String エラーの説明
userId String UserId
userName String UserName
userEmail String UserEmail
userPrincipalName String UserPrincipalName。
sources settingSource コレクション 投稿ポリシー
currentValue String デバイスに関する設定の現在の値

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.deviceCompliancePolicySettingState",
  "setting": "String",
  "settingName": "String",
  "instanceDisplayName": "String",
  "state": "String",
  "errorCode": 1024,
  "errorDescription": "String",
  "userId": "String",
  "userName": "String",
  "userEmail": "String",
  "userPrincipalName": "String",
  "sources": [
    {
      "@odata.type": "microsoft.graph.settingSource",
      "id": "String",
      "displayName": "String",
      "sourceType": "String"
    }
  ],
  "currentValue": "String"
}