Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 1.45 KB

File metadata and controls

58 lines (50 loc) · 1.45 KB
title oauthApplicationEvidence resource type
description An OAuth application that is reported in the alert as evidence.
ms.date 09/09/2021
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

oauthApplicationEvidence resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

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 JSON representation shows the resource type.

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