Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The connectionInfo object defines the resource locator that is used to communicate with a resource in Microsoft Entra Entitlement Management.
The following types are derived from connectionInfo:
In entitlement management, this object is configured in the following properties and relationships:
- connectionInfo property of accessPackageResourceEnvironment
- connectionInfo property of externalOriginResourceConnector
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.connectionInfo",
"url": "String"
}