Table of Contents

Site.Manage.All

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 Site.Manage.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 - -
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: contentModel

Property Type Description
createdBy identitySet Identity of the user, device, or applicationthat created the item. Read-only.
createdDateTime DateTimeOffset Date and time of item creation. Read-only.
id String The ID of the content model. Read-only.
lastModifiedBy identitySet Identity of the user, device, or application that modified the item. Read-only.
lastModifiedDateTime DateTimeOffset Date and time of item last modification. Read-only.
modelType contentModelType The type of the contentModel. The possible values are: teachingMethod, layoutMethod, freeformSelectionMethod, prebuiltContractModel, prebuiltInvoiceModel, prebuiltReceiptModel, unknownFutureValue.
name String The name of the **c