membershipOutlierInsight 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 an insight provided to reviewers based on whether a user has low affiliation with other users within the group.

Inherits from governanceInsight.

Properties

Property Type Description
memberId String Indicates the identifier of the user.
containerId String Indicates the identifier of the container, for example, a group ID.
outlierContainerType outlierContainerType Indicates the type of container. The possible values are: group, unknownFutureValue.
outlierMemberType outlierMemberType Indicates the type of outlier member. The possible values are: user, unknownFutureValue.

Relationships

Relationship Type Description
container directoryObject Navigation link to the container directory object. For example, to a group.
member directoryObject Navigation link to a member object. For example, to a user.
lastModifiedBy user Navigation link to a member object who modified the record. For example, to a user.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.membershipOutlierInsight",
  "id": "String (identifier)",
  "insightCreatedDateTime": "String (timestamp)",
  "memberId": "String",
  "containerId": "String",
  "outlierContainerType": "String",
  "outlierMemberType": "String"
}