{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.workbookFormatProtection",
"title": "microsoft.graph.workbookFormatProtection",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "workbookFormatProtection",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"formulaHidden": {
"type": "boolean",
"description": "Indicates whether Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting.",
"nullable": true
},
"locked": {
"type": "boolean",
"description": "Indicates whether Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.workbookFormatProtection"
}