{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase", "title": "microsoft.graph.protectionUnitsBulkJobBase", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "protectionUnitsBulkJobBase", "required": [ "@odata.type" ], "type": "object", "properties": { "createdBy": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The identity of person who created the job." }, "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The time of creation of the job.", "format": "date-time", "nullable": true }, "displayName": { "type": "string", "description": "The name of the protection units bulk addition job.", "nullable": true }, "error": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.publicError" }, { "type": "object", "nullable": true } ], "description": "Error details containing resource resolution failures, if any." }, "lastModifiedBy": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The identity of the person who last modified the job." }, "lastModifiedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "Timestamp of the last modification made to the job.", "format": "date-time", "nullable": true }, "status": { "$ref": "#/components/schemas/microsoft.graph.protectionUnitsBulkJobStatus" }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.driveProtectionUnitsBulkAdditionJob": "#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob", "#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob": "#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob", "#microsoft.graph.siteProtectionUnitsBulkAdditionJob": "#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob" } } } ] }