Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.54 KB

File metadata and controls

60 lines (52 loc) · 1.54 KB
title cloudApplicationEvidence resource type
description A cloud application that is reported in the alert.
ms.date 09/09/2021
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

cloudApplicationEvidence resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

A cloud application that is reported in the alert.

Inherits from alertEvidence.

Properties

Property Type Description
appId Int64 Unique identifier of the application.
displayName String Name of the application.
instanceId Int64 Identifier of the instance of the Software as a Service (SaaS) application.
instanceName String Name of the instance of the SaaS application.
saasAppId Int64 The identifier of the SaaS application.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@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"
}