Microsoft Graph · Schema
microsoft.graph.sharePointIdentitySet
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.sharePointIdentitySet",
"title": "microsoft.graph.sharePointIdentitySet",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identitySet"
},
{
"title": "sharePointIdentitySet",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"group": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identity"
},
{
"type": "object",
"nullable": true
}
],
"description": "The group associated with this action. Optional."
},
"siteGroup": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.sharePointIdentity"
},
{
"type": "object",
"nullable": true
}
],
"description": "The SharePoint group associated with this action. Optional."
},
"siteUser": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.sharePointIdentity"
},
{
"type": "object",
"nullable": true
}
],
"description": "The SharePoint user associated with this action. Optional."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.sharePointIdentitySet"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.sharePointIdentitySet"
}