adminReportSettings 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.
Represents the tenant-level settings for Microsoft 365 reports.
Methods
Method | Return type | Description |
---|---|---|
Get | adminReportSettings | Get the tenant-level settings for Microsoft 365 reports. |
Update | adminReportSettings | Update tenant-level settings for Microsoft 365 reports. |
Properties
Property | Type | Description |
---|---|---|
displayConcealedNames | Boolean | If set to true , all reports conceal user information such as usernames, groups, and sites. If false , all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.adminReportSettings",
"displayConcealedNames": "Boolean"
}