teamsAppSettings 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 tenant-wide settings for all Teams apps in the tenant.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get teamsAppSettings | teamsAppSettings | Get the tenant-wide settings for all Teams apps in the tenant. |
Update teamsAppSettings | teamsAppSettings | Update the tenant-wide settings for all Teams apps in the tenant. |
Properties
Property | Type | Description |
---|---|---|
allowUserRequestsForAppAccess | Boolean | Indicates whether users are allowed to request access to the unavailable Teams apps. |
isChatResourceSpecificConsentEnabled | Boolean | Indicates whether resource-specific consent for chats/meetings has been enabled for the tenant. If true, Teams apps that are allowed in the tenant and require resource-specific permissions can be installed inside chats and meetings. If false, the installation of any Teams app that requires resource-specific permissions in a chat or a meeting will be blocked. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.teamsAppSettings",
"id": "String (identifier)",
"allowUserRequestsForAppAccess": "Boolean",
"isChatResourceSpecificConsentEnabled": "Boolean"
}
See also
Feedback
Submit and view feedback for