{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.teamsAppAuthorization", "title": "teamsAppAuthorization", "required": [ "@odata.type" ], "type": "object", "properties": { "clientAppId": { "type": "string", "description": "The registration ID of the Microsoft Entra app ID associated with the teamsApp.", "nullable": true }, "requiredPermissionSet": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamsAppPermissionSet" }, { "type": "object", "nullable": true } ], "description": "Set of permissions required by the teamsApp." }, "@odata.type": { "type": "string" } } }