Allows the app to read outbound 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-OutboundFlow.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
61d0354c-5d88-483c-b974-a37ec3395a2c
4741a003-8952-4be4-9217-33a0ac327122
DisplayText
View outbound flow definitions
View outbound flow definitions
Description
Allows the app to read outbound data flows without a signed-in user.
Allows the app to read outbound data flows on behalf of the signed-in user.
The date and time when the flowSet 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
The display name of the flowSet provided by the caller.
filter
microsoft.graph.industryData.filter
The collection of provisioning filters applicable to all the flows under the given flowSet.
id
String
The unique identifier for the flowSet. Inherited from entity.
lastModifiedDateTime
DateTimeOffset
The date and time when the flowSet 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.
The date and time when the provisioning flow 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.
id
String
The unique identifier for the provisioning flow. Inherited from entity.
lastModifiedDateTime
DateTimeOffset
The date and time when the provisioning flow 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.
readinessStatus
microsoft.graph.industryData.readinessStatus
The state of the activity from creation through to ready to do work. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue.