{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookWorksheetProtection", "title": "microsoft.graph.workbookWorksheetProtection", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookWorksheetProtection", "required": [ "@odata.type" ], "type": "object", "properties": { "options": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions" }, { "type": "object", "nullable": true } ], "description": "Worksheet protection options. Read-only." }, "protected": { "type": "boolean", "description": "Indicates whether the worksheet is protected. Read-only." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookWorksheetProtection" }