adminReportSettings resource type
Namespace: microsoft.graph
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"
}