Table of Contents

BrowserSiteLists.Read.All

Allows an app to read the browser site lists configured for your organization, 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 BrowserSiteLists.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 c5ee1f21-fc7f-4937-9af0-c91648ff9597 fb9be2b7-a7fc-4182-aec1-eda4597c43d5
DisplayText Read all browser site lists for your organization Read browser site lists for your organization
Description Allows an app to read all browser site lists configured for your organization, without a signed-in user. Allows an app to read the browser site lists configured for your organization, on behalf of the signed-in user.
AdminConsentRequired Yes No

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

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

Graph reference: browserSharedCookie

Property Type Description
comment String The comment for the shared cookie.
createdDateTime DateTimeOffset The date and time when the shared cookie was created.
deletedDateTime DateTimeOffset The date and time when the shared cookie was deleted.
displayName String The name of the cookie.
history browserSharedCookieHistory collection The history of modifications applied to the cookie.
hostOnly Boolean Controls whether a cookie is a host-only or domain cookie.
hostOrDomain String The URL of the cookie.
id String The unique identifier for the cookie.
lastModifiedBy identitySet The user who last modified the cookie.
lastModifiedDateTime DateTimeOffset The date and time when the cookie was last modified.
path String The path of the cookie.
sourceEnvironment browserSharedCookieSourceEnvironment Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge, internetExplorer11, both, unknownFutureValue.
status browserSharedCookieStatus The status of the cookie. The possible values are: published, pendingAdd, pendingEdit, pendingDelete, unknownFutureValue.