Skip to content

Commit 7bc7cf7

Browse files
Merge branch 'sthapliyal/addClientAppIdToAppDef' of https://github.com/microsoftgraph/microsoft-graph-docs into sthapliyal/addClientAppIdToAppDef
2 parents db15e40 + bd7db8d commit 7bc7cf7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

api-reference/beta/resources/teamsappauthorization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The authorization details of a [teamsApp](teamsapp.md).
1818
## Properties
1919
|Property|Type|Description|
2020
|:---|:---|:---|
21-
|clientAppId|String|Registration ID of the EntraID app associated with the [teamsApp](teamsapp.md) |
21+
|clientAppId|String|The registration ID of the Microsoft Entra app ID associated with the [teamsApp](teamsapp.md). |
2222
|requiredPermissionSet|[teamsAppPermissionSet](../resources/teamsapppermissionset.md)|Set of permissions required by the [teamsApp](teamsapp.md).|
2323

2424
## Relationships
@@ -34,8 +34,9 @@ The following JSON representation shows the resource type.
3434
``` json
3535
{
3636
"@odata.type": "#microsoft.graph.teamsAppAuthorization",
37+
"clientAppId": "String",
3738
"requiredPermissionSet": {
3839
"@odata.type": "microsoft.graph.teamsAppPermissionSet"
3940
}
4041
}
41-
```
42+
```

changelog/Microsoft.Teams.GraphSvc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"Id": "3c1cbe3b-c55a-4ab6-a055-53af1db155b0",
1515
"Cloud": "Prod",
1616
"Version": "beta",
17-
"CreatedDateTime": "2024-08-02T19:05:03.3806123Z",
18-
"WorkloadArea": "Teamwork",
19-
"SubArea": "Microsoft.Teams.Shifts"
17+
"CreatedDateTime": "2024-08-08T19:05:03.3806123Z",
18+
"WorkloadArea": "Teamwork and communications",
19+
"SubArea": "Apps"
2020
},
2121
{
2222
"ChangeList": [

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Enabled the `Spain` and `Mexico` values as supported regions for the **region**
5656

5757
Deprecated the `noLicensesAvailable` member on [frontlineCloudPcAccessState](/graph/api/resources/cloudpc?view=graph-rest-beta&preserve-view=true#frontlinecloudpcaccessstate-values).
5858

59+
### Teamwork and communications | Apps
60+
61+
Use the **clientAppId** property on [teamsAppAuthorization](/graph/api/resources/teamsappauthorization?view=graph-rest-beta&preserve-view=true) to get the registration ID of the Microsoft Entra app ID associated with an [app](/graph/api/resources/teamsapp?view=graph-rest-beta&preserve-view=true) in the Microsoft Teams app catalog.
62+
5963
### Teamwork and communications | Calls and online meetings
6064

6165
- Use the **settings** property on [virtualEventTownhall](/graph/api/resources/virtualeventtownhall?view=graph-rest-beta&preserve-view=true) and [virtualEventWebinar](/graph/api/resources/virtualeventwebinar?view=graph-rest-beta&preserve-view=true) to get or set whether attendees receive email notifications for a town hall or webinar.

0 commit comments

Comments
 (0)