次の方法で共有


cloudApplicationEvidence リソースの種類

名前空間: microsoft.graph.security

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

alertEvidence から継承します。

プロパティ

プロパティ 説明
appId Int64 アプリケーションの一意識別子。
displayName String アプリケーションの名前。
instanceId Int64 サービスとしてのソフトウェア (SaaS) アプリケーションのインスタンスの識別子。
instanceName String SaaS アプリケーションのインスタンスの名前。
saasAppId Int64 SaaS アプリケーションの識別子。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.cloudApplicationEvidence",
  "createdDateTime": "String (timestamp)",
  "verdict": "String",
  "remediationStatus": "String",
  "remediationStatusDetails": "String",
  "roles": [
    "String"
  ],
  "tags": [
    "String"
  ],
  "appId": "Integer",
  "displayName": "String",
  "instanceId": "Integer",
  "instanceName": "String",
  "saasAppId": "Integer"
}