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