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:
ValueDescription
AllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.
RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules.
RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.
RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.
BlockMinorsBlocks minors from using the app.
| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/participantinfo.md b/api-reference/beta/resources/participantinfo.md index 3f227a8cd2e..a8b343c29a1 100644 --- a/api-reference/beta/resources/participantinfo.md +++ b/api-reference/beta/resources/participantinfo.md @@ -29,6 +29,9 @@ Contains additional properties about the participant identity | participantId | String | The participant ID of the participant. Read-only. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/participantjoiningnotification.md b/api-reference/beta/resources/participantjoiningnotification.md index cd35103a000..4bb48230b67 100644 --- a/api-reference/beta/resources/participantjoiningnotification.md +++ b/api-reference/beta/resources/participantjoiningnotification.md @@ -25,6 +25,9 @@ A [participantJoiningResponse](participantjoiningResponse.md) in the response pa | -------------- | -------------- | ------------------------------------------- | | call | [call](call.md) | The call object that contains details about the participant joining event. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/participantjoiningresponse.md b/api-reference/beta/resources/participantjoiningresponse.md index 8f6244b6415..924f5d56d27 100644 --- a/api-reference/beta/resources/participantjoiningresponse.md +++ b/api-reference/beta/resources/participantjoiningresponse.md @@ -16,7 +16,7 @@ Namespace: microsoft.graph An abstract base class that contains the response to a participant joining notification. -## Derived types +The following table shows the types that inherit from this type. | Type | Description | | :----------------------------------------------------- | :-------------------------------------------------------------------- | @@ -24,6 +24,12 @@ An abstract base class that contains the response to a participant joining notif | [rejectJoinResponse](./rejectjoinresponse.md) | Response to reject participant to the call. | | [inviteNewBotResponse](./invitenewbotresponse.md) | Response to request participant joining notification sent out again as an incoming call notification. | +## Properties +None. + +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/participantleftnotification.md b/api-reference/beta/resources/participantleftnotification.md index beeb61d7fe1..87677058489 100644 --- a/api-reference/beta/resources/participantleftnotification.md +++ b/api-reference/beta/resources/participantleftnotification.md @@ -24,6 +24,9 @@ Under the [Policy-based recording](/microsoftteams/teams-recording-policy) scena | call | [call](call.md) | The call object that contains details about the participant joining event. | | participantId | String | ID of the participant under the policy who has left the meeting. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/partner-security-additionaldatadictionary.md b/api-reference/beta/resources/partner-security-additionaldatadictionary.md index e1177c517b3..11445a97b69 100644 --- a/api-reference/beta/resources/partner-security-additionaldatadictionary.md +++ b/api-reference/beta/resources/partner-security-additionaldatadictionary.md @@ -19,6 +19,9 @@ Represents a bag of name-value pairs that contain additional details about an al ## Properties None. +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. - -```json -{ - "allowMultipleSelection": true, - "displayAs": "account | contentType | created | department | ...", - "chooseFromType": "peopleAndGroups | peopleOnly" -} -``` - ## Properties | Property | Type | Description | @@ -38,7 +24,7 @@ Here is a JSON representation of a **personOrGroupColumn** resource. | **displayAs** | string | How to display the information about the person or group chosen. See below. | | **chooseFromType** | string | Whether to allow selection of people only, or people and groups. Must be one of `peopleAndGroups` or `peopleOnly`. | -## displayAs values +### displayAs values | Value | Description | | :---------------------------- | :---------------------------------------------------------------------------------------------------------- | @@ -63,6 +49,24 @@ Here is a JSON representation of a **personOrGroupColumn** resource. Note: Additional DisplayAs types may be returned. +## Relationships +None. + +## JSON representation + +The following JSON representation shows the resource type. + + + +```json +{ + "allowMultipleSelection": true, + "displayAs": "account | contentType | created | department | ...", + "chooseFromType": "peopleAndGroups | peopleOnly" +} +``` + + diff --git a/api-reference/beta/resources/physicalofficeaddress.md b/api-reference/beta/resources/physicalofficeaddress.md index ac671064db9..70029e3e551 100644 --- a/api-reference/beta/resources/physicalofficeaddress.md +++ b/api-reference/beta/resources/physicalofficeaddress.md @@ -25,6 +25,9 @@ Represents the business address of a resource such as an organizational contact. |state|String|The state.| |street|String|The street.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/pkcs12CertificateInformation.md b/api-reference/beta/resources/pkcs12CertificateInformation.md index 47c0b83d8c7..8075048de92 100644 --- a/api-reference/beta/resources/pkcs12CertificateInformation.md +++ b/api-reference/beta/resources/pkcs12CertificateInformation.md @@ -25,6 +25,9 @@ Represents the public information of a Pkcs12 certificate. |notAfter|Integer| The certificate's expiry. This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)| |notBefore|Integer| The certificate's issue time (not before). This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/pkcs12certificate.md b/api-reference/beta/resources/pkcs12certificate.md index 0eadd59946c..0af0ee65573 100644 --- a/api-reference/beta/resources/pkcs12certificate.md +++ b/api-reference/beta/resources/pkcs12certificate.md @@ -25,6 +25,9 @@ Inherits from [apiAuthenticationConfigurationBase](../resources/apiauthenticatio |pkcs12Value|String| Specifies the field for sending pfx content. The value should be a base-64 encoded version of the actual certificate content. Required.| |password|String| Specifies the password for the pfx file. Required. If no password is used, must still provide a value of `""`.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/preauthorizedapplication.md b/api-reference/beta/resources/preauthorizedapplication.md index 7f5f58e6150..6d07f94648c 100644 --- a/api-reference/beta/resources/preauthorizedapplication.md +++ b/api-reference/beta/resources/preauthorizedapplication.md @@ -25,6 +25,9 @@ In some rare cases, an identifier listed in the `permissionIds` property may ref |appId|String| The unique identifier for the client application. | |permissionIds|String collection| The unique identifier for the [scopes](permissionscope.md) the client application is granted. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/presencestatusmessage.md b/api-reference/beta/resources/presencestatusmessage.md index 3cf82b0cd5c..afc51fbd0b6 100644 --- a/api-reference/beta/resources/presencestatusmessage.md +++ b/api-reference/beta/resources/presencestatusmessage.md @@ -24,6 +24,9 @@ Represents a presence status message related to the [presence](presence.md) of a | message | [itemBody](itembody.md) | Status message item.

