Skip to content

Commit dcde023

Browse files
adding client app id
1 parent b1c5ef7 commit dcde023

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

api-reference/beta/resources/teamsappauthorization.md

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

2324
## Relationships
@@ -37,5 +38,4 @@ The following JSON representation shows the resource type.
3738
"@odata.type": "microsoft.graph.teamsAppPermissionSet"
3839
}
3940
}
40-
```
41-
41+
```

changelog/Microsoft.Teams.GraphSvc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "3c1cbe3b-c55a-4ab6-a055-53af1db155b0",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "clientAppId",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **clientAppId** property to the [teamsAppAuthorization](https://learn.microsoft.com/en-us/graph/api/resources/teamsAppAuthorization?view=graph-rest-beta) resource.",
11+
"Target": "teamsAppAuthorization"
12+
}
13+
],
14+
"Id": "3c1cbe3b-c55a-4ab6-a055-53af1db155b0",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2024-08-02T19:05:03.3806123Z",
18+
"WorkloadArea": "Teamwork",
19+
"SubArea": "Microsoft.Teams.Shifts"
20+
},
321
{
422
"ChangeList": [
523
{

0 commit comments

Comments
 (0)