Table of Contents

IndustryData-InboundFlow.Read.All

Allows the app to read inbound data flows 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-InboundFlow.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 305f6ba2-049a-4b1b-88bb-fe7e08758a00 cb0774da-a605-42af-959c-32f438fb38f4
DisplayText View inbound flow definitions View inbound flow definitions
Description Allows the app to read inbound data flows without a signed-in user. Allows the app to read inbound data flows 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: inboundFlow

Property Type Description
dataDomain microsoft.graph.industryData.inboundDomain The category of data that this flow imports. The possible values are: educationRostering, unknownFutureValue.
displayName String The name of the activity. Inherited from industryDataActivity.
effectiveDateTime DateTimeOffset The start of the time window when the flow is allowed to run. 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.
expirationDateTime DateTimeOffset The end of the time window when the flow is allowed to run. 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.
readinessStatus microsoft.graph.industryData.readinessStatus The state of the activity from its creation through when it is ready to do work. Inherited from industryDataActivity. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue.