Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Namespace: microsoft.graph
Represents a user or Microsoft 365 group within a sharePointGroup.
Methods
| Method | Return type | Description |
|---|---|---|
| List | sharePointGroupMember collection | Get a list of the sharePointGroupMember objects and their properties. |
| Create | sharePointGroupMember | Create a new sharePointGroupMember object within a sharePointGroup. |
| Get | sharePointGroupMember | Read the properties and relationships of a sharePointGroupMember object. |
| Delete | None | Delete a sharePointGroupMember object from a sharePointGroup. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique stable identifier of the sharePointGroupMember. Read-only. |
| identity | sharePointIdentitySet | The identity represented by the sharePointGroupMember object. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointGroupMember",
"id": "String (identifier)",
"identity": {
"@odata.type": "microsoft.graph.sharePointIdentitySet"
}
}