IndustryData.ReadBasic.All
Allows the app to read basic Industry Data service and resource information 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.ReadBasic.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 | 4f5ac95f-62fd-472c-b60f-125d24ca0bc5 | 60382b96-1f5e-46ea-a544-0407e489e588 |
DisplayText | View basic service and resource information | Read basic Industry Data service and resource definitions |
Description | Allows the app to read basic service and resource information without a signed-in user. | Allows the app to read basic Industry Data service and resource information 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: fileValidateOperation
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The date and time when this operation was created. Inherited from validateOperation. |
errors | microsoft.graph.publicError collection | Set of errors discovered through validation. Inherited from validateOperation. |
id | String | The unique identifier for the operation. Inherited from validateOperation. |
lastActionDateTime | DateTimeOffset | The date and time when the last action was run on this operation. Inherited from validateOperation. |
resourceLocation | String | The canonical URL of the resource. Inherited from validateOperation. |
status | longRunningOperationStatus | The status of the long-running operation. Inherited from validateOperation. Possible values are: notStarted , running , succeeded , failed , unknownFutureValue . |
statusDetail | String | The detail about the status value. Inherited from validateOperation. |
validatedFiles | String collection | Set of files validated by the validate operation. |
warnings | microsoft.graph.publicError collection | Set of warnings discovered through validation. Inherited from validateOperation. |