{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy", "title": "microsoft.graph.oneDriveForBusinessProtectionPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.protectionPolicyBase" }, { "title": "oneDriveForBusinessProtectionPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "driveInclusionRules": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.driveProtectionRule" }, "description": "Contains the details of the Onedrive for Business protection rule.", "x-ms-navigationProperty": true }, "driveProtectionUnits": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.driveProtectionUnit" }, "description": "Contains the protection units associated with a OneDrive for Business protection policy.", "x-ms-navigationProperty": true }, "driveProtectionUnitsBulkAdditionJobs": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.oneDriveForBusinessProtectionPolicy" } } } ], "x-ms-discriminator-value": "#microsoft.graph.oneDriveForBusinessProtectionPolicy" }