Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.54 KB

security-cloudapplicationevidence.md

File metadata and controls

60 lines (52 loc) · 1.54 KB
title description ms.date author ms.localizationpriority ms.subservice doc_type
cloudApplicationEvidence resource type
A cloud application that is reported in the alert.
09/09/2021
BenAlfasi
medium
security
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 is a JSON representation of the resource.

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