Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Note
This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.
In an accessReviewInstanceDecisionItem, the principalResourceMembership property provides details about the type of membership that a principal has to the associated resource. For example, the principal can have direct or indirect access to the resource.
Properties
| Property | Type | Description |
|---|---|---|
| membershipType | decisionItemPrincipalResourceMembershipType | Type of membership that the principal has to the resource. Multi-valued. The possible values are: direct, indirect, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.decisionItemPrincipalResourceMembership",
"membershipType": "String"
}