Table of Contents

Namespace System.Integration.Graph

Namespace

Name Summary
System.Integration.Graph.Authorization

Codeunit

Name Summary
Codeunit System.Integration.Graph."Graph Client" Exposes functionality to query Microsoft Graph Api
Codeunit System.Integration.Graph."Graph Optional Parameters" Holder for the optional Microsoft Graph HTTP headers and URL parameters.
Codeunit System.Integration.Graph."Graph Pagination Data" Holder for pagination data when working with Microsoft Graph API responses.

Enum

Name Summary
Enum System.Integration.Graph."Graph API Version" Defines the available API versions for Microsoft Graph API. See: https://learn.microsoft.com/en-us/graph/versioning-and-support#versions
Enum System.Integration.Graph."Graph ConflictBehavior" The conflict resolution behavior for actions that create a new item. You can use the values fail, replace, or rename. The default for PUT is replace. An item will never be returned with this annotation. Write-only. See: https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0#instance-attributes
Enum System.Integration.Graph."Graph OData Query Parameter" A Microsoft Graph API operation might support one or more of the following OData system query options. These query options are compatible with the OData V4 query language and are supported only in GET operations. See: hhttps://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#odata-system-query-options
Enum System.Integration.Graph."Graph Request Header" The supported request header for the Microsoft Graph API