{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.exchangeProtectionPolicy", "title": "microsoft.graph.exchangeProtectionPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.protectionPolicyBase" }, { "title": "exchangeProtectionPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "mailboxInclusionRules": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionRule" }, "description": "The rules associated with the Exchange protection policy.", "x-ms-navigationProperty": true }, "mailboxProtectionUnits": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnit" }, "description": "The protection units (mailboxes) that are protected under the Exchange protection policy.", "x-ms-navigationProperty": true }, "mailboxProtectionUnitsBulkAdditionJobs": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.exchangeProtectionPolicy" } } } ], "x-ms-discriminator-value": "#microsoft.graph.exchangeProtectionPolicy" }