Table of Contents

IndustryData-ReferenceDefinition.Read.All

Allows the app to read reference definitions 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 IndustryData-ReferenceDefinition.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 6ee891c3-74a4-4148-8463-0c834375dfaf a3f96ffe-cb84-40a8-ac85-582d7ef97c2a
DisplayText View reference definitions View reference definitions
Description Allows the app to read reference definitions without a signed-in user. Allows the app to read reference definitions 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: referenceDefinition

Property Type Description
code String The code value for the definition that must be unique within the referenceType.
createdDateTime DateTimeOffset The date and time when the definition was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
displayName String A human-readable representation of the reference code value for display in a user interface.
isDisabled Boolean Indicates whether the definition is disabled.
lastModifiedDateTime DateTimeOffset The date and time when the definition was most recently changed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
referenceType String The categorical type for a collection of enumerated values.
sortIndex Int32 The index that specifies the order in which to present the definition to the user. Must be unique within the referenceType.
source String The standards body or organization source which defined the code.