次の方法で共有


oauthApplicationEvidence リソースの種類

名前空間: microsoft.graph.security

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

アラートで報告される OAuth アプリケーション。

alertEvidence から継承します。

プロパティ

プロパティ 説明
appId String アプリケーションの一意識別子。
displayName String アプリケーションの名前。
objectId String Azure AD のアプリケーション オブジェクトの一意識別子。
publisher String アプリケーション発行元の名前。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.oauthApplicationEvidence",
  "createdDateTime": "String (timestamp)",
  "verdict": "String",
  "remediationStatus": "String",
  "remediationStatusDetails": "String",
  "roles": [
    "String"
  ],
  "tags": [
    "String"
  ],
  "appId": "String",
  "displayName": "String",
  "objectId": "String",
  "publisher": "String"
}