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
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 |
|---|---|---|
| containerId | String | Indicates the identifier of the container, for example, a group ID. |
| memberId | String | Indicates the identifier of the user. |
| 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. |
| lastModifiedBy | user | Navigation link to a member object who modified the record. For example, to a user. |
| member | directoryObject | Navigation link to a member object. For example, to a user. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.membershipOutlierInsight",
"id": "String (identifier)",
"insightCreatedDateTime": "String (timestamp)",
"memberId": "String",
"containerId": "String",
"outlierContainerType": "String",
"outlierMemberType": "String"
}