Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1.38 KB

security-oauthapplicationevidence.md

File metadata and controls

56 lines (49 loc) · 1.38 KB
title description ms.date author ms.localizationpriority ms.subservice doc_type
oauthApplicationEvidence resource type
An OAuth application that is reported in the alert as evidence.
11/11/2022
BenAlfasi
medium
security
resourcePageType

oauthApplicationEvidence resource type

Namespace: microsoft.graph.security

An OAuth application that is reported in the alert.

Inherits from alertEvidence.

Properties

Property Type Description
appId String Unique identifier of the application.
displayName String Name of the application.
objectId String The unique identifier of the application object in Azure AD.
publisher String The name of the application publisher.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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