Table of Contents

SearchConfiguration.Read.All

Allows the app to read search configuration, 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 SearchConfiguration.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 ada977a5-b8b1-493b-9a91-66c206d76ecf 7d307522-aa38-4cd0-bd60-90c6f0ac50bd
DisplayText Read your organization's search configuration Read your organization's search configuration
Description Allows the app to read search configurations, without a signed-in user. Allows the app to read search configuration, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

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: acronym

Property Type Description
description String A brief description of the acronym that gives users more information about the acronym and what it stands for. Inherited from searchAnswer.
displayName String The actual short form or acronym. Inherited from searchAnswer.
id String The unique identifier (GUID) for the acronym. Inherited from entity.
lastModifiedBy microsoft.graph.identitySet Details of the user who created or last modified the acronym. Inherited from searchAnswer. Read-only.
lastModifiedDateTime DateTimeOffset Date and time when the acronym was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from searchAnswer. Read-only.
standsFor String What the acronym stands for.
state microsoft.graph.search.answerState State of the acronym. Possible values are: published, draft, excluded, unknownFutureValue.
webUrl String The URL of the page or website where users can go for more information about the acronym. Inherited from searchAnswer.