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