Specify the app's Graph connector configuration. If this is present, then webApplicationInfo.id must also be specified.
Properties that reference this object type:
Syntax
{
"notificationUrl": "{string}"
}
{
"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/anyHttpUrl",
"description": "The url where Graph-connector notifications for the application should be sent."
}
},
"required": [
"notificationUrl"
],
"additionalProperties": false
}
{
"notificationUrl": "{string}"
}
{
"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.
Constraints
Maximum string length: 2048.
Supported values
The string must start with http:// or https://.