| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
"@odata.type" = "#microsoft.graph.teamsAppSettings"
allowUserRequestsForAppAccess = "true"
}
Update-MgTeamworkTeamAppSetting -BodyParameter $params