Modifica

Condividi tramite


sharePointGroupIdentity resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the identity of a SharePoint group. Extends the identity type with SharePoint-specific properties.

Inherits from identity.

Properties

Property Type Description
displayName String The display name of the SharePoint group. Inherited from identity. Read-only.
id String The unique identifier of the SharePoint group. Inherited from identity. Read-only.
principalId String The principal ID of the SharePoint group in the tenant. Read-only.
title String The title of the SharePoint group. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointGroupIdentity",
  "displayName": "String",
  "id": "String",
  "principalId": "String",
  "title": "String"
}