powerliftIncidentMetadata リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

ユーザーに関連付けられているアプリ診断のコレクション。

プロパティ

プロパティ 説明
powerliftId Guid アプリ診断の一意識別子。 例: 8520467a-49a9-44a4-8447-8dfb8bec6726
easyId String ユーザー フレンドリな 8 文字の 16 進文字列としての一意のアプリ診断識別子。 例: 8520467A
createdAtDateTime DateTimeOffset アプリ診断が作成された時刻。 例: 2022-04-19T17:24:45.313Z
platform String 診断元のデバイスの OS。 例: iOS
アプリケーション String 診断の元となるアプリケーションの名前。 例: com.microsoft.CompanyPortal
clientVersion String アプリケーションのバージョン。 例: 5.2203.1
ロケール String アプリケーションのロケール情報。 例: en-US
fileNames String collection 診断に関連付けられているファイルの一覧。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.powerliftIncidentMetadata",
  "powerliftId": "Guid",
  "easyId": "String",
  "createdAtDateTime": "String (timestamp)",
  "platform": "String",
  "application": "String",
  "clientVersion": "String",
  "locale": "String",
  "fileNames": [
    "String"
  ]
}