Type de ressource oAuthConsentAppDetail
Espace de noms: microsoft.graph
Représente les détails requis pour la technique oAuth. Les administrateurs peuvent configurer l’étendue, le nom et le logo d’une application hameçonnage associée à une simulation.
Propriétés
Propriété | Type | Description |
---|---|---|
appScope | oAuthAppScope | Étendue de l’application. Les valeurs possibles sont les suivantes : unknown , readCalendar , readContact , readMail , readAllChat , readAllFile , readAndWriteMail , sendMail , unknownFutureValue . |
displayLogo | Chaîne | Logo d’affichage de l’application. |
displayName | Chaîne | Nom de l’application. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.oAuthConsentAppDetail",
"appScope": "String",
"displayLogo": "String",
"displayName": "String"
}