businessFlowTemplate resource type (deprecated)

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Caution

This version of the access review API is deprecated and will stop returning data on May 19, 2023. Please use access reviews API.

In the Azure AD access reviews feature, the businesFlowTemplate represents an Azure AD business flow template. The identifier of a template, such as to review guest members of a group, is supplied by the caller when creating an access review.

The business flow template objects are automatically generated when the global administrator onboards the tenant to use the access reviews feature. The business flow templates include access reviews of assignments to an application, memberships of a group, memberships of an Azure AD role, guest user memberships of a group, and guest user assignments to an application. No additional business flow templates can be created.

Methods

Method Return Type Description
List businessFlowTemplates businessFlowTemplate collection Get the business flow templates appropriate to access reviews.

Properties

Property Type Description
id String The feature-assigned identifier of the business flow template. These values are case sensitive.
displayName String The name of the business flow template

Relationships

None.

See also

Method Return Type Description
Create accessReview accessReview Create a new accessReview.

JSON representation

Here is a JSON representation of the resource.

{
 "id": "string (identifier)",
 "displayName": "string"
}