Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.48 KB

File metadata and controls

58 lines (51 loc) · 1.48 KB
title cloudApplicationEvidence resource type
description A cloud application that is reported in the alert.
ms.date 11/11/2022
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

cloudApplicationEvidence resource type

Namespace: microsoft.graph.security

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