{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob", "title": "microsoft.graph.siteProtectionUnitsBulkAdditionJob", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase" }, { "title": "siteProtectionUnitsBulkAdditionJob", "required": [ "@odata.type" ], "type": "object", "properties": { "siteIds": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "The list of SharePoint site IDs to add to the SharePoint protection policy." }, "siteWebUrls": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "The list of SharePoint site URLs to add to the SharePoint protection policy." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.siteProtectionUnitsBulkAdditionJob" } } } ], "x-ms-discriminator-value": "#microsoft.graph.siteProtectionUnitsBulkAdditionJob" }