Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 960 Bytes

File metadata and controls

42 lines (33 loc) · 960 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

[!INCLUDE beta-disclaimer]

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"
}