Rediger

sharePointGroupIdentity resource type

Namespace: microsoft.graph

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"
}