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
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 SharePoint API usage reports. This resource allows you to enable, disable, or view the status of API usage report metrics.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | apiUsageReportEnablementStatus collection | Get the list of SharePoint API usage report metrics and their enablement status for the tenant. |
| Enable API usage report | apiUsageReportEnablementStatus | Enable a SharePoint API usage report metric for the tenant. |
| Disable API usage report | apiUsageReportEnablementStatus | Disable a SharePoint API usage report metric for the tenant. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the SharePoint report settings object. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| apiUsageReportMetrics | apiUsageReportEnablementStatus collection | The collection of API usage report metrics and the status of their enablement. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointReportSettings",
"id": "String (identifier)"
}