Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 944 Bytes

File metadata and controls

35 lines (30 loc) · 944 Bytes
title description author ms.localizationpriority ms.subservice doc_type
connectionInfo resource type
The connectionInfo object defines the connection information that is used to communicate with a resource.
markwahl-msft
medium
entra-id-governance
resourcePageType

connectionInfo resource type

Namespace: microsoft.graph

The connectionInfo object defines the resource locator that is used to communicate with a resource in Microsoft Entra Entitlement Management.

Properties

Property Type Description
url String The endpoint that is used by Entitlement Management to communicate with the access package resource.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.connectionInfo",
  "url": "String"
}