{
"type": "object",
"description": "Specify the app\u0027s Graph connector configuration. If this is present then webApplicationInfo.id must also be specified.",
"properties": {
"notificationUrl": {
"$ref": "#/definitions/httpsUrl",
"description": "The url where Graph-connector notifications for the application should be sent."
}
},
"required": [
"notificationUrl"
],
"additionalProperties": false
}
Properties
notificationUrl
The url where Graph-connector notifications for the application should be sent.
Type
string
Required
✅
Constraints
Maximum string length: 2048.
Supported values
The string must start with https://.