Microsoft Graph · Schema

microsoft.graph.workbookFormatProtection

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphworkbookformatprotection-schema.json Raw ↑
{
  "$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"
}