Table of Contents

RemoteTenantGroups.Read.All

Allows the app to read available properties of remoteTenantGroups, on behalf of the signed-in user.

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 RemoteTenantGroups.Read.All 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 faa08cc0-0dcd-4ea9-9f9c-8b16f842b36e d207fff0-6e36-4360-a23b-495e23b60385
DisplayText Read RemoteTenantGroups information Read RemoteTenantGroups information
Description Allows the app to read available properties on remoteTenantGroups, without a signed-in user. Allows the app to read available properties of remoteTenantGroups, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

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

Graph reference: remoteTenantGroup

Property Type Description
deletedDateTime DateTimeOffset Date and time when this object was deleted. Always null when the object hasn't been deleted. Inherited from directoryObject.
id String The unique identifier for the object. For example, 12345678-9abc-def0-1234-56789abcde. The value of the id property is often but not exclusively in the form of a GUID; treat it as an opaque identifier and don't rely on it being a GUID. Key. Not nullable. Read-only. Inherited from entity.
remoteGroupDisplayName String Display name of the group in the remote tenant.
remoteGroupId Guid Unique identifier of the group in the remote tenant.
remoteTenantDisplayName String Display name of the remote tenant.
remoteTenantId Guid Unique identifier of the remote tenant.
remoteTenantPrimaryDomain String Primary domain name of the remote tenant.