diff --git a/api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md b/api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md
index 603bda2829d..7b96a51f4b0 100644
--- a/api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md
+++ b/api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md
@@ -128,6 +128,7 @@ HTTP/1.1 200 OK
"directoryObjectId": "384974e2-72cd-48de-a6e8-6985d7c5db90",
"displayName": "Jefferson Lee", // Newly Added
"email": "lee@contoso.com", // Newly Added
+ "mailboxType": "user",
"status": "unprotectRequested",
"createdBy": {
"application": {
@@ -163,6 +164,7 @@ HTTP/1.1 200 OK
"displayName": "Mastura Ibrahim", // Newly Added
"email": "mastura@contoso.com", // Newly Added
"status": "unprotected",
+ "mailboxType": "shared",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -196,6 +198,7 @@ HTTP/1.1 200 OK
"directoryObjectId": "2d1d9337-d8f0-456e-92cd-00a3abdd2093",
"displayName": "Ahmad Hakiki", // Newly Added
"email": "ahmad@contoso.com", // Newly Added
+ "mailboxType": "user",
"status": "protectRequested",
"createdBy": {
"application": {
@@ -230,6 +233,7 @@ HTTP/1.1 200 OK
"directoryObjectId": "2e1d9337-d8f0-456e-92cd-00a3abdd2093",
"displayName": "Jeffry Goh", // Newly Added
"email": "jeffry@contoso.com", // Newly Added
+ "mailboxType": "user",
"status": "protected",
"createdBy": {
"application": {
@@ -264,6 +268,7 @@ HTTP/1.1 200 OK
"displayName": "Suresh Pasupuleti", // Newly Added
"email": "suresh@contoso.com", // Newly Added
"status": "unprotected",
+ "mailboxType": "shared",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -331,6 +336,7 @@ HTTP/1.1 200 OK
"displayName": "Jefferson Lee", // Newly Added
"email": "lee@contoso.com", // Newly Added
"status": "protectRequested",
+ "mailboxType": "user",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -364,6 +370,7 @@ HTTP/1.1 200 OK
"directoryObjectId": "184d9337-d8f0-456e-92cd-00a3abdd2093",
"displayName": "Mastura Ibrahim", // Newly Added
"email": "mastura@contoso.com", // Newly Added
+ "mailboxType": "shared",
"status": "protectRequested",
"createdBy": {
"application": {
@@ -399,6 +406,7 @@ HTTP/1.1 200 OK
"displayName": "Esmira Musayeva", // Newly Added
"email": "esmira@contoso.com", // Newly Added
"status": "protectRequested",
+ "mailboxType": "user",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -433,6 +441,7 @@ HTTP/1.1 200 OK
"displayName": "Ahmad Hakiki", // Newly Added
"email": "ahmad@contoso.com", // Newly Added
"status": "protectRequested",
+ "mailboxType": "user",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -467,6 +476,7 @@ HTTP/1.1 200 OK
"displayName": "Rashmi Mishra ", // Newly Added
"email": "rashmi@contoso.com", // Newly Added
"status": "protectRequested",
+ "mailboxType": "shared",
"createdBy": {
"application": {
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
diff --git a/api-reference/beta/api/drive-get.md b/api-reference/beta/api/drive-get.md
index 2547ba65491..612732521b8 100644
--- a/api-reference/beta/api/drive-get.md
+++ b/api-reference/beta/api/drive-get.md
@@ -1,8 +1,8 @@
---
-author: spgraph-docs-team
+title: "Get drive"
description: "Retrieve the properties and relationships of a Drive resource."
ms.date: 09/10/2017
-title: Get drive
+author: spgraph-docs-team
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
diff --git a/api-reference/beta/resources/aaduserconversationmember.md b/api-reference/beta/resources/aaduserconversationmember.md
index ab31fdb4c73..e758a07fa5a 100644
--- a/api-reference/beta/resources/aaduserconversationmember.md
+++ b/api-reference/beta/resources/aaduserconversationmember.md
@@ -51,6 +51,9 @@ Inherits from [conversationMember](conversationmember.md).
|userId| String | The GUID of the user. |
|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.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/aaduserconversationmemberresult.md b/api-reference/beta/resources/aaduserconversationmemberresult.md
index d74aa5320f8..9d8f80b024a 100644
--- a/api-reference/beta/resources/aaduserconversationmemberresult.md
+++ b/api-reference/beta/resources/aaduserconversationmemberresult.md
@@ -25,6 +25,9 @@ Inherits from [actionResultPart](actionresultpart.md).
|error|[publicError](publicerror.md) |The error that occurred, if any, during the course of the bulk operation.|
|userId|String|The user object ID of the Microsoft Entra user that was being added as part of the bulk operation.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/acceptjoinresponse.md b/api-reference/beta/resources/acceptjoinresponse.md
index 8852763138f..605edf79fd7 100644
--- a/api-reference/beta/resources/acceptjoinresponse.md
+++ b/api-reference/beta/resources/acceptjoinresponse.md
@@ -20,6 +20,9 @@ Represents a response to accept a participant who tries to join the meeting.
None.
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/accessaction.md b/api-reference/beta/resources/accessaction.md
index 525ee62898c..ce3caa52e0f 100644
--- a/api-reference/beta/resources/accessaction.md
+++ b/api-reference/beta/resources/accessaction.md
@@ -12,7 +12,6 @@ ms.subservice: "sharepoint"
Namespace: microsoft.graph
-
The presence of the **accessAction** resource on an [**itemActivity**][activity] indicates that the activity accessed an item.
>**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]
## Properties
-This resource type has no properties.
+None.
+
+## Relationships
+None.
## JSON representation
diff --git a/api-reference/beta/resources/accessreviewhistoryinstance.md b/api-reference/beta/resources/accessreviewhistoryinstance.md
index 50d22436c7b..3c987cba9df 100644
--- a/api-reference/beta/resources/accessreviewhistoryinstance.md
+++ b/api-reference/beta/resources/accessreviewhistoryinstance.md
@@ -38,6 +38,9 @@ Namespace: microsoft.graph
|runDateTime|DateTimeOffset|The date and time when the instance's history data is scheduled to be generated.|
|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.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/accessreviewinstancedecisionitemtarget.md b/api-reference/beta/resources/accessreviewinstancedecisionitemtarget.md
index 920e9e93431..383cb779cb5 100644
--- a/api-reference/beta/resources/accessreviewinstancedecisionitemtarget.md
+++ b/api-reference/beta/resources/accessreviewinstancedecisionitemtarget.md
@@ -21,6 +21,9 @@ Represents a base class for different types of review targets, each one with its
## Properties
None.
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
@@ -31,13 +41,6 @@ The following API calls return **asyncJobStatus** resources:
}
```
-## Properties
-
-| Property name | Type | Description |
-|:-----------------------|:-------|:-------------------------------------------------------------------------------------------|
-| **percentageComplete** | Double | A value between 0 and 100 that indicates the percentage complete. |
-| **status** | String | A string value that maps to an enumeration of possible values about the status of the job. |
-
diff --git a/api-reference/beta/resources/attendeebase.md b/api-reference/beta/resources/attendeebase.md
index 14467a0e8b2..7a385db8090 100644
--- a/api-reference/beta/resources/attendeebase.md
+++ b/api-reference/beta/resources/attendeebase.md
@@ -18,6 +18,15 @@ The type of attendee.
Derived from [recipient](recipient.md).
+## Properties
+| Property | Type |Description|
+|:---------------|:--------|:----------|
+|type|String| The type of attendee. Possible values are: `required`, `optional`, `resource`. Currently if the attendee is a person, [findMeetingTimes](../api/user-findmeetingtimes.md) always considers the person is of the `Required` type.|
+|emailAddress|[emailAddress](emailaddress.md)|Includes the name and SMTP address of the attendee.|
+
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
@@ -37,11 +46,6 @@ The following JSON representation shows the resource type.
}
```
-## Properties
-| Property | Type |Description|
-|:---------------|:--------|:----------|
-|type|String| The type of attendee. Possible values are: `required`, `optional`, `resource`. Currently if the attendee is a person, [findMeetingTimes](../api/user-findmeetingtimes.md) always considers the person is of the `Required` type.|
-|emailAddress|[emailAddress](emailaddress.md)|Includes the name and SMTP address of the attendee.|
diff --git a/api-reference/beta/resources/audio.md b/api-reference/beta/resources/audio.md
index 95fcc3f58c8..0e290db907e 100644
--- a/api-reference/beta/resources/audio.md
+++ b/api-reference/beta/resources/audio.md
@@ -21,6 +21,32 @@ The properties of the **Audio** resource are populated by extracting metadata fr
The **Audio** resource is only supported on OneDrive Personal.
+## Properties
+
+| Property | Type | Description |
+| :-------------------- | :------ | :------------------------------------------------------------------- |
+| album | string | The title of the album for this audio file. |
+| albumArtist | string | The artist named on the album for the audio file. |
+| artist | string | The performing artist for the audio file. |
+| bitrate | Int32 | Bitrate expressed in kbps. |
+| composers | string | The name of the composer of the audio file. |
+| copyright | string | Copyright information for the audio file. |
+| disc | Int32 | The number of the disc this audio file came from. |
+| discCount | Int32 | The total number of discs in this album. |
+| duration | Int64 | Duration of the audio file, expressed in milliseconds |
+| genre | string | The genre of this audio file. |
+| hasDrm | Boolean | Indicates if the file is protected with digital rights management. |
+| isVariableBitrate | Boolean | Indicates if the file is encoded with a variable bitrate. |
+| title | string | The title of the audio file. |
+| track | Int32 | The number of the track on the original disc for this audio file. |
+| trackCount | Int32 | The total number of tracks on the original disc for this audio file. |
+| year | Int32 | The year the audio file was recorded. |
+
+[item-resource]: ../resources/driveitem.md
+
+## Relationships
+None.
+
## JSON representation
@@ -46,32 +72,9 @@ The **Audio** resource is only supported on OneDrive Personal.
}
```
-## Properties
-
-| Property | Type | Description |
-| :-------------------- | :------ | :------------------------------------------------------------------- |
-| **album** | string | The title of the album for this audio file. |
-| **albumArtist** | string | The artist named on the album for the audio file. |
-| **artist** | string | The performing artist for the audio file. |
-| **bitrate** | Int32 | Bitrate expressed in kbps. |
-| **composers** | string | The name of the composer of the audio file. |
-| **copyright** | string | Copyright information for the audio file. |
-| **disc** | Int32 | The number of the disc this audio file came from. |
-| **discCount** | Int32 | The total number of discs in this album. |
-| **duration** | Int64 | Duration of the audio file, expressed in milliseconds |
-| **genre** | string | The genre of this audio file. |
-| **hasDrm** | Boolean | Indicates if the file is protected with digital rights management. |
-| **isVariableBitrate** | Boolean | Indicates if the file is encoded with a variable bitrate. |
-| **title** | string | The title of the audio file. |
-| **track** | Int32 | The number of the track on the original disc for this audio file. |
-| **trackCount** | Int32 | The total number of tracks on the original disc for this audio file. |
-| **year** | Int32 | The year the audio file was recorded. |
-
-[item-resource]: ../resources/driveitem.md
-
## Remarks
-For more information about the facets on a DriveItem, see [DriveItem](driveitem.md).
+For more information, see [DriveItem](driveitem.md).
diff --git a/api-reference/beta/resources/callendedeventmessagedetail.md b/api-reference/beta/resources/callendedeventmessagedetail.md
index 3d30a5bb70e..22931fd7a5a 100644
--- a/api-reference/beta/resources/callendedeventmessagedetail.md
+++ b/api-reference/beta/resources/callendedeventmessagedetail.md
@@ -29,6 +29,9 @@ Inherits from [eventMessageDetail](../resources/eventmessagedetail.md).
|callParticipants|[callParticipantInfo](../resources/callparticipantinfo.md) collection|List of call participants.|
|initiator|[identitySet](../resources/identityset.md)|Initiator of the event.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
@@ -28,12 +38,6 @@ Here is a JSON representation of a **currencyColumn** resource.
}
```
-## Properties
-
-| Property | Type | Description |
-| :--------- | :----- | :------------------------------------------------------------ |
-| **locale** | string | Specifies the locale from which to infer the currency symbol. |
-
|Property|Type|Description|
|:---|:---|:---|
|exclusive | Boolean | Indicates whether the object is an [exclusive scope](/exchange/understanding-exclusive-scopes-exchange-2013-help). |
|recipientFilter| String | A filter query that defines how you segment your recipients that admins can manage. |
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/customquestionanswer.md b/api-reference/beta/resources/customquestionanswer.md
index 384a553ea84..c4a99f7245d 100644
--- a/api-reference/beta/resources/customquestionanswer.md
+++ b/api-reference/beta/resources/customquestionanswer.md
@@ -24,6 +24,9 @@ Represents a registrant's answer to the [custom registration question](meetingre
| questionId | String | ID the custom registration question. Read-only.|
| value | String | Answer to the custom registration question. |
+## Relationships
+None.
+
## JSON representation
@@ -29,21 +47,6 @@ Here's a JSON representation of a **dateTimeColumn** resource.
}
```
-## Properties
-
-| Property | Type | Description |
-| :------------ | :----- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| **displayAs** | string | How the value should be presented in the UX. Must be one of `default`, `friendly`, or `standard`. See below for more details. If unspecified, treated as `default`. |
-| **format** | string | Indicates whether the value should be presented as a date only or a date and time. Must be one of `dateOnly` or `dateTime` |
-
-## DisplayAs values
-
-| Value | Description |
-| :----------- | :------------------------------------------------------------------ |
-| **default** | Uses the default rendering in the UX. |
-| **friendly** | Uses a friendly relative representation (for example "today at 3:00 PM") |
-| **standard** | Uses the standard absolute representation (for example "5/10/2017 3:20 PM") |
-
-
-```json
-{
- "Author": "Brad Cleaver",
- "AuthorLookupId": "13",
- "Name": "Kangaroos and Wallabies: A Deep Dive",
- "Color": "Red",
- "Quantity": 350,
-}
-```
-
## Properties
Each user-visible field in the **listItem** is returned as a name-value pair in the **fieldValueSet**.
@@ -50,6 +34,27 @@ GET https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}/items?expan
You may request up to 12 lookup fields in a single query, plus any number of regular fields.
+## Relationships
+None.
+
+## JSON representation
+
+The following JSON representation shows the resource type.
+
+
+```json
+{
+ "Author": "Brad Cleaver",
+ "AuthorLookupId": "13",
+ "Name": "Kangaroos and Wallabies: A Deep Dive",
+ "Color": "Red",
+ "Quantity": 350,
+}
+```
+
+
+
-
-```json
-{
- "sortBy": "default | name | type | size | takenOrCreatedDateTime | lastModifiedDateTime | sequence",
- "viewType": "default | icons | details | thumbnails",
- "sortOrder": "string"
-}
-```
-
## Properties
| Property | Type | Description |
| :------------ | :----- | :--------------------------------------------------------------------------------------------------------------- |
-| **sortBy** | string | The method by which the folder should be sorted. |
-| **sortOrder** | string | If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. |
-| **viewType** | string | The type of view that should be used to represent the folder. |
+| sortBy | string | The method by which the folder should be sorted. |
+| sortOrder | string | If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. |
+| viewType | string | The type of view that should be used to represent the folder. |
You can use the _sortBy_ property to control the sort order of the items in applications that respect the **viewType** facet.
@@ -77,6 +65,23 @@ The following values are defined for the **viewType** property.
[item-resource]: driveitem.md
[folder-facet]: folder.md
+## Relationships
+None.
+
+## JSON representation
+
+The following JSON representation shows the resource type.
+
+
+
+```json
+{
+ "sortBy": "default | name | type | size | takenOrCreatedDateTime | lastModifiedDateTime | sequence",
+ "viewType": "default | icons | details | thumbnails",
+ "sortOrder": "string"
+}
+```
+
diff --git a/api-reference/beta/resources/followupflag.md b/api-reference/beta/resources/followupflag.md
index 9a196d8248a..b0b999e35d5 100644
--- a/api-reference/beta/resources/followupflag.md
+++ b/api-reference/beta/resources/followupflag.md
@@ -24,6 +24,9 @@ Allows setting a flag for the user to follow up on an item later. Supported item
|flagStatus|String|The status for follow-up for an item. Possible values are `notFlagged`, `complete`, and `flagged`.|
|startDateTime|**dateTimeTimeZone**|The date and time that the follow-up is to begin.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/freebusyerror.md b/api-reference/beta/resources/freebusyerror.md
index 1c4b5f4dd7c..09a2fcef3d8 100644
--- a/api-reference/beta/resources/freebusyerror.md
+++ b/api-reference/beta/resources/freebusyerror.md
@@ -23,6 +23,9 @@ Represents error information from attempting to get the availability of a user,
|responseCode |String |The response code from querying for the availability of the user, distribution list, or resource. |
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/genericerror.md b/api-reference/beta/resources/genericerror.md
index 7218b118d50..0f4647be6af 100644
--- a/api-reference/beta/resources/genericerror.md
+++ b/api-reference/beta/resources/genericerror.md
@@ -23,6 +23,9 @@ A general-purpose error.
| message | String | The error message. |
| code | String | The error code. |
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/geolocationcolumn.md b/api-reference/beta/resources/geolocationcolumn.md
index 7f4e2c9b06e..dfb244e6bd7 100644
--- a/api-reference/beta/resources/geolocationcolumn.md
+++ b/api-reference/beta/resources/geolocationcolumn.md
@@ -15,6 +15,9 @@ Namespace: microsoft.graph
The **geolocationColumn** on a [columnDefinition](columndefinition.md) resource indicates that the column holds a geolocation.
+## Relationships
+None.
+
## JSON representation
Here is a JSON representation of a **geolocationColumn** resource.
diff --git a/api-reference/beta/resources/governancepermission.md b/api-reference/beta/resources/governancepermission.md
index b354e86edeb..1bea6e8eebe 100644
--- a/api-reference/beta/resources/governancepermission.md
+++ b/api-reference/beta/resources/governancepermission.md
@@ -27,6 +27,9 @@ Represents the access permission that a [governanceSubject](../resources/governa
|isActive|Boolean|Indicate if the requestor has any active role assignment for the access level.|
|isEligible|Boolean|Indicate if the requestor has any eligible role assignment for the access level.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/governanceroleassignmentrequeststatus.md b/api-reference/beta/resources/governanceroleassignmentrequeststatus.md
index da10e0d4459..2014901e02f 100644
--- a/api-reference/beta/resources/governanceroleassignmentrequeststatus.md
+++ b/api-reference/beta/resources/governanceroleassignmentrequeststatus.md
@@ -24,6 +24,9 @@ Represents the status of the [governanceRoleAssignmentRequest](../resources/gove
| subStatus | String | The sub status of the role assignment request. The values can be `Accepted`, `PendingEvaluation`, `Granted`, `Denied`, `PendingProvisioning`, `Provisioned`, `PendingRevocation`, `Revoked`, `Canceled`, `Failed`, `PendingApprovalProvisioning`, `PendingApproval`, `FailedAsResourceIsLocked`, `PendingAdminDecision`, `AdminApproved`, `AdminDenied`, `TimedOut`, and `ProvisioningStarted`. |
| statusDetails | [keyValue](../resources/keyvalue.md) collection | The details of the status of the role assignment request. It represents the evaluation results of different rules. |
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/governancerulesetting.md b/api-reference/beta/resources/governancerulesetting.md
index 30c7effdbec..5c0fa9b0748 100644
--- a/api-reference/beta/resources/governancerulesetting.md
+++ b/api-reference/beta/resources/governancerulesetting.md
@@ -26,6 +26,9 @@ Represents the rules that the role settings are composed of.
|ruleIdentifier|String |The id of the rule. For example, ``ExpirationRule`` and ``MfaRule``.|
|setting |String |The settings of the rule. The value is a JSON string with a list of pairs in the format of Parameter_Name:Parameter_Value. For example, `{"permanentAssignment":false,"maximumGrantPeriodInMinutes":129600}`|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/governanceschedule.md b/api-reference/beta/resources/governanceschedule.md
index 7471b925332..cc9ee9a7224 100644
--- a/api-reference/beta/resources/governanceschedule.md
+++ b/api-reference/beta/resources/governanceschedule.md
@@ -29,6 +29,9 @@ Represents the schedule for a [governanceRoleAssignmentRequest](../resources/gov
|type|String|The role assignment schedule type. Only `Once` is supported for now.
|duration|Duration|The duration of a role assignment. It is in format of a TimeSpan.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/hashes.md b/api-reference/beta/resources/hashes.md
index a15404e97e3..11de3f90386 100644
--- a/api-reference/beta/resources/hashes.md
+++ b/api-reference/beta/resources/hashes.md
@@ -29,6 +29,9 @@ Groups available hashes into a single structure for an item.
> **Note:** In cases where the hash values are not available, the hash values on an item will be updated after the item is downloaded.
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/hostsecuritystate.md b/api-reference/beta/resources/hostsecuritystate.md
index 09fbba592d2..b0e4cc357a2 100644
--- a/api-reference/beta/resources/hostsecuritystate.md
+++ b/api-reference/beta/resources/hostsecuritystate.md
@@ -30,6 +30,9 @@ Contains stateful information about the host (including devices, computers, and
|publicIpAddress|String|Publicly routable IPv4 or IPv6 address (see [RFC 1918](https://tools.ietf.org/html/rfc1918)) at time of the alert.|
|riskScore|String|Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/hyperlinkorpicturecolumn.md b/api-reference/beta/resources/hyperlinkorpicturecolumn.md
index 552dc80d83c..161a50e18c7 100644
--- a/api-reference/beta/resources/hyperlinkorpicturecolumn.md
+++ b/api-reference/beta/resources/hyperlinkorpicturecolumn.md
@@ -21,6 +21,9 @@ Indicates that the column contains URL data that can be an achortag or an image
| :-------- | :------ | :------------------------------------------------------------------------------------ |
| isPicture | Boolean | Specifies whether the display format used for URL columns is an image or a hyperlink. |
+## Relationships
+None.
+
## JSON representation
Here's a JSON representation of a **hyperlinkOrPictureColumn** resource.
diff --git a/api-reference/beta/resources/identityprovider.md b/api-reference/beta/resources/identityprovider.md
index 80978a8bd0e..6309d6818ae 100644
--- a/api-reference/beta/resources/identityprovider.md
+++ b/api-reference/beta/resources/identityprovider.md
@@ -53,6 +53,9 @@ If it's a custom OpenID Connect identity provider with `OpenIDConnect` as **type
Each identity provider has a process for creating an app registration. For example, users create an app registration with Facebook at [developers.facebook.com](https://developers.facebook.com/). The resulting client ID and client secret can be passed to [create identityProvider](../api/identityprovider-post-identityproviders.md). Then, each user object in the directory can be federated to any of the tenant's identity providers for authentication. This enables the user to sign in by entering credentials on the identity provider's sign in page. Microsoft Entra ID validates the token from the identity provider before the tenant issues a token to the application.
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/identityproviderbase.md b/api-reference/beta/resources/identityproviderbase.md
index de296af1fa0..70cd85dd91f 100644
--- a/api-reference/beta/resources/identityproviderbase.md
+++ b/api-reference/beta/resources/identityproviderbase.md
@@ -47,6 +47,9 @@ Configuring an identity provider in your external or Azure AD B2C tenant enables
|id|String|The identifier of the identity provider.|
|displayName|String|The display name of the identity provider.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/identityuserflowattribute.md b/api-reference/beta/resources/identityuserflowattribute.md
index 889064ffc15..a9935818fa3 100644
--- a/api-reference/beta/resources/identityuserflowattribute.md
+++ b/api-reference/beta/resources/identityuserflowattribute.md
@@ -40,6 +40,9 @@ Configuring user flow attributes in your Microsoft Entra ID or Azure AD B2C tena
|id|String|The identifier of the user flow attribute. Read-only.
Supports `$filter` (`eq`, `ne`). |
|userFlowAttributeType|identityUserFlowAttributeType|The type of the user flow attribute. Read-only. Depending on the type of attribute, the values for this property are `builtIn`, `custom`, `required`, `unknownFutureValue`.
Supports `$filter` (`eq`, `ne`). |
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/idlesessionsignout.md b/api-reference/beta/resources/idlesessionsignout.md
index 4f7e3fefeb3..1d842bf93f5 100644
--- a/api-reference/beta/resources/idlesessionsignout.md
+++ b/api-reference/beta/resources/idlesessionsignout.md
@@ -24,6 +24,9 @@ Represents the idle session sign-out policy settings for SharePoint.
| signOutAfterInSeconds | Int64 | Number of seconds of inactivity after which a user is signed out. |
| warnAfterInSeconds | Int64 | Number of seconds of inactivity after which a user is notified that they'll be signed out.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/image.md b/api-reference/beta/resources/image.md
index 9bc511404a3..01b93d3426c 100644
--- a/api-reference/beta/resources/image.md
+++ b/api-reference/beta/resources/image.md
@@ -1,6 +1,6 @@
---
author: spgraph-docs-team
-description: "The Image resource groups image-related properties into a single structure."
+description: "Groups image-related properties into a single structure."
ms.date: 09/10/2017
title: Image
ms.localizationpriority: medium
@@ -13,27 +13,17 @@ Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-The **Image** resource groups image-related properties into a single structure.
+Groups image-related properties into a single structure.
If a [**DriveItem**](driveitem.md) has a non-null **image** facet, the item represents a bitmap image.
**Note:** If the service is unable to determine the width and height of the image, the **Image** resource may be empty.
-## JSON representation
-
-
-```json
-{
- "width": 100,
- "height": 200
-}
-```
-
## Properties
| Property | Type | Description |
|:-----------|:------|:-------------------------------------------|
-| **height** | Int32 | Optional. Height of the image, in pixels. Read-only. |
-| **width** | Int32 | Optional. Width of the image, in pixels. Read-only. |
+| height | Int32 | Optional. Height of the image, in pixels. Read-only. |
+| width | Int32 | Optional. Width of the image, in pixels. Read-only. |
## Remarks
@@ -41,6 +31,28 @@ In OneDrive for Business, this resource is returned on items that are expected t
For more information about the facets on a DriveItem, see [DriveItem](driveitem.md).
+## Relationships
+None.
+
+## JSON representation
+
+The following JSON representation shows the resource type.
+
+```json
+{
+ "height": 1024,
+ "width": 768
+}
+```
+
+
+```json
+{
+ "width": 100,
+ "height": 200
+}
+```
+
@@ -26,14 +36,6 @@ The properties within may provide information about why there's incomplete data.
"wasThrottled": false
}
```
-
-## Properties
-
-| Property | Type | Description
-|:--------------------------|:---------------|:--------------------------------
-| missingDataBeforeDateTime | DateTimeOffset | The service doesn't have source data before the specified time.
-| wasThrottled | Boolean | Some data wasn't recorded due to excessive activity.
-
-
-```json
-{
- "comment": {"@odata.type": "microsoft.graph.commentAction"},
- "create": {"@odata.type": "microsoft.graph.createAction"},
- "delete": {"@odata.type": "microsoft.graph.deleteAction"},
- "edit": {"@odata.type": "microsoft.graph.editAction"},
- "mention": {"@odata.type": "microsoft.graph.mentionAction"},
- "move": {"@odata.type": "microsoft.graph.moveAction"},
- "rename": {"@odata.type": "microsoft.graph.renameAction"},
- "restore": {"@odata.type": "microsoft.graph.restoreAction"},
- "share": {"@odata.type": "microsoft.graph.shareAction"},
- "version": {"@odata.type": "microsoft.graph.versionAction"},
-
-}
-```
-
## Properties
Below are the actions that are available today.
@@ -73,6 +47,37 @@ New actions may get logged in the future, so make sure your app is tolerant of h
[shareAction]: shareaction.md
[versionAction]: versionaction.md
+## Relationships
+None.
+
+## JSON representation
+
+The following JSON representation shows the resource type.
+
+
+
+```json
+{
+ "comment": {"@odata.type": "microsoft.graph.commentAction"},
+ "create": {"@odata.type": "microsoft.graph.createAction"},
+ "delete": {"@odata.type": "microsoft.graph.deleteAction"},
+ "edit": {"@odata.type": "microsoft.graph.editAction"},
+ "mention": {"@odata.type": "microsoft.graph.mentionAction"},
+ "move": {"@odata.type": "microsoft.graph.moveAction"},
+ "rename": {"@odata.type": "microsoft.graph.renameAction"},
+ "restore": {"@odata.type": "microsoft.graph.restoreAction"},
+ "share": {"@odata.type": "microsoft.graph.shareAction"},
+ "version": {"@odata.type": "microsoft.graph.versionAction"},
+
+}
+```
+
## Remarks
Item activity records are currently only available on SharePoint and OneDrive for Business.
diff --git a/api-reference/beta/resources/itemactionstat.md b/api-reference/beta/resources/itemactionstat.md
index d494879c870..188cac41661 100644
--- a/api-reference/beta/resources/itemactionstat.md
+++ b/api-reference/beta/resources/itemactionstat.md
@@ -15,6 +15,16 @@ Namespace: microsoft.graph
The **itemActionStat** resource provides aggregate details about an action over a period of time.
+## Properties
+
+| Property | Type | Description |
+|:------------|:------|:-------------------------------------------------------|
+| actionCount | Int32 | The number of times the action took place. Read-only. |
+| actorCount | Int32 | The number of distinct actors that performed the action. Read-only. |
+
+## Relationships
+None.
+
## JSON representation
-
-```json
-{
- "activities": [{"@odata.type": "microsoft.graph.itemActivity"}],
- "incompleteData": {"@odata.type": "microsoft.graph.incompleteData"},
- "isTrending": true,
- "startDateTime": "String (timestamp)",
- "endDateTime": "String (timestamp)",
- "create": {"@odata.type": "microsoft.graph.itemActionStat"},
- "delete": {"@odata.type": "microsoft.graph.itemActionStat"},
- "edit": {"@odata.type": "microsoft.graph.itemActionStat"},
- "move": {"@odata.type": "microsoft.graph.itemActionStat"},
- "access": {"@odata.type": "microsoft.graph.itemActionStat"}
-}
-```
-
## Properties
| Property | Type | Description |
@@ -65,6 +41,30 @@ The **itemActivityStat** resource provides information about activities that too
[itemActivity]: itemactivity.md
+## JSON representation
+
+
+
+```json
+{
+ "activities": [{"@odata.type": "microsoft.graph.itemActivity"}],
+ "incompleteData": {"@odata.type": "microsoft.graph.incompleteData"},
+ "isTrending": true,
+ "startDateTime": "String (timestamp)",
+ "endDateTime": "String (timestamp)",
+ "create": {"@odata.type": "microsoft.graph.itemActionStat"},
+ "delete": {"@odata.type": "microsoft.graph.itemActionStat"},
+ "edit": {"@odata.type": "microsoft.graph.itemActionStat"},
+ "move": {"@odata.type": "microsoft.graph.itemActionStat"},
+ "access": {"@odata.type": "microsoft.graph.itemActionStat"}
+}
+```
+
## Remarks
diff --git a/api-reference/beta/resources/locationconstraintitem.md b/api-reference/beta/resources/locationconstraintitem.md
index df7df67b7ed..532f65b2818 100644
--- a/api-reference/beta/resources/locationconstraintitem.md
+++ b/api-reference/beta/resources/locationconstraintitem.md
@@ -18,6 +18,9 @@ The conditions stated by a client for the location of a meeting.
Derived from [location](location.md).
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/logonuser.md b/api-reference/beta/resources/logonuser.md
index fc0742a443a..d994a24340a 100644
--- a/api-reference/beta/resources/logonuser.md
+++ b/api-reference/beta/resources/logonuser.md
@@ -26,6 +26,9 @@ Contains stateful information about the logged on user on this host
|logonId|String|User logon ID.|
|logonTypes|String collection|Collection of the logon types observed for the logged on user from when first to last seen. Possible values are: `unknown`, `interactive`, `remoteInteractive`, `network`, `batch`, `service`.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/longrunningoperation.md b/api-reference/beta/resources/longrunningoperation.md
index e7f444f4114..dc18bf88ece 100644
--- a/api-reference/beta/resources/longrunningoperation.md
+++ b/api-reference/beta/resources/longrunningoperation.md
@@ -39,6 +39,9 @@ The following types derive from this object:
|status|longRunningOperationStatus|The status of the operation. The possible values are: `notStarted`, `running`, `succeeded`, `failed`, `skipped`, `unknownFutureValue`.|
|statusDetail|String|Details about the status of the operation.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/lookupColumn.md b/api-reference/beta/resources/lookupColumn.md
index ba8d566f58f..7a2f9fb53e5 100644
--- a/api-reference/beta/resources/lookupColumn.md
+++ b/api-reference/beta/resources/lookupColumn.md
@@ -16,6 +16,19 @@ Namespace: microsoft.graph
The **lookupColumn** on a [columnDefinition](columndefinition.md) resource indicates that the column's values are looked up from another source in the site.
+## Properties
+
+| Property | Type | Description |
+| :------------------------ | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| allowMultipleValues | Boolean | Indicates whether multiple values can be selected from the source. |
+| allowUnlimitedLength | Boolean | Indicates whether values in the column should be able to exceed the standard limit of 255 characters. |
+| columnName | string | The name of the lookup source column. |
+| listId | string | The unique identifier of the lookup source list. |
+| primaryLookupColumnId | string | If specified, this column is a *secondary lookup*, pulling an additional field from the list item looked up by the *primary lookup*. Use the list item looked up by the *primary* as the source for the column named here. |
+
+## Relationships
+None.
+
## JSON representation
Here is a JSON representation of a **lookupColumn** resource.
@@ -32,16 +45,6 @@ Here is a JSON representation of a **lookupColumn** resource.
}
```
-## Properties
-
-| Property | Type | Description |
-| :------------------------ | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **allowMultipleValues** | Boolean | Indicates whether multiple values can be selected from the source. |
-| **allowUnlimitedLength** | Boolean | Indicates whether values in the column should be able to exceed the standard limit of 255 characters. |
-| **columnName** | string | The name of the lookup source column. |
-| **listId** | string | The unique identifier of the lookup source list. |
-| **primaryLookupColumnId** | string | If specified, this column is a *secondary lookup*, pulling an additional field from the list item looked up by the *primary lookup*. Use the list item looked up by the *primary* as the source for the column named here. |
-
diff --git a/api-reference/beta/resources/membersaddedeventmessagedetail.md b/api-reference/beta/resources/membersaddedeventmessagedetail.md
index 1973ecb309b..334763ab2e0 100644
--- a/api-reference/beta/resources/membersaddedeventmessagedetail.md
+++ b/api-reference/beta/resources/membersaddedeventmessagedetail.md
@@ -31,6 +31,9 @@ Inherits from [eventMessageDetail](../resources/eventmessagedetail.md).
|members|[teamworkUserIdentity](../resources/teamworkuseridentity.md) collection|List of members added.|
|visibleHistoryStartDateTime|DateTimeOffset|The timestamp denoting how far back a conversation's history is shared with the conversation members.|
+## Relationships
+None.
+
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/numberColumn.md b/api-reference/beta/resources/numberColumn.md
index 5136c8d43e6..205a7a83397 100644
--- a/api-reference/beta/resources/numberColumn.md
+++ b/api-reference/beta/resources/numberColumn.md
@@ -16,21 +16,6 @@ Namespace: microsoft.graph
The **numberColumn** on a [columnDefinition](columndefinition.md) resource indicates that the column's values are numbers.
-## JSON representation
-
-Here is a JSON representation of a **numberColumn** resource.
-
-
-
-```json
-{
- "decimalPlaces": "automatic | none | one | two | three | four | five",
- "displayAs": "number | percentage",
- "maximum": 10.551,
- "minimum": 99.993
-}
-```
-
## Properties
| Property | Type | Description |
@@ -55,6 +40,24 @@ Here is a JSON representation of a **numberColumn** resource.
Note: **decimalPlaces** and **displayAs** apply to how numbers are rendered, not stored.
These properties may be updated.
+## Relationships
+None.
+
+## JSON representation
+
+The following JSON representation shows the resource type.
+
+
+
+```json
+{
+ "decimalPlaces": "automatic | none | one | two | three | four | five",
+ "displayAs": "number | percentage",
+ "maximum": 10.551,
+ "minimum": 99.993
+}
+```
+
diff --git a/api-reference/beta/resources/onenoteoperation.md b/api-reference/beta/resources/onenoteoperation.md
index bc6b2cb6005..a9ffba848e3 100644
--- a/api-reference/beta/resources/onenoteoperation.md
+++ b/api-reference/beta/resources/onenoteoperation.md
@@ -15,6 +15,26 @@ Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
The status of certain long-running OneNote operations.
+## Methods
+
+| Method | Return Type |Description|
+|:---------------|:--------|:----------|
+|[Get operation](../api/onenoteoperation-get.md) | [onenoteOperation](onenoteoperation.md) |Get the status of the operation. |
+
+## Properties
+| Property | Type |Description|
+|:---------------|:--------|:----------|
+|createdDateTime| DateTimeOffset |The start time of the operation.|
+|error|[onenoteOperationError](onenoteoperationerror.md)|The error returned by the operation.|
+|id|string|The operation id. Read-only.|
+|lastActionDateTime| DateTimeOffset |The time of the last action of the operation.|
+|resourceId|string|The resource id.|
+|resourceLocation|string|The resource URI for the object. For example, the resource URI for a copied page or section. |
+|status|operationStatus|The current status of the operation: `NotStarted`, `Running`, `Completed`, `Failed`. |
+|percentComplete|string|The operation percent complete if the operation is still in `running` status.|
+
+## Relationships
+None
## JSON representation
@@ -41,28 +61,6 @@ The following JSON representation shows the resource type.
}
```
-## Properties
-| Property | Type |Description|
-|:---------------|:--------|:----------|
-|createdDateTime| DateTimeOffset |The start time of the operation.|
-|error|[onenoteOperationError](onenoteoperationerror.md)|The error returned by the operation.|
-|id|string|The operation id. Read-only.|
-|lastActionDateTime| DateTimeOffset |The time of the last action of the operation.|
-|resourceId|string|The resource id.|
-|resourceLocation|string|The resource URI for the object. For example, the resource URI for a copied page or section. |
-|status|operationStatus|The current status of the operation: `NotStarted`, `Running`, `Completed`, `Failed`. |
-|percentComplete|string|The operation percent complete if the operation is still in `running` status.|
-
-## Relationships
-None
-
-
-## Methods
-
-| Method | Return Type |Description|
-|:---------------|:--------|:----------|
-|[Get operation](../api/onenoteoperation-get.md) | [onenoteOperation](onenoteoperation.md) |Get the status of the operation. |
-
@@ -28,13 +37,6 @@ DriveItems with the **package** facet do not include a **folder** or **file** fa
"type": "oneNote"
}
```
-
-## Properties
-
-| Property Name | Type | Description |
-|:--------------|:-------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **type** | string | An string indicating the type of package. While `oneNote` is the only currently defined value, you should expect other package types to be returned and handle them accordingly. |
-
## Remarks
For more information about the facets on a DriveItem, see [DriveItem](driveitem.md).
diff --git a/api-reference/beta/resources/parentalcontrolsettings.md b/api-reference/beta/resources/parentalcontrolsettings.md
index 5617a455110..a29551a4fa5 100644
--- a/api-reference/beta/resources/parentalcontrolsettings.md
+++ b/api-reference/beta/resources/parentalcontrolsettings.md
@@ -23,6 +23,9 @@ Specifies parental control settings for an application. These settings control t
|countriesBlockedForMinors|String collection| Specifies the [two-letter ISO country codes](https://www.iso.org/iso-3166-country-codes.html). Access to the application will be blocked for minors from the countries specified in this list.|
|legalAgeGroupRule| String | Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values:
Value | Description |
---|---|
Allow | Default. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea. |
RequireConsentForPrivacyServices | Enforces the user to specify date of birth to comply with COPPA rules. |
RequireConsentForMinors | Requires parental consent for ages below 18, regardless of country minor rules. |
RequireConsentForKids | Requires parental consent for ages below 14, regardless of country minor rules. |
BlockMinors | Blocks minors from using the app. |