Microsoft Graph · Schema

microsoft.graph.subjectRightsRequestEnumeratedSiteLocation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsubjectrightsrequestenumeratedsitelocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.subjectRightsRequestEnumeratedSiteLocation",
  "title": "microsoft.graph.subjectRightsRequestEnumeratedSiteLocation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation"
    },
    {
      "title": "subjectRightsRequestEnumeratedSiteLocation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "urls": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "Collection of site URLs that should be included. Includes the URL of each site, for example, https://www.contoso.com/site1."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"
}