Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.62 KB

adminreportsettings.md

File metadata and controls

46 lines (36 loc) · 1.62 KB
title description ms.localizationpriority doc_type ms.subservice author
adminReportSettings resource type
Represents the tenant-level settings for Microsoft 365 reports.
medium
resourcePageType
reports
qiwhuang

adminReportSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the tenant-level settings for Microsoft 365 reports.

Methods

Method Return type Description
Get adminReportSettings adminReportSettings Get the tenant-level settings for Microsoft 365 Reports.
Update adminReportSettings adminReportSettings Update tenant-level settings for Microsoft 365 Reports.

Properties

Property Type Description
displayConcealedNames Boolean If set to true, all reports will conceal user information such as usernames, groups, and sites. If false, all reports will show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.adminReportSettings",
  "displayConcealedNames": "Boolean"
}