The only supported format currently is `message.contentType = 'text'`. | | publishedDateTime | DateTimeOffset |Time in which the status message was published.
Read-only.

**publishedDateTime** isn't available when you request the presence of another user. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printconnector.md b/api-reference/beta/resources/printconnector.md index fc3a824dc98..c7ad8ea984c 100644 --- a/api-reference/beta/resources/printconnector.md +++ b/api-reference/beta/resources/printconnector.md @@ -38,6 +38,9 @@ Represents a print connector that has been registered by using a Universal Print |registeredDateTime|DateTimeOffset|The DateTimeOffset when the connector was registered.| |registeredBy|[userIdentity](useridentity.md)|The user who registered the connector.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printdocument.md b/api-reference/beta/resources/printdocument.md index 64d18c2a626..b6f0f837d2f 100644 --- a/api-reference/beta/resources/printdocument.md +++ b/api-reference/beta/resources/printdocument.md @@ -31,6 +31,9 @@ Represents a document being printed. |contentType|String|The document's content (MIME) type. Read-only.| |size|Int64|The document's size in bytes. Read-only.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printercreateoperation.md b/api-reference/beta/resources/printercreateoperation.md index 7ddc488eef5..f602ce05f79 100644 --- a/api-reference/beta/resources/printercreateoperation.md +++ b/api-reference/beta/resources/printercreateoperation.md @@ -31,6 +31,9 @@ Represents a long-running printer registration operation. Derived from [printOpe |certificate|String|The signed certificate created during the registration process. Read-only.| |printer|[printer](printer.md)|The created printer entity. Read-only.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printidentity.md b/api-reference/beta/resources/printidentity.md index dedb606c1b4..ab60cf72a83 100644 --- a/api-reference/beta/resources/printidentity.md +++ b/api-reference/beta/resources/printidentity.md @@ -22,6 +22,9 @@ Represents an identity within the Universal Print service. Maps to an [Microsoft |id|String|The printIdentity's identifier. Read-only.| |displayName|String|The printIdentity's display name.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printoperation.md b/api-reference/beta/resources/printoperation.md index aff0ab4100f..43053f7227c 100644 --- a/api-reference/beta/resources/printoperation.md +++ b/api-reference/beta/resources/printoperation.md @@ -29,6 +29,9 @@ Represents a long-running Universal Print operation. Base class for operation ty |status|[printOperationStatus](printoperationstatus.md)|The status of the operation. Read-only.| |createdDateTime|DateTimeOffset|The DateTimeOffset when the operation was created. Read-only.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printpagerange.md b/api-reference/beta/resources/printpagerange.md index 9d8be3bb805..98b34fdac43 100644 --- a/api-reference/beta/resources/printpagerange.md +++ b/api-reference/beta/resources/printpagerange.md @@ -22,6 +22,9 @@ Specifies the range of pages to be printed. |startPage|Int32|The start page (inclusive) for the range. Read-only.| |endPage|Int32|The end page (inclusive) for the range. Read-only.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printserviceendpoint.md b/api-reference/beta/resources/printserviceendpoint.md index a644a555ba9..6b5564898cc 100644 --- a/api-reference/beta/resources/printserviceendpoint.md +++ b/api-reference/beta/resources/printserviceendpoint.md @@ -29,6 +29,9 @@ Represents URI and identifying information for a print service instance. |id|String|A unique name that identifies the service that the endpoint provides. Possible values are: `discovery` (Discovery Service), `notification` (Notification Service), `ipp` (IPP Service), and `registration` (Registration Service). Read-only.| |uri|String|The URI that can be used to access the service.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printusagebyprinter.md b/api-reference/beta/resources/printusagebyprinter.md index a9b93efa1b1..b6cbfcf9891 100644 --- a/api-reference/beta/resources/printusagebyprinter.md +++ b/api-reference/beta/resources/printusagebyprinter.md @@ -42,6 +42,9 @@ Describes print activity for a printer during a specified time period (usageDate |singleSidedSheetCount|Int64|The estimated number of single-sided media sheets printed based on reporting by the printer.| |usageDate|Date|The date associated with these statistics.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printusagebyuser.md b/api-reference/beta/resources/printusagebyuser.md index 358e7a4c5c1..4a2b148363a 100644 --- a/api-reference/beta/resources/printusagebyuser.md +++ b/api-reference/beta/resources/printusagebyuser.md @@ -41,6 +41,9 @@ Describes print activity for a user during a specified time period (usageDate). |usageDate|Date|The date associated with these statistics.| |userPrincipalName|String|The UPN of the user represented by these statistics.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/printuseridentity.md b/api-reference/beta/resources/printuseridentity.md index 5bc62ec04a3..a7d416c5072 100644 --- a/api-reference/beta/resources/printuseridentity.md +++ b/api-reference/beta/resources/printuseridentity.md @@ -24,6 +24,9 @@ Represents a user identity within the Universal Print service. Maps to an [Micro |ipAddress|String|The printUserIdentity' IP address. Not populated.| |userPrincipalName|String|The printUserIdentity's user principal name (UPN).| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/privacyprofile.md b/api-reference/beta/resources/privacyprofile.md index e2512f46ca9..8d71446a0be 100644 --- a/api-reference/beta/resources/privacyprofile.md +++ b/api-reference/beta/resources/privacyprofile.md @@ -22,6 +22,9 @@ Represents a [company's](organization.md) privacy profile, which includes a priv |contactEmail|String| A valid smtp email address for the privacy statement contact. Not required.| |statementUrl|String| A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/process.md b/api-reference/beta/resources/process.md index 86f779e70f8..b7083240b8f 100644 --- a/api-reference/beta/resources/process.md +++ b/api-reference/beta/resources/process.md @@ -33,6 +33,9 @@ Contains stateful information about the process related to the alert. |path|String|Full path, including filename.| |processId|Int32|The Process ID (PID) of the process.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/profilesourceannotation.md b/api-reference/beta/resources/profilesourceannotation.md index daaf9814364..bdc2143cea8 100644 --- a/api-reference/beta/resources/profilesourceannotation.md +++ b/api-reference/beta/resources/profilesourceannotation.md @@ -43,6 +43,9 @@ The following table shows the mapping between the **id** value and the source sy For more information about how to set the values of properties in the **profileSourceAnnotation** resource, see [Where do property values come from](https://support.microsoft.com/office/export-data-from-your-profile-card-d809f83f-c077-4a95-9b6c-4f093305163d#ID0EBF=About_Microsoft_365_User_Profile_Data). +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/programresource.md b/api-reference/beta/resources/programresource.md index 30bc14bba93..533a8ae416f 100644 --- a/api-reference/beta/resources/programresource.md +++ b/api-reference/beta/resources/programresource.md @@ -26,6 +26,9 @@ This type inherits from [identity](identity.md). |:-------- |:---- |:----------- | | type | String | Type of the resource, indicating whether it is a group or an app. | +## Relationships +None. + ## JSON representation @@ -50,32 +78,9 @@ This resource provides the unique IDs of the source drive and target item. } ``` -## Properties - -| Property | Type | Description | -| :------------------- | :---------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| createdBy | [IdentitySet](identityset.md) | Identity of the user, device, and application which created the item. Read-only. | -| createdDateTime | Timestamp | Date and time of item creation. Read-only. | -| file | [File](file.md) | Indicates that the remote item is a file. Read-only. | -| fileSystemInfo | [FileSystemInfo](filesysteminfo.md) | Information about the remote item from the local file system. Read-only. | -| folder | [Folder](folder.md) | Indicates that the remote item is a folder. Read-only. | -| id | String | Unique identifier for the remote item in its drive. Read-only. | -| image | [Image](image.md) | Image metadata, if the item is an image. Read-only. | -| lastModifiedBy | [IdentitySet](identityset.md) | Identity of the user, device, and application which last modified the item. Read-only. | -| lastModifiedDateTime | Timestamp | Date and time the item was last modified. Read-only. | -| name | String | Optional. Filename of the remote item. Read-only. | -| package | [Package](package.md) | If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. | -| parentReference | [ItemReference](itemreference.md) | Properties of the parent of the remote item. Read-only. | -| shared | [shared](shared.md) | Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. | -| sharepointIds | [SharepointIds](sharepointids.md) | Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only. | -| size | Int64 | Size of the remote item. Read-only. | -| video | [Video](video.md) | Video metadata, if the item is a video. Read-only. | -| webDavUrl | Url | DAV compatible URL for the item. | -| webUrl | Url | URL that displays the resource in the browser. Read-only. | - ## Remarks -For more information about the facets on a **driveItem**, see [driveItem](driveitem.md). +For more information, see [driveItem](driveitem.md). @@ -28,10 +35,6 @@ A null (or missing) value indicates the object is not the root. } ``` -## Properties - -The **Root** resource has no properties. - diff --git a/api-reference/beta/resources/security-ediscoveryexportfilemetadata.md b/api-reference/beta/resources/security-ediscoveryexportfilemetadata.md index 45634741aaa..25773c44d87 100644 --- a/api-reference/beta/resources/security-ediscoveryexportfilemetadata.md +++ b/api-reference/beta/resources/security-ediscoveryexportfilemetadata.md @@ -24,6 +24,9 @@ Represents the file metadata for an export in eDiscovery. |fileName | String | The name of the file. | |size| Int64 | The size of the file. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/security-huntingqueryresults.md b/api-reference/beta/resources/security-huntingqueryresults.md index 962ca63a857..a9db3bacc7e 100644 --- a/api-reference/beta/resources/security-huntingqueryresults.md +++ b/api-reference/beta/resources/security-huntingqueryresults.md @@ -22,6 +22,9 @@ The results of running a [query for advanced hunting](../api/security-security-r |schema|[microsoft.graph.security.singlePropertySchema](../resources/security-singlepropertyschema.md) collection|The schema for the response.| |results|[microsoft.graph.security.huntingRowResult](../resources/security-huntingrowresult.md) collection|The results of the hunting query.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. - -```json -{ - "application": { "@odata.type": "microsoft.graph.identity" }, - "preventsDownload": false, - "type": "view | edit | embed", - "scope": "anonymous | organization", - "webHtml": "string", - "webUrl": "url" -} -``` - ## Properties | Property | Type | Description @@ -72,6 +51,30 @@ The following table defines the possible values for the **scope** property. | `existingAccess` | Only people who have already been granted access to the item through other means can access the item using this link. Only available in OneDrive for Business and SharePoint. | `users` | The link grants access only to a specific list of people. Only available in OneDrive for Business and SharePoint. +## Relationships +None. + +## JSON representation + +The following JSON representation shows the resource type. + + + +```json +{ + "application": { "@odata.type": "microsoft.graph.identity" }, + "preventsDownload": false, + "type": "view | edit | embed", + "scope": "anonymous | organization", + "webHtml": "string", + "webUrl": "url" +} +``` + +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. @@ -27,10 +34,6 @@ Most apps should ignore items that have a System facet. } ``` -## Properties - -None. This facet is a null or not-null value and contains no properties. - @@ -32,16 +45,6 @@ Here is a JSON representation of a **textColumn** resource. } ``` -## Properties - -| Property | Type | Description | -| :------------------------------ | :----- | :---------------------------------------------------------------------------- | -| **allowMultipleLines** | string | Whether to allow multiple lines of text. | -| **appendChangesToExistingText** | string | Whether updates to this column should replace existing text, or append to it. | -| **linesForEditing** | int | The size of the text box. | -| **maxLength** | int | The maximum number of characters for the value. | -| **textType** | string | The type of text being stored. Must be one of `plain` or `richText` | - diff --git a/api-reference/beta/resources/virtualeventexternalinformation.md b/api-reference/beta/resources/virtualeventexternalinformation.md index dbab8b7443a..348b97207eb 100644 --- a/api-reference/beta/resources/virtualeventexternalinformation.md +++ b/api-reference/beta/resources/virtualeventexternalinformation.md @@ -25,6 +25,9 @@ The **applicationId** and **externalEventId** properties allow external event in |applicationId|String| Identifier of the application that hosts the **externalEventId**. Read-only. | |externalEventId|String| The identifier for a **virtualEventExternalInformation** object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in [virtualEvent](../resources/virtualevent.md)) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventexternalregistrationinformation.md b/api-reference/beta/resources/virtualeventexternalregistrationinformation.md index a9686dac633..4c40e624c47 100644 --- a/api-reference/beta/resources/virtualeventexternalregistrationinformation.md +++ b/api-reference/beta/resources/virtualeventexternalregistrationinformation.md @@ -23,6 +23,9 @@ Represents the external information for a [virtual event registration](../resour |referrer|String| A URL or string that represents the location from which the registrant registered. Optional. | |registrationId|String| The identifier for a **virtualEventExternalRegistrationInformation** object. Optional. If set, the maximum supported length is 256 characters.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventpresenter.md b/api-reference/beta/resources/virtualeventpresenter.md index cd916d0b654..f4c15396ab7 100644 --- a/api-reference/beta/resources/virtualeventpresenter.md +++ b/api-reference/beta/resources/virtualeventpresenter.md @@ -35,6 +35,9 @@ Represents information about a presenter of a virtual event. |identity|[identity](../resources/identity.md)|Identity information of the presenter. The supported identities are: [communicationsGuestIdentity](../resources/communicationsguestidentity.md) and [communicationsUserIdentity](../resources/communicationsuseridentity.md). | |presenterDetails|[virtualEventPresenterDetails](../resources/virtualeventpresenterdetails.md)|Other detail information of the presenter. This property returns `null` when the virtual event type is [virtualEventTownhall](../resources/virtualeventtownhall.md). | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventpresenterdetails.md b/api-reference/beta/resources/virtualeventpresenterdetails.md index 6194afbe4e6..2d288c517d6 100644 --- a/api-reference/beta/resources/virtualeventpresenterdetails.md +++ b/api-reference/beta/resources/virtualeventpresenterdetails.md @@ -28,6 +28,9 @@ Represents detail information about a virtual event presenter. |photo|Stream|The content stream of the presenter's photo.| |twitterProfileWebUrl|String|The presenter's Twitter profile URL.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventregistration.md b/api-reference/beta/resources/virtualeventregistration.md index c2a8d559d8b..c5bb4bda6c4 100644 --- a/api-reference/beta/resources/virtualeventregistration.md +++ b/api-reference/beta/resources/virtualeventregistration.md @@ -59,6 +59,9 @@ Inherits from [entity](../resources/entity.md). | rejectedByOrganizer | Manual approval is enabled and the organizer rejected the attendee. | | unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type diff --git a/api-reference/beta/resources/virtualeventregistrationcustomquestion.md b/api-reference/beta/resources/virtualeventregistrationcustomquestion.md index 75def9abd85..67c3f60aac6 100644 --- a/api-reference/beta/resources/virtualeventregistrationcustomquestion.md +++ b/api-reference/beta/resources/virtualeventregistrationcustomquestion.md @@ -42,6 +42,9 @@ The following shows the supported types of answer input for a custom registratio | Boolean | The registration question accepts a yes, or no answer. | | unknownFutureValue | Evolvable enumeration sentinel value. Don't use. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventregistrationpredefinedquestion.md b/api-reference/beta/resources/virtualeventregistrationpredefinedquestion.md index 34e935e9791..22813b11bdf 100644 --- a/api-reference/beta/resources/virtualeventregistrationpredefinedquestion.md +++ b/api-reference/beta/resources/virtualeventregistrationpredefinedquestion.md @@ -29,6 +29,9 @@ Inherits from [virtualEventRegistrationQuestionBase](../resources/virtualeventre |isRequired|Boolean| Indicates whether an answer to the question is required. The default value is `false`. Inherited from [virtualEventRegistrationQuestionBase](../resources/virtualeventregistrationquestionbase.md).| |label|virtualEventRegistrationPredefinedQuestionLabel|Label of the predefined registration question. The following label values accept a single line of text: `street`, `city`, `state`, `postalCode`, `countryOrRegion`, `industry`, `jobTitle`, and `organization`. `unknownFutureValue` is an evolvable enumeration sentinel value; do not use this label.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/virtualeventregistrationquestionanswer.md b/api-reference/beta/resources/virtualeventregistrationquestionanswer.md index d25d0d097c1..5904e5c1b3d 100644 --- a/api-reference/beta/resources/virtualeventregistrationquestionanswer.md +++ b/api-reference/beta/resources/virtualeventregistrationquestionanswer.md @@ -26,6 +26,9 @@ Represents an answer or answers to either a [virtualEventRegistrationCustomQuest |questionId|String|The identifier of either a [virtualEventRegistrationCustomQuestion](../resources/virtualeventregistrationcustomquestion.md) or a [virtualEventRegistrationPredefinedQuestion](../resources/virtualeventregistrationpredefinedquestion.md).| |value|String|Text answer to the [virtualEventRegistrationCustomQuestion](../resources/virtualeventregistrationcustomquestion.md) or the [virtualEventRegistrationPredefinedQuestion](../resources/virtualeventregistrationpredefinedquestion.md). Appears when **answerInputType** is `text`, `multilineText` or `singleChoice`.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type diff --git a/api-reference/beta/resources/virtualeventregistrationquestionbase.md b/api-reference/beta/resources/virtualeventregistrationquestionbase.md index 411635d26d4..92320520342 100644 --- a/api-reference/beta/resources/virtualeventregistrationquestionbase.md +++ b/api-reference/beta/resources/virtualeventregistrationquestionbase.md @@ -40,6 +40,9 @@ Inherits from [entity](../resources/entity.md). |id|String|Unique identifier of the registration question. Inherited from [entity](../resources/entity.md).| |isRequired|Boolean| Indicates whether an answer to the question is required. The default value is `false`.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/vulnerabilitystate.md b/api-reference/beta/resources/vulnerabilitystate.md index 64aff9e2bb5..bfbfbcd7984 100644 --- a/api-reference/beta/resources/vulnerabilitystate.md +++ b/api-reference/beta/resources/vulnerabilitystate.md @@ -24,6 +24,9 @@ Contains stateful information about the vulnerability. |severity|String|Base Common Vulnerability Scoring System (CVSS) severity score for this vulnerability.| |wasRunning|Boolean|Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/watermarkprotectionvalues.md b/api-reference/beta/resources/watermarkprotectionvalues.md index eb39a04c7c2..f00a4f201e8 100644 --- a/api-reference/beta/resources/watermarkprotectionvalues.md +++ b/api-reference/beta/resources/watermarkprotectionvalues.md @@ -25,6 +25,9 @@ These flags indicate that a watermark is enabled for this particular meeting. An | isEnabledForContentSharing | Boolean | Indicates whether to apply a watermark to any shared content. | | isEnabledForVideo | Boolean | Indicates whether to apply a watermark to everyone's video feed. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/webapplication.md b/api-reference/beta/resources/webapplication.md index 74c058c3694..42a59f845b3 100644 --- a/api-reference/beta/resources/webapplication.md +++ b/api-reference/beta/resources/webapplication.md @@ -26,6 +26,9 @@ Specifies settings for a web application. | redirectUris | String collection | Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. | |redirectUriSettings| [redirectUriSettings](redirecturisettings.md) collection | Specifies the index of the URLs where user tokens are sent for sign-in. This is only valid for applications using SAML.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/website.md b/api-reference/beta/resources/website.md index afe57b3d028..cd706a9bf64 100644 --- a/api-reference/beta/resources/website.md +++ b/api-reference/beta/resources/website.md @@ -24,6 +24,9 @@ Represents a web site. |address|string|The URL of the website.| |displayName|string|The display name of the web site.| +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/windowsapplication.md b/api-reference/beta/resources/windowsapplication.md index 83045d3fcff..86a906160bb 100644 --- a/api-reference/beta/resources/windowsapplication.md +++ b/api-reference/beta/resources/windowsapplication.md @@ -23,6 +23,9 @@ Represents settings for apps running Microsoft Windows and published in the Micr | packageSid | String | The package security identifier that Microsoft has assigned the application. Optional. Read-only. | | redirectUris | String collection | Specifies the URLs where user tokens are sent for sign-in or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. Only available for applications that support the `PersonalMicrosoftAccount` **signInAudience**. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/workbookfiltercriteria.md b/api-reference/beta/resources/workbookfiltercriteria.md index 301b3862774..51a096a1127 100644 --- a/api-reference/beta/resources/workbookfiltercriteria.md +++ b/api-reference/beta/resources/workbookfiltercriteria.md @@ -29,6 +29,9 @@ Represents the filtering criteria applied to a column. | operator | String | An operator in a cell; for example, `=`, `>`, `<`, `<=`, or `<>`. | | values | [Json](json.md) | The values that appear in the cell. | +## Relationships +None. + ## JSON representation The following JSON representation shows the resource type. diff --git a/api-reference/beta/resources/workbooksessioninfo.md b/api-reference/beta/resources/workbooksessioninfo.md index a2d05f8bbbc..3e91e728118 100644 --- a/api-reference/beta/resources/workbooksessioninfo.md +++ b/api-reference/beta/resources/workbooksessioninfo.md @@ -16,6 +16,16 @@ Namespace: microsoft.graph Provides information about workbook session. +## Properties + +| Property | Type | Description | +|:---------|:------|:------------------------------------------| +| id | string | ID of the workbook session. | +| persistChanges | string |Set to `true` for persistent session. Set to `false` for non-persistent session (view mode). | + + +## Relationships +None. ## JSON representation @@ -34,13 +44,6 @@ The following JSON representation shows the resource type. } ``` -## Properties - -| Property | Type | Description | -|:---------|:------|:------------------------------------------| -| id | string | ID of the workbook session. | -| persistChanges | string | `true` for persistent session. `false` for non-persistent session (view mode) | -