Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.17 KB

File metadata and controls

67 lines (50 loc) · 2.17 KB
author spgraph-docs-team
description The SharingInvitation resource groups invitation-related data items into a single structure.
ms.date 09/10/2017
title SharingInvitation
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice onedrive

SharingInvitation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The SharingInvitation resource groups invitation-related data items into a single structure.

Properties

Property Type Description
email String The email address provided for the recipient of the sharing invitation. Read-only.
invitedBy identitySet Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
signInRequired Boolean If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "email": "string",
  "invitedBy": {"@odata.type": "microsoft.graph.identitySet" },
  "signInRequired": true
}

Remarks

For more information about the facets on a DriveItem, see DriveItem.