{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.azureAdTokenAuthentication", "title": "microsoft.graph.azureAdTokenAuthentication", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration" }, { "title": "azureAdTokenAuthentication", "required": [ "@odata.type" ], "type": "object", "properties": { "resourceId": { "type": "string", "description": "The appID of the Microsoft Entra application to use to authenticate an app with a custom extension.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.azureAdTokenAuthentication" } } } ], "x-ms-discriminator-value": "#microsoft.graph.azureAdTokenAuthentication" }