Microsoft Graph · Schema

connectionInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
url string The endpoint that is used by Entitlement Management to communicate with the access package resource.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphconnectioninfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.connectionInfo",
  "title": "connectionInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The endpoint that is used by Entitlement Management to communicate with the access package resource.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}