Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.connectionInfo",
"url": "String"
}