| title | customAppSettings resource type |
|---|---|
| description | Represents tenant-wide custom app settings for all Microsoft Teams apps. |
| author | shsarda |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 03/25/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents tenant-wide custom app settings for all Microsoft Teams apps.
| Property | Type | Description |
|---|---|---|
| developerToolsForShowingAppUsageMetrics | appDevelopmentPlatforms | A comma-separated list of developer tools that are allowed to display app usage metrics. The possible values are: developerPortal, unknownFutureValue. |
| Member | Description |
|---|---|
| developerPortal | Enables the developer portal to display app usage metrics. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customAppSettings",
"developerToolsForShowingAppUsageMetrics": "String"
}