{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.oAuthConsentAppDetail", "title": "oAuthConsentAppDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "appScope": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.oAuthAppScope" }, { "type": "object", "nullable": true } ], "description": "App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue." }, "displayLogo": { "type": "string", "description": "App display logo.", "nullable": true }, "displayName": { "type": "string", "description": "App name.", "nullable": true }, "@odata.type": { "type": "string" } } }