| title | httpRequestEndpoint resource type |
|---|---|
| description | The HTTP endpoint that a custom extension calls. |
| author | soneff |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The HTTP endpoint that a custom extension calls.
Inherits from customExtensionEndpointConfiguration.
| Property | Type | Description |
|---|---|---|
| targetUrl | String | The HTTP endpoint that a custom extension calls. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.httpRequestEndpoint",
"targetUrl": "String"
}