decisionItemPrincipalResourceMembership resource type

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.

Represents details of the type of membership that a principal has to the resource associated with an accessReviewInstanceDecisionItem object. For example, the principal can have direct or indirect access to the resource. Each decision in an access review represents a principal's access to a 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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.decisionItemPrincipalResourceMembership",
  "membershipType": "String"
}