teamsAppSettings resource type
Namespace: microsoft.graph
Represents tenant-wide settings for all Teams apps in the tenant.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | teamsAppSettings | Get the tenant-wide settings for all Teams apps in the tenant. |
Update | 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. |
id | String | Unique identifier for the teamsAppSettings object. Inherited from entity. |
isUserPersonalScopeResourceSpecificConsentEnabled | Boolean | Indicates whether resource-specific consent for personal scope in Teams apps is enabled for the tenant. True indicates that Teams apps that are allowed in the tenant and require resource-specific permissions can be installed in the personal scope. False blocks the installation of any Teams app that requires resource-specific permissions in the personal scope. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppSettings",
"allowUserRequestsForAppAccess": "Boolean",
"id": "String (identifier)",
"isUserPersonalScopeResourceSpecificConsentEnabled": "Boolean"
}