Skip to content

Commit 79a40d7

Browse files
authored
Merge branch 'main' into user/vasanthaleti/EnhancedRestoreMailboxTypeSupport
2 parents 0c28917 + 1b8b1d0 commit 79a40d7

File tree

499 files changed

+2478
-981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+2478
-981
lines changed

api-reference/beta/resources/aaduserconversationmember.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Inherits from [conversationMember](conversationmember.md).
5151
|userId| String | The GUID of the user. |
5252
|visibleHistoryStartDateTime| DateTimeOffset | The timestamp that denotes how far back the history of a conversation is shared with the conversation member. This property is settable only for members of a chat.|
5353

54+
## Relationships
55+
None.
56+
5457
## JSON representation
5558

5659
The following JSON representation shows the resource type.

api-reference/beta/resources/aaduserconversationmemberresult.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Inherits from [actionResultPart](actionresultpart.md).
2525
|error|[publicError](publicerror.md) |The error that occurred, if any, during the course of the bulk operation.|
2626
|userId|String|The user object ID of the Microsoft Entra user that was being added as part of the bulk operation.|
2727

28+
## Relationships
29+
None.
30+
2831
## JSON representation
2932

3033
The following JSON representation shows the resource type.

api-reference/beta/resources/acceptjoinresponse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Represents a response to accept a participant who tries to join the meeting.
2020

2121
None.
2222

23+
## Relationships
24+
None.
25+
2326
## JSON representation
2427

2528
The following JSON representation shows the resource type.

api-reference/beta/resources/accessaction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ms.subservice: "sharepoint"
1212
Namespace: microsoft.graph
1313

1414

15-
1615
The presence of the **accessAction** resource on an [**itemActivity**][activity] indicates that the activity accessed an item.
1716

1817
>**Note:** Access activity records are currently only available on SharePoint and OneDrive for Business.
@@ -21,7 +20,10 @@ The presence of the **accessAction** resource on an [**itemActivity**][activity]
2120

2221
## Properties
2322

24-
This resource type has no properties.
23+
None.
24+
25+
## Relationships
26+
None.
2527

2628
## JSON representation
2729

api-reference/beta/resources/accessreviewhistoryinstance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Namespace: microsoft.graph
3838
|runDateTime|DateTimeOffset|The date and time when the instance's history data is scheduled to be generated.|
3939
|status|accessReviewHistoryStatus|Represents the status of the review history data collection. The possible values are: `done`, `inProgress`, `error`, `requested`, `unknownFutureValue`. Once the **status** is marked as `done`, you can generate a link retrieve the instance's data by calling [generateDownloadUri](../api/accessreviewhistoryinstance-generatedownloaduri.md) method.|
4040

41+
## Relationships
42+
None.
43+
4144
## JSON representation
4245

4346
The following JSON representation shows the resource type.

api-reference/beta/resources/accessreviewinstancedecisionitemtarget.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Represents a base class for different types of review targets, each one with its
2121
## Properties
2222
None.
2323

24+
## Relationships
25+
None.
26+
2427
## JSON representation
2528
The following JSON representation shows the resource type.
2629
<!-- {

api-reference/beta/resources/accessreviewrecurrencesettings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The **accessReviewRecurrenceSettings** resource type is used in the [accessRevie
2727
| durationInDays | Int32 | The duration in days for recurrence. |
2828
| recurrenceCount | Int32 | The count of recurrences, if the value of **recurrenceEndType** is `occurrences`, or `0` otherwise. |
2929

30+
## Relationships
31+
None.
32+
3033
## JSON representation
3134

3235
<!-- {

api-reference/beta/resources/accessreviewsettings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Provides more settings when creating an access review, to control the feature be
3232
| autoApplyReviewResultsEnabled | Boolean | Indicates whether the auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. |
3333
| accessRecommendationsEnabled | Boolean | Indicates whether showing recommendations to reviewers is enabled. |
3434

35+
## Relationships
36+
None.
37+
3538
## JSON representation
3639
<!-- {
3740
"blockType": "resource",

api-reference/beta/resources/addin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Defines custom behavior that a consuming service can use to call an app in speci
2323
|properties|[keyValue](keyvalue.md) collection|The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the **addIns** collection. Required.|
2424
|type|string|The unique name for the functionality exposed by the app. |
2525

26+
## Relationships
27+
None.
28+
2629
## JSON representation
2730

2831
The following JSON representation shows the resource type.

api-reference/beta/resources/adminreportsettings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Represents the tenant-level settings for Microsoft 365 reports.
2929
| -------------- | -------------- | ------------------------------------------- |
3030
| displayConcealedNames | Boolean | If set to `true`, all reports conceal user information such as usernames, groups, and sites. If `false`, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required. |
3131

32+
## Relationships
33+
None.
34+
3235
## JSON representation
3336

3437
The following JSON representation shows the resource type.

0 commit comments

Comments
 (0)