Edit

endUserSettings resource type

Namespace: microsoft.graph

Represents settings that control the end user experience for access package suggestions and resource discovery in Microsoft Entra entitlement management. These settings configure how suggestions are provided to end users and what level of related people insights are shown.

Inherits from controlConfiguration.

Methods

Method Return Type Description
Get endUserSettings Read the properties and relationships of an endUserSettings object.
Update endUserSettings Update the properties of an endUserSettings object.

Properties

Property Type Description
relatedPeopleInsightLevel accessPackageSuggestionRelatedPeopleInsightLevel The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue.
showApproverDetailsToMembers Boolean Indicates whether approver details are shown to end users. When true, approver information is visible to members.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.endUserSettings",
  "relatedPeopleInsightLevel": "String",
  "showApproverDetailsToMembers": "Boolean"
}