Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.19 KB

File metadata and controls

47 lines (36 loc) · 1.19 KB
title oAuthConsentAppDetail resource type
description Represents details required for the oAuth technique.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

oAuthConsentAppDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents details required for the oAuth technique. Admins can configure the scope, name, and logo for a phish app that is associated to a simulation.

Properties

Property Type Description
appScope oAuthAppScope App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.
displayLogo String App display logo.
displayName String App name.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.oAuthConsentAppDetail",
  "appScope": "String",
  "displayLogo": "String",
  "displayName": "String"
}