Table of Contents

Global Administrator

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the Global Administrator permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier - -
DisplayText - -
Description - -
AdminConsentRequired Yes No

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: cloudPcExternalPartner

Property Type Description
connectionStatus cloudPcExternalPartnerStatus The status of external partner connection. Possible values are notAvailable, available, healthy, unhealthy, and unknownFutureValue. Default value is available. Read-only.
enableConnection Boolean Enable or disable the connection to an external partner. If true, an external partner API accepts incoming calls from external partners. Required. Supports $filter (eq).
id String The unique identifier for the Cloud PC external partner entity record. Automatically generated when created. Read-only.
lastSyncDateTime DateTimeOffset Last data sync time for this external partner. The timeStamp type represents date and time information in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'.
partnerId String The partner identifier used to identify the external partner. When the Cloud PC service is ready to integrate with a new external partner, it generates a GUID to represent this partner. The Cloud PC service provides this partner ID to the partner, which can then use it to call this Microsoft Graph API and external partner APIs. Read-only.
statusDetails String Status details message. Read-only.
agentSetting cloudPcExternalPartnerAgentSetting The agent settings associated with the external partner.