Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 895 Bytes

File metadata and controls

40 lines (32 loc) · 895 Bytes
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

httpRequestEndpoint resource type

Namespace: microsoft.graph

The HTTP endpoint that a custom extension calls.

Inherits from customExtensionEndpointConfiguration.

Properties

Property Type Description
targetUrl String The HTTP endpoint that a custom extension calls.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.httpRequestEndpoint",
  "targetUrl": "String"
}